Page 1 of 1

[SOLVED] 1.00.07U72: Game is frozen

Posted: Tue Apr 28, 2020 8:35 am
by ncc1701e
In case you have not seen it, this is 100% reproducible:
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.


Image

RE: 1.00.07U72: Game is frozen

Posted: Tue Apr 28, 2020 1:40 pm
by AlvaroSousa
thx

RE: 1.00.07U72: Game is frozen

Posted: Tue Apr 28, 2020 1:44 pm
by AlvaroSousa
This was my booboo. I improved the system and copied the wrong variable

RE: 1.00.07U72: Game is frozen

Posted: Thu Apr 30, 2020 12:56 am
by ncc1701e
Solved with 1.00.07U8. Thanks