Jump to content

Recommended Posts

Posted

I am not sure what is going wrong, but I'm converting my mods to SMP and all is working as planned except I keep getting this:

 

 

  Reveal hidden contents

 

 

Specifically:

 

2012-11-09 09:41:30 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod mcp
2012-11-09 09:41:30 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod mcp
2012-11-09 09:41:30 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod FML
2012-11-09 09:41:30 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod FML
2012-11-09 09:41:30 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod Forge
2012-11-09 09:41:30 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod Forge
2012-11-09 09:41:30 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod ModHelper
2012-11-09 09:41:30 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod ModHelper
2012-11-09 09:41:30 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod ModHelperExample
2012-11-09 09:41:30 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod ModHelperExample
2012-11-09 09:41:30 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod MobVsMachine
2012-11-09 09:41:30 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod MobVsMachine
2012-11-09 09:41:30 [FINER] [ForgeModLoader] Sending event FMLInitializationEvent to mod NetherBetter
2012-11-09 09:41:30 [FINER] [ForgeModLoader] Sent event FMLInitializationEvent to mod NetherBetter
2012-11-09 09:41:30 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue
2012-11-09 09:41:30 [iNFO] [sTDERR] java.lang.NullPointerException
2012-11-09 09:41:30 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.printModStates(LoadController.java:194)
2012-11-09 09:41:30 [iNFO] [sTDERR] 	at cpw.mods.fml.common.LoadController.transition(LoadController.java:96)
2012-11-09 09:41:30 [iNFO] [sTDERR] 	at cpw.mods.fml.common.Loader.initializeMods(Loader.java:652)
2012-11-09 09:41:30 [iNFO] [sTDERR] 	at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:88)
2012-11-09 09:41:30 [iNFO] [sTDERR] 	at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:344)
2012-11-09 09:41:30 [iNFO] [sTDERR] 	at net.minecraft.src.DedicatedServer.startServer(DedicatedServer.java:110)
2012-11-09 09:41:30 [iNFO] [sTDERR] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:454)
2012-11-09 09:41:30 [iNFO] [sTDERR] 	at net.minecraft.src.ThreadMinecraftServer.run(ThreadMinecraftServer.java:17)

 

As soon as the server finished the InitializationEvents it crashes, and I haven't been able to pinpoint the error. None of the mods use PostInitializationEvent, only InitializationEvent, so that's not it either. Anyone have any insight on this?

  • 2 weeks later...
Posted

The problem is inside the Initialization method. The strange thing is that you're not getting any specific code of that.

 

I think you want to post the complete @Init method.

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.

Announcements



×
×
  • Create New...

Important Information

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