Closed Felixvillas closed 8 months ago
Sorry to bother. @BurnySc2
Have you reproduced this bug? It seems that the correct value for in_bits
should be 1
, but in reality, it is 8
that caused this error.
Sorry to bother. @BurnySc2 Have you reproduced this bug? It seems that the correct value for
in_bits
should be1
, but in reality, it is8
that caused this error.
The only situation I can imagine where this could be happening, is if you are using a very old StarCraft2 Version (older than 4.10 I believe). It used to be the case that the pathing grid had 8 bits per True/False
value.
Sorry to bother. @BurnySc2 Have you reproduced this bug? It seems that the correct value for
in_bits
should be1
, but in reality, it is8
that caused this error.The only situation I can imagine where this could be happening, is if you are using a very old StarCraft2 Version (older than 4.10 I believe). It used to be the case that the pathing grid had 8 bits per
True/False
value.
Thanks. My game version is 4.6.2.69232. I'll try the newer game version.
I changed my linux StarCraft2 Version from 4.2.6 to 4.10, then it fixed this bug and works. Thanks~ I'll close this issue.
I got an error as follows when I run
python examples/terran/mass_reaper.py
at centos 7.8.2003.I haven't encountered a similar bug on Windows before. And how can I fix this bug in centos?
Thanks~