Join our discord
In partnership with NodeCraft Logo NodeCraft


You are not logged in! Create an account or login to contribute! Log in here!

Crash Reading 101

From Pixelmon Wiki
Revision as of 19:06, 14 August 2014 by Some body (talk | contribs)

So I herd you liek crashing? Well good! I am here to help to fix those pesky crashes! Welcome to Crash Reading 101. A "crash" course! Minecraft runs very specifically especially when installing mods and the smallest error, as you know, can cause the mod to crash! >:( but do not fret! I am here to help! Let's start. Here I have gathered a bunch of crashes around the Pixelmon forums and compiled them into one universal tutorial anyone can understand!

Crash reports

The following messages are found under the section that says description near the top of the report. Each bullet point is a separate crash report.

Version 3.2.3

  • "cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: field_150354_m"

You have the wrong Minecraft and/or Forge version. Pixelmon 3.2 is for Minecraft 1.7.10 using a version of Forge between 10.13.0.1180 and 10.13.0.1190.


  • "cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: com.pixelmonmod.pixelmon.Pixelmon"

Do not extract the Pixelmon jar file. Place the entire downloaded file directly into the mods folder.


  • "at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:507)"

You have multiple copies of Pixelmon inside the mods folder. Remove all but one copy.


  • "at java.nio.Buffer.checkIndex(Unknown Source)"

Lower your render distance to 16 chunks or less.


  • "at com.pixelmonmod.pixelmon.client.UnderWaterFog.checkFog(UnderWaterFog.java:24)"

This is a bug that will be fixed in the next update. For now, delete your player data and avoid disconnecting while mounting a Pokémon.

Version 3.1.4

  • "java.lang.IllegalStateException: cannot determine the type of the type parameter 'REQ': class cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper"
  • "java.lang.NoClassDefFoundError: net/minecraftforge/common/util/EnumHelper"
  • "java.lang.NoSuchMethodError: net.minecraft.client.gui.ScaledResolution.<init>"
  • "at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:192)"

All of these errors occur with incorrect versions of Minecraft and/or Forge being used. Make sure you are running Minecraft 1.7.2 and either Forge 10.12.2.1121 or 10.12.2.1147.


  • "cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: com.pixelmonmod.pixelmon.Pixelmon"

Do not extract the Pixelmon jar file. Place the entire downloaded file directly into the mods folder.


  • "java.lang.RuntimeException: Unknown character ' ' in"

Delete your Pixelmon.cfg file.


  • "at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:506)"

You have multiple Pixelmon jars in the mods folder. Only one Pixelmon jar should be in the mods folder at once.


  • "at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:140)"

Add -Djava.net.preferIPv4Stack=true to the JVM arguments in your Minecraft profile.

Version 3.0.4

  • "java.lang.NoClassDefFoundError: cpw/mods/fml/common/ICraftingHandler"
  • "cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraftforge/client/event/RenderGameOverlayEvent$Chat"
  • "java.lang.NoSuchMethodError: net.minecraft.launchwrapper.LaunchClassLoader.clearNegativeEntries(Ljava/util/Set;)V"
  • "java.lang.VerifyError: Bad type on operand stack"
  • "java.lang.VerifyError: (class: pixelmon/Pixelmon, method: onServerStart signature: (Lcpw/mods/fml/common/event/FMLServerStartingEvent;)V) Incompatible argument to function"

You have the wrong version of Minecraft, Forge, or both. Pixelmon 3.0.4 runs on Minecraft 1.6.4 using Forge version 9.11.1.965.


  • "cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: pixelmon.Pixelmon"

Do not extract the Pixelmon jar file. Place the entire downloaded file directly into the mods folder.


  • "java.lang.RuntimeException: Unknown character ' ' in"
  • "java.lang.RuntimeException: Unmatched quote in '/config/pixelmon.cfg:175'"

Delete the Pixelmon.cfg file.


  • "at pixelmon.sounds.Sounds.addPokemonSound(Sounds.java:106)"

Downgrade to Java 1.7.


  • "at net.minecraft.block.Block.<init>(Block.java:349)"

You have item ID conflicts between mods. Modify the offending item IDs or remove the mods that are causing the problem.


  • "at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:123)"

Not Enough Items does not work with this version of Pixelmon.

Non-Pixelmon crashes

  • "at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:140)"
  • "at net.minecraft.client.Minecraft.func_71371_a(Minecraft.java:2088)"

Add "-Djava.net.preferIPv4Stack=true" to your VM args in the profile you are using. This is found on the Minecraft launcher.

Console Errors

  • "[Client thread/ERROR]: 1286: Invalid framebuffer operation"

Add "-Dforge.forceNoStencil=true" to the JVM arguments in your Minecraft profile.

  • "[Client thread/WARN]: Unable to play unknown soundEvent: pixelmon:pixelmon.mob."

If you can hear sounds in-game and this still appears in the console, there's nothing wrong. Some Pokémon simply don't have their cries implemented yet.

Other

  • "Java Version: 1.6.0_65"

If this shows up in your system details of the Minecraft crash report, you are running the wrong Java and several issues may occur in battle, such as priority and stat boosts becoming negative. Update your Java to 1.7.


If your crash report doesn't match any of these issues, post the full report in the Support Tracker.

I will add more as I find more posts on the forums ^_^ happy crashing. I think...

Credits

Original guide written by AnDwHaT5/TheZigswagoon.

© 2012 - 2025 Pixelmon Mod