Jump to content

Recommended Posts

Posted

Hey guys,

I'm in the process of updating my modpack to 1.5.2, and I have come across this error. It won't tell me which mod is crashing, or why, and I can't make sense of it:

cpw.mods.fml.common.LoaderException: java.lang.NullPointerException

    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:75)

    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:471)

    at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

    at com.google.common.eventbus.EventBus.post(EventBus.java:267)

    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:192)

    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:172)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

    at com.google.common.eventbus.EventBus.post(EventBus.java:267)

    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103)

    at cpw.mods.fml.common.Loader.loadMods(Loader.java:504)

    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:163)

    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:411)

    at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)

    at net.minecraft.client.Minecraft.run(Minecraft.java:733)

    at java.lang.Thread.run(Unknown Source)

Caused by: java.lang.NullPointerException

    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:52)

    ... 27 more

Please can someone explain this to me?

Posted

It would be helpful if you could tell me which mod it was, and how to spot the error if it comes up again. I don't particularly want to take it all apart and put it back together again. Also, quick tip, the moderators and admins do no appreciate double-posting.

Posted

Sorry for the double posting, yeah I'm really tired! As for the mod I can't tell because I don't have a full crash report. You didn't Pastebin it all. Try again and make sure you include the bottom bit.

Posted

This is the full ForgeModLoader log, there isn't anything else I can give you.

Log

EDIT: Reading my log I realise that it crashes at the Fluid Mechanics stage, but it cites that Basic Components is the reason (BC is not in this modpack). I will investigate this further myself, if you got any tips, I would be happy to hear to them.

Posted

Tinker around and try using different versions of Fluid Mechanics, also Fluid Mechanics is incompatible with a lot of mods that modify liquids like the Weather mod. Give me your pack URL and I can help you a bit more. As for Basic Components it IS in the modpack, it's just packaged in with the Universal Electricity mods now.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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...