https://www.matrixgames.com/forums/tm.asp?m=4803559
Here is the following log:
Code: Select all
Unloading 3857 unused Assets to reduce memory usage. Loaded Objects now: 579.
Total: 74.499700 ms (FindLiveObjects: 1.334300 ms CreateObjectMapping: 0.246700 ms MarkObjects: 30.198300 ms DeleteObjects: 42.720100 ms)
Unloading 4 Unused Serialized files (Serialized files now loaded: 0)
UnloadTime: 3.108100 ms
Unloading 32 unused Assets to reduce memory usage. Loaded Objects now: 1240.
Total: 33.318500 ms (FindLiveObjects: 1.050600 ms CreateObjectMapping: 0.041000 ms MarkObjects: 30.516200 ms DeleteObjects: 1.710200 ms)
ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
at System.Collections.Generic.List`1[BattleReport].get_Item (Int32 index) [0x00000] in <filename unknown>:0
at GameMenu.CombatLogs () [0x00000] in <filename unknown>:0
at GameMenu.OnGUI () [0x00000] in <filename unknown>:0
(Filename: Line: -1)
ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
at System.Collections.Generic.List`1[BattleReport].get_Item (Int32 index) [0x00000] in <filename unknown>:0
at GameMenu.CombatLogs () [0x00000] in <filename unknown>:0
at GameMenu.OnGUI () [0x00000] in <filename unknown>:0
(Filename: Line: -1)
And it keeps looping on it.
How to reproduce:
1. Load Europe 1939 in hotseat mode.
2. Do one Land Attack in Poland. The one in the below screenshot.
3. End your turn
4. Go in Combat Logs -> Last. Nothing is displayed and the game crashs.


