davechurchill / commandcenter

Starcraft AI Bot
MIT License
522 stars 112 forks source link

COMMANDCENTER: AN SC2 AI BOT on windows #87

Open fdgvdfgtrvgtrvg opened 5 years ago

fdgvdfgtrvgtrvg commented 5 years ago

Assertion failed: info.placement_grid.data.size() == info.width * info.height,

alkurbatov commented 5 years ago

Hi, @fdgvdfgtrvgtrvg. This issue comes from the s2client-api, not from the bot. To fix the issue you may apply the fix manually, or use different api version. See: https://github.com/alkurbatov/cpp-sc2/commit/ba30bfaf19d40a40649d2afba4e78e00c5c10971

fdgvdfgtrvgtrvg commented 5 years ago

I'm using the Precompiled Libraries and i could't find the file 'sc2_client.cc' so is there any other solutions? thanks a lot!

alkurbatov commented 5 years ago

The precompiled libraries are outdated, you should compile new libraries from the latest sources.