• 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.

pyrish

First Lieutenant
43 Badges
Nov 8, 2013
207
1
  • Crusader Kings II: Charlemagne
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings III: Royal Edition
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris: Distant Stars
  • BATTLETECH: Flashpoint
  • Stellaris: Megacorp
  • Stellaris: Ancient Relics
  • BATTLETECH: Season pass
  • Stellaris: Lithoids
  • BATTLETECH: Heavy Metal
  • Stellaris: Federations
  • Crusader Kings III
  • BATTLETECH
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Stellaris
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV
  • Stellaris: Synthetic Dawn
Hi,
I use some mods with a group of friends in multiplayer, generally it works well but lately we have been getting a crash at the same time with this error in the log. Does anyone know how I can track it down?


[planet.cpp:3284]: NDefines::NGraphics:: PLANET_SCALE_SYSTEM does not match in size with NDefines::NCamera::ZOOM_STEPS_SYSTEM
 
Both of those are variables defined in common\defines:

Code:
ZOOM_STEPS_SYSTEM_PERCENTAGES = { 0.025 0.1 0.25 0.5 1.0 1.5 3.0 } # System zoom steps in percent relative to the system size

PLANET_SCALE_SYSTEM = { 0.425 0.325 0.35 0.5 0.5 0.5 0.75 } # Scale for each System zoom steps

If the error message is to be trusted, you're probably trying to use two different mods that affect one or more of these variables, maybe a camera mod that tries to add more zoom steps or something like that.

So mods that edit how the camera works, or systems that rescale planets and stars in solar systems, are the things you should be looking at.
 
Error log does not record crash and is irrelevant, crash logs are stored in \Documents\Paradox Interactive\Stellaris\crashes and are unusuable to the player.

That said, you have Real Space so I assume you have a bunch of different big mods which are incompatible with each other.