-
Notifications
You must be signed in to change notification settings - Fork 11
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
Three NullPointerException's #31
Comments
Hi @z710x40 - thanks for the report 🙃
This is definitely a mistake in the documentation, easy to fix =) thanks for pointing this out.
I have no clue what this might be about 🧐 would need some further investigation to track down the NPE. Probably some classes have been renamed or moved to modules/out of the engine in the meantime.
Terasology/CoreSampleGameplay got moved out of the engine repo and is it's own module now. Again, not sure what to fix here.
This is related to loading the |
So basically, this version is broken for now. |
Yep, that was probably a very good tl;dr of what I wrote above 🙈 I hope the analysis above gives enough clues for anybody who wants to get their hands on fixing these errors. |
L.S.
I try to startup a Facade server as described in https://github.com/MovingBlocks/FacadeServer/blob/develop/README.md.
First I noticed one thing, the description talkes about './gradlew facades:Server:run' but the Facade server can only be started with './gradlew facades:FacadeServer:run'. I don;t know if this is a type or if I do something wrong.
But after the start I get three NullPointerExceptions and only port 8080 is opened but accessing this port with a browser results in a 404.
Do you know what is going wrong?
These are the errors:
The text was updated successfully, but these errors were encountered: