Meldexun / RenderLib

7 stars 1 forks source link

NoClassDefFoundError with RandomPatches or AdvancedRocketry #26

Closed SilverBeamx closed 1 year ago

SilverBeamx commented 1 year ago

Describe the bug When trying to add Nothirium to FTB:Interactions 1.91, game always crashes on load with java.lang.NoClassDefFoundError: net/minecraft/client/renderer/tileentity/TileEntityRendererDispatcher at com.therandomlabs.randompatches.RandomPatches.containerInit(RandomPatches.java:134) at com.therandomlabs.randompatches.core.RPCoreContainer.(RPCoreContainer.java:33)

After disabling almost every other mod in in Modpack, Nothirium included, issue still persists. Here is a log.

Reproducibility

Versions RenderLib: 1.2.8 MixinBootstrap: 1.1.0 Forge: 14.23.5.2838 Minecraft: 1.12.2 Other mods (necessary to reproduce the bug):

Hardware CPU: i5-8600k RAM: 8Gb allocated GPU: GTX 1060 VRAM: 6Gb

Log File crash-2023-04-27_01.44.08-client.txt

ghost commented 1 year ago

Strange, Random Patches works fine for me with Render Lib without any errors. Maybe it's because I use Mixin Booter instead of Mixin Bootstrap + Mixin Compatibility. Have you tried this?

Meldexun commented 1 year ago

Your Forge version is too old. Only Forge 14.23.5.2860 is supported.