http://bugs.winehq.org/show_bug.cgi?id=20290
--- Comment #7 from Nikolay Sivov bunglehead@gmail.com 2009-10-08 18:47:39 --- (In reply to comment #6)
Good news! It all works with the current Wine-git. I didn't know how to install debugging symbols, so I downloaded the Wine source tree, ran ./configure; make depend; make; sudo make install, and then tried winedbg, but the program loaded completely! I then tried to use wine rather than winedbg, and it works too.
There are separate packages for that on most distros. Called something line wine-dbg or so.
At first I didn't want to install this wine build because it's supposed not to be stable, but I couldn't find how to run winedbg... I only saw the main wine binary, not winedbg. Also, is there a special configure flag or something to enable debugging symbols? I don't really need those anymore but would still like to know.
Debug information is compiled in by default.
Now for the actual game: I had trouble with the game running on slow-motion (it seems that it is a recurring problem on AMD processors on Windows, although I don't have an AMD processor nor use Windows, but the fix was the same), and had problems with the mouse, fixed using MouseWarpoverride = false. But I guess I should go and report that to the AppDB, right?
Exactly. Also open new bugs please for new issues if not already reported.