1

Help with forge

memer164 6/14/20 11:30 pm
155
6/15/2020 5:49 pm
I was loading up a modpack for 1.6.4 but it keeps on crashing instantly this is the message i get when I try to load up the game:

The game crashed whilst initializing game Error: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/IWorldGenerator



Here's the crash report



---- Minecraft Crash Report ----
// Ouch. That hurt :(

Time: 6/14/20 7:24 PM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/IWorldGenerator
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:497)
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:313)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.IWorldGenerator
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 34 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
... 36 more


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:348)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:313)
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:201)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
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:497)
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:313)
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:112)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)

-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
at net.minecraft.client.main.Main.main(SourceFile:101)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 272338264 bytes (259 MB) / 536870912 bytes (512 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
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 v8.11 FML v6.4.50.1,345 Minecraft Forge 9.11.1.1345 85 mods loaded, 85 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.50.1,345} [Forge Mod Loader] (minecraftforge-9.11.1.1345.jar) Unloaded->Constructed
Forge{9.11.1.1345} [Minecraft Forge] (minecraftforge-9.11.1.1345.jar) Unloaded->Constructed
BabyAnimalsModelSwapper{1.6.4} [BabyAnimalsModelSwapper] (minecraft.jar) Unloaded->Constructed
CodeChickenCore{0.9.0.6} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
LomLibCore{1.1.0} [LomLib:Core] (minecraft.jar) Unloaded->Constructed
NotEnoughItems{1.6.1.5} [Not Enough Items] (NotEnoughItems 1.6.1.5.jar) Unloaded->Constructed
mod_bspkrsCore{v3.05(1.6.4)} [bspkrsCore] ([1.6.4]bspkrsCorev3.05) Unloaded->Constructed
FamiliarsAPI{1.6.4} [Familiars API] (Familiars_API_1.6.4a.zip) Unloaded->Constructed
DamageIndicatorsMod{2.9.0.9} [Damage Indicators] (1.6.4 DamageIndicators v2.9.0.9.zip) Unloaded->Constructed
battlegear2{1.0.3.5} [Mine & Blade Battlegear 2 - Warcry] (1.6.4-MB_Battlegear2-Warcry-1.0.3.5.jar) Unloaded->Constructed
TreeCapitator{Forge 1.6.4.r02} [Treecapitator] ([1.6.4]TreeCapitator.Forge.1.6.4.r02.Universal.jar) Unloaded->Constructed
TNFUltimateToolsForge{1.11.0.0} [Ultimate Tools] ([1.6.4]Ultimate Tools Universal by Sahdow169[1.11.0.0]) Unloaded->Constructed
cfm{3.2.5} [§4MrCrayfish's Furniture Mod] ([Forge]FurnitureModv3.2.5(1.6.4).zip) Unloaded->Constructed
nohero_morehealth{4.5} [More Health Forge] ([Forge]More Health Enhanced 5.0 Universal.zip) Unloaded->Constructed
animalbikes{2} [AnimalBikes] (AnimalBikes_1.6.4.zip) Unloaded->Constructed
AnimationAPI{1.1.1} [AnimationAPI] (AnimationAPI v1.1.2 mc1.6.4.zip) Unloaded->Constructed
AntiPlantVirusMod{1.6.2-f-fix2} [Anti Plant Virus Mod] (AntiPlantVirus 1.6.2-f-fix2.zip) Unloaded->Constructed
mod_ArmorBarMod{0.8.2} [Armor Bar Mod] (ArmorBarv0.8.2(1.6).zip) Unloaded->Constructed
Backpack{1.18.17} [Backpack] (backpack-1.18.17-1.6.2.zip) Unloaded->Constructed
iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0(1).zip) Unloaded->Constructed
BackTools{2.0.1} [BackTools] (BackTools2.0.1.zip) Unloaded->Constructed
BattleTowers{1.4.2} [Battle Towers] (BattleTowers_1.6.4.zip) Unloaded->Constructed
BiblioCraft{1.4.0} [BiblioCraft] (BiblioCraft[v1.4.0].zip) Unloaded->Constructed
mod_BuffBarMod{0.7.1} [Buff Bar Mod] (BuffBarv0.8.3(1.6).zip) Unloaded->Constructed
CakeIsALie{1.6.2} [CakeIsALie Mod] (CakeIsALie_mod_1-6-2&1.6.4(2).zip) Unloaded->Constructed
ChickenChunks{1.3.3.3} [ChickenChunks] (ChickenChunks 1.3.3.3.jar) Unloaded->Constructed
ConfigMod{v1.0} [Extended Mod Config] (ConfigMod for MC v1.6.4.zip) Unloaded->Constructed
CoroAI{v1.0} [CoroAI] (CoroAI for MC v1.6.4.zip) Unloaded->Constructed
DLDungeonsJBG{1.0.0} [Doomlike Dungeons] (DoomlikeDungeons-1.0.0-MC1.6.4.zip) Unloaded->Constructed
MagicCarpet{1.2} [DrZhark's Magic Carpet Mod] (DrZharks MagicCarpet Mod v1.2.zip) Unloaded->Constructed
DungeonPack{1.6.4} [DungeonPack] (DungeonPack 1.6.4.zip) Unloaded->Constructed
DynamicLights{1.2.8} [Dynamic Lights] (DynamicLights_1.6.4.jar) Unloaded->Constructed
DynamicLights_onFire{1.0.3} [Dynamic Lights on burning] (DynamicLights_1.6.4.jar) Unloaded->Constructed
DynamicLights_creepers{1.0.3} [Dynamic Lights on Creepers] (DynamicLights_1.6.4.jar) Unloaded->Constructed
DynamicLights_dropItems{1.0.5} [Dynamic Lights on ItemEntities] (DynamicLights_1.6.4.jar) Unloaded->Constructed
DynamicLights_entityClasses{1.0.0} [Dynamic Lights on specified Entities] (DynamicLights_1.6.4.jar) Unloaded->Constructed
DynamicLights_mobEquipment{1.0.3} [Dynamic Lights on Mob Equipment] (DynamicLights_1.6.4.jar) Unloaded->Constructed
DynamicLights_flameArrows{1.0.0} [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.6.4.jar) Unloaded->Constructed
DynamicLights_otherPlayers{1.0.5} [Dynamic Lights Other Player Light] (DynamicLights_1.6.4.jar) Unloaded->Constructed
DynamicLights_thePlayer{1.0.9} [Dynamic Lights Player Light] (DynamicLights_1.6.4.jar) Unloaded->Constructed
ElementalCreepers{4.0.1} [Elemental Creepers] (Elemental_Creepers-universal-4.0.1.jar) Unloaded->Constructed
eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed
Romejanic.ExplosiveChickens{1.4} [Explosive Chickens] (ExplosiveChickens__.zip) Unloaded->Constructed
ExtendedRenderer{v1.0} [Extended Renderer] (ExtendedRenderer for MC v1.6.4.zip) Unloaded->Constructed
FamiliarsDefaultMobPack{1.6.4} [Familiars DefaultMobPack] (Familiars_DefaultMobPack_1.6.4a.zip) Unloaded->Constructed
FamiliarsExtendedFamPack{1.6.4} [Familiars ExtendedFamPack] (Familiars_ExtendedFamPack_1.6.4a.zip) Unloaded->Constructed
FamiliarsHerobrineFamPack{1.6.4} [Familiars HerobrineFamPack] (Familiars_HerobrineFamPack_1.6.4a.zip) Unloaded->Constructed
MobAmputation{2.0.1} [MobAmputation] (files^MobAmputation2.0.1.zip) Unloaded->Constructed
LegendaryBeasts{a1.6.4.0} [Legendary Beasts] (Forge_LegendaryBeastsAlpha1.6.4.0.zip) Unloaded->Constructed
golemworld{@VERSION@} [Golem World] (GolemWorld(3).jar) Unloaded->Constructed
HardcoreEnderExpansion{1.3.3} [Hardcore Ender Expansion] (HardcoreEnderExpansion.zip) Unloaded->Constructed
Hats{2.1.1} [Hats] (Hats2.1.1.zip) Unloaded->Constructed
HostileWorlds{0.4} [Hostile Worlds] (Hostile Worlds v0.4 Alpha Mod for MC v1.6.4.zip) Unloaded->Constructed
InfernalMobs{1.3.9} [Infernal Mobs] (InfernalMobs_1.6.4.zip) Unloaded->Constructed
IronChest{5.4.1.702} [Iron Chest] (ironchest-universal-1.6.4-5.4.1.702.zip) Unloaded->Constructed
lucky{4.2.1} [Lucky Block] (LuckyBlock_v4.2.1_1.6.4.jar) Unloaded->Constructed
LycanitesMobs{1.4.4 - MC 1.6.4} [Lycanites Mobs] (LycanitesMobsComplete 1.4.4 [1.6.4].jar) Unloaded->Constructed
ArcticMobs{1.4.4 - MC 1.6.4} [Lycanites Arctic Mobs] (LycanitesMobsComplete 1.4.4 [1.6.4].jar) Unloaded->Constructed
DemonMobs{1.4.4 - MC 1.6.4} [Lycanites Demon Mobs] (LycanitesMobsComplete 1.4.4 [1.6.4].jar) Unloaded->Constructed
DesertMobs{1.4.4 - MC 1.6.4} [Lycanites Desert Mobs] (LycanitesMobsComplete 1.4.4 [1.6.4].jar) Unloaded->Constructed
ForestMobs{1.4.4 - MC 1.6.4} [Lycanites Forest Mobs] (LycanitesMobsComplete 1.4.4 [1.6.4].jar) Unloaded->Constructed
InfernoMobs{1.4.4 - MC 1.6.4} [Lycanites Inferno Mobs] (LycanitesMobsComplete 1.4.4 [1.6.4].jar) Unloaded->Constructed
JungleMobs{1.4.4 - MC 1.6.4} [Lycanites Jungle Mobs] (LycanitesMobsComplete 1.4.4 [1.6.4].jar) Unloaded->Constructed
PlainsMobs{1.4.4 - MC 1.6.4} [Lycanites Plains Mobs] (LycanitesMobsComplete 1.4.4 [1.6.4].jar) Unloaded->Constructed
SwampMobs{1.4.4 - MC 1.6.4} [Lycanites Swamp Mobs] (LycanitesMobsComplete 1.4.4 [1.6.4].jar) Unloaded->Constructed
mtmechs{0.27} [Magitek Mechs] (MagitekMechs0.27e-mc1.6.4.zip) Unloaded->Constructed
BuildMod{v1.0} [Build Mod] (ModBuild for MC v1.6.4.zip) Unloaded->Constructed
MoreEnchants{1.2} [MoreEnchants] (MoreEnchants-MC1.6-1.2.3.jar) Unloaded->Constructed
Morph{0.6.0} [Morph] (Morph-Beta-0.6.0.zip) Unloaded->Constructed
MutantCreatures{1.4.4} [Mutant Creatures] (Mutant_Creatures_v1.4.4_mc1.6.4(1).zip) Unloaded->Constructed
OreSpawn{164.13} [OreSpawn] (orespawn164v13.zip) Unloaded->Constructed
ParticleMan{v1.0} [Particle Man] (Particle Man v1.4 Mod for MC v1.6.4.zip) Unloaded->Constructed
RodolRivalRebels{1.6.4} [Rival Rebels] (RivalRebels.zip) Unloaded->Constructed
DarrenPR_RottenFleshToLeather{1.0.0} [Rotten Flesh to Leather] (RottenFleshToLeather_1.6.4.zip) Unloaded->Constructed
AS_Ruins{10.7} [Ruins Spawning System] (Ruins_1.6.4.zip) Unloaded->Constructed
SquickensMod{1.0.0} [Squickens] (SquickensMod_164(1).jar) Unloaded->Constructed
mod_Unlimited{2.3} [mod_Unlimited] (Superheroes Unlimited Mod V2.3.3(1).zip) Unloaded->Constructed
telepads{1.6.4 v5} [Teleportation Pads] (TelePads 1.6.4 v5(1).zip) Unloaded->Constructed
TooMuchTNT{2.6} [TooMuchTNT] (TooMuchTNT v2.6) Unloaded
trollstuff{1.4.1.32 alpha} [TrollStuff] (TrollStuff 1.4.1 alpha - MC 1.6.4.zip) Unloaded
AS_UpdateCheck{1.1.1} [AtomicStryker Update Check Mod] (UpdateCheckerMod_1.6.4.zip) Unloaded
AIBlock{v1.0} [AIBlock] (Weather v1.59 Mod for MC v1.6.4.zip) Unloaded
WeatherMod{1.58} [Weather and Tornadoes] (Weather v1.59 Mod for MC v1.6.4.zip) Unloaded
mod_ZanMinimap{Not available} [mod_ZanMinimap] (ZansMinimap1.6.4.zip) Unloaded
Launched Version: 1.6.4-Forge9.11.1.1345
LWJGL: 2.9.0
OpenGL: Intel(R) HD Graphics 4400 GL version 4.3.0 - Build 20.19.15.4835, Intel
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: Default
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Posted by
memer164
Level 1 : New Miner
0

  Have something to say?

JoinSign in

6

icephantom
06/15/2020 5:09 am
Level 15 : Journeyman Miner
history
It has taken a while this evening to get hold of all the mods you've put together in this pack. Hopefully I've managed to do it, although several of the versions are more up-to-date than the versions you are using.

I had issues with conflicting block ID's and I completely ran out of sprite indicies. I fixed the block ID conflicts by altering a couple of config files, however, the only way to fix running out of sprites is to remove a mod. The only mod I've removed is 'Too Much TNT'. After removing that, the client loaded and I could start a new map.

There are too many mods to know if I've cured all the problems, all I can tell you is that the pack runs and you can start a new map. I've played for about 10 mins without a crash, although its really hard to stay alive since you have so many hostile mobs trying (and succeeding) to get you. Chickens are a menace !

Here is a link to my 'mods' and 'config' folder. My suggestion is you either rename your mods and config to something like 'mods-old' and 'config-old', or just delete therm and replace them with the folders in the link :

[​snip]

This link will only be active for a couple of days because its too big to keep in my dropbox folder.
I've added Walia and Inventory tweaks, just because. You can remove them if you wish.

[​Edit]
.... by the way, I used Forge version 9.11.1.1345 for MC 1.6.4 with this pack. I would suggest you use the same version.
1
memer164
06/15/2020 10:11 am
Level 1 : New Miner
I deleted the too much tnt mod but now it's saying
Error: java.lang.ArrayIndexOutOfBoundsException: 0
1
icephantom
06/15/2020 3:16 pm
Level 15 : Journeyman Miner
If you just deleted the TNT mod from your own mods folder, it suggests you've decided not to use my mods and configs folder in place of your own. If that's the case, I am unable to assist further. I came across the out of bounds error myself and sorted it eventually with updating certain of the mods.

Only way I could assist would be if you would post a link with all your mods and config folder so tha I can work on the problem.
1
memer164
06/15/2020 5:44 pm
Level 1 : New Miner
I'm going to try the dropbox one now.
1
memer164
06/15/2020 5:49 pm
Level 1 : New Miner
It works now. Thanks icephantom thumb_up
1
CowsDaBest_YT
06/15/2020 12:45 am
Level 50 : Grandmaster Explorer
I'm not really good with mods but try reinstalling IWorldGenerator?
1

Welcome