Advertisement
Guest User

Untitled

a guest
Nov 26th, 2024
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | Help | 0 0
  1. Executing Gradle synchronization tasks
  2. Build info: MCreator 2024.3.42716, neoforge-1.21.1, 64-bit, 7994 MB, Windows 11, JVM 21.0.4, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2024-11-26-16:24:02
  3.  
  4. > Task :createArtifactManifest UP-TO-DATE
  5. > Task :createMinecraftArtifacts
  6. Loaded 124 artifacts from C:\Users\mc108\MCreatorWorkspaces\N\A\build\moddev\nfrt_artifact_manifest.properties
  7. ✓ Completed downloadJson in 0.13s
  8. ♻ Used cache of listLibraries in 0.01s
  9. ✓ Completed downloadClientMappings in 0.19s
  10. ✓ Completed downloadClient in 0.20s
  11. ✓ Completed downloadServer in 0.31s
  12. ♻ Used cache of mergeMappings in 0.02s
  13. ♻ Used cache of stripClient in 0.01s
  14. ♻ Used cache of extractServer in 0.00s
  15. ♻ Used cache of stripServer in 0.01s
  16. ♻ Used cache of merge in 0.00s
  17. ♻ Used cache of rename in 0.01s
  18. ↳ Running external tool org.vineflower:vineflower:1.10.1
  19. Last lines of C:\Users\mc108\MCreatorWorkspaces\N\A\build\tmp\neoformruntime\20241126-162520_decompile\console_output.txt:
  20. ------------------------------------------------------------
  21. ld/ticks/LevelTicks: PosAndContainerConsumer private abstract static MEMBER of net/minecraft/world/ticks/LevelTicks
  22. WARN: net/minecraft/client/resources/model/BlockStateModelLoader.{net/minecraft/client/resources/model/BlockStateModelLoader: lambda$loadBlockStateDefinitions$10} processed twice
  23. WARN: net/minecraft/client/resources/model/BlockStateModelLoader.{net/minecraft/client/resources/model/BlockStateModelLoader: lambda$loadBlockStateDefinitions$11} processed twice
  24. WARN: net/minecraft/client/resources/model/BlockStateModelLoader.{net/minecraft/client/resources/model/BlockStateModelLoader: lambda$loadBlockStateDefinitions$10} processed twice
  25. WARN: net/minecraft/client/resources/model/BlockStateModelLoader.{net/minecraft/client/resources/model/BlockStateModelLoader: lambda$loadBlockStateDefinitions$11} processed twice
  26. WARN: net/minecraft/client/resources/model/BlockStateModelLoader.{net/minecraft/client/resources/model/BlockStateModelLoader: lambda$loadBlockStateDefinitions$10} processed twice
  27. WARN: net/minecraft/client/resources/model/BlockStateModelLoader.{net/minecraft/client/resources/model/BlockStateModelLoader: lambda$loadBlockStateDefinitions$11} processed twice
  28. #
  29. # A fatal error has been detected by the Java Runtime Environment:
  30. #
  31. # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff90e2e6aaf, pid=3576, tid=9812
  32. #
  33. # JRE version: OpenJDK Runtime Environment Temurin-21.0.4+7 (21.0.4+7) (build 21.0.4+7-LTS)
  34. # Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.4+7 (21.0.4+7-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
  35. # Problematic frame:
  36. # V [jvm.dll+0x336aaf]
  37. #
  38. # No core dump will be written. Minidumps are not enabled by default on client versions of Windows
  39. #
  40. # An error report file with more information is saved as:
  41. # C:\Users\mc108\MCreatorWorkspaces\N\A\build\tmp\neoformruntime\20241126-162520_decompile\hs_err_pid3576.log
  42. #
  43. # If you would like to submit a bug report, please visit:
  44. # https://github.com/adoptium/adoptium-support/issues
  45. #
  46. ------------------------------------------------------------
  47. Total runtime: 123.46s
  48. net.neoforged.neoform.runtime.graph.NodeExecutionException: Node action for decompile failed
  49. at net.neoforged.neoform.runtime.engine.NeoFormEngine.runNode(NeoFormEngine.java:458 at net.neoforged.neoform.runtime.engine.NeoFormEngine.runNode(NeoFormEngine.java:458)
  50. at net.neoforged.neoform.runtime.engine.NeoFormEngine.lambda$getWaitCondition$3(NeoFormEngine.java:404 at net.neoforged.neoform.runtime.engine.NeoFormEngine.lambda$getWaitCondition$3(NeoFormEngine.java:404)
  51. at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804 at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
  52. at java.base/java.util.concurrent.ThreadPerTaskExecutor$TaskRunner.run(ThreadPerTaskExecutor.java:314 at java.base/java.util.concurrent.ThreadPerTaskExecutor$TaskRunner.run(ThreadPerTaskExecutor.java:314)
  53. at java.base/java.lang.VirtualThread.run(VirtualThread.java:329 at java.base/java.lang.VirtualThread.run(VirtualThread.java:329)
  54. Caused by: java.lang.RuntimeException: Failed to execute tool
  55. at net.neoforged.neoform.runtime.actions.ExternalJavaToolAction.run(ExternalJavaToolAction.java:118 at net.neoforged.neoform.runtime.actions.ExternalJavaToolAction.run(ExternalJavaToolAction.java:118)
  56. at net.neoforged.neoform.runtime.engine.NeoFormEngine.runNode(NeoFormEngine.java:447 at net.neoforged.neoform.runtime.engine.NeoFormEngine.runNode(NeoFormEngine.java:447)
  57. ... 4 more
  58. > Task :createMinecraftArtifacts FAILED
  59. FAILURE: Build failed with an exception.
  60. * What went wrong:
  61. Execution failed for task ':createMinecraftArtifacts'.
  62. > Process 'command 'C:\Program Files\Pylo\MCreator\jdk\bin\java.exe'' finished with non-zero exit value 1
  63. * Try:
  64. > Run with --stacktrace option to get the stack trace.
  65. > Run with --info or --debug option to get more log output.
  66. > Run with --scan to get full insights.
  67. > Get more help at https://help.gradle.org.
  68. BUILD FAILED in 3m 16s
  69. 2 actionable tasks: 1 executed, 1 up-to-date
  70.  
  71. BUILD FAILED
  72. Task completed in 3 minutes and 18 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement