simeonpilgrim / coab

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash get pooled coins

GoogleCodeExporter opened this issue · comments

Curse of the Azure Bonds 1.1.5
3/14/2011 5:31:19 PM
Unhandled exception: System.FormatException: Input string was not in a correct 
format.
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at engine.ovr022.AskNumberValue(Byte fgColor, String prompt, Int32 maxValue)
   at engine.ovr022.TakePoolMoney()
   at engine.ovr006.take_treasure(Boolean& items_present, Boolean& money_present)
   at engine.ovr006.distributeCombatTreasure()
   at engine.ovr006.AfterCombatExpAndTreasure()
   at engine.ovr003.CMD_Combat()
   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 23 Mar 2011 at 12:42

  • Merged into: #62
Really same problem as issue 62

Original comment by simeon.pilgrim on 23 Mar 2011 at 1:34

  • Changed state: Duplicate