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 282 forks source link

Connect with Starcrat2 is broken for me. #304

Open dmitrii-mitrofanoff opened 5 years ago

dmitrii-mitrofanoff commented 5 years ago

Firstly, i tried python api and it worked fine, but I'm prefer working with C++. So, Globally, I had correct version of game and it CAN be connected with api. Secondly, i have tried precomiled lib, and it can't connect cause long battle net loading, ending with BLZBNTBTS0000005D error. After it, i'm read that precompiled libs outdated, /issues/246. Okey, I have to build it for myself. Then it have been done = same result as with precompiled libs: long battle net loading, ending with BLZBNTBTS0000005D error.