Jump to content

Recommended Posts

  • Discord Moderator
Posted (edited)

The "crash log" is often very good at delivering the Java/class hierarchy related to a particular crash. However, it can fall short when looking for the context in which the crash happened. This is where the ForgeModLoader-client log comes into its own. In this case the FML client log pointed the finger right at BiomesOPlenty:

2014-04-10 07:43:56 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2014-04-10 07:43:56 [SEVERE] [ForgeModLoader] Caught exception from BiomesOPlenty
java.lang.NoClassDefFoundError: thermalexpansion/api/crafting/CraftingHelpers

Turns out that you were using a very old version of BOP which was likely compiled against an old ThermalExpansion API. Updating to the latest version of BOP fixes this problem.

Edited by plowmanplow

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...