Advertisement
Guest User

Untitled

a guest
Jul 16th, 2025
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.66 KB | None | 0 0
  1. Executing Gradle task: runClient
  2. Build info: MCreator 2025.2.28610, neoforge-1.21.5, 64-bit, 6094 MB, Windows 11, JVM 21.0.7, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2025-07-16-22:57:03
  3.  
  4. Reusing configuration cache.
  5. > Task :createMinecraftArtifacts UP-TO-DATE
  6. > Task :processResources UP-TO-DATE
  7. > Task :writeClientLegacyClasspath UP-TO-DATE
  8. > Task :downloadAssets UP-TO-DATE
  9. > Task :prepareClientRun UP-TO-DATE
  10. > Task :compileJava UP-TO-DATE
  11. > Task :classes UP-TO-DATE
  12. > Task :runClient FAILED
  13. WARNING: Unknown module: cpw.mods.securejarhandler specified to --add-exports
  14. WARNING: Unknown module: cpw.mods.securejarhandler specified to --add-opens
  15. WARNING: Unknown module: cpw.mods.securejarhandler specified to --add-opens
  16. Exception in thread "main" java.lang.IllegalStateException: Failed to load the legacy class path from the specified file: C:\\Users\\Creepersss\MCreatorWorkspaces\moreultils\build\moddev\clientLegacyClasspath.txt
  17. at cpw.mods.bootstraplauncher.BootstrapLauncher.loadLegacyClassPath(
  18. BootstrapLauncher.java:286
  19. at cpw.mods.bootstraplauncher.BootstrapLauncher.loadLegacyClassPath(BootstrapLauncher.java:286)
  20. at cpw.mods.bootstraplauncher.BootstrapLauncher.run(
  21. BootstrapLauncher.java:74
  22. at cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:74)
  23. at cpw.mods.bootstraplauncher.BootstrapLauncher.main(
  24. BootstrapLauncher.java:69
  25. at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69)
  26. at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(
  27. DirectMethodHandleAccessor.java:103
  28. at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
  29. at java.base/java.lang.reflect.Method.invoke(
  30. Method.java:580
  31. at java.base/java.lang.reflect.Method.invoke(Method.java:580)
  32. at net.neoforged.devlaunch.Main.main(
  33. Main.java:57
  34. at net.neoforged.devlaunch.Main.main(Main.java:57)
  35. Caused by: java.nio.file.NoSuchFileException: C:\Users\Creepersss\MCreatorWorkspaces\moreultils\build\moddev\clientLegacyClasspath.txt
  36. at java.base/sun.nio.fs.WindowsException.translateToIOException(
  37. WindowsException.java:85
  38. at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
  39. at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(
  40. WindowsException.java:103
  41. at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
  42. at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(
  43. WindowsException.java:108
  44. at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
  45. at java.base/sun.nio.fs.WindowsFileSystemProvider.newByteChannel(
  46. WindowsFileSystemProvider.java:234
  47. at java.base/sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:234)
  48. at java.base/java.nio.file.Files.newByteChannel(
  49. Files.java:380
  50. at java.base/java.nio.file.Files.newByteChannel(Files.java:380)
  51. at java.base/java.nio.file.Files.newByteChannel(
  52. Files.java:432
  53. at java.base/java.nio.file.Files.newByteChannel(Files.java:432)
  54. at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(
  55. FileSystemProvider.java:420
  56. at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420)
  57. at java.base/java.nio.file.Files.newInputStream(
  58. Files.java:160
  59. at java.base/java.nio.file.Files.newInputStream(Files.java:160)
  60. at java.base/java.nio.file.Files.newBufferedReader(
  61. Files.java:2910
  62. at java.base/java.nio.file.Files.newBufferedReader(Files.java:2910)
  63. at java.base/java.nio.file.Files.readAllLines(
  64. Files.java:3405
  65. at java.base/java.nio.file.Files.readAllLines(Files.java:3405)
  66. at java.base/java.nio.file.Files.readAllLines(
  67. Files.java:3446
  68. at java.base/java.nio.file.Files.readAllLines(Files.java:3446)
  69. at cpw.mods.bootstraplauncher.BootstrapLauncher.loadLegacyClassPath(
  70. BootstrapLauncher.java:284
  71. at cpw.mods.bootstraplauncher.BootstrapLauncher.loadLegacyClassPath(BootstrapLauncher.java:284)
  72. ... 5 more
  73. FAILURE: Build failed with an exception.
  74. * What went wrong:
  75. Execution failed for task ':runClient'.
  76. > Process 'command 'C:\Program Files\Pylo\MCreator\jdk\bin\java.exe'' finished with non-zero exit value 1
  77. * Try:
  78. > Run with --stacktrace option to get the stack trace.
  79. > Run with --info or --debug option to get more log output.
  80. > Run with --scan to get full insights.
  81. > Get more help at https://help.gradle.org.
  82. BUILD FAILED in 13s
  83. 7 actionable tasks: 1 executed, 6 up-to-date
  84. Configuration cache entry reused.
  85.  
  86. BUILD FAILED
  87. Task completed in 13 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement