http://bugs.winehq.org/show_bug.cgi?id=16616
--- Comment #11 from Jeff Gringo dunerkahl@yahoo.de 2009-08-14 06:38:00 --- (In reply to comment #10)
Does the bug occurs in Windows? If not, thats a Wine bug and it needs to be fixed.
If you have a Windows license, can you try with a native d3dxof dll in the folder .wine/drive_c/windows/system32?
You will need to launch the game with the command
WINEDLLOVERRIDES="d3dxof=n" wine xxx.exe
If the game works, that means that the bug is in the implementation of this dll
with native d3dxof in wineprefix/drive_c/windows/system32, it works, the page fault doesn't appear and I'm able to get into the game's main menu.
But, how can I debug this? The page fault occures in code belonging to the game so no debugging symbols are available.