#Mod Failed Loading Crash?
59 messages · Page 1 of 1 (latest)
Paste version of message.txt from @white hull
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
dev.latvian.mods.kubejs.BuiltinKubeJSPlugin.init:L167 
RegistryObjectBuilderTypes.BLOCK.addType("crop", CropBlockBuilder.class, CropBlockBuilder::new);
did you make any custom crops?
not through kubejs
using Mystical Customization or whatever its called though, yes.
but that also does not use kubejs
huh
this is caused by multiple mods adding stuff to that map at the same time
do you happen to have cc kjs?
no you dont
the funny thing is this shouldnt happen with how kjs plugin system works
so the mod would have to be intentionally not using a plugin
yes! it is happening to multiple mods! i keep getting mod failures for the same 3-5 mods, and this includes kjs
so its some mod that is trying to do something to crops?
no, its something to do with block/item builders for kubejs
what are the other similar crashes you have gotten? can u send the crash reports for them
Paste version of message.txt from @white hull
Paste version of message.txt from @white hull
Paste version of message.txt from @white hull
some mod is doing bad bad stuff
probably a perf mod
in particular ones that speed up early loading
i added 4 mods when this started happening. thermal dynamics (doubt its that), create slice n dice, iron spells n spellbooks (prob this as its fairly new and large), totemic
or yeah like you said a perf mod
but i havent added any new ones in a while
also this is wrong
its crashing in early modloader code that checks if something has mixins or similar
does any of those look sus?
the only big thing i think of is that iron spells mod but that shouldnt be looking for mixins right?
oh?
That would be it, wouldn't it?
those screeenshots are unreaable on mobile
one sec my bad
[21Jul2023 12:00:46.431] [main/DEBUG] [mixin/]: Preparing mixins.irons_spellbooks.json (15)
[21Jul2023 12:00:46.469] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/player/AbstractClientPlayer for invalid dist DEDICATED_SERVER
[21Jul2023 12:00:46.470] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/player/AbstractClientPlayer (java.lang.RuntimeException: Attempted to load class net/minecraft/client/player/AbstractClientPlayer for invalid dist DEDICATED_SERVER)
[21Jul2023 12:00:46.470] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.player.AbstractClientPlayer was not found mixins.irons_spellbooks.json:AbstractClientPlayerMixin
[21Jul2023 12:00:46.473] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming m_93028_ with desc (Lcom/mojang/blaze3d/vertex/PoseStack;)V
[21Jul2023 12:00:46.504] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/gui/Gui for invalid dist DEDICATED_SERVER
[21Jul2023 12:00:46.504] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/gui/Gui (java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/Gui for invalid dist DEDICATED_SERVER)
[21Jul2023 12:00:46.505] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.gui.Gui was not found mixins.irons_spellbooks.json:GuiMixin
[21Jul2023 12:00:46.506] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/renderer/entity/ItemRenderer for invalid dist DEDICATED_SERVER
[21Jul2023 12:00:46.506] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/ItemRenderer (java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/entity/ItemRenderer for invalid dist DEDICATED_SERVER)
[21Jul2023 12:00:46.506] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.ItemRenderer was not found mixins.irons_spellbooks.json:ItemRendererMixin
[21Jul2023 12:00:46.508] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/player/LocalPlayer for invalid dist DEDICATED_SERVER
[21Jul2023 12:00:46.508] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/player/LocalPlayer (java.lang.RuntimeException: Attempted to load class net/minecraft/client/player/LocalPlayer for invalid dist DEDICATED_SERVER)
[21Jul2023 12:00:46.508] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.player.LocalPlayer was not found mixins.irons_spellbooks.json:LocalPlayerMixin
[21Jul2023 12:00:46.509] [main/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/particle/Particle for invalid dist DEDICATED_SERVER
[21Jul2023 12:00:46.509] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/particle/Particle (java.lang.RuntimeException: Attempted to load class net/minecraft/client/particle/Particle for invalid dist DEDICATED_SERVER)
[21Jul2023 12:00:46.509] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.particle.Particle was not found mixins.irons_spellbooks.json:ParticleMixin
[21Jul2023 12:00:46.509] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/layers/SpinAttackEffectLayer (java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.layers.SpinAttackEffectLayer)
[21Jul2023 12:00:46.509] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.layers.SpinAttackEffectLayer was not found mixins.irons_spellbooks.json:SpinAttackEffectLayerMixin```
5 diff fatal messages in relation to iron spells mixins
will do! hopefully players didnt advance too far into the mod lol
just seen someone else having this issue in SP with chisel and bits blamed
(#768367574001778729 message)
@white hull you should mention in your tinkers issue report that the same crash is happening for other mods too
Good call
also, try changing forge versions
namely going to 40.2.2 or lower, or the latest one
40.2.3 changed a bunch of things related to what the crash is about (mixins and code transformation)
try downgrade first
oh too late for that lol. i removed the mod after the suggestion
i will try that though if the crashes continue
i also found this in the logs
[22Jul2023 12:01:08.619] [modloading-worker-0/DEBUG] [mixin/]: Mixing CropBlockMixin from kubejs-forge.mixins.json into dev.latvian.mods.kubejs.block.custom.BasicCropBlockJS
[22Jul2023 12:01:08.635] [modloading-worker-0/FATAL] [net.minecraftforge.fml.loading.RuntimeDistCleaner/DISTXFORM]: Attempted to load class me/shedaniel/rei/api/client/plugins/REIClientPlugin for invalid dist DEDICATED_SERVER
it seems i had another mod load failing crash yesterday but i cannot determine if it was after or before i removed iron's spells
Mod ID: 'forge', Requested by: 'create', Expected range: '[40.2.4,)', Actual version: '40.2.2' =/
then yeet create