Jump to content

Error when loading any mod


Lacrusis

Recommended Posts

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!

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.