Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default BotConfig.txt Causes Crashes in SC:BW #90

Open
BLuancing opened this issue Jan 29, 2020 · 1 comment
Open

Default BotConfig.txt Causes Crashes in SC:BW #90

BLuancing opened this issue Jan 29, 2020 · 1 comment

Comments

@BLuancing
Copy link

Command Center version: (current)
BWAPI version: 4.4.0
Compiled both with: Visual Studio 2017

Unsure if it's related to using an older version of Visual Studio but when running a game with the default BotConfig.txt in this current version and the client's race is set to Terran or Zerg, the bot crashes with the following asserted message:

[for Terran]
"Could not find MetaType with name: Supply"

[for Zerg]
"Could not find MetaType with name: Spawning"

Didn't notice any issues with Protoss; after further inspection of the BotConfig.txt file, this seems to be because "Supply Depot" and "Spawning Pool" lack any underscores in the default builds for the file. Adding underscores to all instances of those names in the text file seemed to fix the problem.

@davechurchill
Copy link
Owner

If you create a pull request with a correctly working config file I'll gladly accept it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants