Dentosal / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
585 stars 182 forks source link

Can not run bot_vs_bot in double screen separately. #288

Open JangoGJ opened 5 years ago

JangoGJ commented 5 years ago

Can not load map, just black screen. win10, StarCraftII: 4.9, python-sc2: develop. I have done ValueError: 3794, it just can run human vs computer.

-error informatiom: INFO:sc2.protocol:Client status changed to Status.launched (was None) INFO:sc2.controller:Creating new game INFO:sc2.controller:Map: Simple128 INFO:sc2.controller:Players: Bot(Race.Zerg, <zerg.zerg_rush.ZergRushBot object at 0x000001DCB99827B8>), Bot(Race.Zerg, <zerg.zerg_rush.ZergRushBot object at 0x000001DC99CE2E80>) INFO:sc2.protocol:Client status changed to Status.launched (was None) INFO:sc2.protocol:Client status changed to Status.init_game (was Status.launched)

tweakimp commented 5 years ago

That is a problem in the sc2 client, we cant do anything about that. Blizzard has been notified and we have to wait for a fix.