Jump to content

Forgeserver 1.12.2 crashes


Pollolleh

Recommended Posts

Hi, i can't identify why the server keeps crashing at launch, here's the console logs (the error won't even generate a crash report).

 

[22:38:20] [Server thread/ERROR] [FML]: Index: 8 Listeners:
[22:38:20] [Server thread/ERROR] [FML]: 0: NORMAL
[22:38:20] [Server thread/ERROR] [FML]: 1: ASM: com.forgeessentials.core.misc.TaskRegistry@2f36de80 serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 2: ASM: com.forgeessentials.util.events.ForgeEssentialsEventFactory@6285755a serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 3: ASM: com.forgeessentials.core.misc.TeleportHelper@843d615 serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 4: ASM: com.forgeessentials.util.questioner.Questioner@7890c8f6 serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 5: ASM: com.forgeessentials.util.selections.SelectionHandler@1301d70d serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 6: ASM: com.forgeessentials.permissions.core.ZonedPermissionHelper@5400eed2 serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 7: ASM: com.forgeessentials.playerlogger.ModulePlayerLogger@4d5c1027 serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 8: ASM: com.forgeessentials.jscripting.ModuleJScripting@41702c39 serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 9: ASM: com.forgeessentials.jscripting.ModuleJScripting@55943461 serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 10: ASM: com.forgeessentials.worldborder.ModuleWorldBorder@5d051e7b serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 11: ASM: com.forgeessentials.economy.ModuleEconomy@4d8ff50c serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 12: ASM: com.forgeessentials.commands.util.CommandsEventHandler@296230ff serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 13: ASM: com.forgeessentials.commands.util.ModuleCommandsEventHandler@3ea226b4 serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 14: ASM: com.forgeessentials.multiworld.MultiworldManager@36d4a07b serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 15: ASM: com.forgeessentials.multiworld.ModuleMultiworld@5496e26a serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 16: ASM: com.forgeessentials.permissions.core.ItemPermissionManager@14f6c6a1 serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/ERROR] [FML]: 17: ASM: com.forgeessentials.remote.stats.StatsManager@1095dabc serverStopped(Lcom/forgeessentials/util/events/FEModuleEvent$FEModuleServerStoppedEvent;)V
[22:38:20] [Server thread/FATAL] [forgeessentials]: Caught Runtime Exception During Server Stop event! Suppressing Fire!
java.lang.RuntimeException: Tried to access DataManager before its initialization
	at com.forgeessentials.data.v2.DataManager.getInstance(DataManager.java:79) ~[DataManager.class:?]
	at com.forgeessentials.jscripting.wrapper.JsLocalStorage.save(JsLocalStorage.java:39) ~[JsLocalStorage.class:?]
	at com.forgeessentials.jscripting.ModuleJScripting.serverStopped(ModuleJScripting.java:155) ~[ModuleJScripting.class:?]
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_66_ModuleJScripting_serverStopped_FEModuleServerStoppedEvent.invoke(.dynamic) ~[?:?]
	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
	at com.forgeessentials.core.ForgeEssentials.serverStopped(ForgeEssentials.java:369) [ForgeEssentials.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_251]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_251]
	at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637) [FMLModContainer.class:?]
	at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) ~[?:?]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_251]
	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
	at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219) [LoadController.class:?]
	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197) [LoadController.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_251]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_251]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_251]
	at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91) [minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150) [minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76) [minecraft_server.1.12.2.jar:?]
	at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399) [minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71) [minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116) [minecraft_server.1.12.2.jar:?]
	at com.google.common.eventbus.EventBus.post(EventBus.java:217) [minecraft_server.1.12.2.jar:?]
	at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136) [LoadController.class:?]
	at net.minecraftforge.fml.common.Loader.serverStopped(Loader.java:852) [Loader.class:?]
	at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:508) [FMLCommonHandler.class:?]
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:587) [MinecraftServer.class:?]
	at java.lang.Thread.run(Unknown Source) [?:1.8.0_251]
[22:38:20] [Server thread/INFO] [FML]: The state engine was in incorrect state POSTINITIALIZATION and forced into state SERVER_STOPPED. Errors may have been discarded.
[22:38:20] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
[22:38:20] [Server Shutdown Thread/INFO] [net.minecraft.server.MinecraftServer]: Saving worlds

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.