Started by
SimonF
on
Topic category: Troubleshooting, bugs, and solutions
Hi,
I was working on my mod yesterday (and testing it in the game), and today I got an error while building it. No versions updated (at least not manually and/or with my knowledge).
The error is: https://pastebin.com/fdXL9DXd
A snapshot (full log above):
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 -1073741819
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':runClient'.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1
...
* Get more help at https://help.gradle.org
BUILD FAILED in 6s
10 actionable tasks: 3 executed, 7 up-to-date
BUILD FAILED
Task completed in 6 seconds
What I've already tried:
- Tried it also on a fresh and empty new workspace and it's the same there (fresh = no mod elements at all)
- Checked the case with --update-dependencies.
- Checked the case with removing gradle cache, completely removing config and other ways from various tutorials in the forum and wiki.
- Antivirus blocks also removed, but it was working with them in place in the past, stopped today. Tried disabling A/V completely and it still doesn't help.
Tried it all and still no luck.
Anyone has any idea how to fix it? Reinstalling mcreator does not help... I am literally on the verge of giving up :(
Same Happened me too right now.