Time: 7/21/15 9:41 PM
Description: Initializing game
java.lang.IllegalArgumentException: Attempted to register a entity with invalid ID: 375 Name: EntityMinion Class: class com.gibby.pun.EntityMinion
at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:87)
at com.gibby.pun.PunMod.preInit(PunMod.java:536)
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:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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:483)
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:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:87)
at com.gibby.pun.PunMod.preInit(PunMod.java:536)
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:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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:483)
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:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 475614416 bytes (453 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1490 41 mods loaded, 41 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1490-1.7.10.jar)
UCH Forge{10.13.4.1490} [Minecraft Forge] (forge-1.7.10-10.13.4.1490-1.7.10.jar)
UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCH NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCH MoreWolvesMod{1.6.2} [MoreWolvesMod] ([1.7.10-1.7.2]MoreWolvesMod.zip)
UCH doggytalents{v1.9.0f} [Doggy Talents] ([1.7.10] Doggy Talents - v1.9.0.zip)
UCH DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UCH Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCH bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
UCH ExtrabiomesXL{3.16.2} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.2.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCH Forestry{3.6.2.19} [Forestry for Minecraft] (forestry_1.7.10-3.6.2.19.jar)
UCH BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCH Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCH ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCH ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCH Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCH chisel{2.2.1} [Chisel] (Chisel 2-2.2.1.jar)
UCH CopiousDogs{${mcversion}-${version}} [Copious Dogs] (copious-dogs-1.7.10-1.1.2.jar)
UCH craftingpillars{1.6.0} [Crafting Pillars Mod] (CraftingPillars-1.7.x-1.6.1.jar)
UCH props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-.jar)
UCH WaslieCore{1.1} [WaslieCore] (WaslieCore-1.1.jar)
UCH ForestryExtras{3.1} [Forestry Extras] (ForestryExtras-2-3.1_B29.jar)
UCH foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UCH MagicBees{1.7.10-2.3.2} [Magic Bees] (magicbees-1.7.10-2.3.2.jar)
UCH gendustry{1.5.2.107} [GenDustry] (gendustry-1.5.2.107-mc1.7.10.jar)
UCH grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212 Core-V0.2 - 1.7.10.jar)
UCH moreplayermodels{1.7.10b} [MorePlayerModels] (MorePlayerModels_1.7.10b.jar)
UCH OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3(1).zip)
UCH harvestcraft{1.7.10d} [Pam's HarvestCraft] (Pams HarvestCraft 1.7.10.jar)
UCH pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar)
UCH primitivemobs{1.1test} [Primitive Mobs] (primitivemobs-1.1WIP.jar)
UCE gibby_pun{1.5} [The Ultimate Pun Mod!] (PunMod 1.7.10-1.5.2.jar.zip)
UCH SpecialMobs{3.1.1} [Special Mobs] (SpecialMobs-1.7.10-3.1.1.jar)
UCH sus{4.0.7} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.0.7.jar)
UCH erebus{0.2a} [Erebus] (TheErebus-0.2b.jar)
UCH voxelmap{1.7.10} [VoxelMap No Radar] (voxelmapNoRadar-1.7.10-1.0.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.2.9232' Renderer: 'ATI Radeon HD 5450 '
Mantle Environment: Environment healthy.
List of loaded APIs:
* BuildCraftAPI|tools (1.0) from forestry_1.7.10-3.6.2.19.jar
* CoFHAPI (1.7.10R1.0.2) from forestry_1.7.10-3.6.2.19.jar
* CoFHAPI|energy (1.7.10R1.0.2) from forestry_1.7.10-3.6.2.19.jar
* CSLib|API (1.0) from Decocraft-2.0.2_1.7.10.jar
* ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* gendustryAPI (2.1.0) from gendustry-1.5.2.107-mc1.7.10.jar
* Thaumcraft|API (4.2.0.0) from ForestryExtras-2-3.1_B29.jar
Launched Version: 1.7.10-Forge10.13.4.1490-1.7.10
LWJGL: 2.9.1
OpenGL: ATI Radeon HD 5450 GL version 3.2.9232, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [CutieCraft_6244194.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Please add your mod list. Try removing your entity adding mods. Nobody can help without a list of mods.
Read the crash report:
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1490-1.7.10.jar)
UCH Forge{10.13.4.1490} [Minecraft Forge] (forge-1.7.10-10.13.4.1490-1.7.10.jar)
UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCH NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCH MoreWolvesMod{1.6.2} [MoreWolvesMod] ([1.7.10-1.7.2]MoreWolvesMod.zip)
UCH doggytalents{v1.9.0f} [Doggy Talents] ([1.7.10] Doggy Talents - v1.9.0.zip)
UCH DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UCH Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCH bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
UCH ExtrabiomesXL{3.16.2} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.2.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCH Forestry{3.6.2.19} [Forestry for Minecraft] (forestry_1.7.10-3.6.2.19.jar)
UCH BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCH Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCH ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCH ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCH Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCH chisel{2.2.1} [Chisel] (Chisel 2-2.2.1.jar)
UCH CopiousDogs{${mcversion}-${version}} [Copious Dogs] (copious-dogs-1.7.10-1.1.2.jar)
UCH craftingpillars{1.6.0} [Crafting Pillars Mod] (CraftingPillars-1.7.x-1.6.1.jar)
UCH props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-.jar)
UCH WaslieCore{1.1} [WaslieCore] (WaslieCore-1.1.jar)
UCH ForestryExtras{3.1} [Forestry Extras] (ForestryExtras-2-3.1_B29.jar)
UCH foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UCH MagicBees{1.7.10-2.3.2} [Magic Bees] (magicbees-1.7.10-2.3.2.jar)
UCH gendustry{1.5.2.107} [GenDustry] (gendustry-1.5.2.107-mc1.7.10.jar)
UCH grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212 Core-V0.2 - 1.7.10.jar)
UCH moreplayermodels{1.7.10b} [MorePlayerModels] (MorePlayerModels_1.7.10b.jar)
UCH OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3(1).zip)
UCH harvestcraft{1.7.10d} [Pam's HarvestCraft] (Pams HarvestCraft 1.7.10.jar)
UCH pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar)
UCH primitivemobs{1.1test} [Primitive Mobs] (primitivemobs-1.1WIP.jar)
UCE gibby_pun{1.5} [The Ultimate Pun Mod!] (PunMod 1.7.10-1.5.2.jar.zip)
UCH SpecialMobs{3.1.1} [Special Mobs] (SpecialMobs-1.7.10-3.1.1.jar)
UCH sus{4.0.7} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.0.7.jar)
UCH erebus{0.2a} [Erebus] (TheErebus-0.2b.jar)
UCH voxelmap{1.7.10} [VoxelMap No Radar] (voxelmapNoRadar-1.7.10-1.0.jar)
---- Minecraft Crash Report ----
// Oops.
Time: 7/21/15 9:41 PM
Description: Initializing game
java.lang.IllegalArgumentException: Attempted to register a entity with invalid ID: 375 Name: EntityMinion Class: class com.gibby.pun.EntityMinion
at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:87)
at com.gibby.pun.PunMod.preInit(PunMod.java:536)
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:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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:483)
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:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.entity.EntityList.func_75618_a(EntityList.java:87)
at com.gibby.pun.PunMod.preInit(PunMod.java:536)
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:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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:483)
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:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 475614416 bytes (453 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1490 41 mods loaded, 41 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1490-1.7.10.jar)
UCH Forge{10.13.4.1490} [Minecraft Forge] (forge-1.7.10-10.13.4.1490-1.7.10.jar)
UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCH NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCH MoreWolvesMod{1.6.2} [MoreWolvesMod] ([1.7.10-1.7.2]MoreWolvesMod.zip)
UCH doggytalents{v1.9.0f} [Doggy Talents] ([1.7.10] Doggy Talents - v1.9.0.zip)
UCH DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UCH Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCH bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
UCH ExtrabiomesXL{3.16.2} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.2.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCH Forestry{3.6.2.19} [Forestry for Minecraft] (forestry_1.7.10-3.6.2.19.jar)
UCH BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCH Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCH ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCH ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCH Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCH chisel{2.2.1} [Chisel] (Chisel 2-2.2.1.jar)
UCH CopiousDogs{${mcversion}-${version}} [Copious Dogs] (copious-dogs-1.7.10-1.1.2.jar)
UCH craftingpillars{1.6.0} [Crafting Pillars Mod] (CraftingPillars-1.7.x-1.6.1.jar)
UCH props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-.jar)
UCH WaslieCore{1.1} [WaslieCore] (WaslieCore-1.1.jar)
UCH ForestryExtras{3.1} [Forestry Extras] (ForestryExtras-2-3.1_B29.jar)
UCH foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UCH MagicBees{1.7.10-2.3.2} [Magic Bees] (magicbees-1.7.10-2.3.2.jar)
UCH gendustry{1.5.2.107} [GenDustry] (gendustry-1.5.2.107-mc1.7.10.jar)
UCH grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212 Core-V0.2 - 1.7.10.jar)
UCH moreplayermodels{1.7.10b} [MorePlayerModels] (MorePlayerModels_1.7.10b.jar)
UCH OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3(1).zip)
UCH harvestcraft{1.7.10d} [Pam's HarvestCraft] (Pams HarvestCraft 1.7.10.jar)
UCH pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar)
UCH primitivemobs{1.1test} [Primitive Mobs] (primitivemobs-1.1WIP.jar)
UCE gibby_pun{1.5} [The Ultimate Pun Mod!] (PunMod 1.7.10-1.5.2.jar.zip)
UCH SpecialMobs{3.1.1} [Special Mobs] (SpecialMobs-1.7.10-3.1.1.jar)
UCH sus{4.0.7} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.0.7.jar)
UCH erebus{0.2a} [Erebus] (TheErebus-0.2b.jar)
UCH voxelmap{1.7.10} [VoxelMap No Radar] (voxelmapNoRadar-1.7.10-1.0.jar)
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '3.2.9232' Renderer: 'ATI Radeon HD 5450 '
Mantle Environment: Environment healthy.
List of loaded APIs:
* BuildCraftAPI|tools (1.0) from forestry_1.7.10-3.6.2.19.jar
* CoFHAPI (1.7.10R1.0.2) from forestry_1.7.10-3.6.2.19.jar
* CoFHAPI|energy (1.7.10R1.0.2) from forestry_1.7.10-3.6.2.19.jar
* CSLib|API (1.0) from Decocraft-2.0.2_1.7.10.jar
* ForestryAPI|apiculture (3.5.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|arboriculture (2.3.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|circuits (2.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|core (3.2.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|farming (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|food (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|fuels (2.0.1) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|genetics (3.3.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|hives (4.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|lepidopterology (1.1) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|mail (3.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|recipes (3.1.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|storage (3.0.0) from forestry_1.7.10-3.6.2.19.jar
* ForestryAPI|world (1.1.0) from forestry_1.7.10-3.6.2.19.jar
* gendustryAPI (2.1.0) from gendustry-1.5.2.107-mc1.7.10.jar
* Thaumcraft|API (4.2.0.0) from ForestryExtras-2-3.1_B29.jar
Launched Version: 1.7.10-Forge10.13.4.1490-1.7.10
LWJGL: 2.9.1
OpenGL: ATI Radeon HD 5450 GL version 3.2.9232, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [CutieCraft_6244194.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Please add your mod list. Try removing your entity adding mods. Nobody can help without a list of mods.
And when does this happen? Nobody can help without a statement of when this happens.
Before you even THINK about asking for crash help: Guide to fixing and avoiding crashes
Read the crash report:
UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1490-1.7.10.jar)
UCH Forge{10.13.4.1490} [Minecraft Forge] (forge-1.7.10-10.13.4.1490-1.7.10.jar)
UCH CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar)
UCH NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-universal.jar)
UCH lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar)
UCH MoreWolvesMod{1.6.2} [MoreWolvesMod] ([1.7.10-1.7.2]MoreWolvesMod.zip)
UCH doggytalents{v1.9.0f} [Doggy Talents] ([1.7.10] Doggy Talents - v1.9.0.zip)
UCH DamageIndicatorsMod{3.2.3} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.3.jar)
UCH Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
UCH bdlib{1.9.0.94} [BD Lib] (bdlib-1.9.0.94-mc1.7.10.jar)
UCH ExtrabiomesXL{3.16.2} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.2.jar)
UCH Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
UCH Natura{2.2.0} [Natura] (natura-1.7.10-2.2.0.1.jar)
UCH Forestry{3.6.2.19} [Forestry for Minecraft] (forestry_1.7.10-3.6.2.19.jar)
UCH BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
UCH Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
UCH ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
UCH ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
UCH Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
UCH chisel{2.2.1} [Chisel] (Chisel 2-2.2.1.jar)
UCH CopiousDogs{${mcversion}-${version}} [Copious Dogs] (copious-dogs-1.7.10-1.1.2.jar)
UCH craftingpillars{1.6.0} [Crafting Pillars Mod] (CraftingPillars-1.7.x-1.6.1.jar)
UCH props{2.0.2} [Decocraft] (Decocraft-2.0.2_1.7.10.jar)
UCH eplus{3.0.2-d} [Enchanting Plus] (EnchantingPlus-1.7.10-3.0.2-.jar)
UCH WaslieCore{1.1} [WaslieCore] (WaslieCore-1.1.jar)
UCH ForestryExtras{3.1} [Forestry Extras] (ForestryExtras-2-3.1_B29.jar)
UCH foxlib{1.7.10-0.7.0} [FoxLib] (FoxLib-1.7.10-0.7.0.jar)
UCH MagicBees{1.7.10-2.3.2} [Magic Bees] (magicbees-1.7.10-2.3.2.jar)
UCH gendustry{1.5.2.107} [GenDustry] (gendustry-1.5.2.107-mc1.7.10.jar)
UCH grim3212core{V0.2 - 1.7.10} [Grim3212 Core] (Grim3212 Core-V0.2 - 1.7.10.jar)
UCH moreplayermodels{1.7.10b} [MorePlayerModels] (MorePlayerModels_1.7.10b.jar)
UCH OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.7.10-20.3(1).zip)
UCH harvestcraft{1.7.10d} [Pam's HarvestCraft] (Pams HarvestCraft 1.7.10.jar)
UCH pokeball{V0.1 - 1.7.10} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.10.jar)
UCH primitivemobs{1.1test} [Primitive Mobs] (primitivemobs-1.1WIP.jar)
UCE gibby_pun{1.5} [The Ultimate Pun Mod!] (PunMod 1.7.10-1.5.2.jar.zip)
UCH SpecialMobs{3.1.1} [Special Mobs] (SpecialMobs-1.7.10-3.1.1.jar)
UCH sus{4.0.7} [Superheroes Unlimited Mod] (Superheroes Unlimited Mod-1.7.10-4.0.7.jar)
UCH erebus{0.2a} [Erebus] (TheErebus-0.2b.jar)
UCH voxelmap{1.7.10} [VoxelMap No Radar] (voxelmapNoRadar-1.7.10-1.0.jar)
CLICK FOR BEST SUPPORT WEBSITE EVER!
Make sure to click the reply or quote button on my post if you are replying to me, otherwise it is unlikely that I will see your post.
it happens when my screens at mojang
mods
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThe Pun mod seems to be having problems registering an entity.
Try removing Pun from your Mods folder.
Before you even THINK about asking for crash help: Guide to fixing and avoiding crashes