Open jaens opened 5 years ago
I see this has already been noticed, Dockerfile has a comment:
Disabled until linux client is at version 4.8.5 or newer - issues with pixelmap that are working on the windows client
Looks like no progress on Blizzard's side for the Linux client update https://github.com/Blizzard/s2client-proto/issues/134 .
I assume this blocks releasing a new stable version of the sc2
package so might be worth it to work around this with a runtime check...
I think this also affects running replays/games with an older version on other platforms?
Looks like these variables need to be dynamically based on whatever version of SC2 is currently selected?
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?