• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Stahl-Opa

Marshall & Grossadmiral of Helvetia
72 Badges
Jun 16, 2011
749
169
www.vmods.org
  • Victoria 2: A House Divided
  • Europa Universalis IV: Call to arms event
  • Gettysburg
  • Heir to the Throne
  • King Arthur II
  • Leviathan: Warships
  • Magicka
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Crusader Kings II: Charlemagne
  • Victoria 2: Heart of Darkness
  • Warlock 2: Wrath of the Nagas
  • Pillars of Eternity
  • Europa Universalis IV: Mare Nostrum
  • Stellaris: Galaxy Edition
  • Crusader Kings II: Reapers Due
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Third Rome
  • BATTLETECH
  • Stellaris: Nemesis
  • Age of Wonders III
  • Age of Wonders: Shadow Magic
  • Crusader Kings II: Jade Dragon
  • Stellaris - Path to Destruction bundle
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • BATTLETECH - Digital Deluxe Edition
  • Stellaris: Distant Stars
  • Stellaris: Megacorp
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
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.

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)