Quark Oddities

Quark Oddities

22M Downloads

1.19.2 - Quark-3.3-369 crash

madjoe1976 opened this issue · 4 comments

commented

[13:38:39] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.content.automation.module.ChainsConnectBlocksModule
[13:38:39] [modloading-worker-0/INFO] [quark/]: Found Quark module class vazkii.quark.addons.oddities.module.TotemOfHoldingModule
[13:38:39] [modloading-worker-0/ERROR] [ne.mi.fm.ja.FMLModContainer/LOADING]: Failed to create mod instance. ModID: quark, class vazkii.quark.base.Quark
java.lang.reflect.InvocationTargetException: null
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {}
at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.2-43.0.8.jar%23169!/:?] {}
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.0.8.jar%23168!/:?] {}
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.NoClassDefFoundError: net/minecraft/client/resources/model/ModelResourceLocation
at vazkii.quark.addons.oddities.module.TotemOfHoldingModule.(TotemOfHoldingModule.java:48) ~[Quark-3.3-369.jar%23148!/:3.3-369] {re:classloading,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {}
at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {}
at vazkii.quark.base.module.ModuleFinder.loadModule(ModuleFinder.java:44) ~[Quark-3.3-369.jar%23148!/:3.3-369] {re:classloading}
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?] {}
at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] {re:mixin}
at java.util.stream.SortedOps$RefSortingSink.end(SortedOps.java:395) ~[?:?] {}
at java.util.stream.Sink$ChainedReference.end(Sink.java:258) ~[?:?] {}
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:510) ~[?:?] {}
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {}
at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?] {}
at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?] {}
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {}
at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] {}
at vazkii.quark.base.module.ModuleFinder.findModules(ModuleFinder.java:34) ~[Quark-3.3-369.jar%23148!/:3.3-369] {re:classloading}
at vazkii.quark.base.module.ModuleLoader.findModules(ModuleLoader.java:67) ~[Quark-3.3-369.jar%23148!/:3.3-369] {re:classloading,pl:runtimedistcleaner:A}
at vazkii.quark.base.module.ModuleLoader.start(ModuleLoader.java:54) ~[Quark-3.3-369.jar%23148!/:3.3-369] {re:classloading,pl:runtimedistcleaner:A}
at vazkii.quark.base.proxy.CommonProxy.start(CommonProxy.java:55) ~[Quark-3.3-369.jar%23148!/:3.3-369] {re:classloading}
at vazkii.quark.base.Quark.(Quark.java:26) ~[Quark-3.3-369.jar%23148!/:3.3-369] {re:classloading}
... 14 more

commented
commented

I'm getting this too. Latest version of Forge and Quark at time of writing.
I should note I have only tested on the server so far.
Completely clean server didn't work either.
latest.log

commented

i fixed it for me.. open the char with winrar or 7zip and remove the vazkii.quark.addons.oddities.module.TotemOfHoldingModule now it looks like it was also removed in the jar file if you download again.. Am So., 21. Aug. 2022 um 00:15 Uhr schrieb Martin Finnerup < @.>:

I'm getting this too. Latest version of Forge and Quark at time of writing. I should note I have only tested on the server so far. Completely clean server didn't work either latest.log https://github.com/VazkiiMods/Quark/files/9388067/latest.log . — Reply to this email directly, view it on GitHub <#3871 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUENQW7QJUZ2S3YFFWAN2CTV2FKHPANCNFSM56PXGIXQ . You are receiving this because you authored the thread.Message ID: @.
>

Bro i love you, got the same issue and this fixed it for me thank god

commented

I would highly recommend NOT applying this fix to other crashes you see. This works for this crash because of a very specific code path quark uses that allows this type of change to work. Any other mod you attempt this on will likely result on another crash.