Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Unbehandelte Ausnahme: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
  2. bei Terraria.ModLoader.TileLoader.KillTile(Int32 i, Int32 j, Int32 type, Boolean& fail, Boolean& effectOnly, Boolean& noItem)
  3. bei Terraria.WorldGen.KillTile(Int32 i, Int32 j, Boolean fail, Boolean effectOnly, Boolean noItem)
  4. bei Terraria.WorldGen.JungleRunner(Int32 i, Int32 j)
  5. bei Terraria.WorldGen.<>c__DisplayClass259_0.<generateWorld>b__15(GenerationProgress progress)
  6. bei Terraria.GameContent.Generation.PassLegacy.Apply(GenerationProgress progress)
  7. bei Terraria.World.Generation.WorldGenerator.GenerateWorld(GenerationProgress progress)
  8. bei Terraria.WorldGen.generateWorld(Int32 seed, GenerationProgress customProgressObject)
  9. bei Terraria.IO.WorldFile.loadWorld(Boolean loadFromCloud)
  10. bei Terraria.WorldGen.serverLoadWorldCallBack(Object threadContext)
  11. bei System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
  12. bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  13. bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  14. bei System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  15. bei System.Threading.ThreadPoolWorkQueue.Dispatch()
  16. bei System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement