Posted November 4, 20222 yr I made a server with the website Aternos and I first brang my issue up with them but they said come here. When my server starts up, or restarts, my inventory and whoever else's inventory that joined has theirs deleted and they spawn back at world spawn. What is the issue here? I am playing with mods, and I've NEVER had this issue with Aternos and I use it all the time.
November 4, 20222 yr You need to post your logs/debug.log from the server. From what you describe, it sounds like the player data is not getting saved for some reason? There is probably an error in the log explaining why. 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.
November 5, 20222 yr Author https://mclo.gs/ApuDC24 heres a link to the logs, hopefully you find the issue
November 5, 20222 yr Quote [04Nov2022 16:51:41.773] [Server thread/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER 1749[04Nov2022 16:51:41.776] [Server thread/ERROR] [net.minecraftforge.eventbus.EventSubclassTransformer/EVENTBUS]: An error occurred building event handler 1750java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screens/Screen for invalid dist DEDICATED_SERVER 1751at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.18.2-40.1.84.jar%2317!/:1.0] -- snip -- 1772at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:132) ~[securejarhandler-1.0.3.jar:?] 1773at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] 1774at com.minecraftserverzone.jrhc.setup.capabilities.PlayerStatsProvider.serializeNBT(PlayerStatsProvider.java:38) ~[jrhc-1-18-x.jar%2373!/:1-18-x] Looks like an issue with jrhc mod. It is trying to load a client class while the player data is being saved. Client classes don't exist on the server. Check you have the latest version then contact the mod author. Edited November 5, 20222 yr by warjort 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.
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.