Repeatable crash

RedMan

Active Member
I'm getting this crash running evebot: Only tonight, worked fine last night. The crash happens while evebot is paused... although this particular instance I was running the salvager as well.

Code:
PREP: 0.00021 sec 'res:/Texture/Sprite/beammod1.dds'
LOAD: 0.00003 sec 'res:/Texture/Sprite/spotlight2.dds'
PREP: 0.00011 sec 'res:/Texture/Sprite/spotlight2.dds'
LOAD: 0.00001 sec 'res:/UI/Texture/Icons/icons26.dds'
PREP: 0.00231 sec 'res:/UI/Texture/Icons/icons26.dds'
Fatal Python error: GC object already tracked
(ee8.860): C++ EH exception - code e06d7363 (first chance)
(ee8.860): C++ EH exception - code e06d7363 (first chance)
(ee8.bc0): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
eax=00138008 ebx=001399a4 ecx=081ec46c edx=00000000 esi=118034e8 edi=00000000
eip=08168723 esp=00137fdc ebp=00000000 iopl=0         nv up ei pl nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00210206
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for D:\Program Files\InnerSpace\Extensions\ISXEve.dll - 
ISXEve!CreateISXInterfaceEx+0xd1b3:
08168723 8b4204          mov     eax,dword ptr [edx+4] ds:0023:00000004=????????
0:000> kv
ChildEBP RetAddr  Args to Child              
WARNING: Stack unwind information not available. Following frames may be wrong.
00000000 00000000 00000000 00000000 00000000 ISXEve!CreateISXInterfaceEx+0xd1b3
0:000> r
eax=00138008 ebx=001399a4 ecx=081ec46c edx=00000000 esi=118034e8 edi=00000000
eip=08168723 esp=00137fdc ebp=00000000 iopl=0         nv up ei pl nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00210206
ISXEve!CreateISXInterfaceEx+0xd1b3:
08168723 8b4204          mov     eax,dword ptr [edx+4] ds:0023:00000004=????????
 
Top Bottom