I'm currently trying to get the Pig Grinder mod to work but it's been either crashing on me or showing the black screen for days.
Here's the crash report:
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 3/19/13 11:36 AM
Description: Exception occured in ModLoader
java.lang.NoClassDefFoundError: axa
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredFields(Unknown Source)
at ModLoader.setupProperties(ModLoader.java:1741)
at ModLoader.addMod(ModLoader.java:342)
at ModLoader.readFromModFolder(ModLoader.java:1202)
at ModLoader.init(ModLoader.java:737)
at ModLoader.addAllRenderers(ModLoader.java:205)
at bgs.<init>(RenderManager.java:97)
at bgs.<clinit>(RenderManager.java:14)
at net.minecraft.client.Minecraft.a(SourceFile:259)
at avp.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(SourceFile:505)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: axa
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 14 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_17, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 390405848 bytes (372 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: ModLoader, EntityRendererProxy, BaseMod, ...]
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
ModLoader: Mods loaded: 1
ModLoader 1.5
I basically followed the instructions (extract modloader contents into minecraft.jar, deleted metainf, extracted the zipped mod into mods folder) but it still crashes or gives me a black screen.
Yes, sorry that I didn't state what I did in order but I basically did what you mentioned already - deleted META-INF, extracted modloader contents to minecraft.jar, put the .zip into mod folder. It crashed and gave me the error as mentioned in my first post.
I tried forge as well but it gave me the black screen which is quite frustrating since I've already followed the steps.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I'm currently trying to get the Pig Grinder mod to work but it's been either crashing on me or showing the black screen for days.
Here's the crash report:
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 3/19/13 11:36 AM
Description: Exception occured in ModLoader
java.lang.NoClassDefFoundError: axa
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unknown Source)
at java.lang.Class.getDeclaredFields(Unknown Source)
at ModLoader.setupProperties(ModLoader.java:1741)
at ModLoader.addMod(ModLoader.java:342)
at ModLoader.readFromModFolder(ModLoader.java:1202)
at ModLoader.init(ModLoader.java:737)
at ModLoader.addAllRenderers(ModLoader.java:205)
at bgs.<init>(RenderManager.java:97)
at bgs.<clinit>(RenderManager.java:14)
at net.minecraft.client.Minecraft.a(SourceFile:259)
at avp.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(SourceFile:505)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: axa
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 14 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_17, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 390405848 bytes (372 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Suspicious classes: ModLoader, EntityRendererProxy, BaseMod, ...]
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
ModLoader: Mods loaded: 1
ModLoader 1.5
I basically followed the instructions (extract modloader contents into minecraft.jar, deleted metainf, extracted the zipped mod into mods folder) but it still crashes or gives me a black screen.
Could someone help me on this? Thanks!
-
View User Profile
-
View Posts
-
Send Message
Retired StaffReverse these two steps.
You do not extract the zips, just place them into the folder.
Yes, sorry that I didn't state what I did in order but I basically did what you mentioned already - deleted META-INF, extracted modloader contents to minecraft.jar, put the .zip into mod folder. It crashed and gave me the error as mentioned in my first post.
I tried forge as well but it gave me the black screen which is quite frustrating since I've already followed the steps.