Posted June 4, 20223 yr I've tried deleting some mods and retrying but it still seems to crash. It's probably because of a mod that does have the dependent mod properly declared and forge just crashes so I decided to make this forum. Crash report: Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39) 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:149) 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:45) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) ... 7 more Caused by: java.lang.RuntimeException: java.lang.NoClassDefFoundError: silverminer/dynamicregistries/RegistryAccessExtension at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.BackgroundWaiter.runAndTick(BackgroundWaiter.java:43) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:138) ... 13 more Caused by: java.lang.NoClassDefFoundError: silverminer/dynamicregistries/RegistryAccessExtension at TRANSFORMER/[email protected]/com.silverminer.shrines.packages.datacontainer.NewVariationConfiguration.<clinit>(NewVariationConfiguration.java:25) at TRANSFORMER/[email protected]/net.minecraft.world.level.levelgen.feature.StructureFeature.handler$zmj000$shrines_onStructureFeatureInit(StructureFeature.java:2041) at TRANSFORMER/[email protected]/net.minecraft.world.level.levelgen.feature.StructureFeature.<init>(StructureFeature.java:105) at TRANSFORMER/[email protected]/net.minecraft.world.level.levelgen.feature.StructureFeature.<init>(StructureFeature.java:94) at TRANSFORMER/[email protected]/net.minecraft.world.level.levelgen.structure.NoiseAffectingStructureFeature.<init>(NoiseAffectingStructureFeature.java:11) at TRANSFORMER/[email protected]/net.minecraft.world.level.levelgen.feature.JigsawFeature.<init>(JigsawFeature.java:17) at TRANSFORMER/[email protected]/net.minecraft.world.level.levelgen.feature.PillagerOutpostFeature.<init>(PillagerOutpostFeature.java:19) at TRANSFORMER/[email protected]/net.minecraft.world.level.levelgen.feature.StructureFeature.<clinit>(StructureFeature.java:62) at TRANSFORMER/[email protected]/net.minecraft.data.worldgen.StructureFeatures.<clinit>(StructureFeatures.java:33) at TRANSFORMER/[email protected]/net.minecraft.data.BuiltinRegistries.m_194659_(BuiltinRegistries.java:93) at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:721) at TRANSFORMER/[email protected]/net.minecraft.data.BuiltinRegistries.<clinit>(BuiltinRegistries.java:92) at TRANSFORMER/[email protected]/net.minecraft.core.Registry.<clinit>(Registry.java:517) at TRANSFORMER/[email protected]/net.minecraft.server.Bootstrap.m_135870_(Bootstrap.java:45) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.lambda$main$0(Main.java:138) 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) Caused by: java.lang.ClassNotFoundException: silverminer.dynamicregistries.RegistryAccessExtension at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at [email protected]/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at [email protected]/cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) Edited June 4, 20223 yr by Tatush
June 4, 20223 yr One of your mods requires DynamicRegistries. Unfortunately the mod does not properly indicate this dependency, so the mod simply crashes instead of Forge showing a helpful error message. Edited June 4, 20223 yr by Luis_ST
June 6, 20223 yr Author On 6/4/2022 at 2:16 PM, Luis_ST said: One of your mods requires DynamicRegistries. Unfortunately the mod does not properly indicate this dependency, so the mod simply crashes instead of Forge showing a helpful error message. I found that out 20 minutes after I posted this, but still thanks for responding to this.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.