Posted December 8, 201212 yr Hello, I am new to forge, and have done lots of research, but am still in the learning stages. I attempted to make a forge/bukkit server, and it does run, until i put a mod into the mod folder. This is my latest crash code: ---- Minecraft Crash Report ---- // Why did you do that? Time: 12/8/12 12:34 AM Description: Exception in server tick loop java.lang.NoClassDefFoundError: lb at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at cpw.mods.fml.common.network.NetworkModHandler.tryCreatingPacketHandler(NetworkModHandler.java:176) at cpw.mods.fml.common.network.NetworkModHandler.<init>(NetworkModHandler.java:125) at cpw.mods.fml.common.network.FMLNetworkHandler.registerNetworkMod(FMLNetworkHandler.java:234) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:395) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:149) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) at com.google.common.eventbus.EventBus.post(EventBus.java:268) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:82) at cpw.mods.fml.common.Loader.loadMods(Loader.java:418) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:79) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:317) at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:56) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:367) at net.minecraft.server.ThreadServerApplication.run(SourceFile:818) Caused by: java.lang.ClassNotFoundException: lb at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:124) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 35 more Caused by: java.lang.NullPointerException at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:117) ... 37 more Relevant Details: - Minecraft Version: 1.4.2 - Operating System: Windows Vista (x86) version 6.0 - Java Version: 1.7.0_09, Oracle Corporation - Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation - Memory: 838683040 bytes (799 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB) - JVM Flags: 2 total; -Xmx1024M -Xms1024M - AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used - CraftBukkit Information: Running: Failed to handle CraftCrashReport: java.lang.NullPointerException at org.bukkit.Bukkit.getName(Bukkit.java:67) at org.bukkit.craftbukkit.CraftCrashReport.call(CraftCrashReport.java:20) at net.minecraft.server.CrashReport.a(CrashReport.java:46) at net.minecraft.server.CrashReport.g(CrashReport.java:40) at net.minecraft.server.CrashReport.<init>(CrashReport.java:29) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:415) at net.minecraft.server.ThreadServerApplication.run(SourceFile:818) - FML: ~ERROR~ NullPointerException: null - Is Modded: Definitely; 'craftbukkit,forge,fml' - Profiler Position: N/A (disabled) - Type: Dedicated Server I have no shame in saying that i have no clue how to read or research this further. I apologize if this is a simple-minded mistake. Thanks for any help!
December 8, 201212 yr http://forums.bukkit.org/threads/forge.109356/ Read the EAQ before posting! OR ELSE! This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to.
December 8, 201212 yr Author Alright, simple enough. Thank you for that. I cant believe i didn't find that, I looked through those forums once before. Oh well, on to the next project. Thanks again!
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.