When you run the game, it produces this error. Can you help me, why this happens?
(I do not know English, so I made this text in Google translator)
---- Minecraft Crash Report -------- Minecraft Crash Report ----// Who set us up the TNT?
Time: 21.05.18 16:00Description: Failed to start game
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/event/entity/player/PlayerEvent$Clone at cpw.mods.fml.common.LoadController.transition(LoadController.java:147) at cpw.mods.fml.common.Loader.loadMods(Loader.java:516) 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(Thread.java:748)Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/event/entity/player/PlayerEvent$Clone at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) at java.lang.Class.privateGetPublicMethods(Class.java:2902) at java.lang.Class.getMethods(Class.java:1615) at net.minecraftforge.event.EventBus.register(EventBus.java:33) at tchestplate.LavaChestPlate.modPreLoad(LavaChestPlate.java:221) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:515) ... 5 moreCaused by: java.lang.ClassNotFoundException: net.minecraftforge.event.entity.player.PlayerEvent$Clone at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 37 moreCaused by: java.lang.NullPointerException
Double check you have the most up to date version and the mod(s) were installed correctly.
To answer your question: to fix a mod requires knowledge of Java and an integrated development environment (IDE) software. Plus you'll need permission from the mod author.
The mod itself may not have anything wrong with it, it just in error when trying to run in your modpack. If you can play without those mods, then proceed.
Try making a new Profile with just one of those mods to see if can run without errors.
When you run the game, it produces this error. Can you help me, why this happens?
(I do not know English, so I made this text in Google translator)
---- Minecraft Crash Report -------- Minecraft Crash Report ----// Who set us up the TNT?
Time: 21.05.18 16:00Description: Failed to start game
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/event/entity/player/PlayerEvent$Clone at cpw.mods.fml.common.LoadController.transition(LoadController.java:147) at cpw.mods.fml.common.Loader.loadMods(Loader.java:516) 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(Thread.java:748)Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/event/entity/player/PlayerEvent$Clone at java.lang.Class.getDeclaredMethods0(Native Method) at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) at java.lang.Class.privateGetPublicMethods(Class.java:2902) at java.lang.Class.getMethods(Class.java:1615) at net.minecraftforge.event.EventBus.register(EventBus.java:33) at tchestplate.LavaChestPlate.modPreLoad(LavaChestPlate.java:221) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494) at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) 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:515) ... 5 moreCaused by: java.lang.ClassNotFoundException: net.minecraftforge.event.entity.player.PlayerEvent$Clone at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 37 moreCaused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:---------------------------------------------------------------------------------------
-- System Details --Details: Minecraft Version: 1.5.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_131, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 144788560 bytes (138 MB) / 294002688 bytes (280 MB) up to 951320576 bytes (907 MB) JVM Flags: 5 total; -Xmx920M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v7.51 FML v5.2.23.738 Minecraft Forge 7.8.1.738 41 mods loaded, 41 mods active mcp{7.51} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized FML{5.2.23.738} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized Forge{7.8.1.738} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized CodeChickenCore{0.8.7.1} [CodeChicken Core] (coremods) Unloaded->Constructed->Pre-initialized NotEnoughItems{1.5.2.28} [Not Enough Items] (coremods) Unloaded->Constructed->Pre-initialized BuildCraft|Core{0.0.0} [BuildCraft] (BC.jar) Unloaded->Constructed->Pre-initialized BuildCraft|Transport{0.0.0} [BC Transport] (BC.jar) Unloaded->Constructed->Pre-initialized BuildCraft|Silicon{0.0.0} [BC Silicon] (BC.jar) Unloaded->Constructed->Pre-initialized IC2{1.115.348-lf} [IndustrialCraft 2] (IC2.jar) Unloaded->Constructed->Pre-initialized AppliedEnergistics{rv14.dev2} [Applied Energistics] (APP.zip) Unloaded->Constructed->Pre-initialized AdvancedSolarPanel{3.3.7} [Advanced Solar Panels] (ASP.zip) Unloaded->Constructed->Pre-initialized BuildCraft|Builders{0.0.0} [BC Builders] (BC.jar) Unloaded->Constructed->Pre-initialized BuildCraft|Energy{0.0.0} [BC Energy] (BC.jar) Unloaded->Constructed->Pre-initialized BuildCraft|Factory{0.0.0} [BC Factory] (BC.jar) Unloaded->Constructed->Pre-initialized mod_ChatBubbles{3.1.4.4.0} [mod_ChatBubbles] (CB.zip) Unloaded->Constructed->Pre-initialized craftguide{1.5.2} [CraftGuide] (CrG.zip) Unloaded->Constructed->Pre-initialized DamageIndicatorsMod{2.7.0.1} [Damage Indicators] (DI.zip) Unloaded->Constructed->Pre-initialized DragonMounts{0.99.2} [Dragon Mounts Forge (WIP)] (dragonmount_v0.99.2_mc1.5.1.zip) Unloaded->Constructed->Pre-initialized Forestry{2.2.8.4} [Forestry for Minecraft] (FA.jar) Unloaded->Constructed->Pre-initialized iChunUtil{1.0.1} [iChunUtil] (FC.zip) Unloaded->Constructed->Pre-initialized GregsBlocks{1.2.0} [Greg's Blocks] (GB.jar) Unloaded->Constructed->Pre-initialized GraviSuite{1.9.3} [Gravitation Suite] (GS.zip) Unloaded->Constructed->Pre-initialized IC2NuclearControl{1.5.1e} [Nuclear Control] (IC.zip) Unloaded->Constructed->Pre-initialized IronChest{5.2.8.447} [Iron Chest] (IrC.zip) Unloaded->Constructed->Pre-initialized LavaBlock{0.0.1} [Lava Block] (LavaBlock.zip) Unloaded->Constructed->Pre-initialized Many{0.0.1} [Many] (MA.jar) Unloaded->Constructed->Pre-initialized bowlava{0.0.1} [bowlava] (MA.jar) Unloaded->Constructed->Pre-initialized palkarg{0.0.1} [palkarg] (MA.jar) Unloaded->Constructed->Pre-initialized NEIAddons{1.8.2.r31} [NEI Addons] (NeiAd.jar) Unloaded->Constructed->Pre-initialized NEIAddons|AE{1.8.2.r31} [NEI Addons: Applied Energistics] (NeiAd.jar) Unloaded->Constructed->Pre-initialized NEIAddons|CraftingTables{1.8.2.r31} [NEI Addons: Crafting Tables] (NeiAd.jar) Unloaded->Constructed->Pre-initialized NEIAddons|ExtraBees{1.8.2.r31} [NEI Addons: Extra Bees] (NeiAd.jar) Unloaded->Constructed->Pre-initialized NEIAddons|Forestry{1.8.2.r31} [NEI Addons: Forestry] (NeiAd.jar) Unloaded->Constructed->Pre-initialized NEIAddons|MiscPeripherals{1.8.2.r31} [NEI Addons: Misc Peripherals] (NeiAd.jar) Unloaded->Constructed->Pre-initialized stoneLamp{1.5} [Stone Lamp] (PR.jar) Unloaded->Constructed->Pre-initialized mod_ReiMinimap{v3.3_06 [1.5.2]} [mod_ReiMinimap] (RM.zip) Unloaded->Constructed->Pre-initialized LavaChestPlate{3.0.0} [LavaChestPlate] (tchestplate.zip) Unloaded->Constructed->Errored Tiny{1.0} [Tiny] (tco.zip) Unloaded->Constructed->Pre-initialized Trade{1.0} [Trade] (trade.zip) Unloaded->Constructed->Pre-initialized skinsLoad{0.0.1} [skinsLoad] (tskins.jar) Unloaded->Constructed->Pre-initialized packHigh{0.0.1} [packHigh] (VL.jar) Unloaded->Constructed->Pre-initialized LWJGL: 2.9.0 OpenGL: AMD Radeon HD 6570 GL version 4.5.13417 Compatibility Profile Context 15.301.1901.0, ATI Technologies Inc. Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Texture Pack: LavaPack.zip Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThis mod is in error:
LavaChestPlate{3.0.0} [LavaChestPlate] (tchestplate.zip) Unloaded->Constructed->Errored
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."
I found 2 such mods with an error, they deleted them. But now in minecraft there are no things that I need, can I somehow fix the mod or something?
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumDouble check you have the most up to date version and the mod(s) were installed correctly.
To answer your question: to fix a mod requires knowledge of Java and an integrated development environment (IDE) software. Plus you'll need permission from the mod author.
The mod itself may not have anything wrong with it, it just in error when trying to run in your modpack. If you can play without those mods, then proceed.
Try making a new Profile with just one of those mods to see if can run without errors.
"We live on a placid island of ignorance in the midst of black seas of infinity, and it was not meant that we should voyage far."