Dead or Alive 5 Last Round - unhandled page fault

Questions about Wine on Linux
Locked
Luca91
Newbie
Newbie
Posts: 4
Joined: Wed Jan 16, 2013 3:44 pm

Dead or Alive 5 Last Round - unhandled page fault

Post by Luca91 »

Hi wine mates,
I'm trying to run that game, but I get a crash at the player selection screen. This game is marked silver in the AppDB.

I've run wine with the WINEDEBUG=+relay param, and this is the output when the crash occur:

Code: Select all

0009:Ret  KERNEL32.GetLastError() retval=00000000 ret=00b55901
0009:Call KERNEL32.GetLastError() ret=00b55901
0009:Ret  KERNEL32.GetLastError() retval=00000000 ret=00b55901
0009:Call KERNEL32.UnhandledExceptionFilter(0033ea38) ret=7bc99df5
wine: Unhandled page fault on read access to 0x00000012 at address 0xae48b6 (thread 0009), starting debugger...
0021:Ret  winex11.drv.MsgWaitForMultipleObjectsEx() retval=00000000 ret=7fe699f2f81f
0021:Call winex11.drv.ClipCursor(00000000) ret=7fe699ef0d27
0021:Call winex11.drv.WindowMessage(00010020,80001004,00000000,00000000) ret=7fe699ef0d58
0021:Ret  winex11.drv.WindowMessage() retval=00000000 ret=7fe699ef0d58
0021:Ret  winex11.drv.ClipCursor() retval=00000001 ret=7fe699ef0d27
0021:Call winex11.drv.MsgWaitForMultipleObjectsEx(00000001,0023ed88,ffffffff,000004ff,00000000) ret=7fe699f2f81f
0021:Ret  winex11.drv.MsgWaitForMultipleObjectsEx() retval=00000000 ret=7fe699f2f81f
0021:Call winex11.drv.ClipCursor(00000000) ret=7fe699ef0d27
0021:Call winex11.drv.WindowMessage(00010020,80001004,00000000,00000000) ret=7fe699ef0d58
This is the first time that I try to debug wine, can somebody tell me more about that crash log ?

Thank you very much!

PS: I'm using bumbleebee with wine, If i don't run wine with optirun the game crash before to start!
IMPORTANT: wine version -> wine-1.7.46
User avatar
L. Rahyen
Moderator
Moderator
Posts: 338
Joined: Fri Feb 22, 2008 9:13 pm

Re: Dead or Alive 5 Last Round - unhandled page fault

Post by L. Rahyen »

I suggest to try again in clean 32-bit Wine prefix:

Code: Select all

mv ~/.wine ~/.wine.old
export WINEARCH=win32
wineboot
If still does not work, please provide normal debugging log: http://wiki.winehq.org/FAQ#head-525985f ... e1ee7bafd3 .
Locked