KaitoDestiny Posted May 7, 2023 Share Posted May 7, 2023 I made a community server for me and my friends to play on but i just get a loop tick crash. https://mcpaste.io/ddffafa1acbacf3b Quote Link to comment Share on other sites More sharing options...
warjort Posted May 7, 2023 Share Posted May 7, 2023 Quote Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: net.minecraft.client.Minecraft Something is trying to incorrectly load client classes from a mixin. The error message does not say which mod. The logs/debug.log might have more information? Quote 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 More sharing options...
KaitoDestiny Posted May 7, 2023 Author Share Posted May 7, 2023 yeah, and me and my friends saw that too, but it crash loops when i open the lootr chests. Quote Link to comment Share on other sites More sharing options...
warjort Posted May 7, 2023 Share Posted May 7, 2023 Then check you have the latest version of that mod and if you already do contact mod author. But the error is with a mixin, so it could be any mod. Quote 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 More sharing options...
KaitoDestiny Posted May 7, 2023 Author Share Posted May 7, 2023 this is also my mod pack that is being used too. https://legacy.curseforge.com/minecraft/modpacks/kaitos-medieval-realm Quote Link to comment Share on other sites More sharing options...
warjort Posted May 7, 2023 Share Posted May 7, 2023 The you can also contact the modpack author for help as well. From my footer and also the EAQ at the top of the forum. Quote If you don't post your logs/debug.log we can't help you. Quote 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 More sharing options...
KaitoDestiny Posted May 7, 2023 Author Share Posted May 7, 2023 im trying to do a download and make a mc paste, but the pebblehost service is stopping before it finishes making a mc paste Quote Link to comment Share on other sites More sharing options...
KaitoDestiny Posted May 7, 2023 Author Share Posted May 7, 2023 https://gist.github.com/KaitoDestiny/ae9d2eee0425dfce2baae8b5d7e3e388 hopefully this worked Quote Link to comment Share on other sites More sharing options...
warjort Posted May 7, 2023 Share Posted May 7, 2023 I don't see any hints near the actual error. There is this much earlier warning Quote [07May2023 01:23:28.857] [Server thread/INFO] [mixin/]: Mixing MixinHoglinTasks from enigmaticlegacy.mixins.json into net.minecraft.world.entity.monster.hoglin.HoglinAi [07May2023 01:23:28.908] [Server thread/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER [07May2023 01:23:28.908] [Server thread/WARN] [mixin/]: Error loading class: net/minecraft/client/Minecraft (java.lang.RuntimeException: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER) Which hints it might be enigmaticlegacy? But it is not conclusive. They are not in the same message. There is also this (again a warning), but it is not for a mixin, so probably not related? Quote [07May2023 01:23:44.462] [Server thread/WARN] [minecolonies/]: Error populating items for everlastingabilities:ability_totem; using fallback java.lang.RuntimeException: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER There is nothing that says for definite what is the causing the problem. Quote 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 More sharing options...
KaitoDestiny Posted May 7, 2023 Author Share Posted May 7, 2023 could it be something in the forge that is messing with it???? Quote Link to comment Share on other sites More sharing options...
warjort Posted May 7, 2023 Share Posted May 7, 2023 (edited) No. Forge does nothing with mixins except include the mixin jar in its classpath for mods to use. Mixin hooks into the classloader and decides for itself (based on what mods tell it) if/how it will modify classes. Edited May 7, 2023 by warjort Quote 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 More sharing options...
KaitoDestiny Posted May 7, 2023 Author Share Posted May 7, 2023 mmmm, okays. here is the debug file. https://gist.github.com/KaitoDestiny/2411c84fe2ed726c36c8b353eecf86de Quote Link to comment Share on other sites More sharing options...
warjort Posted May 7, 2023 Share Posted May 7, 2023 That has a bit more information. It likely one of the underlined mods. Check you have the latest versions then contact the mod authors. Quote [07May2023 14:29:15.437] [Server thread/DEBUG] [mixin/]: Mixing ModifyPiglinAi from bygonenether.mixins.json into net.minecraft.world.entity.monster.piglin.PiglinAi [07May2023 14:29:15.438] [Server thread/DEBUG] [mixin/]: Mixing MixinPiglinAi from elementalcraft.mixins.json into net.minecraft.world.entity.monster.piglin.PiglinAi [07May2023 14:29:15.438] [Server thread/DEBUG] [mixin/]: Mixing PiglinAiMixin from AdditionalAdditions.mixins.json into net.minecraft.world.entity.monster.piglin.PiglinAi [07May2023 14:29:15.438] [Server thread/DEBUG] [mixin/]: Mixing MixinPiglinAi from curios.mixins.json into net.minecraft.world.entity.monster.piglin.PiglinAi [07May2023 14:29:15.438] [Server thread/DEBUG] [mixin/]: Mixing MixinPiglinAi from betterpiglintrade.mixins.json into net.minecraft.world.entity.monster.piglin.PiglinAi [07May2023 14:29:15.438] [Server thread/DEBUG] [mixin/]: betterpiglintrade.mixins.json:MixinPiglinAi: Class version 61 required is higher than the class version supported by the current version of Mixin (JAVA_8 supports class version 52) [07May2023 14:29:15.442] [Server thread/ERROR] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER [07May2023 14:29:15.442] [Server thread/WARN] [mixin/]: Error loading class: net/minecraft/client/Minecraft (java.lang.RuntimeException: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER) [07May2023 14:29:15.443] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered Quote 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 More sharing options...
warjort Posted May 7, 2023 Share Posted May 7, 2023 Looks like it is betterpiglintrade, it references the client side class here: https://github.com/Venodez/BetterPiglinTrade/blob/1.19.2/src/main/java/fr/venodez/betterpiglintrade/mixin/MixinPiglinAi.java#L37 Quote 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 More sharing options...
KaitoDestiny Posted May 7, 2023 Author Share Posted May 7, 2023 gotcha, i was just testing to check it with it not on my modpack. was waiting for my server to finish starting. Quote Link to comment Share on other sites More sharing options...
KaitoDestiny Posted May 7, 2023 Author Share Posted May 7, 2023 Yep, it was pigling trades, crashing with tick loops Quote Link to comment Share on other sites More sharing options...
KaitoDestiny Posted May 8, 2023 Author Share Posted May 8, 2023 so i tried to put ftb-chunks into my modpack, and now i get this as a crash error. https://gist.github.com/KaitoDestiny/2c073085ca3d5858c5194cbfc6538aa0 Quote Link to comment Share on other sites More sharing options...
warjort Posted May 8, 2023 Share Posted May 8, 2023 Quote at java.util.Objects.requireNonNull(Objects.java:334) ~[?:?] {re:mixin} at net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:204) ~[forge-1.19.2-43.2.8-universal.jar%231084!/:?] {re:mixin,re:classloading} at com.ridanisaurus.emendatusenigmatica.datagen.LangGen.addTranslations(LangGen.java:50) ~[EmendatusEnigmatica-2.1.4-build.58+mc1.19.2.jar%23763!/:2.1.4-build.58+mc1.19.2] {re:classloading} Check you have the latest version then contact the mod author. Again the logs/debug.log might have more precise information. I shouldn't have to keep asking for that file. Quote 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 More sharing options...
KaitoDestiny Posted May 9, 2023 Author Share Posted May 9, 2023 sorry, i didnt post anything cause i had to rush to work after i saw the time. im contacting mod makers about stuff too. this is latest log. https://gist.github.com/KaitoDestiny/9f46bb31b033d0530e1b9c2a5016e3b5 Quote Link to comment Share on other sites More sharing options...
warjort Posted May 9, 2023 Share Posted May 9, 2023 Quote [19:42:51] [main/ERROR]: Missing language kotlinforforge version [4.1,) wanted by Adorn-4.2.0+1.19.4-forge.jar, found 3.12.0 [19:43:22] [Render thread/FATAL]: Error during pre-loading phase net.minecraftforge.fml.ModLoadingException: Mod File Adorn-4.2.0+1.19.4-forge.jar needs language provider kotlinforforge:4.1 or above to load §7We have found 3.12.0 Quote 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 More sharing options...
Recommended Posts
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.