Jump to content

SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController


Eaglebird

Recommended Posts

I recently learned of a new build of forge which fixed right-click events and allowed worldedit its wand functionality back. I ran into some world problems which I resolved through editing with mcedit (open, save, reupload to server), only to start forge and be greeted with errors that crop up seemingly around the time mods are being loaded. When the server finally starts, the mods (worldedit) are not loaded or working, and stopping the server faults it to the point I have to kill the instance or ctrl+c.

 

This happened with a slightly earlier version, 1846, as well.

 

eyrie@Eyrie:/Eyrie# ./forge.sh
[01:44:19] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[01:44:19] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[01:44:19] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[01:44:21] [main/INFO] [FML]: Forge Mod Loader version 12.16.0.1849 for Minecraft 1.9 loading
[01:44:21] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.7.0_95, running on Linux:amd64:4.2.0-27-generic, installed at /usr/lib/jvm/java-7-openjdk-amd64/jre
[01:44:21] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[01:44:21] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[01:44:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[01:44:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[01:44:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[01:44:23] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[01:44:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[01:44:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[01:44:24] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[01:44:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[01:44:25] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[01:44:31] [server thread/INFO]: Starting minecraft server version 1.9
> [01:44:32] [server thread/INFO] [FML]: MinecraftForge v12.16.0.1849 Initialized
[01:44:32] [server thread/INFO] [FML]: Replaced 207 ore recipes
[01:44:32] [server thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[01:44:32] [server thread/INFO] [FML]: Searching /Eyrie/mods for mods
[01:44:33] [server thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
> Apr 06, 2016 1:44:33 AM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@3d3056d5 to public void net.minecraftforge.fml.common.LoadController.buildModList(net.minecraftforge.fml.common.event.FMLLoadEvent)
Apr 06, 2016 1:44:33 AM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@3d3056d5 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
[01:44:33] [server thread/INFO] [FML]: Processing ObjectHolder annotations
[01:44:33] [server thread/INFO] [FML]: Found 418 ObjectHolder annotations
[01:44:33] [server thread/INFO] [FML]: Identifying ItemStackHolder annotations
[01:44:33] [server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
> Apr 06, 2016 1:44:33 AM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@3d3056d5 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
[01:44:33] [server thread/INFO] [FML]: Applying holder lookups
[01:44:33] [server thread/INFO] [FML]: Holder lookups applied
[01:44:33] [server thread/INFO] [FML]: Injecting itemstacks
[01:44:33] [server thread/INFO] [FML]: Itemstack injection complete
[01:44:33] [server thread/INFO]: Loading properties
[01:44:33] [server thread/WARN]: ressource-pack-hash is depricated and found along side resource-pack-sha1. resource-pack-hash will be ignored.
[01:44:33] [server thread/INFO]: Default game type: SURVIVAL
[01:44:33] [server thread/INFO]: Generating keypair
[01:44:33] [server thread/INFO]: Starting Minecraft server on 192.168.2.254:25565
[01:44:33] [server thread/INFO]: Using epoll channel type
> Apr 06, 2016 1:44:34 AM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@3d3056d5 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
Apr 06, 2016 1:44:34 AM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@3d3056d5 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
[01:44:34] [server thread/INFO] [FML]: Injecting itemstacks
[01:44:34] [server thread/INFO] [FML]: Itemstack injection complete
> Apr 06, 2016 1:44:34 AM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@3d3056d5 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
Apr 06, 2016 1:44:34 AM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@3d3056d5 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
[01:44:34] [server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
> Apr 06, 2016 1:44:34 AM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@3d3056d5 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
[01:44:34] [server thread/INFO]: Preparing level "Eyrie"
[01:44:35] [server thread/INFO] [FML]: Loading dimension 0 (Eyrie) (net.minecraft.server.dedicated.DedicatedServer@b1ede02)
[01:44:35] [server thread/WARN]: Unable to find spawn biome
[01:44:37] [server thread/INFO] [FML]: Loading dimension 1 (Eyrie) (net.minecraft.server.dedicated.DedicatedServer@b1ede02)
[01:44:37] [server thread/INFO] [FML]: Loading dimension -1 (Eyrie) (net.minecraft.server.dedicated.DedicatedServer@b1ede02)
[01:44:37] [server thread/INFO]: Preparing start region for level 0
[01:44:38] [server thread/INFO]: Preparing spawn area: 6%
[01:44:39] [server thread/INFO]: Preparing spawn area: 11%
[01:44:40] [server thread/INFO]: Preparing spawn area: 19%
[01:44:41] [server thread/INFO]: Preparing spawn area: 27%
[01:44:43] [server thread/INFO]: Preparing spawn area: 34%
[01:44:44] [server thread/INFO]: Preparing spawn area: 41%
[01:44:45] [server thread/INFO]: Preparing spawn area: 50%
[01:44:46] [server thread/INFO]: Preparing spawn area: 59%
[01:44:46] [server thread/WARN] [FML]: ****************************************
[01:44:46] [server thread/WARN] [FML]: * Dangerous alternative prefix minecraft for name farmer, invalid registry invocation/invalid name?
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:63)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:71)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession.<init>(VillagerRegistry.java:194)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry.init(VillagerRegistry.java:151)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry.<init>(VillagerRegistry.java:57)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry.<clinit>(VillagerRegistry.java:51)...
[01:44:46] [server thread/WARN] [FML]: ****************************************
[01:44:46] [server thread/WARN] [FML]: ****************************************
[01:44:46] [server thread/WARN] [FML]: * Dangerous alternative prefix minecraft for name librarian, invalid registry invocation/invalid name?
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:63)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:71)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession.<init>(VillagerRegistry.java:194)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry.init(VillagerRegistry.java:159)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry.<init>(VillagerRegistry.java:57)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry.<clinit>(VillagerRegistry.java:51)...
[01:44:46] [server thread/WARN] [FML]: ****************************************
[01:44:46] [server thread/WARN] [FML]: ****************************************
[01:44:46] [server thread/WARN] [FML]: * Dangerous alternative prefix minecraft for name priest, invalid registry invocation/invalid name?
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:63)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:71)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession.<init>(VillagerRegistry.java:194)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry.init(VillagerRegistry.java:164)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry.<init>(VillagerRegistry.java:57)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry.<clinit>(VillagerRegistry.java:51)...
[01:44:46] [server thread/WARN] [FML]: ****************************************
[01:44:46] [server thread/WARN] [FML]: ****************************************
[01:44:46] [server thread/WARN] [FML]: * Dangerous alternative prefix minecraft for name smith, invalid registry invocation/invalid name?
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:63)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:71)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession.<init>(VillagerRegistry.java:194)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry.init(VillagerRegistry.java:169)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry.<init>(VillagerRegistry.java:57)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry.<clinit>(VillagerRegistry.java:51)...
[01:44:46] [server thread/WARN] [FML]: ****************************************
[01:44:46] [server thread/WARN] [FML]: ****************************************
[01:44:46] [server thread/WARN] [FML]: * Dangerous alternative prefix minecraft for name butcher, invalid registry invocation/invalid name?
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:63)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.IForgeRegistryEntry$Impl.setRegistryName(IForgeRegistryEntry.java:71)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry$VillagerProfession.<init>(VillagerRegistry.java:194)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry.init(VillagerRegistry.java:176)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry.<init>(VillagerRegistry.java:57)
[01:44:46] [server thread/WARN] [FML]: *  at net.minecraftforge.fml.common.registry.VillagerRegistry.<clinit>(VillagerRegistry.java:51)...
[01:44:46] [server thread/WARN] [FML]: ****************************************
[01:44:47] [server thread/INFO]: Preparing spawn area: 69%
[01:44:48] [server thread/INFO]: Preparing spawn area: 79%
[01:44:49] [server thread/INFO]: Preparing spawn area: 90%
[01:44:50] [server thread/INFO]: Done (15.303s)! For help, type "help" or "?"
> Apr 06, 2016 1:44:50 AM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@3d3056d5 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
Apr 06, 2016 1:44:50 AM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@3d3056d5 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
[01:45:11] [user Authenticator #1/INFO]: UUID of player Eaglebird is d78640ba-2fed-48e8-b88c-44e2c1201629
[01:45:11] [server thread/INFO] [FML]: Connection received without FML marker, assuming vanilla.
[01:45:11] [server thread/INFO] [FML]: [server thread] Server side vanilla connection established
[01:45:11] [server thread/INFO]: Eaglebird[/192.168.1.242:16862] logged in with entity id 2793 at (-335.5, 64.0, 13.5)
[01:45:11] [server thread/INFO]: Eaglebird joined the game
[01:45:19] [server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 8612ms behind, skipping 172 tick(s)
[01:45:32] [server thread/INFO]: Eaglebird lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}
[01:45:32] [server thread/INFO]: Eaglebird left the game
> stop
[01:45:39] [server thread/INFO]: Stopping the server
> Apr 06, 2016 1:45:39 AM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
SEVERE: Could not dispatch event: net.minecraftforge.fml.common.LoadController@3d3056d5 to public void net.minecraftforge.fml.common.LoadController.propogateStateMessage(net.minecraftforge.fml.common.event.FMLEvent)
[01:45:39] [server thread/INFO]: Stopping server
[01:45:39] [server thread/INFO]: Saving players
[01:45:39] [server thread/INFO]: Saving worlds
[01:45:39] [server thread/INFO]: Saving chunks for level 'Eyrie'/Overworld
[01:45:40] [server thread/INFO]: Saving chunks for level 'Eyrie'/Nether
[01:45:40] [server thread/INFO]: Saving chunks for level 'Eyrie'/The End
[01:45:40] [server thread/INFO] [FML]: Unloading dimension 0
[01:45:40] [server thread/INFO] [FML]: Unloading dimension -1
[01:45:40] [server thread/INFO] [FML]: Unloading dimension 1
[01:45:40] [server thread/INFO] [sTDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NullPointerException
[01:45:40] [server thread/INFO] [sTDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:       at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:221)
[01:45:40] [server thread/INFO] [sTDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:       at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:199)
[01:45:40] [server thread/INFO] [sTDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:       at net.minecraftforge.fml.common.Loader.fireRemapEvent(Loader.java:987)
[01:45:40] [server thread/INFO] [sTDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:       at net.minecraftforge.fml.common.registry.PersistentRegistryManager.revertToFrozen(PersistentRegistryManager.java:372)
[01:45:40] [server thread/INFO] [sTDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:       at net.minecraftforge.fml.common.Loader.serverStopped(Loader.java:847)
[01:45:40] [server thread/INFO] [sTDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:       at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:490)
[01:45:40] [server thread/INFO] [sTDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:529)
[01:45:40] [server thread/INFO] [sTDERR]: [java.lang.ThreadGroup:uncaughtException:1052]:       at java.lang.Thread.run(Thread.java:745)
> Exception in thread "Server thread"
eyrie@Eyrie:/Eyrie#

Talk to me like one of your developers.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

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