Changes between Initial Version and Version 1 of Ticket #834


Ignore:
Timestamp:
May 13, 2011, 4:23:14 AM (13 years ago)
Author:
brian
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #834 – Description

    initial v1  
    11Happened while playing a regular game on Latium. Will provide more details later.
    22
    3 -------------------------------------------------------------------------------------------------
     3--------------------------------------------------------------------
    44Function call failed: return value was -100021 (Invalid Handle (argument))
    55Location: h_mgr.cpp:659 (h_free)
     
    2626errno = 0 (?)
    2727OS error = ?
     28--------------------------------------------------------------------
     29
     30"That form of the stack trace is mostly useless - you should be able to select the "debugger" option on assertion failures, which'll open gdb in the terminal (assuming you started the game from there), then you can type "bt full" to get a useful backtrace (then "q" to quit)"