Fabric-Generator-MCreator
Fabric-Generator-MCreator copied to clipboard
Mixin issue on some mods
Issue description
Trying to start the game up with the mod causes a mixin json error and I don't know if there's any way to solve it.
How to reproduce this issue?
Start up a project. Run the built-in Minecraft 1.19.2 instance. The game fails to load because of a mixin jason error displayed below. https://cdn.windowslogic.co.uk/images/c0ynqupq.png
Operating system
Windows
Details
MCreator version 2022.2 / Master
Example workspace
Couldn't attach because the file is over 25 MB. Here's a link to the example: http://cloud.windowslogic.co.uk:8080/Public/netherite-plus-reborn.zip
Logs
Executing Gradle task: runClient Build info: MCreator 2022.2.34517, fabric-1.19.2, 64-bit, 16335 MB, Windows 10, JVM 17.0.3, JAVA_HOME: J:\Emulators & Other Apps\MCreator20222\jdk, started on: 2022-10-18-08:33:15
Configure project : Fabric Loom: 0.12.56 Not publishing sources jar as it was not found. Use java.withSourcesJar() to fix. Task :compileJava UP-TO-DATE Task :processResources UP-TO-DATE Task :classes UP-TO-DATE Task :generateDLIConfig Task :generateLog4jConfig Task :generateRemapClasspath Task :configureLaunch Task :downloadAssets UP-TO-DATE Task :configureClientLaunch Task :runClient 08:33.18 [main/INFO] (FabricLoader/GameProvider) Loading Minecraft 1.19.2 with Fabric Loader 0.14.9 08:33.19 main/INFO (FabricLoader) Loading 44 mods:
- fabric-api 0.59.0+1.19.2
- fabric-api-base 0.4.10+e62f51a390
- fabric-api-lookup-api-v1 1.6.8+9ff28f4090
- fabric-biome-api-v1 9.0.16+83a8659290
- fabric-blockrenderlayer-v1 1.1.19+9ff28f4090
- fabric-client-tags-api-v1 1.0.0+b35fea8390
- fabric-command-api-v2 2.1.6+0c17ea9690
- fabric-content-registries-v0 3.2.2+83a8659290
- fabric-convention-tags-v1 1.1.0+7cd20a1490
- fabric-crash-report-info-v1 0.2.4+bd0a0d4a90
- fabric-data-generation-api-v1 5.1.7+a680b9b490
- fabric-dimensions-v1 2.1.29+a6d2f78590
- fabric-entity-events-v1 1.4.17+9ff28f4090
- fabric-events-interaction-v0 0.4.27+9ff28f4090
- fabric-game-rule-api-v1 1.0.20+1899036190
- fabric-gametest-api-v1 1.0.34+e62f51a390
- fabric-item-api-v1 1.5.6+35a03c4390
- fabric-item-groups-v0 0.3.27+6bee109e90
- fabric-key-binding-api-v1 1.0.19+9ff28f4090
- fabric-lifecycle-events-v1 2.1.1+83a8659290
- fabric-loot-api-v2 1.1.2+83a8659290
- fabric-message-api-v1 5.0.2+176380a290
- fabric-mining-level-api-v1 2.1.13+33fbc73890
- fabric-models-v0 0.3.16+9ff28f4090
- fabric-networking-api-v1 1.2.3+5eb68ef290
- fabric-object-builder-api-v1 4.0.10+7675279690
- fabric-particles-v1 1.0.9+dc39553a90
- fabric-registry-sync-v0 0.9.23+23c4cfef90
- fabric-renderer-api-v1 1.0.9+84f79e9d90
- fabric-renderer-indigo 0.6.11+5187d39f90
- fabric-rendering-data-attachment-v1 0.3.13+9ff28f4090
- fabric-rendering-fluids-v1 3.0.6+9ff28f4090
- fabric-rendering-v1 1.10.15+9ff28f4090
- fabric-resource-conditions-api-v1 2.0.10+e62f51a390
- fabric-resource-loader-v0 0.6.0+6bee109e90
- fabric-screen-api-v1 1.0.25+f05effaf90
- fabric-screen-handler-api-v1 1.2.12+9ff28f4090
- fabric-textures-v0 1.0.19+9ff28f4090
- fabric-transfer-api-v1 2.0.10+83a8659290
- fabric-transitive-access-wideners-v1 1.2.0+1e232e1390
- fabricloader 0.14.9
- java 17
- minecraft 1.19.2
- netherite_plus_reborn 0.6 08:33.19 main/INFO (FabricLoader/Mixin) SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C./Users/Tim/.mcreator/gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.11.4+mixin.0.8.5/c1dc27696aa4006e492c2485c9ccbcb26045a971/sponge-mixin-0.11.4+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT 08:33.19 [main/INFO] (FabricLoader/Mixin) Loaded Fabric development mappings for mixin remapper! 08:33.19 [main/INFO] (FabricLoader/Mixin) Compatibility level set to JAVA_16 08:33.19 [main/ERROR] (FabricLoader) Uncaught exception in thread "main" java.lang.RuntimeException: Error creating Mixin config netherite_plus_reborn.mixins.json for mod netherite_plus_reborn at net.fabricmc.loader.impl.launch.FabricMixinBootstrap.init(FabricMixinBootstrap.java:95) ~[fabric-loader-0.14.9.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.init(Knot.java:153) ~[fabric-loader-0.14.9.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:68) ~[fabric-loader-0.14.9.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.14.9.jar:?] at net.fabricmc.devlaunchinjector.Main.main(Main.java:86) ~[?:?] Caused by: org.spongepowered.asm.launch.MixinInitialisationError: Error initialising mixin config netherite_plus_reborn.mixins.json at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:153) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5] at org.spongepowered.asm.mixin.Mixins.createConfiguration(Mixins.java:100) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5] at org.spongepowered.asm.mixin.Mixins.addConfiguration(Mixins.java:87) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5] at net.fabricmc.loader.impl.launch.FabricMixinBootstrap.init(FabricMixinBootstrap.java:93) ~[fabric-loader-0.14.9.jar:?] ... 4 more Caused by: java.lang.IllegalArgumentException: The specified resource 'netherite_plus_reborn.mixins.json' was invalid or could not be read at org.spongepowered.asm.mixin.transformer.MixinConfig.create(MixinConfig.java:1290) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5] at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:148) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5] at org.spongepowered.asm.mixin.Mixins.createConfiguration(Mixins.java:100) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5] at org.spongepowered.asm.mixin.Mixins.addConfiguration(Mixins.java:87) ~[sponge-mixin-0.11.4+mixin.0.8.5.jar:0.11.4+mixin.0.8.5] at net.fabricmc.loader.impl.launch.FabricMixinBootstrap.init(FabricMixinBootstrap.java:93) ~[fabric-loader-0.14.9.jar:?] ... 4 more
Task :runClient FAILED FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':runClient'.
Process 'command 'J:\Emulators & Other Apps\MCreator20222\jdk\bin\java.exe'' finished with non-zero exit value 1
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
- Get more help at https://help.gradle.org BUILD FAILED in 16s 7 actionable tasks: 4 executed, 3 up-to-date
BUILD FAILED Task completed in 16 seconds
Issue tracker rule checks (please read carefully)
- [X] I have checked that my problem is not already reported
- [X] I have checked that my problem is not covered on Knowledge Base or on MCreator's Wiki
- [X] I have checked that my written content does not violate the publishing guidelines