[Fabric] Iron Chests

[Fabric] Iron Chests

278k Downloads

(fabric) Crash on startup 1.17.1

mtb-xt opened this issue ยท 0 comments

commented

Hi,

When I add Iron Chests mod, my Minecraft fails to start at all, with this crash log:

[04/09/2021 22:40:38 PM] Exception in thread "main" java.lang.RuntimeException: Could not execute entrypoint stage 'preLaunch' due to errors, provided by 'sodium'!
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:33)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:143)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
[04/09/2021 22:40:38 PM] Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [modid.mixins.json:ExampleMixin] from phase [DEFAULT] in config [modid.mixins.json] FAILED during PREPARE
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:642)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinPrepareError(MixinProcessor.java:590)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:517)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:439)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:415)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:285)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:208)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:162)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:154)
[04/09/2021 22:40:38 PM] 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)
[04/09/2021 22:40:38 PM] 	at java.base/java.lang.Class.forName0(Native Method)
[04/09/2021 22:40:38 PM] 	at java.base/java.lang.Class.forName(Class.java:466)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:50)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.EntrypointStorage$NewEntry.lambda$getOrCreate$0(EntrypointStorage.java:106)
[04/09/2021 22:40:38 PM] 	at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1224)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:104)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.EntrypointStorage.lambda$getEntrypointContainers$1(EntrypointStorage.java:191)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:37)
[04/09/2021 22:40:38 PM] 	at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:47)
[04/09/2021 22:40:38 PM] 	... 3 more
[04/09/2021 22:40:38 PM] Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: The specified mixin 'net.fabricmc.example.mixin.ExampleMixin' was not found
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:855)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinConfig.prepareMixins(MixinConfig.java:715)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinConfig.prepare(MixinConfig.java:652)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:514)
[04/09/2021 22:40:38 PM] 	... 21 more
[04/09/2021 22:40:38 PM] Caused by: java.lang.ClassNotFoundException: The specified mixin 'net.fabricmc.example.mixin.ExampleMixin' was not found
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinInfo.loadMixinClass(MixinInfo.java:1297)
[04/09/2021 22:40:38 PM] 	at org.spongepowered.asm.mixin.transformer.MixinInfo.<init>(MixinInfo.java:848)
[04/09/2021 22:40:38 PM] 	... 24 more
[04/09/2021 22:40:38 PM] Oh no. Minecraft crashed. Please check the logs for any errors and provide these logs when asking for support.

I'm playing Minecraft 1.17.1, with the following mods:

[04/09/2021 22:40:37 PM] [main/INFO]: [FabricLoader] Loading 221 mods:
[04/09/2021 22:40:37 PM] 	- [email protected]+1.17.1
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]+mc.1.17
[04/09/2021 22:40:37 PM] 	- [email protected]+mc21w16a
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]+1.17.1
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]+1.17
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]+1.17
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]+1.17
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446313
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+5ab9934c18
[04/09/2021 22:40:37 PM] 	- [email protected]+92519afa18
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+be9da31018
[04/09/2021 22:40:37 PM] 	- [email protected]+6cefd57718
[04/09/2021 22:40:37 PM] 	- [email protected]+87cc6e4c18
[04/09/2021 22:40:37 PM] 	- [email protected]+fc40aa9d18
[04/09/2021 22:40:37 PM] 	- [email protected]+92519afa18
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b44633d
[04/09/2021 22:40:37 PM] 	- [email protected]+b7ab612118
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+36b77c3e18
[04/09/2021 22:40:37 PM] 	- [email protected]+kotlin.1.5.30
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b44633d
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+92519afa18
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+92519afa18
[04/09/2021 22:40:37 PM] 	- [email protected]+b7ab612118
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+e2961fee18
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+fc40aa9d18
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446313
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+fc40aa9d18
[04/09/2021 22:40:37 PM] 	- [email protected]+fc40aa9d18
[04/09/2021 22:40:37 PM] 	- [email protected]+a00e834b18
[04/09/2021 22:40:37 PM] 	- [email protected]+198a96213d
[04/09/2021 22:40:37 PM] 	- [email protected]+cbda931818
[04/09/2021 22:40:37 PM] 	- [email protected]+5ab9934c18
[04/09/2021 22:40:37 PM] 	- [email protected]+b06cb95b18
[04/09/2021 22:40:37 PM] 	- [email protected]+a02b446318
[04/09/2021 22:40:37 PM] 	- [email protected]+b7ab61213d
[04/09/2021 22:40:37 PM] 	- [email protected]+fc40aa9d18
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- flighthud@${version}
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]+1.17
[04/09/2021 22:40:37 PM] 	- [email protected]
[04/09/2021 22:40:37 PM] 	- [email protected]