You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running test: sc2::TestAbilityRemap
Launched SC2 (${my_StarCraftII_path}/Versions/Base69232/SC2_x64), PID: 145940
${my_StarCraftII_path}/Versions/Base69232/SC2_x64: /lib64/libstdc++.so.6: version GLIBCXX_3.4.21' not found (required by ${my_StarCraftII_path}/Versions/Base69232/SC2_x64) Waiting for connection........................................................................................................................ Unable to connect to game all_tests: ${my_s2client-api_path}/src/sc2api/sc2_coordinator.cc:94: bool sc2::AttachClients(sc2::ProcessSettings&, std::vector<sc2::Client*>): Assertion connected' failed.
Aborted
It's quite strange that I got "/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ${my_StarCraftII_path}/Versions/Base69232/SC2_x64)" when launching SC2, as I can start SC2 manually by following commands:
In my opinion, SC2 is started by this way in my Linux.
Besides, SC2 can also be started by other ways like python interface shown in pysc2 and smac. So I think my StarCraftII can work properly.
So, why won't StarCraft II start when I run ./all_tests?
The text was updated successfully, but these errors were encountered:
Felixvillas
changed the title
Error when running ./all_tests
Error when running ./all_tests on Linux
Jun 5, 2023
The following error was encountered while testing
./all_tests
on Linux.The command I run is as follow (
${my_StarCraftII_path} and ${my_s2client-api_path}
denote the path of my StarCraftII and s2client-api, respectively):./all_tests -e ${my_StarCraftII_path}/Versions/Base69232/SC2_x64
And the output of this command are as follows:
It's quite strange that I got "/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ${my_StarCraftII_path}/Versions/Base69232/SC2_x64)" when launching SC2, as I can start SC2 manually by following commands:
And the output of the commands are:
In my opinion, SC2 is started by this way in my Linux.
Besides, SC2 can also be started by other ways like python interface shown in pysc2 and smac. So I think my StarCraftII can work properly.
So, why won't StarCraft II start when I run
./all_tests
?The text was updated successfully, but these errors were encountered: