Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

porkupine950

Members
  • Joined

  • Last visited

Everything posted by porkupine950

  1. ---- Minecraft Crash Report ---- // Sorry Time: 1/29/14 1:31 PM Description: There was a severe problem during mod loading that has caused the game to fail cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: pixelmon.Pixelmon at cpw.mods.fml.common.LoadController.transition(LoadController.java:156) at cpw.mods.fml.common.Loader.loadMods(Loader.java:521) at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:377) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:684) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:622) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Caused by: java.lang.ClassNotFoundException: pixelmon.Pixelmon at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186) at java.lang.ClassLoader.loadClass(ClassLoader.java:323) at java.lang.ClassLoader.loadClass(ClassLoader.java:268) at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:61) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:270) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:622) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at
  2. That didnt help I got the server working but my client still crashes the only thing in the mods folder is pixelmon. the client works fine with no mods installed maybe it doesent know how to open the zip files? I dont know I have never worked with mod loaders before.
  3. I am trying to get pixlemon on minecraft and both my forgeloader 1.7.2 and 1.6.4 crash every time here is the crash report. Any help is greatly appreciated. ---- Minecraft Crash Report ---- // I blame Dinnerbone. Time: 1/27/14 11:46 PM Description: Registering texture java.lang.NoClassDefFoundError: net/minecraft/client/renderer/texture/ITextureObject at net.minecraft.client.renderer.texture.DynamicTexture.<init>(SourceFile:26) at net.minecraft.client.renderer.texture.TextureUtil.<clinit>(SourceFile:21) at net.minecraft.client.renderer.texture.AbstractTexture.func_110552_b(SourceFile:9) at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:45) at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:69) at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(SourceFile:37) at net.minecraft.client.Minecraft.func_71357_I(Minecraft.java:544) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:374) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:684) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:622) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.texture.ITextureObject at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186) at java.lang.ClassLoader.loadClass(ClassLoader.java:323) at java.lang.ClassLoader.loadClass(ClassLoader.java:268) ... 16 more Caused by: java.lang.NullPointerException at org.objectweb.asm.ClassReader.<init>(Unknown Source) at shadersmodcore.transform.SMCCTTextureObject.transform(SMCCTTextureObject.java:23) at shadersmodcore.transform.SMCClassTransformer.transform(SMCClassTransformer.java:102) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172) ... 18 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at net.minecraft.client.renderer.texture.DynamicTexture.<init>(SourceFile:26) at net.minecraft.client.renderer.texture.TextureUtil.<clinit>(SourceFile:21) at net.minecraft.client.renderer.texture.AbstractTexture.func_110552_b(SourceFile:9) at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SourceFile:45) -- Resource location being registered -- Details: Resource location: minecraft:textures/gui/title/mojang.png Texture object class: net.minecraft.client.renderer.texture.SimpleTexture Stacktrace: at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:69) at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(SourceFile:37) at net.minecraft.client.Minecraft.func_71357_I(Minecraft.java:544) at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:374) -- Initialization -- Details: Stacktrace: at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:684) at net.minecraft.client.main.Main.main(SourceFile:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:622) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) -- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Linux (i386) version 3.5.0-45-generic Java Version: 1.6.0_27, Sun Microsystems Inc. Java VM Version: OpenJDK Server VM (mixed mode), Sun Microsystems Inc. Memory: 154913040 bytes (147 MB) / 215089152 bytes (205 MB) up to 477233152 bytes (455 MB) JVM Flags: 1 total; -Xmx512M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML is installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Launched Version: 1.6.4-FML6.4.41.787 LWJGL: 2.9.0 OpenGL: Mesa DRI Intel® Sandybridge Mobile x86/MMX/SSE2 GL version 3.0 Mesa 9.1.6, Intel Open Source Technology Center Is Modded: Definitely; Client brand changed to 'fml,forge' Type: Client (map_client.txt) Resource Pack: Default Current Language: English (US) Profiler Position: N/A (disabled) Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.