VillagersSpawn Posted April 12, 2015 Posted April 12, 2015 Hi, I am currently working on a custom modpack, however, when I go to launch the pack, the launcher initializes the mods but when the launcher gets to launching the game it crashes. Below is the crash log it spewed out: Full Crash Log: http://pastebin.com/eYagQqTa ---- Minecraft Crash Report ----// Don't be sad, have a hug! <3 Time: 12/04/15 12:26Description: Initializing game java.lang.NullPointerException: Initializing game at net.minecraft.util.RegistryNamespaced.func_148755_c(SourceFile:69) at net.minecraft.util.RegistryNamespaced.func_148741_d(SourceFile:45) at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.func_148741_d(FMLControlledNamespacedRegistry.java:276) at net.minecraft.block.Block.func_149684_b(Block.java:147) at codechicken.microblock.BlockMicroMaterial.loadIcons(BlockMicroMaterial.scala:64) at codechicken.microblock.MicroMaterialRegistry$$anonfun$loadIcons$1.apply(MicroMaterialRegistry.scala:178) at codechicken.microblock.MicroMaterialRegistry$$anonfun$loadIcons$1.apply(MicroMaterialRegistry.scala:178) at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33) at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186) at codechicken.microblock.MicroMaterialRegistry$.loadIcons(MicroMaterialRegistry.scala:178) at codechicken.microblock.handler.MicroblockProxy_clientImpl.postInit(proxies.scala:94) at codechicken.microblock.handler.MicroblockMod$.postInit(MicroblockMod.scala:34) at codechicken.microblock.handler.MicroblockMod.postInit(MicroblockMod.scala) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) at com.google.common.eventbus.EventBus.post(EventBus.java:275) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694) at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867) at net.minecraft.client.main.Main.main(SourceFile:148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) What do I do to fix this error? Thank you so much in advance! Yours Sincerely, VillagersSpawn Quote
Discord Moderator plowmanplow Posted April 12, 2015 Discord Moderator Posted April 12, 2015 Please provide the API URL or a link to the pack details page for your custom modpack. Quote
VillagersSpawn Posted April 16, 2015 Author Posted April 16, 2015 Hi, Sorry. Here's the link to the page: http://technicpack.net/modpack/magic-and-machines-20.633987 Quote
Discord Moderator plowmanplow Posted April 17, 2015 Discord Moderator Posted April 17, 2015 You need to go through and update all your mods. All of the CoFH mods are out of Beta/RC now. Pretty much all mods which include support for AE2 are built against the AE2rv2 betas, not the rv1 stables. Ender storage is mismatched with the rest of your ChickenBones mods. Your iChunUtil is very outdated compared to the rest of your iChun mods. Blood Magic should be updated. The version of BoP you have has known critical issues. Forge Multipart should be updated to the latest to conform with the correct item/block registry format. Basically, nearly every single mod in your pack is outdated or mismatched. Good luck. 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.
Note: Your post will require moderator approval before it will be visible.