#Mod Failed Loading Crash?

59 messages · Page 1 of 1 (latest)

white hull
#

Randomly occuring, unable to reproduce, not sure why this is happening. hoping somenoe can look at the stack trace to figure out why

burnt agateBOT
#

Paste version of message.txt from @white hull

foggy coyoteBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

round shale
#

dev.latvian.mods.kubejs.BuiltinKubeJSPlugin.init:L167 hmmm

#
RegistryObjectBuilderTypes.BLOCK.addType("crop", CropBlockBuilder.class, CropBlockBuilder::new);
#

did you make any custom crops?

white hull
#

not through kubejs

#

using Mystical Customization or whatever its called though, yes.

#

but that also does not use kubejs

azure bobcat
#

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

white hull
#

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?

azure bobcat
#

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

white hull
#

sure, one sec

burnt agateBOT
#

Paste version of message.txt from @white hull

white hull
burnt agateBOT
#

Paste version of message.txt from @white hull

white hull
burnt agateBOT
#

Paste version of message.txt from @white hull

azure bobcat
#

some mod is doing bad bad stuff

#

probably a perf mod

#

in particular ones that speed up early loading

white hull
#

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

azure bobcat
white hull
#

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?

#

That would be it, wouldn't it?

azure bobcat
#

those screeenshots are unreaable on mobile

white hull
#

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

azure bobcat
#

could be

#

remove it and see what happens

white hull
#

will do! hopefully players didnt advance too far into the mod lol

azure bobcat
#

just seen someone else having this issue in SP with chisel and bits blamed

#

(#768367574001778729 message)

azure bobcat
#

@white hull you should mention in your tinkers issue report that the same crash is happening for other mods too

white hull
#

Good call

azure bobcat
#

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

white hull
#

oh too late for that lol. i removed the mod after the suggestion

#

i will try that though if the crashes continue

white hull
#

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

white hull
azure bobcat
#

then yeet create