Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Executing Gradle task: runClient
- Build info: MCreator 2024.3.42716, neoforge-1.21.1, 64-bit, 32581 MB, Windows 11, JVM 21.0.4, JAVA_HOME: C:\Users\Admin\OneDrive\Desktop\Mcreator20243\jdk, started on: 2024-12-06-12:39:39
- Loaded APIs: geckolib
- Reusing configuration cache.
- > Task :createArtifactManifest UP-TO-DATE
- > Task :downloadAssets UP-TO-DATE
- > Task :createMinecraftArtifacts UP-TO-DATE
- > Task :writeClientLegacyClasspath UP-TO-DATE
- > Task :prepareClientRun UP-TO-DATE
- > Task :processResources UP-TO-DATE
- > Task :compileJava UP-TO-DATE
- > Task :classes UP-TO-DATE
- > Task :runClient
- Picked up JAVA_TOOL_OPTIONS: -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=63232
- Listening for transport dt_socket at address: 63232
- [12:39:43] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forgeclientuserdev, --version, 21.1.65, --assetIndex, 17, --assetsDir, C:\\Users\\Admin\\.mcreator\\gradle\\caches\\neoformruntime\\assets, --gameDir, ., --fml.neoForgeVersion, 21.1.65, --fml.fmlVersion, 4.0.24, --fml.mcVersion, 1.21.1, --fml.neoFormVersion, 20240808.144430]
- [12:39:43] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.4+7-LTS
- [12:39:43] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 11.0.4+main.d2e20e43 starting: java version 21.0.4 by Eclipse Adoptium; OS Windows 11 arch amd64 version 10.0
- [12:39:43] [main/DEBUG] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,forgeclient,forgedatauserdev,testharness,forgeserverdev,forgeserveruserdev,forgejunitdev,forgeclientdev,forgeclientuserdev,forgeserver,forgejunituserdev,forgedatadev]
- [12:39:43] [main/DEBUG] [cp.mo.mo.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,slf4jfixer,runtime_enum_extender,accesstransformer,runtimedistcleaner]
- [12:39:43] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
- [12:39:43] [main/DEBUG] [ne.ne.fm.lo.FMLPaths/CORE]: Path GAMEDIR is C:\Users\Admin\MCreatorWorkspaces\purps_mcu\run
- [12:39:43] [main/DEBUG] [ne.ne.fm.lo.FMLPaths/CORE]: Path MODSDIR is C:\Users\Admin\MCreatorWorkspaces\purps_mcu\run\mods
- [12:39:43] [main/DEBUG] [ne.ne.fm.lo.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\Admin\MCreatorWorkspaces\purps_mcu\run\config
- [12:39:43] [main/DEBUG] [ne.ne.fm.lo.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\Admin\MCreatorWorkspaces\purps_mcu\run\config\fml.toml
- [12:39:43] [main/DEBUG] [ne.ne.fm.lo.ta.CommonLaunchHandler/CORE]: Got mod coordinates testproject%%C:\Users\Admin\MCreatorWorkspaces\purps_mcu\build\classes\java\main;testproject%%C:\Users\Admin\MCreatorWorkspaces\purps_mcu\build\resources\main from env
- [12:39:43] [main/DEBUG] [ne.ne.fm.lo.ta.CommonLaunchHandler/CORE]: Found supplied mod coordinates [{testproject=[C:\Users\Admin\MCreatorWorkspaces\purps_mcu\build\classes\java\main, C:\Users\Admin\MCreatorWorkspaces\purps_mcu\build\resources\main]}]
- [12:39:43] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services:
- [12:39:43] [main/INFO] [ne.ne.fm.lo.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow
- [12:39:43] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6
- [12:39:43] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6
- [12:39:43] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml]
- [12:39:43] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
- [12:39:43] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin
- [12:39:43] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin
- [12:39:43] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
- [12:39:43] [main/DEBUG] [ne.ne.fm.lo.FMLLoader/CORE]: FML 4.0.24 loading
- [12:39:43] [main/DEBUG] [ne.ne.fm.lo.FMLLoader/CORE]: FML found ModLauncher version : 11.0.4+main.d2e20e43
- [12:39:43] [main/DEBUG] [ne.ne.fm.lo.FMLLoader/CORE]: FML found AccessTransformer version : 10.0.1+139da711
- [12:39:43] [main/DEBUG] [ne.ne.fm.lo.FMLLoader/CORE]: FML found EventBus version : null
- [12:39:43] [main/DEBUG] [ne.ne.fm.lo.FMLLoader/CORE]: Found Runtime Dist Cleaner
- [12:39:43] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
- [12:39:43] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
- Exception in thread "main" joptsimple.OptionArgumentConversionException: Cannot parse argument 'C:\\Users\\Admin\\.mcreator\\gradle\\caches\\neoformruntime\\assets' of option assetsDir
- at MC-BOOTSTRAP/[email protected]/joptsimple.AbstractOptionSpec.convertWith(
- AbstractOptionSpec.java:92
- at MC-BOOTSTRAP/[email protected]/joptsimple.AbstractOptionSpec.convertWith(AbstractOptionSpec.java:92)
- at MC-BOOTSTRAP/[email protected]/joptsimple.ArgumentAcceptingOptionSpec.convert(
- ArgumentAcceptingOptionSpec.java:277
- at MC-BOOTSTRAP/[email protected]/joptsimple.ArgumentAcceptingOptionSpec.convert(ArgumentAcceptingOptionSpec.java:277)
- at MC-BOOTSTRAP/[email protected]/joptsimple.OptionSet.valuesOf(
- OptionSet.java:223
- at MC-BOOTSTRAP/[email protected]/joptsimple.OptionSet.valuesOf(OptionSet.java:223)
- at MC-BOOTSTRAP/[email protected]/joptsimple.OptionSet.valueOf(
- OptionSet.java:172
- at MC-BOOTSTRAP/[email protected]/joptsimple.OptionSet.valueOf(OptionSet.java:172)
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ArgumentHandler.lambda$processArguments$2(
- ArgumentHandler.java:66
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ArgumentHandler.lambda$processArguments$2(ArgumentHandler.java:66)
- at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(
- ConcurrentHashMap.java:1708
- at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(
- TypesafeMap.java:52
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(TypesafeMap.java:52)
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(
- TypesafeMap.java:47
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(TypesafeMap.java:47)
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Environment.computePropertyIfAbsent(
- Environment.java:61
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Environment.computePropertyIfAbsent(Environment.java:61)
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ArgumentHandler.processArguments(
- ArgumentHandler.java:66
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.ArgumentHandler.processArguments(ArgumentHandler.java:66)
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.processArguments(
- TransformationServicesHandler.java:62
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.processArguments(TransformationServicesHandler.java:62)
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(
- TransformationServicesHandler.java:48
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:48)
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(
- Launcher.java:84
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:84)
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(
- Launcher.java:74
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74)
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(
- BootstrapLaunchConsumer.java:26
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(
- BootstrapLaunchConsumer.java:23
- at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
- at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(
- BootstrapLauncher.java:210
- at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210)
- at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(
- BootstrapLauncher.java:69
- at [email protected]/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 [email protected]/net.neoforged.devlaunch.Main.main(
- Main.java:55
- at [email protected]/net.neoforged.devlaunch.Main.main(Main.java:55)
- Caused by: joptsimple.ValueConversionException: Directory [C:\Users\Admin\.mcreator\gradle\caches\neoformruntime\assets] does not exist
- at MC-BOOTSTRAP/[email protected]/joptsimple.util.PathConverter.convert(
- PathConverter.java:28
- at MC-BOOTSTRAP/[email protected]/joptsimple.util.PathConverter.convert(PathConverter.java:28)
- at MC-BOOTSTRAP/[email protected]/joptsimple.util.PathConverter.convert(
- PathConverter.java:14
- at MC-BOOTSTRAP/[email protected]/joptsimple.util.PathConverter.convert(PathConverter.java:14)
- at MC-BOOTSTRAP/[email protected]/joptsimple.internal.Reflection.convertWith(
- Reflection.java:124
- at MC-BOOTSTRAP/[email protected]/joptsimple.internal.Reflection.convertWith(Reflection.java:124)
- at MC-BOOTSTRAP/[email protected]/joptsimple.AbstractOptionSpec.convertWith(
- AbstractOptionSpec.java:90
- at MC-BOOTSTRAP/[email protected]/joptsimple.AbstractOptionSpec.convertWith(AbstractOptionSpec.java:90)
- ... 20 more
- > Task :runClient FAILED
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':runClient'.
- > Process 'command 'C:\Users\Admin\OneDrive\Desktop\Mcreator20243\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 3s
- 8 actionable tasks: 1 executed, 7 up-to-date
- Configuration cache entry reused.
- BUILD FAILED
- Task completed in 3 seconds
Advertisement
Add Comment
Please, Sign In to add comment