Jump to content

Private Modpack Problem (new problem, unsolved)


Nightbringer

Recommended Posts

I am trying to create a modpack with some friends, and I dont understand what "IcraftingHandler" is and how to fix it, here is my crash log, Please help me, I am not really good at computers...

 

 

[18:50:42] [Client thread/INFO] [sTDOUT]: [net.minecraft.client.Minecraft:func_71377_b:349]: ---- Minecraft Crash Report ----

// Don't do that.

 

Time: 3/26/15 6:50 PM

Description: Initializing game

 

java.lang.NoClassDefFoundError: cpw/mods/fml/common/ICraftingHandler

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:249)

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

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

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

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:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

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.loadMods(Loader.java:492)

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

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

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:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)

at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)

at org.multimc.EntryPoint.listen(EntryPoint.java:165)

at org.multimc.EntryPoint.main(EntryPoint.java:54)

Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.ICraftingHandler

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)

at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

... 42 more

Caused by: java.lang.NullPointerException

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:249)

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

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

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

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:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

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.loadMods(Loader.java:492)

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

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

 

-- Initialization --

Details:

Stacktrace:

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:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

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

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)

at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)

at org.multimc.EntryPoint.listen(EntryPoint.java:165)

at org.multimc.EntryPoint.main(EntryPoint.java:54)

Link to comment
Share on other sites

hello again, it fixed the problem, but now I have this, what does it mean?

 

[19:41:46] [Client thread/ERROR] [ThermalExpansion]: Skipping event FMLPreInitializationEvent and marking errored mod ThermalExpansion since required dependency ThermalFoundation has errored

[19:41:49] [Client thread/ERROR] [binnieCore]: Skipping event FMLPreInitializationEvent and marking errored mod BinnieCore since required dependency Forestry has errored

[19:42:16] [Client thread/ERROR] [bluepower]: Skipping event FMLPreInitializationEvent and marking errored mod bluepower since required dependency qmunitylib has errored

[19:42:18] [Client thread/ERROR] [Thaumcraft]: Skipping event FMLPreInitializationEvent and marking errored mod Thaumcraft since required dependency Baubles has errored

[19:42:18] [Client thread/ERROR] [botania]: Skipping event FMLPreInitializationEvent and marking errored mod Botania since required dependency Baubles has errored

[19:42:20] [Client thread/ERROR] [buildCraft|Silicon]: Skipping event FMLPreInitializationEvent and marking errored mod BuildCraft|Silicon since required dependency BuildCraft|Transport has errored

[19:43:01] [Client thread/ERROR] [ExtraTiC]: Skipping event FMLPreInitializationEvent and marking errored mod ExtraTiC since required dependency TConstruct has errored

[19:43:05] [Client thread/ERROR] [factorization]: Skipping event FMLPreInitializationEvent and marking errored mod factorization since required dependency factorization.dimensionalSlice has errored

[19:43:05] [Client thread/ERROR] [factorization.misc]: Skipping event FMLPreInitializationEvent and marking errored mod factorization.misc since required dependency factorization has errored

[19:43:11] [Client thread/ERROR] [ThaumicTinkerer]: Skipping event FMLPreInitializationEvent and marking errored mod ThaumicTinkerer since required dependency Thaumcraft has errored

[19:43:11] [Client thread/ERROR] [ForbiddenMagic]: Skipping event FMLPreInitializationEvent and marking errored mod ForbiddenMagic since required dependency Thaumcraft has errored

[19:43:15] [Client thread/ERROR] [MagicBees]: Skipping event FMLPreInitializationEvent and marking errored mod MagicBees since required dependency Forestry has errored

[19:43:15] [Client thread/ERROR] [gendustry]: Skipping event FMLPreInitializationEvent and marking errored mod gendustry since required dependency Forestry has errored

[19:43:20] [Client thread/ERROR] [Hats]: Skipping event FMLPreInitializationEvent and marking errored mod Hats since required dependency iChunUtil has errored

[19:43:20] [Client thread/ERROR] [HatStand]: Skipping event FMLPreInitializationEvent and marking errored mod HatStand since required dependency Hats has errored

[19:43:24] [Client thread/INFO] [FML]: InvTweaks: invtweaks.InvTweaksObfuscation

[19:43:32] [Client thread/ERROR] [MineFactoryReloaded|CompatChococraft]: Skipping event FMLPreInitializationEvent and marking errored mod MineFactoryReloaded|CompatChococraft since required dependency MineFactoryReloaded has errored

[19:50:57] [Client thread/ERROR] [OpenPeripheralCore]: Skipping event FMLPreInitializationEvent and marking errored mod OpenPeripheralCore since required dependency OpenMods has errored

[19:50:57] [Client thread/ERROR] [OpenPeripheral]: Skipping event FMLPreInitializationEvent and marking errored mod OpenPeripheral since required dependency OpenMods has errored

[19:50:57] [Client thread/ERROR] [OpenBlocks]: Skipping event FMLPreInitializationEvent and marking errored mod OpenBlocks since required dependency OpenMods has errored

[19:50:57] [Client thread/ERROR] [OpenPeripheralIntegration]: Skipping event FMLPreInitializationEvent and marking errored mod OpenPeripheralIntegration since required dependency OpenMods has errored

[19:53:28] [Client thread/ERROR] [xreliquary]: Skipping event FMLPreInitializationEvent and marking errored mod xreliquary since required dependency libsandstone has errored

[19:54:16] [Client thread/ERROR] [stevesAddons]: Skipping event FMLPreInitializationEvent and marking errored mod StevesAddons since required dependency StevesFactoryManager has errored

[19:55:06] [Client thread/ERROR] [sync]: Skipping event FMLPreInitializationEvent and marking errored mod Sync since required dependency iChunUtil has errored

[19:55:57] [Client thread/ERROR] [ThaumicExploration]: Skipping event FMLPreInitializationEvent and marking errored mod ThaumicExploration since required dependency Thaumcraft has errored

[19:55:57] [Client thread/ERROR] [ThermalDynamics]: Skipping event FMLPreInitializationEvent and marking errored mod ThermalDynamics since required dependency ThermalFoundation has errored

[19:55:57] [Client thread/ERROR] [TiCTooltips]: Skipping event FMLPreInitializationEvent and marking errored mod TiCTooltips since required dependency TConstruct has errored

[19:55:57] [Client thread/ERROR] [TMechworks]: Skipping event FMLPreInitializationEvent and marking errored mod TMechworks since required dependency TConstruct has errored

[19:58:02] [Client thread/ERROR] [WR-CBE|Core]: Skipping event FMLPreInitializationEvent and marking errored mod WR-CBE|Core since required dependency ForgeMultipart has errored

[19:58:02] [Client thread/ERROR] [WR-CBE|Addons]: Skipping event FMLPreInitializationEvent and marking errored mod WR-CBE|Addons since required dependency WR-CBE|Core has errored

[19:58:02] [Client thread/ERROR] [WR-CBE|Logic]: Skipping event FMLPreInitializationEvent and marking errored mod WR-CBE|Logic since required dependency WR-CBE|Core has errored

[19:59:16] [Client thread/ERROR] [iguanaTweaksTConstruct]: Skipping event FMLPreInitializationEvent and marking errored mod IguanaTweaksTConstruct since required dependency TConstruct has errored

[19:59:16] [Client thread/ERROR] [ForgeMicroblock]: Skipping event FMLPreInitializationEvent and marking errored mod ForgeMicroblock since required dependency ForgeMultipart has errored

 

Link to comment
Share on other sites

Link to comment
Share on other sites

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.