s2client-api icon indicating copy to clipboard operation
s2client-api copied to clipboard

Coordinator::LaunchStarcraft() opens the Blizzard App Login Page instead of StarCraft II

Open Kaminate opened this issue 7 years ago • 1 comments

The command line buffer passed to CreateProcessA contains the string " -launch -listen 127.0.0.1 -port 8999 -displayMode 0 -windowwidth 1024 -windowheight 768 -windowx 100 -windowy 200". Eventually it times out waiting for connection. Looking in the Task Manager Details pane, there's no task with the given ProcessInfo::process_id. So far I've tried running Visual Studio as administrator, restarting, and running Visual Studio as administrator again.

( 17 second gif ) example

Kaminate avatar Jun 10 '18 06:06 Kaminate

Just had a similar issue. My way to solve it to use "C:\Program Files (x86)\StarCraft II\Versions\Base78285\SC2.exe" as your executable path instead of "Starcraft II.exe"

pineal avatar Mar 09 '20 02:03 pineal