Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing Gradle task: runClient
- 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
- Reusing configuration cache.
- > Task :createMinecraftArtifacts UP-TO-DATE
- > Task :processResources UP-TO-DATE
- > Task :writeClientLegacyClasspath UP-TO-DATE
- > Task :downloadAssets UP-TO-DATE
- > Task :prepareClientRun UP-TO-DATE
- > Task :compileJava UP-TO-DATE
- > Task :classes UP-TO-DATE
- > Task :runClient FAILED
- WARNING: Unknown module: cpw.mods.securejarhandler specified to --add-exports
- WARNING: Unknown module: cpw.mods.securejarhandler specified to --add-opens
- WARNING: Unknown module: cpw.mods.securejarhandler specified to --add-opens
- 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
- at cpw.mods.bootstraplauncher.BootstrapLauncher.loadLegacyClassPath(
- BootstrapLauncher.java:286
- at cpw.mods.bootstraplauncher.BootstrapLauncher.loadLegacyClassPath(BootstrapLauncher.java:286)
- at cpw.mods.bootstraplauncher.BootstrapLauncher.run(
- BootstrapLauncher.java:74
- at cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:74)
- at cpw.mods.bootstraplauncher.BootstrapLauncher.main(
- BootstrapLauncher.java:69
- at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69)
- at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(
- DirectMethodHandleAccessor.java:103
- at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
- at java.base/java.lang.reflect.Method.invoke(
- Method.java:580
- at java.base/java.lang.reflect.Method.invoke(Method.java:580)
- at net.neoforged.devlaunch.Main.main(
- Main.java:57
- at net.neoforged.devlaunch.Main.main(Main.java:57)
- Caused by: java.nio.file.NoSuchFileException: C:\Users\Creepersss\MCreatorWorkspaces\moreultils\build\moddev\clientLegacyClasspath.txt
- at java.base/sun.nio.fs.WindowsException.translateToIOException(
- WindowsException.java:85
- at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
- at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(
- WindowsException.java:103
- at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
- at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(
- WindowsException.java:108
- at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
- at java.base/sun.nio.fs.WindowsFileSystemProvider.newByteChannel(
- WindowsFileSystemProvider.java:234
- at java.base/sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:234)
- at java.base/java.nio.file.Files.newByteChannel(
- Files.java:380
- at java.base/java.nio.file.Files.newByteChannel(Files.java:380)
- at java.base/java.nio.file.Files.newByteChannel(
- Files.java:432
- at java.base/java.nio.file.Files.newByteChannel(Files.java:432)
- at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(
- FileSystemProvider.java:420
- at java.base/java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:420)
- at java.base/java.nio.file.Files.newInputStream(
- Files.java:160
- at java.base/java.nio.file.Files.newInputStream(Files.java:160)
- at java.base/java.nio.file.Files.newBufferedReader(
- Files.java:2910
- at java.base/java.nio.file.Files.newBufferedReader(Files.java:2910)
- at java.base/java.nio.file.Files.readAllLines(
- Files.java:3405
- at java.base/java.nio.file.Files.readAllLines(Files.java:3405)
- at java.base/java.nio.file.Files.readAllLines(
- Files.java:3446
- at java.base/java.nio.file.Files.readAllLines(Files.java:3446)
- at cpw.mods.bootstraplauncher.BootstrapLauncher.loadLegacyClassPath(
- BootstrapLauncher.java:284
- at cpw.mods.bootstraplauncher.BootstrapLauncher.loadLegacyClassPath(BootstrapLauncher.java:284)
- ... 5 more
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':runClient'.
- > Process 'command 'C:\Program Files\Pylo\MCreator\jdk\bin\java.exe'' 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 13s
- 7 actionable tasks: 1 executed, 6 up-to-date
- Configuration cache entry reused.
- BUILD FAILED
- Task completed in 13 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement