Computer is a Compaq Evo N610c Laptop
Video card is a ATI Mobility Radeon 7500 (32 Meg)
OS is Windows XP Service Pack 1
DirectX is 9.0b
All EQ Expansions enabled
My plugins entry looks like this:
[Plugins]
mq2map=mq2map
mq2chat=mq2chat
I'm just trying to get a basic version running with no frills at this point.
I followed the instructions on using windbg from DKAA in another thread. Here's the output from the crash
Code: Select all
0:000> r
eax=00000000 ebx=00000000 ecx=77e760de edx=00000000 esi=77f5c448 edi=00000000
eip=7ffe0304 esp=0012e8dc ebp=0012e9d4 iopl=0 nv up ei pl nz na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000202
SharedUserData!SystemCallStub+0x4:
7ffe0304 c3 ret
Code: Select all
0:000> kv
ChildEBP RetAddr Args to Child
0012e8d8 77f5c454 77e798ec ffffffff 00000000 SharedUserData!SystemCallStub+0x4 (FPO: [0,0,0])
*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINDOWS\system32\kernel32.dll -
WARNING: Stack unwind information not available. Following frames may be wrong.
0012e9d4 77e7990f 00000000 77e8f3b0 ffffffff ntdll!ZwTerminateProcess+0xc
*** WARNING: Unable to verify checksum for c:\program files\everquest\eqgame.exe
*** ERROR: Module load completed but symbols could not be loaded for c:\program files\everquest\eqgame.exe
0012e9e8 005a764b 00000000 005a778a 00000000 kernel32!ExitProcess+0x12
0012ea20 005a77b0 00000000 00000000 00000000 eqgame+0x1a764b
0012fcec 004c642b 00734f9c 0073509c 0012fde4 eqgame+0x1a77b0
00735144 ffffffff 00000000 00000000 00000000 eqgame+0xc642b
002b6cc0 00735144 002b2458 002b7080 00000000 0xffffffff
00000000 00000000 00000000 00000000 00000000 eqgame+0x335144
Code: Select all
(940.814): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
eax=00736c1c ebx=00f4df40 ecx=0131f53c edx=00f77360 esi=ffffff33 edi=ffffff33
eip=0131226e esp=0012e030 ebp=00f4dfa0 iopl=0 nv up ei pl nz na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010202
*** WARNING: Unable to verify checksum for C:\mq2\Release\mq2map.dll
*** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\mq2\Release\mq2map.dll -
mq2map!OnPulse+0x108e:
0131226e 8a07 mov al,[edi] ds:0023:ffffff33=??
0:000> g
[MQ2]MQ2Map Module Unloaded
[MQ2]MQ2Chat Module Unloaded
eax=00000000 ebx=00000000 ecx=77e760de edx=00000000 esi=77f5c448 edi=00000000
eip=7ffe0304 esp=0012e8dc ebp=0012e9d4 iopl=0 nv up ei pl nz na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000202
SharedUserData!SystemCallStub+0x4:
7ffe0304 c3 ret

