http://bugs.winehq.org/show_bug.cgi?id=18014
--- Comment #13 from Andréas Livet andreas.livet@gmail.com 2010-10-28 16:13:43 CDT --- (In reply to comment #12)
Created an attachment (id=31576)
--> (http://bugs.winehq.org/attachment.cgi?id=31576) [details]
Here is the log with WINEDELAY=1 WINEDEBUG=+relay,+seh,+tid options
I started to log just before I click on the "start" button and stopped ~1 min (maybe less) after.
(In reply to comment #11)
I tried with Paraworld 1.05 and wine git ~1.3.5. Maybe my paraworld version differ cause it comes from a game magazin (Joystick), and I didn't need a Crack to install and run the game.
I got an ACCESS_VIOLATION exception at the same moment (when I try to start a level), then the program page fault, but the game is still running, I got the loading screen, the music etc. But I can't do anything (except moving the mouse).
I'll attach my log
I really want to understand what is going on but I don't know how to look. I am a developer and I wanted to learn.
In the log I got the 0xC0000005 exception, then I got some calls to msvcrt.dll, does that mean that the bug come from msvcrt? Or does that mean that the application received the exception and then call a msvcrt function?
The wine message of the page fault is : "wine: Unhandled page fault on read access to 0x00000000"
Does that means that the application try to read a NULL pointer or is it a consequence of the ACCESS_VIOLATION exception?