Jump to content

Asteroid Collision after game generation


guildcrest
  • Branch: Live Branch Version: Windows Fixed

When I was generating new asteroid fields for a new early access map, after generation finishes but before dupe selection the game crashed with the following error:

Spoiler

Assert failed: Only starting world should be at zero

UnityEngine.Debug:LogError(Object)
Debug:LogError(Object) (at C:/jenkins_workspace/workspace/SimGame_Windows/game/Assets/Plugins/Debug.cs:142)
Debug:Assert(Boolean, Object) (at C:/jenkins_workspace/workspace/SimGame_Windows/game/Assets/Plugins/Debug.cs:188)
ClusterManager:CreateAsteroidWorldContainer(WorldGen) (at C:/jenkins_workspace/workspace/SimGame_Windows/game/Assets/scripts/game/ClusterManager.cs:184)
ClusterManager:OnWorldGenComplete(Cluster) (at C:/jenkins_workspace/workspace/SimGame_Windows/game/Assets/scripts/game/ClusterManager.cs:133)
Util:Signal(Action`1, Cluster) (at C:/jenkins_workspace/workspace/SimGame_Windows/game/Assets/Plugins/Klei/util/Util.cs:540)
SaveLoader:LoadFromWorldGen() (at C:/jenkins_workspace/workspace/SimGame_Windows/game/Assets/scripts/game/SaveLoader.cs:1168)
SaveLoader:OnSpawn() (at C:/jenkins_workspace/workspace/SimGame_Windows/game/Assets/scripts/game/SaveLoader.cs:148)
KMonoBehaviour:Spawn() (at C:/jenkins_workspace/workspace/SimGame_Windows/game/Assets/Plugins/Klei/util/KMonoBehaviour.cs:285)
KMonoBehaviour:Start() (at C:/jenkins_workspace/workspace/SimGame_Windows/game/Assets/Plugins/Klei/util/KMonoBehaviour.cs:243)
 

Which I'm guessing means there the swampy asteroid has a collision with one of it's neighbors! :D 

Other seeds are working fine


Steps to Reproduce
  1. Start a new game
  2. Enter the following generation seed: 311363052
  3. Wait for generation to complete
  4. Crash!



User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.

In generating more asteroid fields I had it crash one more time with seed 180469025 and looks like it has to do with the NiobiumMoonlet

Share this comment


Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...