Jump to content

Help with 1.5.2


SXScarecrow

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...