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
StarCraftII/Versions/Base60321/SC2_x64: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by StarCraftII/Versions/Base60321/SC2_x64)
Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "" }
Error: StarCraft II exe couldn't start
Tell me if it's fine for you, I can submit a PR if you want.
The text was updated successfully, but these errors were encountered:
About the GLIBCXXX issue, this is related to the version of Linux. Centos 7 provides a too old glibc. You can try to switch to another OS (Centos8, Ubuntu...)
Hi,
Trying to run the examples on CentOS 7, I got:
It could be cool to check if the exe started. I tried implemeting a simple check here:
sc2-rs/src/instance.rs
Lines 97 to 104 in 01c6286
Example of output:
Tell me if it's fine for you, I can submit a PR if you want.
The text was updated successfully, but these errors were encountered: