Error loading plugin at io.github.consistencyplus.consistency_plus.CPlusWthitPluginForge
Souldealer1962 opened this issue ยท 9 comments
Describe the bug:
A clear and concise description of what the bug is. Include as much information as you can. Images are often helpful, especially screenshots of the F3 debug menu.
[modloading-worker-0/ERROR]: Error loading plugin at io.github.consistencyplus.consistency_plus.CPlusWthitPluginForge
java.lang.NoClassDefFoundError: mcp/mobius/waila/api/IBlockComponentProvider
Versions:
Minecraft version: 1.18.1
C+ version:
Fabric API / QSL / Forge version: Forge 39.0.19
Other mods:
List all mods that you're using; could be in the form of a list of the filenames, a crash report list, a screenshot of
the mods folder, etc. Just make sure all mods used are known!
Logs:
Even if the game does not crash they may be useful!
Please provide the following logs:
From .minecraft/logs : "latest.log" as well as "debug.log" if it exists. From .minecraft : "launcher_log" as well as a
file that starts with "hs_err" if it exists. Note: Double check that the logs are from the correct time. ex, don't give
us a log from a month ago because you forgot to check the date.
To Reproduce:
Steps to reproduce the behavior. Format it as a numbered list of steps.
- Start server (hosted)
Expected behavior:
A clear and concise description of what you expected to happen.
Screenshots:
If applicable, add screenshots to help explain your problem. https://screenshot.help/
Additional info:
Add any other information that might be needed.
No "mod" for Waila and curseforge only has files to 1.11
I DO have a Config folder Waila folder
Only place I see that MIGHT be a version is in logs;
at mcp.mobius.waila.Waila.loadComplete(Waila.java:108) ~[Jade-1.18-4.1.1.jar%23110!:4.1.1]
Whole section for this is;
[15:03:58] [modloading-worker-0/INFO]: Start loading plugin at mcp.mobius.waila.addons.core.CorePlugin
[15:03:58] [modloading-worker-0/INFO]: Start loading plugin at io.github.consistencyplus.consistency_plus.CPlusWthitPluginForge
[15:03:58] [modloading-worker-0/ERROR]: Error loading plugin at io.github.consistencyplus.consistency_plus.CPlusWthitPluginForge
java.lang.NoClassDefFoundError: mcp/mobius/waila/api/IBlockComponentProvider
at java.lang.Class.forName0(Native Method) ~[?:?]
at java.lang.Class.forName(Class.java:375) ~[?:?]
at mcp.mobius.waila.Waila.loadComplete(Waila.java:108) ~[Jade-1.18-4.1.1.jar%23110!:4.1.1]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-5.0.3.jar%232!:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-5.0.3.jar%232!:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!:?]
at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:120) ~[javafmllanguage-1.18.1-39.0.19.jar%23172!:?]
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:121) ~[fmlcore-1.18.1-39.0.19.jar%23171!:?]
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) [?:?]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
Caused by: java.lang.ClassNotFoundException: mcp.mobius.waila.api.IBlockComponentProvider
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-0.9.54.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
... 16 more
On the one hand, it seems pretty simple to fix. On the other, it means we have to go back and try to work on older versions (1.18.1) for a release.
Are you able to try to update to 1.18.2?
Problem is?
I'll talk to the others about 1.18.2.
I normally don't jump on the latest until the bugs have been sprayed with raid.
Only reason I used 1.18.1 was a new server after a few years away.
Problem is? I'll talk to the others about 1.18.2. I normally don't jump on the latest until the bugs have been sprayed with raid. Only reason I used 1.18.1 was a new server after a few years away.
Its some minor code issues with referencing certain pieces of code. But porting between the versions is pretty annoying.
Are you able to use 0.5.0-RC1 for a bit? Theres links to it on Curseforge and Modrinth
Didn't work.
Don't do sweat it yet, as I might force upgrades, unless others have the same issue
Thanks