Quark Oddities

Quark Oddities

22M Downloads

Crash during modloading attempting update from Quark 1.4-118 to Quark 1.5-129

SteleCat opened this issue · 2 comments

commented

---- Minecraft Crash Report ----

WARNING: coremods are present:
CTMCorePlugin (CTM-MC1.12.2-0.3.2.18.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.1.10.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
LoadingPlugin (Quark-r1.5-129.jar)
LoadingPlugin (ChunkAnimator-MC1.12-1.2.jar)
Contact their authors BEFORE contacting forge

// I blame Dinnerbone.

Time: 9/19/18 9:19 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.NoSuchFieldError: TEXTURE
at vazkii.quark.decoration.block.BlockCustomFlowerPot.createBlockState(BlockCustomFlowerPot.java:53)
at vazkii.quark.decoration.block.BlockCustomFlowerPot.func_180661_e(BlockCustomFlowerPot.java:37)
at net.minecraft.block.Block.(Block.java:234)
at net.minecraft.block.BlockContainer.(SourceFile:28)
at net.minecraft.block.BlockContainer.(SourceFile:24)
at net.minecraft.block.BlockFlowerPot.(BlockFlowerPot.java:44)
at vazkii.quark.decoration.block.BlockCustomFlowerPot.(BlockCustomFlowerPot.java:42)
at vazkii.quark.decoration.block.BlockColoredFlowerPot.(BlockColoredFlowerPot.java:39)
at vazkii.quark.decoration.feature.ColoredFlowerPots.preInit(ColoredFlowerPots.java:64)
at vazkii.quark.base.module.Module.lambda$preInit$1(Module.java:140)
at vazkii.quark.base.module.Module$$Lambda$148/1789654773.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at vazkii.quark.base.module.Module.forEachEnabled(Module.java:203)
at vazkii.quark.base.module.Module.preInit(Module.java:140)
at vazkii.quark.base.module.ModuleLoader.lambda$preInit$2(ModuleLoader.java:96)
at vazkii.quark.base.module.ModuleLoader$$Lambda$147/1778988825.accept(Unknown Source)
at java.util.ArrayList.forEach(ArrayList.java:1249)
at vazkii.quark.base.module.ModuleLoader.forEachEnabled(ModuleLoader.java:184)
at vazkii.quark.base.module.ModuleLoader.preInit(ModuleLoader.java:96)
at vazkii.quark.base.proxy.CommonProxy.preInit(CommonProxy.java:28)
at vazkii.quark.base.proxy.ClientProxy.preInit(ClientProxy.java:47)
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:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:627)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
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:218)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
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:497)
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)

commented
commented

Augh! Silly me. Thank you.