MCreator Won't setup

Published by HiThere on
Status
Fixed
Issue description

So i used MCreator last time like a year ago and uninstalled it. Now when i try to install it with the setup it won't work no matter what.

Will this help? EDIT: I tryed the .zip file too it's the same

   
Executing gradle command: wrapper --gradle-version 4.4
Build info: MCreator 1.8.2, 64-bit, 8112 MB, Windows 10 - cmd, JVM 1.8.0_192, JAVA_HOME: D:\MCreator182\.\jdk
(c) 2018 Microsoft Corporation. Wszelkie prawa zastrzeľone.
D:\MCreator182\forge>gradlew -Dorg.gradle.daemon=false -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms625m -Xmx2048m" wrapper --gradle-version 4.4 
FAILURE: Build failed with an exception.
* What went wrong:
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at https://docs.gradle.org/2.14/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size
Picked up _JAVA_OPTIONS: -Xmx512M
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Picked up _JAVA_OPTIONS: -Xmx512M
D:\MCreator182\forge>
Task completed with return code 0 in 1511 milliseconds
   
Executing gradle command: setupDecompWorkspace --refresh-dependencies
Build info: MCreator 1.8.2, 64-bit, 8112 MB, Windows 10 - cmd, JVM 1.8.0_192, JAVA_HOME: D:\MCreator182\.\jdk
(c) 2018 Microsoft Corporation. Wszelkie prawa zastrzeľone.
D:\MCreator182\forge>gradlew -Dorg.gradle.daemon=false -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms625m -Xmx2048m" setupDecompWorkspace --refresh-dependencies 
FAILURE: Build failed with an exception.
* What went wrong:
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at https://docs.gradle.org/2.14/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size
Picked up _JAVA_OPTIONS: -Xmx512M
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Picked up _JAVA_OPTIONS: -Xmx512M
D:\MCreator182\forge>
Task completed with return code 0 in 1086 milliseconds

Issue comments

Remove _JAVA_OPTIONS environment variable from your Windows environment variables. This value is setting wrong RAM value for MCreator.