Blizzard / s2client-api

StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
1.66k stars 281 forks source link

SC2 Client - Remote desktop connection #89

Closed mhogersdeepmind closed 7 years ago

mhogersdeepmind commented 7 years ago

Dear all,

Due to the flexible scaling possibilities of amazon web services I had decided to use one of their instances for testing. Unfortunately it seems that access to SC2 is impossible. I tried running the CommandCenter bot of davechurchill and the game itself, with no good outcome. The error is as follows, "Running StarCraft II through a Remote Desktop connection is not supported. Exiting program." I am relatively new to most of this, so I wonder whether this can be circumvented?

Regards,

Michael

dsjoerg commented 7 years ago

Back in the day you could use VNC instead.

AnthonyBrunasso commented 7 years ago

Unfortunately our windows binary does not run in a VM. The headless linux build does though if that's a possibility for you.