Guest User

Untitled

a guest
Mar 28th, 2024
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.97 KB | None | 0 0
  1. Executing Gradle task: tasks genSourcesWithCfr
  2. Build info: MCreator 2023.4.52316, fabric-1.20.1, 64-bit, 16316 MB, Windows 11, JVM 17.0.9, JAVA_HOME: D:\MCreator\jdk, started on: 2024-03-29-00:23:34
  3.  
  4. > Configure project :
  5. Fabric Loom: 1.4.6
  6. :remapping 42 mods from modImplementation (java-api)
  7. :remapping sources
  8. > Task :tasks
  9. ------------------------------------------------------------
  10. Tasks runnable from root project 'bycmoze'
  11. ------------------------------------------------------------
  12. Build tasks
  13. -----------
  14. assemble - Assembles the outputs of this project.
  15. build - Assembles and tests this project.
  16. buildDependents - Assembles and tests this project and all projects that depend on it.
  17. buildNeeded - Assembles and tests this project and all projects it depends on.
  18. classes - Assembles main classes.
  19. clean - Deletes the build directory.
  20. jar - Assembles a jar archive containing the classes of the 'main' feature.
  21. sourcesJar - Assembles a jar archive containing the main sources.
  22. testClasses - Assembles test classes.
  23. Build Setup tasks
  24. -----------------
  25. init - Initializes a new Gradle build.
  26. wrapper - Generates Gradle wrapper files.
  27. Documentation tasks
  28. -------------------
  29. javadoc - Generates Javadoc API documentation for the 'main' feature.
  30. Fabric tasks
  31. ------------
  32. configureClientLaunch - Setup the required files to launch the Minecraft client
  33. configureLaunch - Setup the required files to launch Minecraft
  34. downloadAssets - Downloads required game assets for Minecraft.
  35. generateDLIConfig - Generate the DevLaunchInjector config file
  36. generateLog4jConfig - Generate the log4j config file
  37. generateRemapClasspath - Generate the remap classpath file
  38. genSources - Decompile minecraft using the default decompiler.
  39. genSourcesWithCfr - Decompile minecraft using Cfr.
  40. genSourcesWithFernFlower - Decompile minecraft using FernFlower.
  41. genSourcesWithVineflower - Decompile minecraft using Vineflower.
  42. ideaSyncTask
  43. migrateMappings - Migrates mappings to a new version.
  44. remapJar - Remaps the built project jar to intermediary mappings.
  45. remapSourcesJar - Remaps the default sources jar to intermediary mappings.
  46. runClient - Starts the 'null' run configuration
  47. runServer - Starts the 'null' run configuration
  48. Help tasks
  49. ----------
  50. buildEnvironment - Displays all buildscript dependencies declared in root project 'bycmoze'.
  51. dependencies - Displays all dependencies declared in root project 'bycmoze'.
  52. dependencyInsight - Displays the insight into a specific dependency in root project 'bycmoze'.
  53. help - Displays a help message.
  54. javaToolchains - Displays the detected java toolchains.
  55. outgoingVariants - Displays the outgoing variants of root project 'bycmoze'.
  56. projects - Displays the sub-projects of root project 'bycmoze'.
  57. properties - Displays the properties of root project 'bycmoze'.
  58. resolvableConfigurations - Displays the configurations that can be resolved in root project 'bycmoze'.
  59. tasks - Displays the tasks runnable from root project 'bycmoze'.
  60. IDE tasks
  61. ---------
  62. cleanEclipse - Cleans all Eclipse files.
  63. cleanEclipseRuns - Removes Eclipse run configurations for this project.
  64. cleanIdea - Cleans IDEA project files (IML, IPR)
  65. eclipse - Generates all Eclipse files.
  66. genEclipseRuns - Generates Eclipse run configurations for this project.
  67. genIdeaWorkspace - Generates an IntelliJ IDEA workspace from this project.
  68. idea - Generates IDEA project files (IML, IPR, IWS)
  69. openIdea - Opens the IDEA project
  70. vscode - Generates VSCode launch configurations.
  71. Verification tasks
  72. ------------------
  73. check - Runs all checks.
  74. test - Runs the test suite.
  75. validateAccessWidener - Validate all the rules in the access widener against the Minecraft jar
  76. Rules
  77. -----
  78. Pattern: clean<TaskName>: Cleans the output files of a task.
  79. Pattern: build<ConfigurationName>: Assembles the artifacts of a configuration.
  80. To see all tasks and more detail, run gradle tasks --all
  81. To see more detail about a task, run gradle help --task <task>
  82. > Task :validateAccessWidener NO-SOURCE
  83. Could not write standard input to Gradle Worker Daemon 1.
  84. java.io.IOException: Trwa zamykanie potoku
  85. at java.base/java.io.FileOutputStream.writeBytes(Native Method)
  86. at java.base/java.io.FileOutputStream.write(FileOutputStream.java:349 at java.base/java.io.FileOutputStream.write(FileOutputStream.java:349)
  87. at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81 at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81)
  88. at java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142 at java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142)
  89. at org.gradle.process.internal.streams.ExecOutputHandleRunner.writeBuffer(ExecOutputHandleRunner.java:98 at org.gradle.process.internal.streams.ExecOutputHandleRunner.writeBuffer(ExecOutputHandleRunner.java:98)
  90. at org.gradle.process.internal.streams.ExecOutputHandleRunner.forwardContent(ExecOutputHandleRunner.java:85 at org.gradle.process.internal.streams.ExecOutputHandleRunner.forwardContent(ExecOutputHandleRunner.java:85)
  91. at org.gradle.process.internal.streams.ExecOutputHandleRunner.run(ExecOutputHandleRunner.java:64 at org.gradle.process.internal.streams.ExecOutputHandleRunner.run(ExecOutputHandleRunner.java:64)
  92. at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64 at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
  93. at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:47 at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:47)
  94. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
  95. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  96. at java.base/java.lang.Thread.run(Thread.java:840 at java.base/java.lang.Thread.run(Thread.java:840)
  97. > Task :genSourcesWithCfr
  98. Error: Could not find or load main class worker.org.gradle.process.internal.worker.GradleWorkerMain
  99. Caused by: java.lang.ClassNotFoundException: worker.org.gradle.process.internal.worker.GradleWorkerMain
  100. > Task :genSourcesWithCfr FAILED
  101. FAILURE: Build failed with an exception.
  102. * What went wrong:
  103. Execution failed for task ':genSourcesWithCfr'.
  104. > There was a failure while executing work items
  105. > A failure occurred while executing net.fabricmc.loom.task.GenerateSourcesTask$DecompileAction
  106. > Failed to run Gradle Worker Daemon
  107. > Process 'Gradle Worker Daemon 1' finished with non-zero exit value 1
  108. * Try:
  109. > Run with --stacktrace option to get the stack trace.
  110. > Run with --info or --debug option to get more log output.
  111. > Run with --scan to get full insights.
  112. > Get more help at https://help.gradle.org.
  113. BUILD FAILED in 46s
  114. 2 actionable tasks: 2 executed
  115.  
  116. BUILD FAILED
  117. Task completed in 46 seconds
Add Comment
Please, Sign In to add comment