Guest User

Untitled

a guest
Oct 10th, 2022
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. Error in WorldGenScreen.WorldGenScreen.OnSpawn
  2. System.NullReferenceException: Object reference not set to an instance of an object
  3. at ProcGen.MutatedWorldData.ApplyTrait (ProcGen.WorldTrait trait) [0x001c3] in <1b5c2ff4f53d4a48b7159ed84d905978>:0
  4. at ProcGen.MutatedWorldData.ApplyWorldTraits () [0x00016] in <1b5c2ff4f53d4a48b7159ed84d905978>:0
  5. at ProcGen.MutatedWorldData..ctor (ProcGen.World world, System.Collections.Generic.List`1[T] worldTraits, System.Collections.Generic.List`1[T] storyTraits) [0x00057] in <1b5c2ff4f53d4a48b7159ed84d905978>:0
  6. at ProcGen.WorldGenSettings..ctor (System.String worldName, System.Collections.Generic.List`1[T] worldTraits, System.Collections.Generic.List`1[T] storyTraits, System.Boolean assertMissingTraits) [0x000bb] in <1b5c2ff4f53d4a48b7159ed84d905978>:0
  7. at ProcGenGame.WorldGen..ctor (System.String worldName, System.Collections.Generic.List`1[T] chosenWorldTraits, System.Collections.Generic.List`1[T] chosenStoryTraits, System.Boolean assertMissingTraits) [0x0004d] in <cb20703507b14eea8088dbc44abf7f85>:0
  8. at ProcGenGame.Cluster..ctor (System.String name, System.Int32 seed, System.Collections.Generic.List`1[T] chosenStoryTraitIds, System.Boolean assertMissingTraits, System.Boolean skipWorldTraits) [0x001be] in <cb20703507b14eea8088dbc44abf7f85>:0
  9. at OfflineWorldGen.DoWorldGenInitialize () [0x00095] in <cb20703507b14eea8088dbc44abf7f85>:0
  10. at OfflineWorldGen.DoWorldGen (System.Int32 selectedDimension) [0x00006] in <cb20703507b14eea8088dbc44abf7f85>:0
  11. at OfflineWorldGen.Generate () [0x00143] in <cb20703507b14eea8088dbc44abf7f85>:0
  12. at WorldGenScreen.OnSpawn () [0x00072] in <cb20703507b14eea8088dbc44abf7f85>:0
  13. at KMonoBehaviour.Spawn () [0x0005d] in <1b5c2ff4f53d4a48b7159ed84d905978>:0
  14.  
  15. at UnityEngine.Debug.LogError (System.Object message, UnityEngine.Object context) [0x00000] in <72b60a3dd8cd4f12a155b761a1af9144>:0
  16. at Debug.LogError (System.Object obj, UnityEngine.Object context) [0x00000] in <1b5c2ff4f53d4a48b7159ed84d905978>:0
  17. at DebugUtil.LogErrorArgs (UnityEngine.Object context, System.Object[] objs) [0x00000] in <1b5c2ff4f53d4a48b7159ed84d905978>:0
  18. at DebugUtil.LogException (UnityEngine.Object context, System.String errorMessage, System.Exception e) [0x00000] in <1b5c2ff4f53d4a48b7159ed84d905978>:0
  19. at KMonoBehaviour.Spawn () [0x00000] in <1b5c2ff4f53d4a48b7159ed84d905978>:0
  20. at KMonoBehaviour.Start () [0x00000] in <1b5c2ff4f53d4a48b7159ed84d905978>:0
  21. Build: U43-526233-V
Advertisement
Add Comment
Please, Sign In to add comment