Crash leaving char select screen

WinEQ 2.0 Pro discussion and support

Moderators: Lavish Software Team, Moderators

Post Reply
ieatacid
Non-Subscriber
Posts: 17
Joined: Wed Jul 07, 2004 7:25 pm

Crash leaving char select screen

Post by ieatacid » Sun Oct 24, 2004 12:06 pm

Pressing escape at char select to go to server select crashes and brings up the "MQ2 is blocking the 'send crash info dialog box'......."

It's been happening for a while, but only today finally attached WinDbg.

Code: Select all

0:001> R
eax=c0000000 ebx=00000000 ecx=00000000 edx=0052c1a1 esi=0000007f edi=00000000
eip=00431067 esp=01ddfc9c ebp=01ddfcac iopl=0         nv up ei pl nz na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000             efl=00010202
eqgame+0x31067:
00431067 8b81fc2c0000     mov     eax,[ecx+0x2cfc]  ds:0023:00002cfc=????????
0:001> KV
ChildEBP RetAddr  Args to Child              
WARNING: Stack unwind information not available. Following frames may be wrong.
01ddfcac 77d43a50 00090238 0000007f 00000002 eqgame+0x31067
01ddfcd8 77d43b1f 0052c1a1 00090238 0000007f USER32+0x3a50
01ddfd40 77d45b2c 00000000 0052c1a1 00090238 USER32+0x3b1f
01ddfd70 77d45f73 0052c1a1 00090238 0000007f USER32!IsWindowVisible+0x80
*** WARNING: Unable to verify checksum for C:\Program Files\WinEQ2\WinEQ2-EQ.dll
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\Program Files\WinEQ2\WinEQ2-EQ.dll - 
01ddfd90 00eebb63 0052c1a1 00090238 0000007f USER32!CallWindowProcA+0x19
0000007f 00000000 00000000 00000000 00000000 WinEQ2_EQ!HandleProcess+0x5793

Code: Select all

0043103d 7e00             jle     eqgame+0x3103f (0043103f)
0043103f 8b01             mov     eax,[ecx]
00431041 6a01             push    0x1
00431043 ff5030           call    dword ptr [eax+0x30]
00431046 8b0d487f7e00     mov     ecx,[eqgame+0x3e7f48 (007e7f48)]
0043104c 8b01             mov     eax,[ecx]
0043104e ff5004           call    dword ptr [eax+0x4]
00431051 8b0d447f7e00     mov     ecx,[eqgame+0x3e7f44 (007e7f44)]
00431057 8b01             mov     eax,[ecx]
00431059 ff5004           call    dword ptr [eax+0x4]
0043105c 8b0d507f7e00     mov     ecx,[eqgame+0x3e7f50 (007e7f50)]
00431062 8b01             mov     eax,[ecx]
00431064 ff6004           jmp     dword ptr [eax+0x4]
-----> 00431067 8b81fc2c0000     mov     eax,&#91;ecx+0x2cfc&#93;  ds&#58;0023&#58;00002cfc=???????? <---------
0043106d c3               ret
0043106e 8b81042d0000     mov     eax,&#91;ecx+0x2d04&#93;
00431074 c3               ret
00431075 55               push    ebp
00431076 8d6c2488         lea     ebp,&#91;esp-0x78&#93;
0043107a 81ecf0010000     sub     esp,0x1f0
00431080 d90520015e00     fld     dword ptr &#91;eqgame+0x1e0120 &#40;005e0120&#41;&#93;
00431086 53               push    ebx
00431087 d95568           fst     dword ptr &#91;ebp+0x68&#93;
0043108a 56               push    esi
0043108b d9051c015e00     fld     dword ptr &#91;eqgame+0x1e011c &#40;005e011c&#41;&#93;
00431091 57               push    edi
00431092 d9556c           fst     dword ptr &#91;ebp+0x6c&#93;

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Sun Oct 24, 2004 1:06 pm

I hit escape from character select all the time without issues. Does this happen without MQ2 loaded, and how many times had you already gone from character select back to server select during the same session?

ieatacid
Non-Subscriber
Posts: 17
Joined: Wed Jul 07, 2004 7:25 pm

Post by ieatacid » Sun Oct 24, 2004 5:31 pm

Does this happen without MQ2 loaded
Haven't tried, but will test.
how many times had you already gone from character select back to server select during the same session?
Happens if I've done so once or more.

ieatacid
Non-Subscriber
Posts: 17
Joined: Wed Jul 07, 2004 7:25 pm

Post by ieatacid » Mon Oct 25, 2004 5:32 pm

Update:

Crashes with or without MQ loaded, and whether in full screen emulated or normal mode.

Post Reply