Jump to content

Help with a forge server


44etread

Recommended Posts

I am running a forge 1.18.2 server on my home pc. Until now it has been running completely fine, no issues. However when I tried to start it, using the default run.bat file, it loaded all the mods, but then instead of opening the server, it said this:

 [main/ERROR] [minecraft/Main]: Failed to start the minecraft server
java.lang.IllegalStateException: Missing key in ResourceKey[minecraft:root / minecraft:dimension]: ResourceKey[minecraft:dimension / minecraft:the_nether]

Why is it saying this, and how do I resolve the issue?

Link to comment
Share on other sites

The error literally says it can't find the nether.

It's not clear from information you show whether it is a configuration issue or the actual nether itself that is missing.

You need to post a link to your logs/debug.log so we have all the information. e.g. there might be previous errors that show what the real problem is.

 

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

Quote

java.lang.IllegalStateException: Missing key in ResourceKey[minecraft:root / minecraft:dimension]: ResourceKey[minecraft:dimension / minecraft:the_nether]
    at net.minecraft.core.Registry.m_123013_(Registry.java:535) ~[server-1.18.2-20220404.173914-srg.jar%2382!/:?]
    at potionstudios.byg.common.world.util.BiomeSourceRepairUtils.repairBiomeSources(BiomeSourceRepairUtils.java:29) ~[Oh_The_Biomes_You'll_Go-forge-1.18.2-1.4-RC-11-all.jar%2369!/:1.4]
    at net.minecraft.server.MinecraftServer.handler$zhd000$appendGlobalFeatures(MinecraftServer.java:2949) ~[server-1.18.2-20220404.173914-srg.jar%2382!/:?]

Looks to be an issue with the "Oh the biomes you'll go" mod trying to run some "repair biome sources" process.

Check you have the latest version then contact the mod author.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Maybe try with removing the mod "create goggles". In the log it looks like there is an issue with this mod too!
    • If music flows in your veins, makes you change, reveal yourself in kaleidoscope of emotions, then our website for downloading electronic music will help you always have around good compositions and cheerful mood. Great choice of different genres will cheer the heart of any music lover. muzhousebeat.com
    • Firstly, Java 17 is not required for Forge in Minecraft version 1.12.2, instead it can be deadly to run a 1.12.2 server with Java 17, use Java 8!! Use the correct Java 8 path for the server and you should be good to go! For my use, I am using Eclipse Temurin Java, which you can download relatively easy! Here you have my start arguments when starting Forge server 1.12.2! "C:\Program Files\Eclipse Adoptium\jre-8.0.392.8-hotspot\bin\javaw.exe" -Xmx4G -Xms4G -jar forge-1.12.2-14.23.5.2860.jar pause As I am using Java JRE not Java JDK, please use the version that is best for you! With best regards  nicky.gg
    • Hey, sorry about this but i got an error C:\Users\logan\Desktop\1.12.2 Server>"C:\Program Files\Java\jdk-17\bin\java.exe" -Xmx4G -Xms2048M -jar forgeserver.jar A problem occurred running the Server launcher.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 net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70)         at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34) Caused by: java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap')         at net.minecraft.launchwrapper.Launch.<init>(Launch.java:34)         at net.minecraft.launchwrapper.Launch.main(Launch.java:28)         ... 6 more C:\Users\logan\Desktop\1.12.2 Server>pause Press any key to continue . . .
×
×
  • Create New...

Important Information

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