Jump to content

Recommended Posts

Posted

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

 

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Reach Out To Rapid Digital: What sapp Info: +1 41 4 80 7 14 85 Email INFO: rap iddi gita lrecov ery @ exe cs. com Hello, my name is Jayson, and I’m 35 years old from the United Kingdom. My family and I recently endured an incredibly challenging experience that I wouldn’t wish on anyone. We became victims of a cryptocurrency investment fraud scheme that saw us lose a staggering $807,000 in USDT and Bitcoins. The fraudsters had created a convincing facade, and we were lured into investing, only to discover later that the platform was a complete scam. We were left devastated, not just financially, but emotionally, as we had trusted these people and believed in the legitimacy of the investment. After the initial shock wore off, we desperately searched for ways to recover the lost funds. It seemed like an impossible task, and we felt as though there was no hope. That’s when, by sheer luck, we stumbled across a post about Rapid Digital Recovery, a cryptocurrency and funds recovery organization with a proven track record in cybersecurity and fraud recovery. We decided to reach out to them, and from the first interaction, we were impressed with their professionalism and transparency. They explained the recovery process in detail and reassured us that they had the skills and expertise to track down the perpetrators and recover our funds. This gave us a renewed sense of hope, something we hadn’t felt in months. What truly stood out during our experience with Rapid Digital Recovery was their dedication to the recovery process. The team went above and beyond, using sophisticated tracking tools and cyber forensics to gather critical information. Within a matter of weeks, they had successfully located the funds and traced the scam back to the fraudsters responsible. They worked with the authorities to ensure the criminals were held accountable for their actions. To our relief, the team at Rapid Digital Recovery was able to recover every single penny we had lost. The funds were returned in full, and the sense of closure we felt was invaluable. We couldn’t have imagined such a positive outcome in the early stages of our recovery journey, and we are deeply grateful for the work they did. If you ever find yourself in a similar situation, I highly recommend contacting Rapid Digital Recovery. Their expertise, transparency, and dedication to their clients make them the go-to choice for anyone seeking to recover lost cryptocurrency or funds. They truly gave us back our financial future.  
    • This is my first time modding anything, so maybe just skill issue. I'm using Forge 54.0.12 and Temurin 21.0.5+11-LTS I wanted to create a custom keybind and to check whether it works I'd like to send a chat message. I tried using Minecraft.getInstance().player.sendSystemMessage(Component.literal("test")); but IntelliJ couldnt resolve sendSystemMessage(...). Since I saw people using it in earlier versions, I tried the same thing with 1.20.6(- 50.1.0), where it works fine, now I can't figure out if this is intentional and whether there are other options for sending chat messages. On that note, is there more documentation than https://docs.minecraftforge.net/en/1.21.x/? It seems very incomplete compared to something like the Oracle Java docs
    • Hi, i'm having this error and I wanna fix it. we try: -Reload drivers -Eliminate .minecraft -Eliminate Java -Restart launcher -Verify if minecraft is using gpu -Mods  in .minecraft is empty -Install the latest and recomended version of forge idk what i have to do, help me pls. the lastest log is: https://mclo.gs/WAMao8x  
    • Read the FAQ, Rule #2. (https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/)  
    • The link to your log does not work, it says it is forbidden, Error, this is a private paste or is pending moderation.
  • Topics

×
×
  • Create New...

Important Information

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