Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible mod, resulting in a crash (Text Utilities) #12

Closed
dAKirby309 opened this issue Jun 28, 2023 · 3 comments
Closed

Incompatible mod, resulting in a crash (Text Utilities) #12

dAKirby309 opened this issue Jun 28, 2023 · 3 comments
Labels
duplicate This issue or pull request already exists invalid This doesn't seem right mod incompatibility A mod is incompatible with this one

Comments

@dAKirby309
Copy link

dAKirby309 commented Jun 28, 2023

This API, or BlossomHomes appears to be incompatible with Text Utilities, resulting in a crash on 1.19.

latest.log attached.
Here is the error I get:

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 [textutilities.mixins.json:FormattingMixin from mod textutilities] from phase [DEFAULT] in config [textutilities.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.MixinTargetAlreadyLoadedException: Critical problem: textutilities.mixins.json:FormattingMixin from mod textutilities target net.minecraft.class_124 was loaded too early. at org.spongepowered.asm.mixin.transformer.MixinInfo.readDeclaredTargets(MixinInfo.java:948) at org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:882) 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

@CodedSakura
Copy link
Contributor

are you using BlossomLib 2.5.1?

@CodedSakura
Copy link
Contributor

CodedSakura commented Jun 28, 2023

oh, just checked latest.log, you're on 2.5.0. this issue is likely fixed in 2.5.1, when #5 was fixed

@CodedSakura CodedSakura added duplicate This issue or pull request already exists mod incompatibility A mod is incompatible with this one labels Jun 28, 2023
@dAKirby309
Copy link
Author

dAKirby309 commented Jun 28, 2023

oh, just checked latest.log, you're on 2.5.0. this issue is likely fixed in 2.5.1, when #5 was fixed

Yes, you're correct. Version 2.5.1 of BlossomLib works with Text Utilities on 1.19.0. Thank you very much!

@CodedSakura CodedSakura added the invalid This doesn't seem right label Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists invalid This doesn't seem right mod incompatibility A mod is incompatible with this one
Projects
None yet
Development

No branches or pull requests

2 participants