Hi all
I work now for more then one year on the map, using the Map Utility.
I never had any problems when I've done everything fine. When I got an error, I mostly had some false RPG somewhere. (which you can easly find since the error occurs at an specific Point of map making.)
Now I run in a fatal error and I have no idea whats wrong. Maybe someone knows this Problem? Or can at least help me by figure out whats wrong? I can't interprete the error message at all...
The error is in the last part, creating boundbox.tbl. At 'doing row 120A'. I have no idea whats wrong.
I work now for more then one year on the map, using the Map Utility.
I never had any problems when I've done everything fine. When I got an error, I mostly had some false RPG somewhere. (which you can easly find since the error occurs at an specific Point of map making.)
Now I run in a fatal error and I have no idea whats wrong. Maybe someone knows this Problem? Or can at least help me by figure out whats wrong? I can't interprete the error message at all...
The error is in the last part, creating boundbox.tbl. At 'doing row 120A'. I have no idea whats wrong.
Code:
Log of MapMaker v2.2.5.0
#################################
An exception has occurred.
#################################
Exception: System.ArgumentOutOfRangeException
Derived from System.ArgumentException
Derived from System.SystemException
Derived from System.Exception
11/10/2018 10:36:49 AM
Message: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
Source: mscorlib
STACK TRACE
Void ThrowArgumentOutOfRangeException()
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at System.Collections.Generic.List`1.get_Item(Int32 index)
at MapUtility.MapBlock.GetProvinceIdsNewWay(Int32& Offset)
at MapUtility.MapBlock.EnsureDecompressed()
at MapEditor.BoundBoxMaker.MakeBoundBoxes()
at MapEditor.Program.BeginWork(String[] args)
at MapEditor.Boot.Main(String[] args)