https://bugs.winehq.org/show_bug.cgi?id=41656
Bug ID: 41656 Summary: Starcraft 2 won't run on linux mint 18 Product: WineHQ Apps Database Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: appdb-unknown Assignee: wine-bugs@winehq.org Reporter: link3707@gmail.com Distribution: ---
When you press the play button it says playing but does not start
https://bugs.winehq.org/show_bug.cgi?id=41656
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Product|WineHQ Apps Database |Wine Component|appdb-unknown |-unknown Severity|blocker |normal
https://bugs.winehq.org/show_bug.cgi?id=41656
link3707@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Mint
https://bugs.winehq.org/show_bug.cgi?id=41656
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz@gmail.com
--- Comment #1 from fjfrackiewicz@gmail.com --- (In reply to link3707 from comment #0)
When you press the play button it says playing but does not start
Can you post the terminal output when you attempt to run the game? Also, what version of Wine are you using?
https://bugs.winehq.org/show_bug.cgi?id=41656
--- Comment #2 from link3707@gmail.com --- What files do i need to give? And how do i start it from the command prompt?
https://bugs.winehq.org/show_bug.cgi?id=41656
--- Comment #3 from link3707@gmail.com --- And i have these overrides turned on.
api-ms-win-crt-runtime-l1-1-0 api-ms-win-crt-math-l1-1-0 api-ms-win-crt-stdio-l1-1-0 msvcp140 ucrtbase vcruntime140
https://bugs.winehq.org/show_bug.cgi?id=41656
--- Comment #4 from fjfrackiewicz@gmail.com --- (In reply to link3707 from comment #2)
What files do i need to give? And how do i start it from the command prompt?
Go to the directory where you have the Starcraft 2 executable, when you get there right click anywhere and select "Open terminal".
This will open a terminal in the directory of the executable.
Once you have your terminal open run the game with "wine <name of the game's executable>.exe"
You'll see a bunch of text start scrolling in your terminal and you will want to copy that to a file and add that file as an attachment.
Also, you still need to state what Wine version you are using...
https://bugs.winehq.org/show_bug.cgi?id=41656
link3707@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.9.22
https://bugs.winehq.org/show_bug.cgi?id=41656
--- Comment #5 from link3707@gmail.com --- I put the version on a bug report. Now how do i make the terminal output to a file rather than the screen?
https://bugs.winehq.org/show_bug.cgi?id=41656
link3707@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Starcraft 2 won't run on |Starcraft 2 won't run on |linux mint 18 |linux mint 18 KDE
https://bugs.winehq.org/show_bug.cgi?id=41656
--- Comment #6 from fjfrackiewicz@gmail.com --- (In reply to link3707 from comment #5)
I put the version on a bug report. Now how do i make the terminal output to a file rather than the screen?
Like so:
wine <name of the game's executable>.exe &> terminal_output_wine_1.9.22
That command will make a logfile in the same directory where you have the game's executable if you execute this command from the game's directory :)
https://bugs.winehq.org/show_bug.cgi?id=41656
--- Comment #7 from link3707@gmail.com --- (In reply to fjfrackiewicz from comment #6)
(In reply to link3707 from comment #5)
I put the version on a bug report. Now how do i make the terminal output to a file rather than the screen?
Like so:
wine <name of the game's executable>.exe &> terminal_output_wine_1.9.22
That command will make a logfile in the same directory where you have the game's executable if you execute this command from the game's directory :)
Battle.net will not start if i run it that way. Here is the terminal output file.
https://bugs.winehq.org/show_bug.cgi?id=41656
--- Comment #8 from link3707@gmail.com --- Created attachment 56049 --> https://bugs.winehq.org/attachment.cgi?id=56049 Battle.net will not start from running wine Starcraft2.exe
https://bugs.winehq.org/show_bug.cgi?id=41656
link3707@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #56049|Battle.net will not start |Battle.net will not start description|from running wine |from running "wine |Starcraft2.exe |Starcraft2.exe"
https://bugs.winehq.org/show_bug.cgi?id=41656
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #9 from winetest@luukku.com --- Great, another SC2 bug.
Are you sure your gpu drivers are working correctly?
libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast
Does other wine games work?
https://bugs.winehq.org/show_bug.cgi?id=41656
--- Comment #10 from link3707@gmail.com --- (In reply to winetest from comment #9)
Great, another SC2 bug.
Are you sure your gpu drivers are working correctly?
libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast
Does other wine games work?
Forgot to turn them on. Redoing test.
https://bugs.winehq.org/show_bug.cgi?id=41656
link3707@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #56049|0 |1 is obsolete| |
--- Comment #11 from link3707@gmail.com --- Created attachment 56050 --> https://bugs.winehq.org/attachment.cgi?id=56050 New log. Delete the other one.
The other one was from me forgetting to run on the gpu.
https://bugs.winehq.org/show_bug.cgi?id=41656
--- Comment #12 from winetest@luukku.com --- Does your game version match with the one mentioned here bug 41583? It's a bit odd that you dont also get that stack overflow. Also I don't see you hitting bug 41090 either.
There are few other SC2 bugs open. It's getting a bit hard to stay up to date on these.
https://bugs.winehq.org/show_bug.cgi?id=41656
--- Comment #13 from link3707@gmail.com --- (In reply to winetest from comment #12)
Does your game version match with the one mentioned here bug 41583? It's a bit odd that you dont also get that stack overflow. Also I don't see you hitting bug 41090 either.
There are few other SC2 bugs open. It's getting a bit hard to stay up to date on these.
No it does not. It's he newest version.
https://bugs.winehq.org/show_bug.cgi?id=41656
Ben Parsons 9parsonsb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |9parsonsb@gmail.com
--- Comment #14 from Ben Parsons 9parsonsb@gmail.com --- (In reply to link3707 from comment #13)
No it does not. It's he newest version.
What WINEPREFIX are you using?
https://bugs.winehq.org/show_bug.cgi?id=41656
--- Comment #15 from winetest@luukku.com --- If you query the bug tracker "star craft" and then browse star craft 2 related bugs. I quess most of them if not all have evoluted into same issue. There really can't be 10 different outcomes of same game if people are using up to date wine.
https://bugs.winehq.org/show_bug.cgi?id=41656
--- Comment #16 from Ben Parsons 9parsonsb@gmail.com --- (In reply to winetest from comment #15)
If you query the bug tracker "star craft" and then browse star craft 2 related bugs. I quess most of them if not all have evoluted into same issue. There really can't be 10 different outcomes of same game if people are using up to date wine.
Looking at Comment 1, these symptoms are very common if you don't follow the install guide on the app page or you are running a x64 prefix
https://bugs.winehq.org/show_bug.cgi?id=41656
--- Comment #17 from winetest@luukku.com --- I tried SC2 Starter edition today (free).
The appDB quide is already outdated wine has evolved and fixed some bugs.
There are currently 3 known bugs. That needs to be fixed/worked around to get the game started.
bug 41725 override api-ms-win-crt-math-l1-1-0.dll bug 42001 override ucrtbase.dll bug 40432 winetrciks -q corefonts
with fresh wineprefix and using only those overrides/tricks SC2 should start with no issues.
api-ms-win-crt-runtime-l1-1-0 api-ms-win-crt-stdio-l1-1-0 msvcp140 ucrtbase
Are no longed needed and can cause issues. Also the AppDb says that 64 prefix is currently broken. I haven't tested this so I can't tell.
wine 2.0.rc1-git.
Can you test with only these overrides?
https://bugs.winehq.org/show_bug.cgi?id=41656
--- Comment #18 from Rosanne DiMesio dimesio@earthlink.net ---
From the log:
---- err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. ---- I don't know if it's the cause of this problem, but it does need to be fixed before retesting in current Wine.
https://bugs.winehq.org/show_bug.cgi?id=41656
--- Comment #19 from winetest@luukku.com --- Can you please retry?
https://bugs.winehq.org/show_bug.cgi?id=41656
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #20 from Anastasius Focht focht@gmx.net --- Hello folks,
resolving 'abandoned' here since OP didn't bother to respond. The ticket was either INVALID (broken prefix/host deps, drivers) or a duplicate of existing bug reports anyway.
Starcraft II works fine with recent Wine 3.4
Regards
https://bugs.winehq.org/show_bug.cgi?id=41656
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED CC| |nerv@dawncrow.de
--- Comment #21 from André H. nerv@dawncrow.de --- closing abandoned