simeonpilgrim / coab

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash using secret door in sewers

GoogleCodeExporter opened this issue · comments

Here is a crash log from when I tried to go through the secret door to the 
training room in the sewers without having search on (ie - I knew the door was 
there so I just tried to go through it).

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()

reported by: manning

Original issue reported on code.google.com by simeon.pilgrim on 28 Jul 2010 at 10:37

Fixed only possible problem in check-in 337

Original comment by simeon.pilgrim on 24 Nov 2010 at 12:07

  • Changed state: Fixed
Issue 52 has been merged into this issue.

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