엠크레이터 질문이요

엠크레이터 질문이요

작성일 2023.03.25댓글 0건
    게시물 수정 , 삭제는 로그인 필요

# 엠크레이터 버전 : 2022.3  /  플러그인 : generafor-fabric-1.19.2_1 (2),zip , generafor-spigot-1.19.zip
#내용:


Executing Gradle task: tasks genSourcesWithCfr
Build info: MCreator 2022.3.48217, fabric-1.19.2, 64-bit, 8006 MB, Windows 10, JVM 17.0.3, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-03-25-10:03:43
 
> Configure project :
Fabric Loom: 1.0.17
Not publishing sources jar as it was not found. Use java.withSourcesJar() to fix.
> Task :tasks
------------------------------------------------------------
Tasks runnable from root project 'ttttest'
------------------------------------------------------------
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 main classes.
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 source code.
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.
ideaSyncTask
migrateMappings - Migrates mappings to a new version.
prepareRemapJar
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 'ttttest'.
dependencies - Displays all dependencies declared in root project 'ttttest'.
dependencyInsight - Displays the insight into a specific dependency in root project 'ttttest'.
help - Displays a help message.
javaToolchains - Displays the detected java toolchains.
outgoingVariants - Displays the outgoing variants of root project 'ttttest'.
projects - Displays the sub-projects of root project 'ttttest'.
properties - Displays the properties of root project 'ttttest'.
tasks - Displays the tasks runnable from root project 'ttttest'.
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
오류: 기본 클래스 worker.org.gradle.process.internal.worker.GradleWorkerMain을(를) 찾거나 로드할 수 없습니다.
원인: java.lang.ClassNotFoundException: worker.org.gradle.process.internal.worker.GradleWorkerMain
Could not write standard input to Gradle Worker Daemon 1.
java.io.IOException: 파이프가 닫히는 중입니다
 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.forwardContent(ExecOutputHandleRunner.java:68 at org.gradle.process.internal.streams.ExecOutputHandleRunner.forwardContent(ExecOutputHandleRunner.java:68)
 at org.gradle.process.internal.streams.ExecOutputHandleRunner.run(ExecOutputHandleRunner.java:53 at org.gradle.process.internal.streams.ExecOutputHandleRunner.run(ExecOutputHandleRunner.java:53)
 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.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48 at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
 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:833 at java.base/java.lang.Thread.run(Thread.java:833)
> 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 14s
2 actionable tasks: 2 executed
 
BUILD FAILED
Task completed in 14 seconds