My mod has an error when recompilation and export

Published by Bielsaurus on
Status
Fixed
Issue description

Hi, I started to make a mod for testing, the only thing it adds is a mob, when I try to recompile the mod it gives the following error. Is the 64 bit version, some related problems were reported in 32 bit versions so I could not solve.
I do not know if this is related but when I try to export the mod the program closes.

Executing gradle command: build
Microsoft Windows [versÆo 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Todos os direitos reservados.
C:\Users\Nelio\Desktop\MCreator 1.7.10>cd forge
C:\Users\Nelio\Desktop\MCreator 1.7.10\forge>SET "JAVA_HOME=C:\Users\Nelio\Desktop\MCreator 1.7.10\jdk64\"
C:\Users\Nelio\Desktop\MCreator 1.7.10\forge>SET JAVA_EXE=%JAVA_HOME%\bin\java.exe
C:\Users\Nelio\Desktop\MCreator 1.7.10\forge>SET PATH=%JAVA_HOME%\bin\;%PATH%
C:\Users\Nelio\Desktop\MCreator 1.7.10\forge>gradlew -Dorg.gradle.jvmargs="-Xms625m -Xmx2048m" build
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: http://gradle.org/docs/2.0/userguide/gradle_daemon.html.
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 http://gradle.org/docs/2.0/userguide/gradle_daemon.html
Please read below 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
C:\Users\Nelio\Desktop\MCreator 1.7.10\forge>
Task completed with return code 0 in 7458 milliseconds

My language by the way is Portuguese, if you have doubts in any case say ^^

Issue comments

Note: I researched the problem but found no solution since most of the times Minah folder is different from other people.

I can solve this problem, I just put the minimum of GB Ram in 0. Thanks a lot Klemen ^^
Now I have another problem related to the mod, the parts of the mob are giving some kind of error, can I send the mod here modifying the report or should I create another report?