MCreator 1.7.5 Test Environment not starting

Started by gompsderp on

Topic category: Troubleshooting, bugs, and solutions

Joined Feb 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
MCreator 1.7.5 Test Environment not starting

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.

Joined Mar 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try moving to another work
Mon, 05/15/2017 - 05:10

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

Joined Feb 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just tried to switch to a
Mon, 05/15/2017 - 05:14

Just tried to switch to a different workspace.

Didn't seem to change anything.

 

Joined Feb 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Perhaps it is becuase I don't
Mon, 05/15/2017 - 05:17

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

Joined Feb 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I fixed it somehow!
Mon, 05/15/2017 - 05:30

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!

Joined Feb 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:I fixed it somehow!
Mon, 05/15/2017 - 20:01

@#4 sudo. Do you mean psuedo.

Joined Dec 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey can you explain how you
Wed, 05/24/2017 - 13:21

Hey can you explain how you tried that sudo thing?