QMD

QMD

109k Downloads

JEI crashes

marcin212 opened this issue ยท 6 comments

commented

When I add QMD to my modpack, JEI crashes.
Exception and mod list in the logs.
logs: https://pastebin.com/Uw4Q4xQ7
QMD: 0.6.2-1.12.2

commented

I second the above reproduction (nice job on finding that), having any color search enabled in JEI for some strange reason, causes a loading crash. Disabling it, allows it to load.

Base Setup:
MC: 1.12.2
F: 14.23.5.2854

Mods: 3
JEI: 4.15.0.291
Nuclear Craft Overhauled: 2o2.7
QMD: 0.7a

Config Settings:
JEI: S:colorSearchMode=Enabled

Is the mod automatically generating materials from other mods materials? If so there could be something wrong with the hook that tries to pull colors from those materials. I'm not a modder, I just see tons of crash reports and try to learn from them, nothing but a weak suggestion.

commented

Fixed in 0.8.0

commented

Strange I can't reproduce that with the same versions of QMD and JEI. It must be some strange 3rd party interaction? Does it happen with just JEI, QMD and NC? If not I think this is a bug for JEI not QMD.

commented

It doesn't happen with just JEI, QMD and NC.

commented

I wonder what mod interferes. I can't think of anything I'm doing with JEI colours.

commented

I found reproduce.

  1. Mod list:
  • jei_1.12.2-4.15.0.291
  • NuclearCraft-2o.2.6-1.12.2
  • QMD-0.6.2-1.12.2
  • forge-14.23.5.2854
  1. Set colorSearchMode to require_prefix in config/jei/jei.cfg
  2. Run minecraft.
  3. Minecraft should crash
  4. Remove QMD
  5. Run Minecraft
  6. Minecraft should works fine