Every Compat (Wood Good)

Every Compat (Wood Good)

3M Downloads

Macaw's Roofs 2.2.4 breaks WoodGood

brisingraerowing opened this issue ยท 4 comments

commented

Relevant error from log:

java.lang.reflect.InvocationTargetException: null
	at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
	at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:?]
	at java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) ~[?:?]
	at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:?]
	at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.2-43.2.11.jar%231084!/:?]
	at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.2.11.jar%231083!/:?]
	at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) [?:?]
	at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) [?:?]
	at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:?]
	at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) [?:?]
	at java.util.concurrent.ForkJoinPool.scan(Unknown Source) [?:?]
	at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:?]
	at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:?]
Caused by: java.lang.NoSuchFieldError: ROOFSITEMGROUP
	at net.mehvahdjukaar.every_compat.modules.forge.mcaw.MacawRoofsModule.<init>(MacawRoofsModule.java:44) ~[everycomp-1.19.2-2.4.9a.jar%23786!/:?]
	at net.mehvahdjukaar.every_compat.EveryCompat.addModule(EveryCompat.java:132) ~[everycomp-1.19.2-2.4.9a.jar%23786!/:?]
	at net.mehvahdjukaar.every_compat.forge.EveryCompatForge.<init>(EveryCompatForge.java:98) ~[everycomp-1.19.2-2.4.9a.jar%23786!/:?]
	... 14 more
commented

I have the exact same issue, but here are my complete logs : https://mclo.gs/IKuL48b (the lines to look at are probably between 683 and 703)
I checked every single mod, and Macaw's Rooves is indeed the only one messing things up with Every Compat ; if I disable one of them, the other works well
The issue is probably cause to the fact that since the last EveryCompat update (May 31st), a new version of Macaw's Rooves appeared yesterday , so the former would need an update probably

commented

should be fixed

commented

Friendly Remind: If the problem is resolved, then please close this, thanks!