Error on (first time) compile #479
-
I've been trying to compile the launcher for 2 hours without success. I have uploaded the full scan log of the build here: https://scans.gradle.com/s/2t5ftxekashg4 Also, using Windows 11 and JAVA JDK 8 (added to path) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
well, you win the "Most unique error of the month" award do you have enough free disk space? seems something has gone wrong either with the building of a launcher JAR or with the downloading of a dependency... possibly try a |
Beta Was this translation helpful? Give feedback.
-
Soooo I found a fix. It seems the error ocurres if you used gradle before. Just delete the folder .gradle located at C:\Users\your_user\ I can finally work on my launcher now, yay! |
Beta Was this translation helpful? Give feedback.
Soooo I found a fix. It seems the error ocurres if you used gradle before.
Just delete the folder .gradle located at C:\Users\your_user\
Then open again the build.bat file and it should work.
I can finally work on my launcher now, yay!