- Joined
- Jan 18, 2010
- Messages
- 11,421
captured a crash in the PND out file... this was a level 20 character in episode 2.
Code:
d2common.asm:167162: unresolved_call 40FF0C4C (no sym)
d2common.asm:167162: unresolved_call 40E1D604 (no sym)
d2common.asm:167162: unresolved_call 40FF0A5C (no sym)
d2common.asm:167162: unresolved_call 40E1D604 (no sym)
d2common.asm:167162: unresolved_call 40FF0A5C (no sym)
d2common.asm:167162: unresolved_call 40FF0C4C (no sym)
trace:seh:raise_exception code=c0000005 flags=0 addr=0x4103d4f8 pc=4103d4f8 tid=0026
trace:seh:raise_exception info[0]=00000000
trace:seh:raise_exception info[1]=6ebfeae4
trace:seh:raise_exception r0=4344007c r1=412365a4 r2=00000001 r3=413beae4 r4=4344007c r5=00000001
trace:seh:raise_exception r6=45163700 r7=412365a4 r8=00000000 r9=45163700 r10=4344007c fp=43cb0004
trace:seh:raise_exception ip=00006688 sp=415cf410 lr=cb610000 pc=4103d4f8 cpsr=60000010
trace:seh:call_stack_handlers calling handler at 0x4048a818 code=c0000005 flags=0
wine: Unhandled page fault on read access to 0x6ebfeae4 at address 0x4103d4f8 (thread 0026), starting debugger...
trace:seh:start_debugger Starting debugger "winedbg --auto 37 1372"
trace:seh:call_stack_handlers handler at 0x4048a818 returned 1
err:seh:segv_handler Got unexpected trap 0
Terminated
Last edited by a moderator: