Skip to content

Instantly share code, notes, and snippets.

@Beanius
Created April 23, 2017 19:33
Show Gist options
  • Save Beanius/5b3b2b6fb94afb0bad4a8039f0dc7c6b to your computer and use it in GitHub Desktop.
Save Beanius/5b3b2b6fb94afb0bad4a8039f0dc7c6b to your computer and use it in GitHub Desktop.
Crash when creating new world with OTG and HF
21:32:28 net.minecraft.server.MinecraftServer Server thread info Preparing start region for level 0
21:32:29 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 5%
21:32:30 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 9%
21:32:31 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 14%
21:32:32 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 20%
21:32:33 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 25%
21:32:34 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 31%
21:32:35 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 36%
21:32:36 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 41%
21:32:37 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 46%
21:32:38 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 52%
21:32:39 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 56%
21:32:40 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 62%
21:32:41 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 66%
21:32:42 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 72%
21:32:43 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 77%
21:32:44 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 81%
21:32:45 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 86%
21:32:46 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 91%
21:32:47 net.minecraft.server.MinecraftServer Server thread info Preparing spawn area: 95%
21:32:48 biomebundle Server thread error Skipping event FMLServerStartingEvent and marking errored mod biomebundle since required dependency openterraingenerator has errored
21:32:48 FML Server thread error Fatal errors were detected during the transition from SERVER_ABOUT_TO_START to SERVER_STARTING. Loading cannot continue
21:32:48 FML Server thread error
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2281.jar)
UCHIJAAA Forge{12.18.3.2281} [Minecraft Forge] (forge-1.10.2-12.18.3.2281.jar)
UCHIJAAE openterraingenerator{v14} [Open Terrain Generator] (OpenTerrainGenerator-1.10.2-v14.jar)
UCHIJAAE biomebundle{1.0} [Biome Bundle] (Biome_Bundle-v5.jar)
UCHIJAAA harvestfestival{0.5.26} [Harvest Festival] (Harvest-Festival-1.10.2-0.5.26.jar)
21:32:48 FML Server thread error The following problems were captured during this phase
21:32:48 FML Server thread error Caught exception from Open Terrain Generator (openterraingenerator)
sun.reflect.generics.reflectiveObjects.NotImplementedException
at com.khorn.terraincontrol.forge.TCDimensionManager.SaveDimensionData(TCDimensionManager.java:201)
at com.khorn.terraincontrol.forge.TCPlugin.serverLoad(TCPlugin.java:252)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:855)
at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:292)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:122)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
at java.lang.Thread.run(Thread.java:745)
21:32:48 FML Server thread error A fatal exception occurred during the server starting event
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Open Terrain Generator (openterraingenerator)
Caused by: sun.reflect.generics.reflectiveObjects.NotImplementedException
at com.khorn.terraincontrol.forge.TCDimensionManager.SaveDimensionData(TCDimensionManager.java:201)
at com.khorn.terraincontrol.forge.TCPlugin.serverLoad(TCPlugin.java:252)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:855)
at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:292)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:122)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
at java.lang.Thread.run(Thread.java:745)
21:32:48 net.minecraft.server.MinecraftServer Server thread info Stopping server
21:32:48 net.minecraft.server.MinecraftServer Server thread info Saving players
21:32:48 net.minecraft.server.MinecraftServer Server thread info Saving worlds
21:32:48 net.minecraft.server.MinecraftServer Server thread info Saving chunks for level 'Biome Bundle'/Overworld
21:32:50 net.minecraft.server.MinecraftServer Server thread info Saving chunks for level 'Biome Bundle'/Nether
21:32:50 net.minecraft.server.MinecraftServer Server thread info Saving chunks for level 'Biome Bundle'/The End
21:32:50 FML Server thread info Unloading dimension 0
21:32:50 FML Server thread info Unloading dimension -1
21:32:50 FML Server thread info Unloading dimension 1
21:32:50 biomebundle Server thread error Skipping event FMLModIdMappingEvent and marking errored mod biomebundle since required dependency openterraingenerator has errored
21:32:50 FML Server thread info Applying holder lookups
21:32:50 FML Server thread info Holder lookups applied
21:32:50 biomebundle Server thread error Skipping event FMLServerStoppedEvent and marking errored mod biomebundle since required dependency openterraingenerator has errored
21:32:50 FML Server thread info The state engine was in incorrect state ERRORED and forced into state SERVER_STOPPED. Errors may have been discarded.
21:32:50 FML Server thread info The state engine was in incorrect state ERRORED and forced into state AVAILABLE. Errors may have been discarded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment