Skip to content

Instantly share code, notes, and snippets.

Created November 4, 2013 02:34
Show Gist options
  • Save anonymous/7297277 to your computer and use it in GitHub Desktop.
Save anonymous/7297277 to your computer and use it in GitHub Desktop.
DarwinMod
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 11/3/13 6:26 PM
Description: Exception in server tick loop
java.lang.NoClassDefFoundError: code4240/alien/world/ChunkProviderDarwin
at code4240.alien.world.WorldProviderDarwin.func_76555_c(WorldProviderDarwin.java:40)
at net.minecraft.world.WorldServer.func_72970_h(WorldServer.java:730)
at net.minecraft.world.World.<init>(World.java:291)
at net.minecraft.world.WorldServer.<init>(WorldServer.java:112)
at net.minecraft.world.WorldServerMulti.<init>(SourceFile:11)
at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:77)
at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:107)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:443)
at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:582)
Caused by: java.lang.ClassNotFoundException: code4240.alien.world.ChunkProviderDarwin
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:179)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 9 more
Caused by: java.lang.ClassFormatError: Duplicate method name&signature in class file code4240/alien/world/ChunkProviderDarwin
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:171)
... 11 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 285129032 bytes (271 MB) / 460980224 bytes (439 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 18, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 4 mods loaded, 4 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
FML{6.2.62.871} [Forge Mod Loader] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Forge{9.10.1.871} [Minecraft Forge] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
DarwinMod{1.0.0} [Darwin IV] (Darwin.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment