http://bugs.winehq.org/show_bug.cgi?id=35029
Bug #: 35029 Summary: Ancient Gems: Crashes on run Product: Wine Version: 1.6 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: petercon@sdf.lonestar.org Classification: Unclassified
Created attachment 46691 --> http://bugs.winehq.org/attachment.cgi?id=46691 backtrace of Ancient Gems
Ancient Gems crashes with an error (backtrace attached) on run.
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
http://bugs.winehq.org/show_bug.cgi?id=35029
--- Comment #2 from petercon@sdf.lonestar.org 2013-12-02 09:09:12 CST --- Created attachment 46701 --> http://bugs.winehq.org/attachment.cgi?id=46701 New backtrace of AG with wine 1.7.7
Installed wine 1.7.7 and tried again - same thing - new backtrace attached.
http://bugs.winehq.org/show_bug.cgi?id=35029
petercon@sdf.lonestar.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.6 |1.7.7
--- Comment #3 from petercon@sdf.lonestar.org 2013-12-02 09:21:31 CST --- Installed wine 1.7.7
Still the same - outputs error on startup. New Backtrace attached.
Lubuntu 13.04 32bit.
sha1sum ancient-gems.exe acf1be3bced0dbe1983414892d9c7ef980af2f33 ancient-gems.exe
wine --version wine-1.7.7
http://bugs.winehq.org/show_bug.cgi?id=35029
--- Comment #4 from Austin English austinenglish@gmail.com 2013-12-02 15:21:03 CST --- What video card/drivers are you using?
http://bugs.winehq.org/show_bug.cgi?id=35029
--- Comment #5 from petercon@sdf.lonestar.org 2013-12-03 13:11:52 CST --- Installed wine 1.7.7
Still the same - outputs error on startup. New Backtrace attached.
Lubuntu 13.04 32bit.
sha1sum ancient-gems.exe acf1be3bced0dbe1983414892d9c7ef980af2f33 ancient-gems.exe
wine --version wine-1.7.7
http://bugs.winehq.org/show_bug.cgi?id=35029
--- Comment #6 from petercon@sdf.lonestar.org 2013-12-03 13:14:57 CST --- peter@peter-3260-Series:~$ sudo lspci -nnk 00:00.0 Host bridge [0600]: VIA Technologies, Inc. K8M800 Host Bridge [1106:0204] Subsystem: VIA Technologies, Inc. K8M800 Host Bridge [1106:0204] Kernel driver in use: agpgart-amd64
Averatec 3260 series Laptop, 1GB Ram, XGA LCD, Lunbuntu 13.04
http://bugs.winehq.org/show_bug.cgi?id=35029
--- Comment #7 from Anastasius Focht focht@gmx.net 2013-12-03 13:21:29 CST --- Hello Peter,
please generate a full trace log and attach it to this bug (if too large -> compress it with bzip2)
1) make sure no processes are running from WINEPREFIX -> 'wineserver -k' 2) run 'notepad' in other terminal (skips unwanted trace stuff) 3) run the app from install folder as follows:
--- snip --- $ WINEDEBUG=+tid,+seh,+relay wine ./game.exe >>log.txt 2>&1 --- snip ---
Regards
http://bugs.winehq.org/show_bug.cgi?id=35029
--- Comment #8 from petercon@sdf.lonestar.org 2013-12-04 07:21:07 CST --- Created attachment 46730 --> http://bugs.winehq.org/attachment.cgi?id=46730 AG full trace log
Here's the full trace log for Ancient Gems.
http://bugs.winehq.org/show_bug.cgi?id=35029
--- Comment #9 from Anastasius Focht focht@gmx.net 2013-12-04 08:56:19 CST --- Hello Peter,
there is no crash in the log file. In fact there is nothing suspicious at all.
The graphics part gets properly initialized, there is even the same amount of WINED3D_SWAP_EFFECT_FLIP 'spam' messages in your log.
Did you close the game by clicking "x" in the end? There are multiple WM_QUERYENDSESSION messages along with a normal process exit (code=0) which indicates this at the end of the log.
Regards
https://bugs.winehq.org/show_bug.cgi?id=35029
Jaro jaromir@mailinator.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jaromir@mailinator.com
--- Comment #10 from Jaro jaromir@mailinator.com --- Used clean prefix, doesn't crash while starting.
wine 1.7.32
https://bugs.winehq.org/show_bug.cgi?id=35029
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #11 from Ken Sharp imwellcushtymelike@gmail.com --- Reported fixed.
https://bugs.winehq.org/show_bug.cgi?id=35029
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.45.