Posted May 7, 20232 yr 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
May 7, 20232 yr 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? 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.
May 7, 20232 yr Author yeah, and me and my friends saw that too, but it crash loops when i open the lootr chests.
May 7, 20232 yr 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. 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.
May 7, 20232 yr Author this is also my mod pack that is being used too. https://legacy.curseforge.com/minecraft/modpacks/kaitos-medieval-realm
May 7, 20232 yr 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. 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.
May 7, 20232 yr Author im trying to do a download and make a mc paste, but the pebblehost service is stopping before it finishes making a mc paste
May 7, 20232 yr Author https://gist.github.com/KaitoDestiny/ae9d2eee0425dfce2baae8b5d7e3e388 hopefully this worked
May 7, 20232 yr 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. 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.
May 7, 20232 yr 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, 20232 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.
May 7, 20232 yr Author mmmm, okays. here is the debug file. https://gist.github.com/KaitoDestiny/2411c84fe2ed726c36c8b353eecf86de
May 7, 20232 yr 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 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.
May 7, 20232 yr 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 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.
May 7, 20232 yr Author gotcha, i was just testing to check it with it not on my modpack. was waiting for my server to finish starting.
May 8, 20232 yr Author 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
May 8, 20232 yr 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. 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.
May 9, 20232 yr Author 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
May 9, 20232 yr 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 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.