AlexModGuy / Citadel

A Library containing shared code used throughout most of my projects. Can be considered a continuation of LLibrary, of which this borrows the majority of its source code from.
24 stars 29 forks source link

Citadel + Alex's Mobs crash on 1.19 (not .1 or .2) #81

Closed Plastisheep closed 1 year ago

Plastisheep commented 1 year ago

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:

https://pastebin.com/7UepdmPk

uhloin commented 1 year ago

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/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:32) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at cpw.mods.bootstraplauncher@1.1.2/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/fmlloader@1.19.2-43.1.15/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/cpw.mods.modlauncher@10.0.8/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ... 7 more Caused by: java.lang.RuntimeException: java.lang.NoSuchFieldError: COMPOUND_TAG at MC-BOOTSTRAP/fmlloader@1.19.2-43.1.15/net.minecraftforge.fml.loading.BackgroundWaiter.runAndTick(BackgroundWaiter.java:29) at TRANSFORMER/minecraft@1.19.2/net.minecraft.client.main.Main.m239872(Main.java:145) at TRANSFORMER/minecraft@1.19.2/net.minecraft.client.main.Main.main(Main.java:51) ... 13 more Caused by: java.lang.NoSuchFieldError: COMPOUND_TAG at TRANSFORMER/minecraft@1.19.2/net.minecraft.world.entity.LivingEntity.(LivingEntity.java:155) at TRANSFORMER/minecraft@1.19.2/net.minecraft.world.entity.EntityType.(EntityType.java:252) at TRANSFORMER/minecraft@1.19.2/net.minecraft.world.level.levelgen.feature.MonsterRoomFeature.(MonsterRoomFeature.java:26) at TRANSFORMER/minecraft@1.19.2/net.minecraft.world.level.levelgen.feature.Feature.(Feature.java:81) at TRANSFORMER/minecraft@1.19.2/net.minecraft.data.worldgen.features.AquaticFeatures.(AquaticFeatures.java:20) at TRANSFORMER/minecraft@1.19.2/net.minecraft.data.worldgen.features.FeatureUtils.m236677(FeatureUtils.java:24) at TRANSFORMER/minecraft@1.19.2/net.minecraft.data.BuiltinRegistries.m236009(BuiltinRegistries.java:87) at TRANSFORMER/minecraft@1.19.2/net.minecraft.data.BuiltinRegistries.m236004(BuiltinRegistries.java:114) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:721) at TRANSFORMER/minecraft@1.19.2/net.minecraft.data.BuiltinRegistries.(BuiltinRegistries.java:113) at TRANSFORMER/minecraft@1.19.2/net.minecraft.core.Registry.(Registry.java:665) at TRANSFORMER/minecraft@1.19.2/net.minecraft.server.Bootstrap.m135870(Bootstrap.java:43) at TRANSFORMER/minecraft@1.19.2/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)

Daltaxy commented 1 year ago

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

Baggytrousers27 commented 1 year ago

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

Daltaxy commented 1 year ago

yep, last mod version still crashes on 1.19.2.

uhloin commented 1 year ago

I use 1.12.7 and it works.

uhloin commented 1 year ago

1.12.10 wrote the same stderr except one thing: there are no substring "<clinit>"

desbarmitar commented 1 year ago

Downgrading to citadel-1.12.7-1.19 fixes the issue :) by @NielsPilgaard

AlexModGuy commented 1 year ago

fixed in 1.12.11.