Install error on Mac OSX

Published by Interceox on
Status
Fixed
Issue description

I've been searching for fixes to this issue for a couple days now, but there isn't nearly as much support for mac as there is for windows. It may be due to my lack of experience in terminal, but I'm pretty sure I have the correct version set. I can't decipher any of this error log. If anyone can lay down what's wrong and what I can do to address it that would be greatly appreciated. If there's already a known solution please direct me to it by linking it below.

Error log:

Executing gradle command: cleanCache clean setupDecompWorkspace --refresh-dependencies
Build info: MCreator 1.8.0, 64-bit, 4096 MB, Mac OS X, JVM 1.8.0_181
Exception in thread "main" java.lang.RuntimeException: Timeout of 120000 reached waiting for exclusive access to file: /Users/Interceox/.mcreator/gradle/wrapper/dists/gradle-2.14-bin/76oc0mnc3ieqtsukq90mp0rxk/gradle-2.14-bin.zip
   at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:61)
   at org.gradle.wrapper.Install.createDist(Install.java:46)
   at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:126)
   at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:61)
Task completed with return code 1 in 132916 milliseconds

To add to the error log, here is a screenshot of when the error occurs:

https://imgur.com/a/qVXJN21

Issue comments

You most likely ran MCreator's setup multiple times at the same time. The best bet would be to restart Mac to stop all running gradle instances. Then go to /Users/Interceox/.mcreator/ and delete gradle folder. After you do this, install MCreator again.