Traben-0 / Entity_Texture_Features

A Minecraft Fabric & Forge mod that adds random, emissive & blinking textures for mobs, skins and much more!
GNU Lesser General Public License v3.0
122 stars 24 forks source link

[1.19] [V4.0.1] [Fabric] Crash #90

Closed BemusedLeader10 closed 1 year ago

BemusedLeader10 commented 2 years ago

The game will not load and gives this log: Uncaught exception in thread "main" java.lang.RuntimeException: Mixin transformation of net.minecraft.client.main.Main failed at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:419) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:454) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [entity_texture_features-common.mixins.json:EntityTypeAccessor from mod entity_texture_features] from phase [DEFAULT] in config [entity_texture_features-common.mixins.json] FAILED during PREPARE at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinPrepareError(MixinProcessor.java:585) at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:543) at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:462) at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:438) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:290) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:414) ... 7 more Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: The specified mixin 'traben.entity_texture_features.mixin.EntityTypeAccessor' was not found at org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:865) at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:852) at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:777) at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:540) ... 13 more Caused by: java.lang.ClassNotFoundException: The specified mixin 'traben.entity_texture_features.mixin.EntityTypeAccessor' was not found at org.spongepowered.asm.mixin.transformer.MixinInfo.loadMixinClass(MixinInfo.java:1314) at org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:858) ... 16 more I am only running the newest version of fabric api (fabric-api-0.58.0+1.19) and entity texture features (entity_texture_features_fabric-4.0.1)

BemusedLeader10 commented 2 years ago

Is anyone else able to replicate this?

Traben-0 commented 2 years ago

I cannot replicate this does it happen every time? can you post the full crash log?

BemusedLeader10 commented 2 years ago

latest.log `[00:06:23] [main/INFO]: Loading Minecraft 1.19 with Fabric Loader 0.14.8 [00:06:24] [main/INFO]: Loading 53 mods:

Traben-0 commented 1 year ago

entity_texture_features_fabric-4.0.1.zip can you try this version? the .jar is inside the .zip

BemusedLeader10 commented 1 year ago

I can this version as well, however I think the problem is fixed. I updated fabric api and played on 1.19.1 (previously 1.19) and the game launched (before it was crashing on launch). So fixed for now?

Traben-0 commented 1 year ago

must be this is an issue with mixins at launch and should happen every time i'm guessing a corrupt download maybe