http://bugs.winehq.org/show_bug.cgi?id=20799
--- Comment #21 from Wylda wylda@volny.cz 2009-11-28 10:53:23 --- Created an attachment (id=24994) --> (http://bugs.winehq.org/attachment.cgi?id=24994) winedbg log
(In reply to comment #20)
I'm running low on ideas. Could you perhaps try running the game with winedbg? You may need to run 'pass' for some of the exceptions, but the one we're interested in is either a NULL pointer access (read/write violation on address 0x000000, though it may be some "nearby" value; a really high value like 0xffffffxx, or really low around 0x000000xx) or an Illegal Instruction. When you get one of them, run 'bt', and let me know what it says.
OK, i tried... I had absolutely no idea what am i doing :) what are the commands i enter etc. Sorry if doing wrong - running windbg, winedbg's commands etc...
Now i found out, that i did this log _without_ your patch here. If it is a problem i can redo. I also put extra new lines into log so it looks more readable.