Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing Gradle task: runClient
- Build info: MCreator 2020.5.47418, fabric-1.16.3, 64-bit, 8039 MB, Windows 10, JVM 1.8.0_265, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
- > Configure project :
- Fabric Loom: 0.4.33 Build(jenkins #33)
- :setting up loom dependencies
- :setting up mappings (yarn 1.16.3+build.1)
- Configuring compiler arguments for Java
- > Task :downloadAssets
- :downloading assets...
- > Task :compileJava UP-TO-DATE
- > Task :processResources UP-TO-DATE
- > Task :classes UP-TO-DATE
- > Task :jar UP-TO-DATE
- > Task :runClient FAILED
- 14:12.39 [main/INFO] (FabricLoader) Loading for game Minecraft 1.16.3
- 14:12.39 main/INFO (Fabric|Loader) FabricLoader Loading 43 mods: [email protected], [email protected]+8724984195, [email protected]+8bcfced895, [email protected]+b50ffc7b95, [email protected]+3fa9f7c595, [email protected]+build.31, [email protected]+5ce5339895, [email protected]+build.213, [email protected]+ccce563e95, [email protected]+8bcfced895, [email protected]+fb0d9b0e95, [email protected]+045df74f95, [email protected]+c1aa8ed895, [email protected]+29679fd695, [email protected]+e2e6cdad95, [email protected]+b7f9825d95, [email protected], [email protected]+74685c1495, [email protected]+12a8474c95, [email protected]+5341049095, [email protected]+730711c695, [email protected]+432ea18895, [email protected]+b7f9825d95, [email protected]+facf3bbf95, [email protected]+eae12eb895, [email protected]+059ea86695, [email protected]+ac8e8c5995, [email protected]+c29459ab95, [email protected]+fb0d9b0e95, [email protected]+c1aa8ed895, [email protected]+52d3083695, [email protected]+c6a8ea8995, [email protected]+74cc3b2095, [email protected]+b764ce9995, [email protected]+e2862de695, [email protected]+432ea18895, [email protected]+16acbe5b95, [email protected]+build.407-1.16, [email protected]+438f963695, [email protected]+fb0d9b0e95, [email protected]+dfdb52d695, [email protected]+e00ecb5f95, [email protected]+432ea18895
- 14:12.39 [main/WARN] (Fabric|Loader) Runtime mod remapping disabled due to no fabric.remapClasspathFile being specified. You may need to update loom.
- 14:12.39 main/INFO (mixin) SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C./Users/ahpye/.mcreator/gradle/caches/modules-2/files-2.1/net.fabricmc/sponge-mixin/0.8.2+build.24/e5a741445d0f425bf3cce946c6cf8c7fb8376b2/sponge-mixin-0.8.2+build.24.jar Service=Knot/Fabric Env=CLIENT
- 14:12.40 [main/INFO] (Fabric|MixinBootstrap) Loaded Fabric development mappings for mixin remapper!
- Exception in thread "main" org.spongepowered.asm.launch.MixinInitialisationError: Error initialising mixin config modid.mixins.json
- at org.spongepowered.asm.mixin.transformer.Config.create(
- Config.java:153
- at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:153)
- at org.spongepowered.asm.mixin.Mixins.createConfiguration(
- Mixins.java:100
- at org.spongepowered.asm.mixin.Mixins.createConfiguration(Mixins.java:100)
- at org.spongepowered.asm.mixin.Mixins.addConfiguration(
- Mixins.java:87
- at org.spongepowered.asm.mixin.Mixins.addConfiguration(Mixins.java:87)
- at net.fabricmc.loader.launch.common.FabricMixinBootstrap.addConfiguration(
- FabricMixinBootstrap.java:44
- at net.fabricmc.loader.launch.common.FabricMixinBootstrap.addConfiguration(FabricMixinBootstrap.java:44)
- at java.lang.Iterable.forEach(
- Iterable.java:75
- at java.lang.Iterable.forEach(Iterable.java:75)
- at net.fabricmc.loader.launch.common.FabricMixinBootstrap.init(
- FabricMixinBootstrap.java:83
- at net.fabricmc.loader.launch.common.FabricMixinBootstrap.init(FabricMixinBootstrap.java:83)
- at net.fabricmc.loader.launch.knot.Knot.init(
- Knot.java:133
- at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:133)
- at net.fabricmc.loader.launch.knot.KnotClient.main(
- KnotClient.java:26
- at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
- at net.fabricmc.devlaunchinjector.Main.main(
- Main.java:86
- at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
- Caused by: java.lang.IllegalArgumentException: The specified resource 'modid.mixins.json' was invalid or could not be read
- at org.spongepowered.asm.mixin.transformer.MixinConfig.create(
- MixinConfig.java:1090
- at org.spongepowered.asm.mixin.transformer.MixinConfig.create(MixinConfig.java:1090)
- at org.spongepowered.asm.mixin.transformer.Config.create(
- Config.java:148
- at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:148)
- ... 8 more
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':runClient'.
- > Process 'command 'C:\Program Files\Pylo\MCreator\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 45s
- 5 actionable tasks: 2 executed, 3 up-to-date
- BUILD FAILED
- Task completed in 45975 milliseconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement