-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When attempting to make an extra large world with Jopojelly's TerraCustom utility ( https://github.com/JavidPack/TerraCustom ) it crashes in the Microbiome stage. I have tried this with only the following two mods enabled:
[
"LargeWorldEnabler",
"BothEvils"
]
I think it is crashing when trying to lay mine cart tracks. I tried it again with cart tracks set to zero and it still occurred.
Here is the error from the log:
[18:47:49] [21/ERROR] [tML]: A problem was encountered during world generation
Micro Biomes
System.MissingMethodException: Method not found: 'Void Terraria.GameContent.Generation.TrackGenerator.Run(Int32, Int32)'.
at BothEvils.BetterBothEvilsWorld.MicroBiomes(GenerationProgress progress, PassLegacy resetPass)
at BothEvils.BetterBothEvilsWorld.<>c__DisplayClass1_0.<ModifyWorldGenTasks>b__7(GenerationProgress progress) in BothEvilsWorld.cs:line 54
at Terraria.GameContent.Generation.PassLegacy.Apply(GenerationProgress progress)
at Terraria.World.Generation.WorldGenerator.GenerateWorld(GenerationProgress progress)
[18:47:49] [21/WARN] [tML]: Silently Caught Exception:
System.MissingMethodException: Method not found: 'Void Terraria.GameContent.Generation.TrackGenerator.Run(Int32, Int32)'.
at Terraria.World.Generation.WorldGenerator.GenerateWorld(GenerationProgress progress)
at Terraria.WorldGen.generateWorld(Int32 seed, GenerationProgress customProgressObject)
at Terraria.WorldGen.do_worldGenCallBack(Object threadContext)
at Terraria.WorldGen.worldGenCallBack(Object threadContext)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
[18:47:49] [21/ERROR] [Terraria]: A problem was encountered during world generation
System.MissingMethodException: Method not found: 'Void Terraria.GameContent.Generation.TrackGenerator.Run(Int32, Int32)'.
at Terraria.World.Generation.WorldGenerator.GenerateWorld(GenerationProgress progress)
at Terraria.WorldGen.generateWorld(Int32 seed, GenerationProgress customProgressObject)
at Terraria.WorldGen.do_worldGenCallBack(Object threadContext)
at Terraria.WorldGen.worldGenCallBack(Object threadContext)
Metadata
Metadata
Assignees
Labels
No labels