Blizzard / s2client-proto

StarCraft II Client - protocol definitions used to communicate with StarCraft II.
MIT License
3.79k stars 433 forks source link

older version of linux sc2: Base55505 #138

Open tangzk opened 5 years ago

tangzk commented 5 years ago

When I start the replay file 0c600d7ca217a89c929ab0f95ee32b436e3d0debc3edd1afa274bda16b091639.SC2Replay in 3.16.1-Pack_2.zip using pysc2, It cause an exception: pysc2.lib.remote_controller.RequestError: SC2APIProtocol.ResponseStartReplay.Error.LaunchError: 'The version required to play this game is unavailable.' It's seen that It need the Base55505 sc2 version when I load the replay file in Mac. But I can't find this in the repository.

davidliujiafeng commented 5 years ago

Got the same problem here, it seems like the reply does not match the game version. The oldest version I can get from here is 3.16.1, definitely, I will need earlier version than this one. Anyone could help? thx