http://bugs.winehq.org/show_bug.cgi?id=34717
Bug #: 34717 Summary: Games GUI (Roller Coaster Tycoon 2) does not load anymore Product: Wine Version: 1.7.4 Platform: x86-64 OS/Version: Mac OS X Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: f.platte@platte-web.de Classification: Unclassified
After the progress bar finishes the games GUI does not load anymore. Previously (pre 1.7.2) it worked. Although the game does not crash, it keeps showing a blank grey screen (MacDriver)/blank black screen (X11).
http://bugs.winehq.org/show_bug.cgi?id=34717
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #1 from joaopa jeremielapuree@yahoo.fr 2013-10-13 13:26:35 CDT --- Please, perform a regression test.
http://bugs.winehq.org/show_bug.cgi?id=34717
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Severity|blocker |normal
--- Comment #2 from Austin English austinenglish@gmail.com 2013-10-13 18:26:44 CDT --- Please attach the terminal output.
http://bugs.winehq.org/show_bug.cgi?id=34717
Rastafabi f.platte@platte-web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |blocker
--- Comment #3 from Rastafabi f.platte@platte-web.de 2013-10-13 19:28:42 CDT --- Well I tried, actually right after posting and I already upload it just to get an error that it's to large… well it is… It is an 256mb txt file! So what am I supposed to do now?
I ran this command (just like the wine wiki [regression test] said): WINEPREFIX=/Applications/Spiele/Rollercoaster\ Tycoon\ 2.app/Contents/Resources/ WINEDEBUG=+relay,+seh,+tid /Applications/Spiele/Rollercoaster\ Tycoon\ 2.app/Contents/Frameworks/wswine.bundle/bin/wine /Applications/Spiele/Rollercoaster\ Tycoon\ 2.app/Contents/Resources/drive_c/Program\ Files/Infogrames/RollerCoaster\ Tycoon\ 2/rct2.exe >> /tmp/log.txt 2>&1
It a Wineskin app, but still it is stock wine 1.7.4 code…
7zipped it's 5mb, but still...
http://bugs.winehq.org/show_bug.cgi?id=34717
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
--- Comment #4 from Rosanne DiMesio dimesio@earthlink.net 2013-10-13 20:33:21 CDT --- Not a blocker. http://bugs.winehq.org/page.cgi?id=fields.html#importance
Attach plain terminal output; the file will be much smaller. In general, do not run debug traces unless specifically asked to.
Run a regression test following these instructions: http://wiki.winehq.org/RegressionTesting.
http://bugs.winehq.org/show_bug.cgi?id=34717
--- Comment #5 from Rastafabi f.platte@platte-web.de 2013-10-14 05:07:25 CDT --- Well I tried, actually right after posting and I already upload it just to get an error that it's to large… well it is… It is an 256mb txt file! So what am I supposed to do now?
I ran this command (just like the wine wiki [regression test] said): WINEPREFIX=/Applications/Spiele/Rollercoaster\ Tycoon\ 2.app/Contents/Resources/ WINEDEBUG=+relay,+seh,+tid /Applications/Spiele/Rollercoaster\ Tycoon\ 2.app/Contents/Frameworks/wswine.bundle/bin/wine /Applications/Spiele/Rollercoaster\ Tycoon\ 2.app/Contents/Resources/drive_c/Program\ Files/Infogrames/RollerCoaster\ Tycoon\ 2/rct2.exe >> /tmp/log.txt 2>&1
It a Wineskin app, but still it is stock wine 1.7.4 code…
7zipped it's 5mb, but still...
http://bugs.winehq.org/show_bug.cgi?id=34717
--- Comment #6 from Rastafabi f.platte@platte-web.de 2013-10-14 05:24:36 CDT --- I'm sorry for the double posting… The website confused me. Got a dialogue about posting anyway or just posting changes.
Anyway. I don't know how to perform this regression testing on OS X. I will try to compile ccache, to see whether it works.
The Terminal output I get when I'm trying to run the game as usual is the following (1.7.4/3): ----- err:menubuilder:init_xdg error looking up the desktop directory fixme:win:EnumDisplayDevicesW ((null),0,0x32f6c4,0x00000000), stub! ----- Using 1.7.2 (latest version working) I get this: ----- err:menubuilder:init_xdg error looking up the desktop directory fixme:win:EnumDisplayDevicesW ((null),0,0x32f6c4,0x00000000), stub! fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046} -----
I just realized, that I get sound even if there's no GUI. I actually can even start a new game/load an old one if I somehow manage to press the right buttons.
http://bugs.winehq.org/show_bug.cgi?id=34717
--- Comment #7 from Austin English austinenglish@gmail.com 2013-10-14 13:26:53 CDT --- (In reply to comment #5)
Well I tried, actually right after posting and I already upload it just to get an error that it's to large… well it is… It is an 256mb txt file! So what am I supposed to do now?
I ran this command (just like the wine wiki [regression test] said): WINEPREFIX=/Applications/Spiele/Rollercoaster\ Tycoon\ 2.app/Contents/Resources/ WINEDEBUG=+relay,+seh,+tid /Applications/Spiele/Rollercoaster\ Tycoon\ 2.app/Contents/Frameworks/wswine.bundle/bin/wine /Applications/Spiele/Rollercoaster\ Tycoon\ 2.app/Contents/Resources/drive_c/Program\ Files/Infogrames/RollerCoaster\ Tycoon\ 2/rct2.exe >> /tmp/log.txt 2>&1
Please cd to the directory first. There's no need for a relay trace (yet), just do:
$ cd /Applications/Spiele/Rollercoaster\ Tycoon\ 2.app/Contents/Resources/drive_c/Program\ Files/Infogrames/RollerCoaster\ Tycoon\ 2 $ WINEPREFIX=/Applications/Spiele/Rollercoaster\ Tycoon\ 2.app/Contents/Resources/ /Applications/Spiele/Rollercoaster\ Tycoon\ 2.app/Contents/Frameworks/wswine.bundle/bin/wine rct2.exe >> /tmp/log.txt 2>&1
Then attach that.
For the regression test, you need to build wine itself. See http://wiki.winehq.org/MacOSX/Building
http://bugs.winehq.org/show_bug.cgi?id=34717
--- Comment #8 from Rastafabi f.platte@platte-web.de 2013-10-14 17:40:33 CDT --- Created attachment 46301 --> http://bugs.winehq.org/attachment.cgi?id=46301 1.7.1/4 log files as requested
http://bugs.winehq.org/show_bug.cgi?id=34717
Jarkko K jarkko_korpi@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jarkko_korpi@hotmail.com
--- Comment #9 from Jarkko K jarkko_korpi@hotmail.com --- Demo
http://www.gamershell.com/download_611.shtml
http://bugs.winehq.org/show_bug.cgi?id=34717
Rastafabi f.platte@platte-web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #10 from Rastafabi f.platte@platte-web.de --- Don't know which version fixed it, but it's working with 1.7.14.
http://bugs.winehq.org/show_bug.cgi?id=34717
--- Comment #11 from Jarkko K jarkko_korpi@hotmail.com --- Could someone confirm...?
That would be nice.
https://bugs.winehq.org/show_bug.cgi?id=34717
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.15.