-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Headless Linux version broken on "develop" branch #286
Comments
I see this has already been noticed, Dockerfile has a comment:
|
Looks like no progress on Blizzard's side for the Linux client update Blizzard/s2client-proto#134 . I think this also affects running replays/games with an older version on other platforms? |
yes, and with all the different sc2 Client versions currently used its hard to keep track of what to use, what works and what is broken. We have to wait for Blizzards fix for the client to not have the blackscreen bug so that we can all come back to the same version. |
I believe the changes made to make it work with the latest B.net SC2 version actually broke it for the headless Linux build (for which the latest version is still 4.7.1).
The following patch at least gets it running (but would break it for newer versions of course...):
Looks like these variables need to be dynamically based on whatever version of SC2 is currently selected?
The text was updated successfully, but these errors were encountered: