rlcevg / CircuitAI

Spring RTS local native AI
GNU General Public License v2.0
18 stars 19 forks source link

possible problem with dev vs stable version strings #41

Closed cleanrock closed 7 years ago

cleanrock commented 7 years ago

When I start a debug spring running circuit the assert at rts/ExternalAI/SkirmishAIHandler.cpp:238 fails. I see that spring code expect version to be "stable" but it is "dev". When/if you reproduce this make sure you have a "clean" share/games/spring/AI/Skirmish/CircuitAI/.

cleanrock commented 7 years ago

Fyi, i rebuilt release spring (share/games/spring/AI/Skirmish/CircuitAI/ reset) and CircuitAI is not found so this is not only a debug/assert problem.

cleanrock commented 7 years ago

Oops, me stupid. I did not realize i had to change to "stable" in my start script. I was confused by the remaining dev folder in my release build which kept it working.