[Bug 40826] New: Galactic Civilizations III: does not start
https://bugs.winehq.org/show_bug.cgi?id=40826 Bug ID: 40826 Summary: Galactic Civilizations III: does not start Product: Wine Version: 1.9.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: matyyy(a)gmail.com Distribution: --- Steam version. After trying to start only background image of game is show then crash. LOG: Can't recognize 'C:\Program Files (x86)\Steam\steamapps\common\Galactic Civilizations III\Tools\OptionsCompiler.bat -c -d' as an internal or external command, or batch script. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40826 fjfrackiewicz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz(a)gmail.com --- Comment #1 from fjfrackiewicz(a)gmail.com --- (In reply to Michal from comment #0)
Steam version. After trying to start only background image of game is show then crash. LOG: Can't recognize 'C:\Program Files (x86)\Steam\steamapps\common\Galactic Civilizations III\Tools\OptionsCompiler.bat -c -d' as an internal or external command, or batch script.
Have you tried starting the game's executable directly instead of via Steam? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40826 --- Comment #2 from Michal <matyyy(a)gmail.com> --- yes, same result. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40826 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #3 from super_man(a)post.com --- dupe bug 40359. Or at least related. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40826 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimesio(a)earthlink.net, | |winetest(a)luukku.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40826 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |normal --- Comment #4 from Bruno Jesus <00cpxxx(a)gmail.com> --- Please try again in the latest development version of wine (currently 1.9.23). Another very similar bug (bug 40359) is mentioned to be fixed in 1.9.20. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40826 --- Comment #5 from Michal <matyyy(a)gmail.com> --- so with wine 2.0 updated steam and updated game i can now go to launcher menu. The game still crashes but with different message -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40826 --- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> --- Can you attach the log? https://wiki.winehq.org/FAQ#get_log -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40826 --- Comment #7 from Michal <matyyy(a)gmail.com> --- Created attachment 57092 --> https://bugs.winehq.org/attachment.cgi?id=57092 log There is a log. Log starts when I press "Play" button. Then main screen of game appers for 1second a then disappers (I mention this time i Log too). -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40826 --- Comment #8 from winetest(a)luukku.com --- Bug 42629 was just marked fixed. Can you retest this with 2.4 or newer? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40826 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matyyy(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40826 Czcibor Bohusz-Dobosz <czbd(a)o2.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |czbd(a)o2.pl --- Comment #9 from Czcibor Bohusz-Dobosz <czbd(a)o2.pl> --- The issue seems to be caused by Wine not understanding the notoriously ugly parts of the Batch syntax just as good as the newer versions of Windows do. To be precise, Wine seems to be unable to parse through directories with spaces in their names when the entire path isn't wrapped in quotes. Thankfully, the game doesn't use spaces in the names of directories inside the Galactic Civilizations III directory, so a workaround is to create a symlink to the directory itself in drive_c, like that (note that I assume that the WINEPREFIX with Galactic Civilizations III is ~/.steamwine, and that Steam is installed in its default installation directory): cd ~/.steamwine/drive_c && ln -s "~/.steamwine/drive_c/Program Files (x86)/Steam/steamapps/common/Galactic Civilizations III" galciv3 The game can then be run like that: cd ~/.steamwine/drive_c/galciv3 && WINEPREFIX=~/.steamwine GalCiv3.exe If the game starts loading but then a black screen appears and it crashes, one might need to set the MaxVersionGL DWORD value located in HKEY_CURRENT_USER/Software/Wine/Direct3D (the Direct3D key, as well as the value, might need to be created first) to 00030002 in regedit. To run the game a bit more comfortably (even more comfort is naturally possible if one doesn't mind getting rid of the Steam DRM, but that's not to be discussed here), the /nolauncher flag can be appended. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40826 Timothy Chang <tracing-minor(a)protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tracing-minor(a)protonmail.co | |m --- Comment #10 from Timothy Chang <tracing-minor(a)protonmail.com> --- Tested, issue still present in 2.19-staging (Steam version) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40826 Michal <matyyy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #11 from Michal <matyyy(a)gmail.com> --- tested with wine 3.3. Game works now -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40826 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.5. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org