Will not Load/ Crashes
Waffles154 opened this issue · 5 comments
I've tried many times, but cannot get the mod to work. Instead Mincraft crashes.
I am using Forge 1.12 from the link on the home page, the mod in 1.12, and the required secondary mod.
The crash file;
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (Quark-Mod-1.12.jar)
Contact their authors BEFORE contacting forge
// Quite honestly, I wouldn't worry myself about that.
Time: 7/27/17 2:00 AM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Quark (quark)
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/registry/IForgeRegistryEntry
at vazkii.quark.misc.feature.AncientTomes.preInit(AncientTomes.java:66)
at vazkii.quark.base.module.Module.lambda$preInit$1(Module.java:128)
at vazkii.quark.base.module.Module$$Lambda$87/435687842.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at vazkii.quark.base.module.Module.forEachEnabled(Module.java:187)
at vazkii.quark.base.module.Module.preInit(Module.java:128)
at vazkii.quark.base.module.ModuleLoader.lambda$preInit$2(ModuleLoader.java:80)
at vazkii.quark.base.module.ModuleLoader$$Lambda$86/1985787585.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at vazkii.quark.base.module.ModuleLoader.forEachEnabled(ModuleLoader.java:158)
at vazkii.quark.base.module.ModuleLoader.preInit(ModuleLoader.java:80)
at vazkii.quark.base.proxy.CommonProxy.preInit(CommonProxy.java:31)
at vazkii.quark.base.proxy.ClientProxy.preInit(ClientProxy.java:39)
at vazkii.quark.base.Quark.preInit(Quark.java:35)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:614)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:252)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:230)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:147)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:604)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:266)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.registry.IForgeRegistryEntry
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 55 more
Caused by: java.lang.NullPointerException
A detailed walkthrough of the error, its code path and all known details is as follows:
-- System Details --
Details:
Minecraft Version: 1.12
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 118981144 bytes (113 MB) / 321515520 bytes (306 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.40 Powered by Forge 14.21.1.2426 6 mods loaded, 6 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH minecraft{1.12} [Minecraft] (minecraft.jar)
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.1.2426.jar)
UCH forge{14.21.1.2426} [Minecraft Forge] (forge-1.12-14.21.1.2426.jar)
UCE quark{r1.2-94} [Quark] (Quark-Mod-1.12.jar)
UCE autoreglib{1.2-6} [AutoRegLib] (AutoRegLib-1.12.jar)
Loaded coremods (and transformers):
LoadingPlugin (Quark-Mod-1.12.jar)
@Vazkii
I downloaded the two mods from the main page though...
https://quark.vazkii.us/
@Vazkii
I do not, however I think I found the issue. I must have downloaded Quark-r1.2-102.jar and not Quark-r1.2-103.jar. I re-downloaded it and AutoReg and now it works just fine. I have also found a few sites that have this mod, that may be out-of-date.
9minecraft: http://www.9minecraft.net/quark-mod/
minecraftyard: http://www.minecraftyard.com/quark-mod/
mc-mod: http://www.mc-mod.net/quark-mod/
and probably a few more. I'm sorry for the inconvenience, and hope providing these links could help those with a similar issue in the future.