After 0.5.1, most mods that require create are broken.
cfnnit opened this issue ยท 7 comments
Describe the Bug
I updated create while developing a modpack for my server, but since then all add-on mods that require create seem to be throwing errors.
Reproduction Steps
- update
- boom
Expected Result
Screenshots and Videos
No response
Crash Report or Log
Operating System
Window 10
Mod Version
0.5.1a
Minecraft Version
1.19.2
Forge Version
43.2.11
Other Mods
see crash reports.
Additional Context
No response
Looking at the commits, it seems that PepperCode1 "little bit of repackaging" broke lots of mods that relied on loading classes from specific locations.
An example error I'm receiving with the modpack I'm using:
[13:01:57] [modloading-worker-0/ERROR] [ne.mi.fm.ja.FMLModContainer/LOADING]: Failed to create mod instance. ModID: cccbridge, class cc.tweaked_programs.cccbridge.CCCBridge java.lang.NoClassDefFoundError: com/simibubi/create/content/logistics/block/display/DisplayBehaviour at java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?] {re:mixin} at java.lang.Class.privateGetDeclaredConstructors(Class.java:3373) ~[?:?] {re:mixin} at java.lang.Class.getConstructor0(Class.java:3578) ~[?:?] {re:mixin} at java.lang.Class.getDeclaredConstructor(Class.java:2754) ~[?:?] {re:mixin} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.2-43.2.11.jar%23298!/:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.2.11.jar%23297!/:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?] {} at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?] {} at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?] {re:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?] {re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?] {} Caused by: java.lang.ClassNotFoundException: com.simibubi.create.content.logistics.block.display.DisplayBehaviour at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.4.jar:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.4.jar:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} ... 13 more
EDIT: please excuse any noobishness, I'm not sure how to link directly to commits nor box code on the issue tracker.
Same issue appeared, unsure if this is a problem Create has to fix, or if it is up to the mod authors
This is something that the mod authors will have to fix. Give it a little time for your favorite addons to be updated.
Experiencing the same problem.
My following create-based mods:
Create Deco (The curseforge mod page even says it's not compatible with the new version for now)
Create Steam 'n' Rails
Create Crafts & Additions
Create Enchantment Industry
Either gotta wait for these mods to update their compatibility, or the create mod itself is gonna have to be reconfigured to bring back the compatibility.