Advertisement
Epic_100

Error Log

Nov 20th, 2020
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1.  
  2. Executing Gradle task: runClient
  3. 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
  4. > Configure project :
  5. Fabric Loom: 0.4.33 Build(jenkins #33)
  6. :setting up loom dependencies
  7. :setting up mappings (yarn 1.16.3+build.1)
  8. Configuring compiler arguments for Java
  9. > Task :downloadAssets
  10. :downloading assets...
  11. > Task :compileJava UP-TO-DATE
  12. > Task :processResources UP-TO-DATE
  13. > Task :classes UP-TO-DATE
  14. > Task :jar UP-TO-DATE
  15. > Task :runClient FAILED
  16. 14:12.39 [main/INFO] (FabricLoader) Loading for game Minecraft 1.16.3
  17. 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
  18. 14:12.39 [main/WARN] (Fabric|Loader) Runtime mod remapping disabled due to no fabric.remapClasspathFile being specified. You may need to update loom.
  19. 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
  20. 14:12.40 [main/INFO] (Fabric|MixinBootstrap) Loaded Fabric development mappings for mixin remapper!
  21. Exception in thread "main" org.spongepowered.asm.launch.MixinInitialisationError: Error initialising mixin config modid.mixins.json
  22. at org.spongepowered.asm.mixin.transformer.Config.create(
  23. Config.java:153
  24. at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:153)
  25. at org.spongepowered.asm.mixin.Mixins.createConfiguration(
  26. Mixins.java:100
  27. at org.spongepowered.asm.mixin.Mixins.createConfiguration(Mixins.java:100)
  28. at org.spongepowered.asm.mixin.Mixins.addConfiguration(
  29. Mixins.java:87
  30. at org.spongepowered.asm.mixin.Mixins.addConfiguration(Mixins.java:87)
  31. at net.fabricmc.loader.launch.common.FabricMixinBootstrap.addConfiguration(
  32. FabricMixinBootstrap.java:44
  33. at net.fabricmc.loader.launch.common.FabricMixinBootstrap.addConfiguration(FabricMixinBootstrap.java:44)
  34. at java.lang.Iterable.forEach(
  35. Iterable.java:75
  36. at java.lang.Iterable.forEach(Iterable.java:75)
  37. at net.fabricmc.loader.launch.common.FabricMixinBootstrap.init(
  38. FabricMixinBootstrap.java:83
  39. at net.fabricmc.loader.launch.common.FabricMixinBootstrap.init(FabricMixinBootstrap.java:83)
  40. at net.fabricmc.loader.launch.knot.Knot.init(
  41. Knot.java:133
  42. at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:133)
  43. at net.fabricmc.loader.launch.knot.KnotClient.main(
  44. KnotClient.java:26
  45. at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
  46. at net.fabricmc.devlaunchinjector.Main.main(
  47. Main.java:86
  48. at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
  49. Caused by: java.lang.IllegalArgumentException: The specified resource 'modid.mixins.json' was invalid or could not be read
  50. at org.spongepowered.asm.mixin.transformer.MixinConfig.create(
  51. MixinConfig.java:1090
  52. at org.spongepowered.asm.mixin.transformer.MixinConfig.create(MixinConfig.java:1090)
  53. at org.spongepowered.asm.mixin.transformer.Config.create(
  54. Config.java:148
  55. at org.spongepowered.asm.mixin.transformer.Config.create(Config.java:148)
  56. ... 8 more
  57. FAILURE: Build failed with an exception.
  58. * What went wrong:
  59. Execution failed for task ':runClient'.
  60. > Process 'command 'C:\Program Files\Pylo\MCreator\jdk\bin\java.exe'' finished with non-zero exit value 1
  61. * Try:
  62. 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.
  63. * Get more help at https://help.gradle.org
  64. BUILD FAILED in 45s
  65. 5 actionable tasks: 2 executed, 3 up-to-date
  66. BUILD FAILED
  67. Task completed in 45975 milliseconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement