http://bugs.winehq.org/show_bug.cgi?id=35029
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.myrealgames.com/ | |files/ancient-gems.exe CC| |focht@gmx.net Summary|Ancient Gems: Crashes on |Ancient Gems |run |(myrealgames.com) crashes | |on startup Severity|critical |normal
--- Comment #1 from Anastasius Focht focht@gmx.net 2013-12-01 13:01:44 CST --- Hello folks,
--- snip --- process tid prio (all id:s are in hex) 00000008 (D) Z:\home\peter.PlayOnLinux\wineprefix\AncientGems\drive_c\Program Files\MyRealGames.com\Ancient Gems\game.exe 00000009 0 <== --- snip ---
PlayOnLinux is not supported here. Please try with 'pure' Wine, preferably 1.6.1 or better 1.7.x
Looking at the faulting address and the binary in my debugger it seems the crash is on the exit code path of the game (music/sound system related). If you didn't see anything (game menu, gameplay) then most likely something went wrong in the early startup phase of the game and the crash is the result of something half-initialized/unexpected shutdown.
Anyway, I can't reproduce the issue here. The game starts and runs fine here (played a bit). There is a constant spam of following in console but it doesn't seem to affect the gameplay:
--- snip --- fixme:d3d:swapchain_gl_present Render-to-fbo with WINED3D_SWAP_EFFECT_FLIP --- snip ---
$ sha1sum ancient-gems.exe acf1be3bced0dbe1983414892d9c7ef980af2f33 ancient-gems.exe
$ du -sh ancient-gems.exe 21M ancient-gems.exe
$ wine --version wine-1.7.7-230-g2507330
Regards