Guest User

Untitled

a guest
Mar 17th, 2023
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.80 KB | None | 0 0
  1. Executing Gradle task: tasks genSourcesWithCfr
  2. Build info: MCreator 2023.1.10610, fabric-1.19.2, 64-bit, 3792 MB, Windows 10, JVM 17.0.5, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-03-17-20:49:10
  3.  
  4. > Configure project :
  5. Fabric Loom: 1.0.17
  6. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. Using of the official minecraft mappings is at your own risk!
  8. Please make sure to read and understand the following license:
  9. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  10. # (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes, but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here. Use and modification of this document or the source code (in any form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available at https://account.mojang.com/documents/minecraft_eula.
  11. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12. :remapping 43 mods from modImplementation
  13. :remapping sources
  14. Not publishing sources jar as it was not found. Use java.withSourcesJar() to fix.
  15. > Task :tasks
  16. ------------------------------------------------------------
  17. Tasks runnable from root project 'biombordermod'
  18. ------------------------------------------------------------
  19. Build tasks
  20. -----------
  21. assemble - Assembles the outputs of this project.
  22. build - Assembles and tests this project.
  23. buildDependents - Assembles and tests this project and all projects that depend on it.
  24. buildNeeded - Assembles and tests this project and all projects it depends on.
  25. classes - Assembles main classes.
  26. clean - Deletes the build directory.
  27. jar - Assembles a jar archive containing the main classes.
  28. testClasses - Assembles test classes.
  29. Build Setup tasks
  30. -----------------
  31. init - Initializes a new Gradle build.
  32. wrapper - Generates Gradle wrapper files.
  33. Documentation tasks
  34. -------------------
  35. javadoc - Generates Javadoc API documentation for the main source code.
  36. Fabric tasks
  37. ------------
  38. configureClientLaunch - Setup the required files to launch the Minecraft client
  39. configureLaunch - Setup the required files to launch Minecraft
  40. downloadAssets - Downloads required game assets for Minecraft.
  41. generateDLIConfig - Generate the DevLaunchInjector config file
  42. generateLog4jConfig - Generate the log4j config file
  43. generateRemapClasspath - Generate the remap classpath file
  44. genSources - Decompile minecraft using the default decompiler.
  45. genSourcesWithCfr - Decompile minecraft using Cfr.
  46. genSourcesWithFernFlower - Decompile minecraft using FernFlower.
  47. ideaSyncTask
  48. migrateMappings - Migrates mappings to a new version.
  49. prepareRemapJar
  50. remapJar - Remaps the built project jar to intermediary mappings.
  51. remapSourcesJar - Remaps the default sources jar to intermediary mappings.
  52. runClient - Starts the 'null' run configuration
  53. runServer - Starts the 'null' run configuration
  54. Help tasks
  55. ----------
  56. buildEnvironment - Displays all buildscript dependencies declared in root project 'biombordermod'.
  57. dependencies - Displays all dependencies declared in root project 'biombordermod'.
  58. dependencyInsight - Displays the insight into a specific dependency in root project 'biombordermod'.
  59. help - Displays a help message.
  60. javaToolchains - Displays the detected java toolchains.
  61. outgoingVariants - Displays the outgoing variants of root project 'biombordermod'.
  62. projects - Displays the sub-projects of root project 'biombordermod'.
  63. properties - Displays the properties of root project 'biombordermod'.
  64. tasks - Displays the tasks runnable from root project 'biombordermod'.
  65. IDE tasks
  66. ---------
  67. cleanEclipse - Cleans all Eclipse files.
  68. cleanEclipseRuns - Removes Eclipse run configurations for this project.
  69. cleanIdea - Cleans IDEA project files (IML, IPR)
  70. eclipse - Generates all Eclipse files.
  71. genEclipseRuns - Generates Eclipse run configurations for this project.
  72. genIdeaWorkspace - Generates an IntelliJ IDEA workspace from this project.
  73. idea - Generates IDEA project files (IML, IPR, IWS)
  74. openIdea - Opens the IDEA project
  75. vscode - Generates VSCode launch configurations.
  76. Verification tasks
  77. ------------------
  78. check - Runs all checks.
  79. test - Runs the test suite.
  80. validateAccessWidener - Validate all the rules in the access widener against the Minecraft jar
  81. Rules
  82. -----
  83. Pattern: clean<TaskName>: Cleans the output files of a task.
  84. Pattern: build<ConfigurationName>: Assembles the artifacts of a configuration.
  85. To see all tasks and more detail, run gradle tasks --all
  86. To see more detail about a task, run gradle help --task <task>
  87. > Task :validateAccessWidener NO-SOURCE
  88. > Task :genSourcesWithCfr
  89. #
  90. # There is insufficient memory for the Java Runtime Environment to continue.
  91. # Native memory allocation (mmap) failed to map 614465536 bytes for G1 virtual space
  92. OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x0000000781000000, 614465536, 0) failed; error='���� �������� ������� ��� ��� ���������� ��������' (DOS error/errno=1455)
  93. # An error report file with more information is saved as:
  94. # C:\Users\User\.mcreator\gradle\workers\hs_err_pid12000.log
  95. Unexpected exception thrown.
  96. org.gradle.internal.remote.internal.MessageIOException: Could not write '/127.0.0.1:56049'.
  97. at org.gradle.internal.remote.internal.inet.SocketConnection.flush(SocketConnection.java:140 at org.gradle.internal.remote.internal.inet.SocketConnection.flush(SocketConnection.java:140)
  98. at org.gradle.internal.remote.internal.hub.MessageHub$ConnectionDispatch.run(MessageHub.java:333 at org.gradle.internal.remote.internal.hub.MessageHub$ConnectionDispatch.run(MessageHub.java:333)
  99. at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64 at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
  100. at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48 at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
  101. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
  102. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  103. at java.base/java.lang.Thread.run(Thread.java:833 at java.base/java.lang.Thread.run(Thread.java:833)
  104. Caused by: java.io.IOException: Connection reset by peer
  105. at java.base/sun.nio.ch.SocketDispatcher.write0(Native Method)
  106. at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:54 at java.base/sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:54)
  107. at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132 at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:132)
  108. at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:76 at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:76)
  109. at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53 at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:53)
  110. at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532 at java.base/sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:532)
  111. at org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.writeWithNonBlockingRetry(SocketConnection.java:279 at org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.writeWithNonBlockingRetry(SocketConnection.java:279)
  112. at org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.writeBufferToChannel(SocketConnection.java:267 at org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.writeBufferToChannel(SocketConnection.java:267)
  113. at org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.flush(SocketConnection.java:261 at org.gradle.internal.remote.internal.inet.SocketConnection$SocketOutputStream.flush(SocketConnection.java:261)
  114. at org.gradle.internal.remote.internal.inet.SocketConnection.flush(SocketConnection.java:138 at org.gradle.internal.remote.internal.inet.SocketConnection.flush(SocketConnection.java:138)
  115. ... 6 more
  116. > Task :genSourcesWithCfr FAILED
  117. FAILURE: Build failed with an exception.
  118. * What went wrong:
  119. Execution failed for task ':genSourcesWithCfr'.
  120. > Failed to stop decompile worker JVM
  121. * Try:
  122. > Run with --stacktrace option to get the stack trace.
  123. > Run with --info or --debug option to get more log output.
  124. > Run with --scan to get full insights.
  125. * Get more help at https://help.gradle.org
  126. BUILD FAILED in 14m 48s
  127. 2 actionable tasks: 2 executed
  128.  
  129. BUILD FAILED
  130. Task completed in 14 minutes and 49 seconds
Add Comment
Please, Sign In to add comment