Facebook
From Edgy Baboon, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 347
  1. Execution failExecuting Gradle task: tasks genSourcesWithCfr
  2. Build info: MCreator 2022.2.34517, fabric-1.18.2, 64-bit, 14181 MB, Windows 11, JVM 17.0.3, JAVA_HOME: C:\Users\(user name)\Desktop\MCreator20222\jdk, started on: 2022-12-06-13:26:41
  3.  
  4. > Configure project :
  5. Fabric Loom: 1.0.12
  6. Not publishing sources jar as it was not found. Use java.withSourcesJar() to fix.
  7. > Task :tasks
  8. ------------------------------------------------------------
  9. Tasks runnable from root project 'daltonsextras'
  10. ------------------------------------------------------------
  11. Build tasks
  12. -----------
  13. assemble - Assembles the outputs of this project.
  14. build - Assembles and tests this project.
  15. buildDependents - Assembles and tests this project and all projects that depend on it.
  16. buildNeeded - Assembles and tests this project and all projects it depends on.
  17. classes - Assembles main classes.
  18. clean - Deletes the build directory.
  19. jar - Assembles a jar archive containing the main classes.
  20. testClasses - Assembles test classes.
  21. Build Setup tasks
  22. -----------------
  23. init - Initializes a new Gradle build.
  24. wrapper - Generates Gradle wrapper files.
  25. Documentation tasks
  26. -------------------
  27. javadoc - Generates Javadoc API documentation for the main source code.
  28. Fabric tasks
  29. ------------
  30. configureClientLaunch - Setup the required files to launch the Minecraft client
  31. configureLaunch - Setup the required files to launch Minecraft
  32. downloadAssets - Downloads required game assets for Minecraft.
  33. generateDLIConfig - Generate the DevLaunchInjector config file
  34. generateLog4jConfig - Generate the log4j config file
  35. generateRemapClasspath - Generate the remap classpath file
  36. genSources - Decompile minecraft using the default decompiler.
  37. genSourcesWithCfr - Decompile minecraft using Cfr.
  38. genSourcesWithFernFlower - Decompile minecraft using FernFlower.
  39. ideaSyncTask
  40. migrateMappings - Migrates mappings to a new version.
  41. prepareRemapJar
  42. remapJar - Remaps the built project jar to intermediary mappings.
  43. remapSourcesJar - Remaps the default sources jar to intermediary mappings.
  44. runClient - Starts the 'null' run configuration
  45. runServer - Starts the 'null' run configuration
  46. Help tasks
  47. ----------
  48. buildEnvironment - Displays all buildscript dependencies declared in root project 'daltonsextras'.
  49. dependencies - Displays all dependencies declared in root project 'daltonsextras'.
  50. dependencyInsight - Displays the insight into a specific dependency in root project 'daltonsextras'.
  51. help - Displays a help message.
  52. javaToolchains - Displays the detected java toolchains.
  53. outgoingVariants - Displays the outgoing variants of root project 'daltonsextras'.
  54. projects - Displays the sub-projects of root project 'daltonsextras'.
  55. properties - Displays the properties of root project 'daltonsextras'.
  56. tasks - Displays the tasks runnable from root project 'daltonsextras'.
  57. IDE tasks
  58. ---------
  59. cleanEclipse - Cleans all Eclipse files.
  60. cleanEclipseRuns - Removes Eclipse run configurations for this project.
  61. cleanIdea - Cleans IDEA project files (IML, IPR)
  62. eclipse - Generates all Eclipse files.
  63. genEclipseRuns - Generates Eclipse run configurations for this project.
  64. genIdeaWorkspace - Generates an IntelliJ IDEA workspace from this project.
  65. idea - Generates IDEA project files (IML, IPR, IWS)
  66. openIdea - Opens the IDEA project
  67. vscode - Generates VSCode launch configurations.
  68. Verification tasks
  69. ------------------
  70. check - Runs all checks.
  71. test - Runs the test suite.
  72. validateAccessWidener - Validate all the rules in the access widener against the Minecraft jar
  73. Rules
  74. -----
  75. Pattern: clean<TaskName>: Cleans the output files of a task.
  76. Pattern: build<ConfigurationName>: Assembles the artifacts of a configuration.
  77. To see all tasks and more detail, run gradle tasks --all
  78. To see more detail about a task, run gradle help --task <task>
  79. > Task :validateAccessWidener NO-SOURCE
  80. Error: Could not find or load main class worker.org.gradle.process.internal.worker.GradleWorkerMain
  81. Caused by: java.lang.ClassNotFoundException: worker.org.gradle.process.internal.worker.GradleWorkerMain
  82. Could not write standard input to Gradle Worker Daemon 3.
  83. java.io.IOException: Se está cerrando la canalización
  84. at java.base/java.io.FileOutputStream.writeBytes(Native Method)
  85. at java.base/java.io.FileOutputStream.write(FileOutputStream.java:349 at java.base/java.io.FileOutputStream.write(FileOutputStream.java:349)
  86. at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81 at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81)
  87. at java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142 at java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142)
  88. at org.gradle.process.internal.streams.ExecOutputHandleRunner.forwardContent(ExecOutputHandleRunner.java:68 at org.gradle.process.internal.streams.ExecOutputHandleRunner.forwardContent(ExecOutputHandleRunner.java:68)
  89. at org.gradle.process.internal.streams.ExecOutputHandleRunner.run(ExecOutputHandleRunner.java:53 at org.gradle.process.internal.streams.ExecOutputHandleRunner.run(ExecOutputHandleRunner.java:53)
  90. at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64 at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
  91. at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48 at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
  92. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
  93. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  94. at java.base/java.lang.Thread.run(Thread.java:833 at java.base/java.lang.Thread.run(Thread.java:833)
  95. > Task :genSourcesWithCfr FAILED
  96. FAILURE: Build failed with an exception.
  97. * What went wrong:
  98. Execution failed for task ':genSourcesWithCfr'.
  99. > There was a failure while executing work items
  100. > A failure occurred while executing net.fabricmc.loom.task.GenerateSourcesTask$DecompileAction
  101.  > Failed to run Gradle Worker Daemon
  102.  > Process 'Gradle Worker Daemon 3' finished with non-zero exit value 1
  103. * Try:
  104. > Run with --stacktrace option to get the stack trace.
  105. > Run with --info or --debug option to get more log output.
  106. > Run with --scan to get full insights.
  107. * Get more help at https://help.gradle.org
  108. BUILD FAILED in 3s
  109. 2 actionable tasks: 2 executed
  110.  
  111. BUILD FAILED
  112. Task completed in 3 seconds