Topic category: Troubleshooting, bugs, and solutions
So, I just downloaded MCreator 1.7.5.
It all seemed to work normally, no problems or anything.
So to test, I made a test item, recompiled the workspace then tried to use the test enviroment.
There was no red text in the console, and there were no obvious errors, but nothing happened.
Every time I try I get this everytime, and nothing happens.
Executing gradle command: clean runClient
Exception in thread "main" java.io.FileNotFoundException: /Users/admin/.gradle/wrapper/dists/gradle-2.14-bin/76oc0mnc3ieqtsukq90mp0rxk/gradle-2.14-bin.zip.lck (No such file or directory)
at java.io.RandomAccessFile.open0(Native Method)
at java.io.RandomAccessFile.open(RandomAccessFile.java:316)
at java.io.RandomAccessFile.(RandomAccessFile.java:243)
at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:49)
at org.gradle.wrapper.Install.createDist(Install.java:46)
Task completed with return code 1 in 186 milliseconds
at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:126)
at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:61)
I'm not sure what to do.
I have Java 8 and JDK 8, not sure what is wrong.
Try moving to another work space, your current workspace could be corrupted. This happens occasionaly, i would greatly advise for future reference aswell to make mcr file saves of your mods every 2-3 mods so you dont lose anything major
Just tried to switch to a different workspace.
Didn't seem to change anything.
Perhaps it is becuase I don't have gradle 2.14 installed.
It seems like it can't find a file and that's why it's not working.
I'm not sure how to install gradle 2.14
I fixed it somehow!
I tried sudo java -jar MCreator instead of java -jar MCreator.jar
It downloaded the missing files and then started working!
Thanks for the suggestion though. Appreciate it!
@#4 sudo. Do you mean psuedo.
Hey can you explain how you tried that sudo thing?