simeonpilgrim / coab

Automatically exported from code.google.com/p/coab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash when ECL saves a value

GoogleCodeExporter opened this issue · comments

Curse of the Azure Bonds 1.1.0
2/06/2010 3:56:05 PM
Unhandled exception: System.NotImplementedException: The method or operation is 
not implemented.
   at Classes.DataIO.SetObjectUshortValue(Object obj, FieldInfo fInfo, DataOffsetAttribute attr, UInt16 value)
   at Classes.DataIO.SetObjectUShort(Object obj, Byte[] data, Int32 location, UInt16 value)
   at Classes.Area2.field_800_Set(Int32 index, UInt16 value)
   at engine.ovr008.vm_SetMemoryValue(UInt16 value, UInt16 location)
   at engine.ovr003.CMD_Save()
   at engine.CmdItem.Run()
   at engine.ovr003.RunEclVm(UInt16 offset)
   at engine.ovr003.sub_29758()
   at engine.seg001.PROGRAM()
   at Main.Program.EngineThread()
   at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()

Original issue reported on code.google.com by simeon.pilgrim on 7 Jun 2010 at 7:53

  • Merged into: #57

Original comment by simeon.pilgrim on 24 Nov 2010 at 1:42

  • Changed title: Crash when ECL saves a value
This issue is the same stackdump as Issue 57 (later, but fixed first).

Original comment by simeon.pilgrim on 24 Nov 2010 at 1:43

  • Changed state: Duplicate