1
Server crashes on startup, Forge, Modded server.
I am using the Awaken Dreams mod, and I am trying to start up a server. I get this crash report at the startup. Please help!
---- Minecraft Crash Report ----
// My bad.
Time: 10/23/13 3:02 PM
Description: Exception in server tick loop
cpw.mods.fml.common.DuplicateModsFoundException
at cpw.mods.fml.common.Loader.identifyDuplicates(Loader.java:396)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:354)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:618)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.6.0_31, Sun Microsystems Inc.
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Sun Microsystems Inc.
Memory: 411657064 bytes (392 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -Xmx512M -Xms512M
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
CraftBukkit Information:
Running:
Failed to handle CraftCrashReport:
java.lang.NullPointerException
at org.bukkit.Bukkit.getName(Bukkit.java:72)
at org.bukkit.craftbukkit.v1_6_R3.CraftCrashReport.call(CraftCrashReport.java:19)
at net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106)
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:58)
at net.minecraft.crash.CrashReport.<init>(CrashReport.java:40)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:677)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
FML: MCP v8.11 FML v6.4.30.933 Minecraft Forge 9.11.1.935 5 mods loaded, 0 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar)
FML{6.4.30.933} [Forge Mod Loader] (MCPC.jar)
Forge{9.11.1.935} [Minecraft Forge] (MCPC.jar)
AwakenDreams{0.3.3} [Awaken Dreams] (cpw)
AwakenDreams{0.3.3} [Awaken Dreams] (mod.zip)
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
Type: Dedicated Server (map_server.txt)
---- Minecraft Crash Report ----
// My bad.
Time: 10/23/13 3:02 PM
Description: Exception in server tick loop
cpw.mods.fml.common.DuplicateModsFoundException
at cpw.mods.fml.common.Loader.identifyDuplicates(Loader.java:396)
at cpw.mods.fml.common.Loader.identifyMods(Loader.java:354)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:484)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:618)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.6.0_31, Sun Microsystems Inc.
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Sun Microsystems Inc.
Memory: 411657064 bytes (392 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -Xmx512M -Xms512M
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
CraftBukkit Information:
Running:
Failed to handle CraftCrashReport:
java.lang.NullPointerException
at org.bukkit.Bukkit.getName(Bukkit.java:72)
at org.bukkit.craftbukkit.v1_6_R3.CraftCrashReport.call(CraftCrashReport.java:19)
at net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106)
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:58)
at net.minecraft.crash.CrashReport.<init>(CrashReport.java:40)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:677)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
FML: MCP v8.11 FML v6.4.30.933 Minecraft Forge 9.11.1.935 5 mods loaded, 0 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar)
FML{6.4.30.933} [Forge Mod Loader] (MCPC.jar)
Forge{9.11.1.935} [Minecraft Forge] (MCPC.jar)
AwakenDreams{0.3.3} [Awaken Dreams] (cpw)
AwakenDreams{0.3.3} [Awaken Dreams] (mod.zip)
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
Type: Dedicated Server (map_server.txt)
2
Fixed it! I had wrong version of mod.
---- Minecraft Crash Report ----
// Uh... Did I do that?
Time: 10/23/13 3:19 PM
Description: Exception in server tick loop
java.lang.VerifyError: (class: cpw/mods/awakenDreams/common/AwakenDreams, method: initalize signature: (Lcpw/mods/fml/common/event/FMLInitializationEvent;)V) Incompatible argument to function
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
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: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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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: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:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:509)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:618)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.6.0_31, Sun Microsystems Inc.
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Sun Microsystems Inc.
Memory: 360157264 bytes (343 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -Xmx512M -Xms512M
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
CraftBukkit Information:
Running:
Failed to handle CraftCrashReport:
java.lang.NullPointerException
at org.bukkit.Bukkit.getName(Bukkit.java:72)
at org.bukkit.craftbukkit.v1_6_R3.CraftCrashReport.call(CraftCrashReport.java:19)
at net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106)
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:58)
at net.minecraft.crash.CrashReport.<init>(CrashReport.java:40)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:677)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
FML: MCP v8.11 FML v6.4.30.933 Minecraft Forge 9.11.1.935 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.30.933} [Forge Mod Loader] (MCPC.jar) Unloaded->Constructed
Forge{9.11.1.935} [Minecraft Forge] (MCPC.jar) Unloaded->Constructed
AwakenDreams{0.3.3} [Awaken Dreams] (mod.zip) Unloaded
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
Type: Dedicated Server (map_server.txt)
// Uh... Did I do that?
Time: 10/23/13 3:19 PM
Description: Exception in server tick loop
java.lang.VerifyError: (class: cpw/mods/awakenDreams/common/AwakenDreams, method: initalize signature: (Lcpw/mods/fml/common/event/FMLInitializationEvent;)V) Incompatible argument to function
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
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: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:194)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
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: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:105)
at cpw.mods.fml.common.Loader.loadMods(Loader.java:509)
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:618)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.4
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.6.0_31, Sun Microsystems Inc.
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Sun Microsystems Inc.
Memory: 360157264 bytes (343 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -Xmx512M -Xms512M
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
CraftBukkit Information:
Running:
Failed to handle CraftCrashReport:
java.lang.NullPointerException
at org.bukkit.Bukkit.getName(Bukkit.java:72)
at org.bukkit.craftbukkit.v1_6_R3.CraftCrashReport.call(CraftCrashReport.java:19)
at net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106)
at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:58)
at net.minecraft.crash.CrashReport.<init>(CrashReport.java:40)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:677)
at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
FML: MCP v8.11 FML v6.4.30.933 Minecraft Forge 9.11.1.935 4 mods loaded, 4 mods active
mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{6.4.30.933} [Forge Mod Loader] (MCPC.jar) Unloaded->Constructed
Forge{9.11.1.935} [Minecraft Forge] (MCPC.jar) Unloaded->Constructed
AwakenDreams{0.3.3} [Awaken Dreams] (mod.zip) Unloaded
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge'
Type: Dedicated Server (map_server.txt)
