Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

I'm new in this modding minecraft thing and i run client by graddle to test something but there are some errors which is the picture under. I try a lot to fix but it didn't work and i'm now desperate. Thank for your helps first. P/s:this is my image link: https://ibb.co/BVwqC77

we need to see console log (it's in be bottom section of your ide).

and download a 1.18.2 mdk. nobody plays 1.18.1 and you can't mix versions.

  • Author

2023-06-23T14:29:29.383+0700 [ERROR] [system.err] Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
2023-06-23T14:29:29.384+0700 [ERROR] [system.err]     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)
2023-06-23T14:29:29.384+0700 [ERROR] [system.err]     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
2023-06-23T14:29:29.385+0700 [ERROR] [system.err]     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
2023-06-23T14:29:29.386+0700 [ERROR] [system.err]     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)
2023-06-23T14:29:29.386+0700 [ERROR] [system.err]     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
2023-06-23T14:29:29.386+0700 [ERROR] [system.err]     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
2023-06-23T14:29:29.386+0700 [ERROR] [system.err]     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
2023-06-23T14:29:29.386+0700 [ERROR] [system.err]     at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149)
2023-06-23T14:29:29.386+0700 [ERROR] [system.err] Caused by: java.lang.reflect.InvocationTargetException
2023-06-23T14:29:29.386+0700 [ERROR] [system.err]     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2023-06-23T14:29:29.386+0700 [ERROR] [system.err]     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
2023-06-23T14:29:29.386+0700 [ERROR] [system.err]     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2023-06-23T14:29:29.386+0700 [ERROR] [system.err]     at java.base/java.lang.reflect.Method.invoke(Method.java:568)
2023-06-23T14:29:29.386+0700 [ERROR] [system.err]     at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.ForgeClientUserdevLaunchHandler.lambda$launchService$0(ForgeClientUserdevLaunchHandler.java:38)
2023-06-23T14:29:29.386+0700 [ERROR] [system.err]     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
2023-06-23T14:29:29.386+0700 [ERROR] [system.err]     ... 7 more
2023-06-23T14:29:29.386+0700 [ERROR] [system.err] Caused by: java.lang.RuntimeException: java.lang.ExceptionInInitializerError
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.BackgroundWaiter.runAndTick(BackgroundWaiter.java:43)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:138)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     ... 13 more
2023-06-23T14:29:29.387+0700 [ERROR] [system.err] Caused by: java.lang.ExceptionInInitializerError
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.Util.doFetchChoiceType(Util.java:240)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.Util.fetchChoiceType(Util.java:232)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.world.entity.EntityType$Builder.build(EntityType.java:703)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.world.entity.EntityType.register(EntityType.java:290)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.world.entity.EntityType.<clinit>(EntityType.java:153)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.world.level.levelgen.feature.MonsterRoomFeature.<clinit>(MonsterRoomFeature.java:26)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.world.level.levelgen.feature.Feature.<clinit>(Feature.java:78)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.data.worldgen.features.AquaticFeatures.<clinit>(AquaticFeatures.java:16)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.data.worldgen.features.FeatureUtils.bootstrap(FeatureUtils.java:18)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.data.BuiltinRegistries.lambda$static$3(BuiltinRegistries.java:93)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at java.base/java.util.LinkedHashMap.forEach(LinkedHashMap.java:721)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.data.BuiltinRegistries.<clinit>(BuiltinRegistries.java:92)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.core.Registry.<clinit>(Registry.java:517)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.server.Bootstrap.bootStrap(Bootstrap.java:45)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.lambda$main$0(Main.java:138)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
2023-06-23T14:29:29.387+0700 [ERROR] [system.err]     at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
2023-06-23T14:29:29.388+0700 [ERROR] [system.err]     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
2023-06-23T14:29:29.388+0700 [ERROR] [system.err]     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
2023-06-23T14:29:29.388+0700 [ERROR] [system.err]     at java.base/java.lang.Thread.run(Thread.java:833)
2023-06-23T14:29:29.388+0700 [ERROR] [system.err] Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.entrySet()" because "this.RECURSIVE_TYPES" is null
2023-06-23T14:29:29.388+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraftforge.datafix.ForgeSchema.buildTypes(ForgeSchema.java:92)
2023-06-23T14:29:29.388+0700 [ERROR] [system.err]     at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.schemas.Schema.<init>(Schema.java:38)
2023-06-23T14:29:29.388+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraftforge.datafix.ForgeSchema.<init>(ForgeSchema.java:62)
2023-06-23T14:29:29.388+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraftforge.datafix.ForgeDataFixerBuilder.addWrappedSchema(ForgeDataFixerBuilder.java:81)
2023-06-23T14:29:29.388+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraftforge.datafix.ForgeDataFixerBuilder.addSchema(ForgeDataFixerBuilder.java:69)
2023-06-23T14:29:29.388+0700 [ERROR] [system.err]     at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.DataFixerBuilder.addSchema(DataFixerBuilder.java:35)
2023-06-23T14:29:29.388+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.util.datafix.DataFixers.addFixers(DataFixers.java:235)
2023-06-23T14:29:29.388+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.util.datafix.DataFixers.createFixerUpper(DataFixers.java:226)
2023-06-23T14:29:29.388+0700 [ERROR] [system.err]     at TRANSFORMER/[email protected]/net.minecraft.util.datafix.DataFixers.<clinit>(DataFixers.java:222)
2023-06-23T14:29:29.388+0700 [ERROR] [system.err]     ... 20 more

2023-06-23T14:29:29.980+0700 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 
2023-06-23T14:29:29.981+0700 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with an exception.
2023-06-23T14:29:29.981+0700 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 
2023-06-23T14:29:29.981+0700 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * What went wrong:
2023-06-23T14:29:29.981+0700 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Execution failed for task ':runClient'.
2023-06-23T14:29:29.981+0700 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Process 'command 'C:\Users\IRT\.gradle\jdks\jdk-17.0.7+7\bin\java.exe'' finished with non-zero exit value 1
2023-06-23T14:29:29.981+0700 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 
2023-06-23T14:29:29.981+0700 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Try:
2023-06-23T14:29:29.981+0700 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Run with --stacktrace option to get the stack trace.
2023-06-23T14:29:29.981+0700 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > Run with --scan to get full insights.
2023-06-23T14:29:29.981+0700 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] 
2023-06-23T14:29:29.981+0700 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Get more help at https://help.gradle.org
2023-06-23T14:29:29.982+0700 [ERROR] [org.gradle.internal.buildevents.BuildResultLogger] 
2023-06-23T14:29:29.982+0700 [ERROR] [org.gradle.internal.buildevents.BuildResultLogger] BUILD FAILED in 31s

this is all my errors on console log

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.