View Single Post
  #3  
Old 08-01-2013, 03:16 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Code:
C:\eqemu\zone.exe:zone.exe (010A0000), size: 15544320 (result: 0), SymType: '-nosymbols-', PDB: 'C:\eqemu\zone.exe'
It looks like you either didn't compile with debug symbols or the pdb file isn't in the same directory as zone.exe. The stack trace would be useful with symbols so we can see what function it crashed in, but this one isn't.
Reply With Quote