Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing Gradle task: tasks genSourcesWithCfr
- 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
- > Configure project :
- Fabric Loom: 1.4.6
- :remapping 42 mods from modImplementation (java-api)
- :remapping sources
- > Task :tasks
- ------------------------------------------------------------
- Tasks runnable from root project 'bycmoze'
- ------------------------------------------------------------
- Build tasks
- -----------
- assemble - Assembles the outputs of this project.
- build - Assembles and tests this project.
- buildDependents - Assembles and tests this project and all projects that depend on it.
- buildNeeded - Assembles and tests this project and all projects it depends on.
- classes - Assembles main classes.
- clean - Deletes the build directory.
- jar - Assembles a jar archive containing the classes of the 'main' feature.
- sourcesJar - Assembles a jar archive containing the main sources.
- testClasses - Assembles test classes.
- Build Setup tasks
- -----------------
- init - Initializes a new Gradle build.
- wrapper - Generates Gradle wrapper files.
- Documentation tasks
- -------------------
- javadoc - Generates Javadoc API documentation for the 'main' feature.
- Fabric tasks
- ------------
- configureClientLaunch - Setup the required files to launch the Minecraft client
- configureLaunch - Setup the required files to launch Minecraft
- downloadAssets - Downloads required game assets for Minecraft.
- generateDLIConfig - Generate the DevLaunchInjector config file
- generateLog4jConfig - Generate the log4j config file
- generateRemapClasspath - Generate the remap classpath file
- genSources - Decompile minecraft using the default decompiler.
- genSourcesWithCfr - Decompile minecraft using Cfr.
- genSourcesWithFernFlower - Decompile minecraft using FernFlower.
- genSourcesWithVineflower - Decompile minecraft using Vineflower.
- ideaSyncTask
- migrateMappings - Migrates mappings to a new version.
- remapJar - Remaps the built project jar to intermediary mappings.
- remapSourcesJar - Remaps the default sources jar to intermediary mappings.
- runClient - Starts the 'null' run configuration
- runServer - Starts the 'null' run configuration
- Help tasks
- ----------
- buildEnvironment - Displays all buildscript dependencies declared in root project 'bycmoze'.
- dependencies - Displays all dependencies declared in root project 'bycmoze'.
- dependencyInsight - Displays the insight into a specific dependency in root project 'bycmoze'.
- help - Displays a help message.
- javaToolchains - Displays the detected java toolchains.
- outgoingVariants - Displays the outgoing variants of root project 'bycmoze'.
- projects - Displays the sub-projects of root project 'bycmoze'.
- properties - Displays the properties of root project 'bycmoze'.
- resolvableConfigurations - Displays the configurations that can be resolved in root project 'bycmoze'.
- tasks - Displays the tasks runnable from root project 'bycmoze'.
- IDE tasks
- ---------
- cleanEclipse - Cleans all Eclipse files.
- cleanEclipseRuns - Removes Eclipse run configurations for this project.
- cleanIdea - Cleans IDEA project files (IML, IPR)
- eclipse - Generates all Eclipse files.
- genEclipseRuns - Generates Eclipse run configurations for this project.
- genIdeaWorkspace - Generates an IntelliJ IDEA workspace from this project.
- idea - Generates IDEA project files (IML, IPR, IWS)
- openIdea - Opens the IDEA project
- vscode - Generates VSCode launch configurations.
- Verification tasks
- ------------------
- check - Runs all checks.
- test - Runs the test suite.
- validateAccessWidener - Validate all the rules in the access widener against the Minecraft jar
- Rules
- -----
- Pattern: clean<TaskName>: Cleans the output files of a task.
- Pattern: build<ConfigurationName>: Assembles the artifacts of a configuration.
- To see all tasks and more detail, run gradle tasks --all
- To see more detail about a task, run gradle help --task <task>
- > Task :validateAccessWidener NO-SOURCE
- Could not write standard input to Gradle Worker Daemon 1.
- java.io.IOException: Trwa zamykanie potoku
- at java.base/java.io.FileOutputStream.writeBytes(Native Method)
- at java.base/java.io.FileOutputStream.write(FileOutputStream.java:349 at java.base/java.io.FileOutputStream.write(FileOutputStream.java:349)
- at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81 at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81)
- at java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142 at java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142)
- at org.gradle.process.internal.streams.ExecOutputHandleRunner.writeBuffer(ExecOutputHandleRunner.java:98 at org.gradle.process.internal.streams.ExecOutputHandleRunner.writeBuffer(ExecOutputHandleRunner.java:98)
- at org.gradle.process.internal.streams.ExecOutputHandleRunner.forwardContent(ExecOutputHandleRunner.java:85 at org.gradle.process.internal.streams.ExecOutputHandleRunner.forwardContent(ExecOutputHandleRunner.java:85)
- at org.gradle.process.internal.streams.ExecOutputHandleRunner.run(ExecOutputHandleRunner.java:64 at org.gradle.process.internal.streams.ExecOutputHandleRunner.run(ExecOutputHandleRunner.java:64)
- at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64 at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
- at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:47 at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:47)
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
- at java.base/java.lang.Thread.run(Thread.java:840 at java.base/java.lang.Thread.run(Thread.java:840)
- > Task :genSourcesWithCfr
- Error: Could not find or load main class worker.org.gradle.process.internal.worker.GradleWorkerMain
- Caused by: java.lang.ClassNotFoundException: worker.org.gradle.process.internal.worker.GradleWorkerMain
- > Task :genSourcesWithCfr FAILED
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':genSourcesWithCfr'.
- > There was a failure while executing work items
- > A failure occurred while executing net.fabricmc.loom.task.GenerateSourcesTask$DecompileAction
- > Failed to run Gradle Worker Daemon
- > Process 'Gradle Worker Daemon 1' 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 46s
- 2 actionable tasks: 2 executed
- BUILD FAILED
- Task completed in 46 seconds
Add Comment
Please, Sign In to add comment