-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build from sources failed successfully #5139
Comments
Are you using the current We've recently upgraded the version of Gradle we use and If you're seeing compilation errors relating to protobuf then you might need to run We're still using Java 11 at the moment for compilation. There are short-term plans to move to using Java 17. |
I have downloaded master branch, but I'll try your proposal to replace Gradle as soon as possible in my time zone (GMT+3). Thanks for proposal. |
Well, you were right about develop branch. It finally worked and launched after "gradlew game" terminal command. Maybe before we shall close that issue, we'll have "Contributor Quick Start" article updated? |
@Capewearer can you comment on what in particular you'd like to get updated in the "Contributor Quick Start" article? |
It would be good to add the "Troubleshooting" section with list of possible problems with solutions. @BenjaminAmos mentioned "gradlew genProto ", looks like one of possible troubles, known, but hidden for public eyes. |
@Capewearer I added a section to our troubleshooting docs: https://github.com/MovingBlocks/Terasology/wiki/Troubleshooting-Developer#compile-errors-relating-to-protobuf Thank you for reporting this issue and any future issues you might run into 😊 |
General Info
Terasology Version: tried 5.2.0 and 5.3.0
Operating System: Windows 10
Onboard / Dedicated Graphics: Intel UHD 620
Java Version: 11
What you were trying to do
I was trying to build from sources, reading the Contributor Quick Start Page.
What actually happened
"groovyw module init iota" command doesn't work, causing the bugs. Screenshot shows caused errors. "gradlew game" also doesn't work. Build fails, showing 100 errors (all related to non-existance of net.protobuffer package).
Screenshots
Additional Infos / Context
I've tried to change Java versions, InteliJ veersions etc. Didn't help. UPD: also tried to run groovyw and gradlew files manually. Also failed.
The text was updated successfully, but these errors were encountered: