Jump to content

Problem loading NEI


ralar

Recommended Posts

Hi, I'm not 100% certain that this is the place for this but I've searched around and it seems to be. I'm trying get FML working from source for a project i am working on, but it crashes while trying to load NEI. Now those versions of NEI and chicken core are outdated, but i've tried to load the newest versions as well.

 

Crash log:

2013-02-25 20:32:41 [iNFO] [ForgeModLoader] Forge Mod Loader version 4.7.4.520 for Minecraft 1.4.7 loading

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Discovering coremods

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Found a candidate coremod CodeChickenCore 0.7.1.0.jar

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Loading coremod CodeChickenCore 0.7.1.0.jar

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Loaded coremod CodeChickenCore 0.7.1.0.jar

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Found a candidate coremod NotEnoughItems 1.4.5.1.jar

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Loading coremod NotEnoughItems 1.4.5.1.jar

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Loaded coremod NotEnoughItems 1.4.5.1.jar

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Found library file argo-2.25.jar present and correct in lib dir

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Found library file guava-12.0.1.jar present and correct in lib dir

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Found library file asm-all-4.0.jar present and correct in lib dir

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-147.jar present and correct in lib dir

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Running coremod plugins

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2013-02-25 20:32:41 [FINEST] [ForgeModLoader] Running coremod plugin CodeChickenCorePlugin

2013-02-25 20:32:41 [iNFO] [sTDOUT] Adding Accesstransformer map: codechickencore_at.cfg

2013-02-25 20:32:41 [iNFO] [sTDOUT] Adding AccessTransformer: chickenchunks_at.cfg

2013-02-25 20:32:41 [iNFO] [sTDOUT] Adding Accesstransformer map: temp.dat

2013-02-25 20:32:42 [FINEST] [ForgeModLoader] Coremod plugin CodeChickenCorePlugin run successfully

2013-02-25 20:32:42 [FINEST] [ForgeModLoader] Running coremod plugin NEICorePlugin

2013-02-25 20:32:42 [iNFO] [sTDOUT] Adding Accesstransformer map: nei_at.cfg

2013-02-25 20:32:42 [FINEST] [ForgeModLoader] Coremod plugin NEICorePlugin run successfully

2013-02-25 20:32:42 [FINEST] [ForgeModLoader] Validating minecraft

2013-02-25 20:32:42 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2013-02-25 20:32:44 [iNFO] [sTDOUT] FMLRelauncher.relaunchApplet

2013-02-25 20:32:44 [iNFO] [sTDERR] java.lang.reflect.InvocationTargetException

2013-02-25 20:32:44 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-02-25 20:32:44 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230)

2013-02-25 20:32:44 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.fmlReentry(Minecraft.java:2326)

2013-02-25 20:32:44 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-02-25 20:32:44 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:111)

2013-02-25 20:32:44 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.main(Minecraft.java:2235)

2013-02-25 20:32:44 [iNFO] [sTDERR] at Start.main(Start.java:29)

2013-02-25 20:32:44 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/registry/GameData

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.item.Item.<init>(Item.java:250)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.item.ItemTool.<init>(ItemTool.java:26)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.item.ItemSpade.<init>(ItemSpade.java:12)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.item.Item.<clinit>(Item.java:38)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.block.Block.<clinit>(Block.java:1319)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.client.renderer.texturefx.TextureWaterFX.<init>(TextureWaterFX.java:26)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:248)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.client.MinecraftAppletImpl.<init>(MinecraftAppletImpl.java:19)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)

2013-02-25 20:32:44 [iNFO] [sTDERR] ... 16 more

2013-02-25 20:32:44 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.registry.GameData

2013-02-25 20:32:44 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)

2013-02-25 20:32:44 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] ... 25 more

2013-02-25 20:32:44 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2013-02-25 20:32:44 [iNFO] [sTDERR] at codechicken.core.asm.FeatureHackTransformer.transform001(FeatureHackTransformer.java:39)

2013-02-25 20:32:44 [iNFO] [sTDERR] at codechicken.core.asm.FeatureHackTransformer.transform(FeatureHackTransformer.java:50)

2013-02-25 20:32:44 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:228)

2013-02-25 20:32:44 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:173)

2013-02-25 20:32:44 [iNFO] [sTDERR] ... 27 more

2013-02-25 20:32:44 [iNFO] [sTDERR] java.lang.reflect.InvocationTargetException

2013-02-25 20:32:44 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-02-25 20:32:44 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchClient(FMLRelauncher.java:111)

2013-02-25 20:32:44 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.handleClientRelaunch(FMLRelauncher.java:26)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.main(Minecraft.java:2235)

2013-02-25 20:32:44 [iNFO] [sTDERR] at Start.main(Start.java:29)

2013-02-25 20:32:44 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

2013-02-25 20:32:44 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:237)

2013-02-25 20:32:44 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.fmlReentry(Minecraft.java:2326)

2013-02-25 20:32:44 [iNFO] [sTDERR] ... 8 more

2013-02-25 20:32:44 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException

2013-02-25 20:32:44 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-02-25 20:32:44 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230)

2013-02-25 20:32:44 [iNFO] [sTDERR] ... 11 more

2013-02-25 20:32:44 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/registry/GameData

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.item.Item.<init>(Item.java:250)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.item.ItemTool.<init>(ItemTool.java:26)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.item.ItemSpade.<init>(ItemSpade.java:12)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.item.Item.<clinit>(Item.java:38)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.block.Block.<clinit>(Block.java:1319)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.client.renderer.texturefx.TextureWaterFX.<init>(TextureWaterFX.java:26)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:248)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.client.MinecraftAppletImpl.<init>(MinecraftAppletImpl.java:19)

2013-02-25 20:32:44 [iNFO] [sTDERR] at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)

2013-02-25 20:32:44 [iNFO] [sTDERR] ... 16 more

2013-02-25 20:32:44 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.registry.GameData

2013-02-25 20:32:44 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:185)

2013-02-25 20:32:44 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2013-02-25 20:32:44 [iNFO] [sTDERR] ... 25 more

2013-02-25 20:32:44 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2013-02-25 20:32:44 [iNFO] [sTDERR] at codechicken.core.asm.FeatureHackTransformer.transform001(FeatureHackTransformer.java:39)

2013-02-25 20:32:44 [iNFO] [sTDERR] at codechicken.core.asm.FeatureHackTransformer.transform(FeatureHackTransformer.java:50)

2013-02-25 20:32:44 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:228)

2013-02-25 20:32:44 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:173)

2013-02-25 20:32:44 [iNFO] [sTDERR] ... 27 more

2013-02-25 20:33:03 [iNFO] [sTDERR] Someone is closing me!

 

 

 

As far as why I'm going through this effort in the first place, i want to edit the block registration function to spit out a list of block id's and names for use in a computercraft sorting project. This method (installing forge from source and editing the source of FML) so far seems like the least retarded way to do this. If anyone has a better idea, i'm all ears.

 

 

Thanks in advance.

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.