Citadel + Alex's Mobs crash on 1.19 (not .1 or .2)
Plastisheep opened this issue ยท 8 comments
Every time I start the game, I get the "Failed to Load Correctly. java.lang.reflect.InvocationTargetException: null" error. I'm using forge 41.1.0. Here's my log:
I also have crash for newest version 1.12.9 with alex's mobs, biomes of plenty and biomes you go.
stderr:
Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:32)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
Caused by: java.lang.reflect.InvocationTargetException
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27)
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
... 7 more
Caused by: java.lang.RuntimeException: java.lang.NoSuchFieldError: COMPOUND_TAG
at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.BackgroundWaiter.runAndTick(BackgroundWaiter.java:29)
at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:145)
at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51)
... 13 more
Caused by: java.lang.NoSuchFieldError: COMPOUND_TAG
at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.(LivingEntity.java:155)
at TRANSFORMER/[email protected]/net.minecraft.world.entity.EntityType.(EntityType.java:252)
at TRANSFORMER/[email protected]/net.minecraft.world.level.levelgen.feature.MonsterRoomFeature.(MonsterRoomFeature.java:26)
at TRANSFORMER/[email protected]/net.minecraft.world.level.levelgen.feature.Feature.(Feature.java:81)
at TRANSFORMER/[email protected]/net.minecraft.data.worldgen.features.AquaticFeatures.(AquaticFeatures.java:20)
at TRANSFORMER/[email protected]/net.minecraft.data.worldgen.features.FeatureUtils.m_236677_(FeatureUtils.java:24)
at TRANSFORMER/[email protected]/net.minecraft.data.BuiltinRegistries.m_236009_(BuiltinRegistries.java:87)
at TRANSFORMER/[email protected]/net.minecraft.data.BuiltinRegistries.m_236004_(BuiltinRegistries.java:114)
at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:721)
at TRANSFORMER/[email protected]/net.minecraft.data.BuiltinRegistries.(BuiltinRegistries.java:113)
at TRANSFORMER/[email protected]/net.minecraft.core.Registry.(Registry.java:665)
at TRANSFORMER/[email protected]/net.minecraft.server.Bootstrap.m_135870_(Bootstrap.java:43)
at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.lambda$run$0(Main.java:145)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Piggy backing on this because 1.12.10 from 30 mins ago still crashes.
1.12.7 Seems to still work though.
java.lang.RuntimeException: java.lang.NoSuchFieldError: COMPOUND_TAG
debug.log
same issue here, but reverting back to the older version didn't fix the issue for me. Could be an incompatibility with architectury, moonlight, or delightful ? I updated them at the same time and my game won't start now.
https://gist.github.com/Daltaxy/2f5690e9b386013642a984505257a8d6
Downgrading to citadel-1.12.7-1.19
fixes the issue :)
by @NielsPilgaard