Topic category: Help with MCreator software
I'm working on an update to my mod , KitchenCraft foods and the client doesn't run. My mod alr added 160 new foods, and I'm working on more foods and making the grape testure better. The "Run Client" Isn't doing anything. Here's the console:
> Task :runClient FAILED
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 45s
10 actionable tasks: 5 executed, 5 up-to-date
BUILD FAILED
Task completed in 45 seconds
Try regenerating the code, a value 1 exit means there is something wrong with the java configuration. Did you change some weird setting?
@Derpy101 no, I didn't.