Topic category: Help with MCreator software
Hello Yall!
So, I was trying to export my mod, when than all of a sudden MCreator couldn't export my mod (and prior to that, I tried to test my mod in the Minecraft Client). It could not access graduel and could not clean the runClient (whatever that is suppose to mean)...
Everytime it trys to compile it, I get this warning:
Executing gradle command: clean build
Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved.
E:\MCreator>cd forge
E:\MCreator\forge>SET "JAVA_HOME=E:\MCreator\jdk32\"
E:\MCreator\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
E:\MCreator\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
E:\MCreator\forge>gradlew -Dorg.gradle.jvmargs="-Xms128m -Xmx841m" clean build
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:
-----------------------
* Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
E:\MCreator\forge>
Task completed with return code 0 in 5216 milliseconds
And I did everything that it told me to do, and I still keep getting this Error...
The same thing is happening when I tried to run the client, and tried to compile my mod....
Nothing was working, and I keep coming to a similar error to this one...
What do I have to do, to be able to run and test my mod?
Thanks!
Shae
Try using a different Workspace. That sometimes helps for me.
@#1 I tried using a different workspace, and it keeps saying "failed to start new daemon"
I went to the website that it states, and tried fixing it that way, I also tried running in manuelly (not using MCreator), and I get the same error...
Please help!
Hey guys
Update, I did end up figuring out the issue.
What I had to do was go the Dameon website, download it, import it into MCreator, and than manually run it.
If you need any help with this, please let me know, I will help you through it too! :)