rlcevg / CircuitAI

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

A crash with 104.0.1-1432-gba1702d #105

Closed GoogleFrog closed 4 years ago

GoogleFrog commented 4 years ago

https://github.com/ZeroK-RTS/CrashReports/issues/25490

rlcevg commented 4 years ago

debug symbols of 1.0.5 are lost, and current dev branch is far from release state. Options: 1) update ZK's circuit to latest stable 1.0.7 (known issue about triangulation of less than 3 vertices) 2) update to 1.0.6 Nevermind, no debug symbols for that either

GoogleFrog commented 4 years ago

Do I just take circuit from the engine? Are there any config updates? Previously I was pulling PRs to chobby as they came up.

rlcevg commented 4 years ago

Yes, taking circuit dll from engine should work. There were no changes in config structure, so it should be safe to use current ZK's configs.

Last week i had no time to test before PR. PR after https://github.com/spring/CircuitAI/pull/13

rlcevg commented 4 years ago

https://github.com/ZeroK-RTS/Chobby/pull/718

rlcevg commented 4 years ago

outdated