SXScarecrow Posted September 1, 2013 Posted September 1, 2013 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? Quote
Amaxter Posted September 1, 2013 Posted September 1, 2013 That's not a full crash report, copy the WHOLE thing and put it on pastebin.com then send me the link. Quote
SXScarecrow Posted September 1, 2013 Author Posted September 1, 2013 Whoops, my bad. Here you go. Crash Report Quote
Amaxter Posted September 1, 2013 Posted September 1, 2013 Looks like you forgot to copy the last part of the crash report . Pastebin again. Quote
Amaxter Posted September 1, 2013 Posted September 1, 2013 Wait, I see the problem. Looks like your one of your mods is not compatible with your version of MineCraft. Quote
SXScarecrow Posted September 1, 2013 Author Posted September 1, 2013 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. Quote
Amaxter Posted September 1, 2013 Posted September 1, 2013 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. Quote
SXScarecrow Posted September 1, 2013 Author Posted September 1, 2013 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. Quote
Amaxter Posted September 1, 2013 Posted September 1, 2013 Try removing Basic Components, it's not needed in 1.5.2 anymore, now it's just an API for mod developers. Quote
SXScarecrow Posted September 1, 2013 Author Posted September 1, 2013 Oops, you posted before my edit. Basic Components isn't in this modpack, which perplexes me. Quote
Amaxter Posted September 1, 2013 Posted September 1, 2013 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.