Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.
Sign in to follow this  
Followers 0
deathangelkiller

Got a crash when installing newest NEI (Has ERROR TEST)

3 posts in this topic

So I decided to install NEI today after being annoyed with not having the recipes so I went and installed the newest version.

Here is the error:

2012-09-30 10:19:37 [FINER] [ForgeModLoader] Posting state event FMLInitializationEvent to mod mod_NotEnoughItems

2012-09-30 10:19:38 [iNFO] [sTDERR] Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: codechicken/core/NetworkClosedException

2012-09-30 10:19:38 [iNFO] [sTDERR] at codechicken.nei.asm.NEIModContainer.init(NEIModContainer.java:87)

2012-09-30 10:19:38 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2012-09-30 10:19:38 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2012-09-30 10:19:38 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2012-09-30 10:19:38 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2012-09-30 10:19:38 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2012-09-30 10:19:38 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2012-09-30 10:19:38 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2012-09-30 10:19:38 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2012-09-30 10:19:38 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2012-09-30 10:19:38 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:124)

2012-09-30 10:19:38 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2012-09-30 10:19:38 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2012-09-30 10:19:38 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2012-09-30 10:19:38 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2012-09-30 10:19:38 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)

2012-09-30 10:19:38 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2012-09-30 10:19:38 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)

2012-09-30 10:19:38 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)

2012-09-30 10:19:38 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)

2012-09-30 10:19:38 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:81)

2012-09-30 10:19:38 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:631)

2012-09-30 10:19:38 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:176)

2012-09-30 10:19:38 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.a(Minecraft.java:459)

2012-09-30 10:19:38 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:746)

2012-09-30 10:19:38 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2012-09-30 10:19:38 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: codechicken.core.NetworkClosedException

2012-09-30 10:19:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:125)

2012-09-30 10:19:38 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2012-09-30 10:19:38 [iNFO] [sTDERR] at java.lang.ClassLoader.loadClass(Unknown Source)

2012-09-30 10:19:38 [iNFO] [sTDERR] ... 26 more

2012-09-30 10:19:38 [iNFO] [sTDERR] Caused by: java.lang.NullPointerException

2012-09-30 10:19:38 [iNFO] [sTDERR] at org.objectweb.asm.ClassReader.<init>(Unknown Source)

2012-09-30 10:19:38 [iNFO] [sTDERR] at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:27)

2012-09-30 10:19:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:162)

2012-09-30 10:19:38 [iNFO] [sTDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:118)

2012-09-30 10:19:38 [iNFO] [sTDERR] ... 28 more

Also I get this error when I close my world (when I don't have nei installed).

Description: Exception in server tick loop

java.lang.NullPointerException

at ba.b(MemoryConnection.java:154)

at ba.a(MemoryConnection.java:48)

at gz.b(NetServerHandler.java:620)

at gw.a(EntityTrackerEntry.java:201)

at gw.a(EntityTrackerEntry.java:163)

at gm.a(EntityTracker.java:191)

at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:631)

at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:560)

at axv.p(IntegratedServer.java:107)

at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:466)

at ep.run(SourceFile:539)

Relevant Details:

- Minecraft Version: 1.3.2

- Operating System: Windows 7 (x86) version 6.1

- Java Version: 1.6.0_33, Sun Microsystems Inc.

- Java VM Version: Java HotSpotâ„¢ Client VM (mixed mode), Sun Microsystems Inc.

- Memory: 379234896 bytes (361 MB) / 655155200 bytes (624 MB) up to 1037959168 bytes (989 MB)

- JVM Flags: 2 total; -Xmx1024m -Xms512m

- FML: FML v3.1.15.378 Minecraft Forge 4.1.4.271 Optifine OptiFine_1.3.2_HD_U_B3 5 mods loaded, 5 mods active

FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

mod_ReiMinimap [mod_ReiMinimap] ([1.3.2]ReiMinimap_v3.2_05.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

mod_InvTweaks [inventory Tweaks] (InvTweaks-1.43b-1.3.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

TerraFirmaCraft [TerraFirmaCraft] (TFCraft-Universal-Core-B2-Build52d.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available

- Is Modded: Definitely; 'forge,fml'

- Profiler Position: N/A (disabled)

- Player Count: 1 / 8; [gu['Offline'/127, l='Terra Firma', x=5025.62, y=154.00, z=-9924.62]]

- World Terra Firma Entities: 0 total; []

- World Terra Firma Players: 0 total; []

- World Terra Firma Chunk Stats: ServerChunkCache: 0 Drop: 0

- Type: Integrated Server

0

Share this post


Link to post
Share on other sites

I can tell that you in both cases get a "NullPointerExeption". Something is pointing at something that doesn't exist.

What is causing this i don't really know.

0

Share this post


Link to post
Share on other sites

Ok the problem for the first problem was that the newest NEI is not compatible with the newest code chicken core for some reason so you have to install 1.4.0.1 instead of 1.4.0.2

0

Share this post


Link to post
Share on other sites
Sign in to follow this  
Followers 0