View Revisions: Issue #1152 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0001152: Crash at new game launch during BattleAI initialization |
|
Revision |
2012-11-29 14:58 by Warmonger |
|
Description |
The bug seems to happen only on Debug version, but not always. Debugger points at this line:
return createAnyAI<CBattleGameInterface>(dllname, "GetNewBattleAI"); |
|
Revision |
2012-11-29 14:57 by Warmonger |
|
Description |
The bug seems to happen only on Debug version, but not always. Debugger points this line:
return createAnyAI<CBattleGameInterface>(dllname, "GetNewBattleAI"); |