Ender IO Zoo

Ender IO Zoo

962k Downloads

Class Not Found Exception when trying to load Ender IO/Ender Core in dev workspace.

Quatroctus opened this issue ยท 1 comments

commented

Issue Description: Trying to use Ender IO conduits as a test to see if my Tile Entity actually exports energy correctly. Also if I add it to the class path of my run configuration it loads fine, but no energy is extracted though i suspect that to be linked to this.

What happens: Minecraft crashes due to a class not found exception.

What you expected to happen: The game to load my mod and EnderIO

Steps to reproduce:

  1. Create dev workspace
  2. Add Ender IO and Ender Core to devs mods folder
  3. Run game.
  • EnderIO: 1.10.2-3.0.1.92_beta
  • EnderCore: 1.10.2-0.4.1.48-beta
  • Minecraft: 1.10.2
  • Forge: forge-1.10.2-12.18.2042

Link to the log file where the error occurs: http://pastebin.com/W0RKEE20

commented

Forge adds the command line parameter -DFORGE_FORCE_FRAME_RECALC=true to the launch profile. Remove it.