egordorichev / LastTry

:deciduous_tree: LastTry is open-source game written in Java, using LibGDX library and inspired by Terraria :deciduous_tree:
MIT License
119 stars 17 forks source link

Tools.jar Missing #92

Closed kenten132 closed 7 years ago

kenten132 commented 7 years ago

LastTry-dev>gradlew clean build dist --stacktrace Configuration on demand is an incubating feature. :core:clean :desktop:clean UP-TO-DATE :core:compileJava FAILED

FAILURE: Build failed with an exception.

BUILD FAILED

Total time: 1.08 secs

egordorichev commented 7 years ago

Hm, thanks for bug report! Something is wrong with gradle. Can you post more info, please? (uname -a and gradle info, also, java version would be useful).

Also, checkout your JAVA_HOME. It may cause the problem.

Thanks!

Col-E commented 7 years ago

Updated your post so the exception is more legible. This looks like an issue on gradlew's part. However I think it can be resolved by installing a JDK and updating your JAVA_HOME environment variable to point to that instead of a JRE. The JRE does not come with the tools jar but the JDK does.

kenten132 commented 7 years ago

Updated JDK worked.

egordorichev commented 7 years ago

Glad, that it worked. So here is a few options, you can play around:

Console

kenten132 commented 7 years ago

Thanks! I'll have some fun then after work. Minor thing: It seems to crash without notice after about 30 seconds of gameplay.

egordorichev commented 7 years ago

Hm, could you please, paste the log here? It goes into console. We just found some issues with Windows saves/home dirs. Will be fixed today.