MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.69k stars 1.34k forks source link

Crash caused by UI in the select modules screen #3482

Closed ghost closed 5 years ago

ghost commented 6 years ago

What you were trying to do

When I clicked on the single player for playing it asked for selecting world but I couldn't select and when i clicked on modules following happened:

What actually happened

It crashed and showed me this: https://pastebin.com/gGyQZiHe

How to reproduce

Log details and game version

It crashed and showed me this: https://pastebin.com/gGyQZiHe

Computer details

RAM 8 GB GRAPHIC CARD 2GB Windows 64 bit

Cervator commented 6 years ago

Hi there. What version of the game did you try? What did you download? The very latest developer build is pretty unstable.

ghost commented 6 years ago

Yes, I just downloaded the very latest master branch. What should I do know? version is 2.0.0

syntaxi commented 6 years ago

Looking through the log this is a crash from the UI, namely the module filter code.

For now I'd recommend downloading one of the official releases. They can be found on the Releases page of this github repository

Cervator commented 6 years ago

I just tried out master and while I can't replicate the crash I do know that whole area of the UI has been overhauled in the develop branch (new create game flow, various fixes applied to module filtering)

Another typical issue is the lack of world generators in the drop-down: this is usually caused by running from source without a fully compiled workspace. @aditmehta9 could you try to run the game with gradlew jar game and see if that lets you pick a world generator? I expect it should.

That may also be involved with the crash when clicking "Modules" but even trying to clear out compiled code for Core + CoreSampleGameplay I still couldn't replicate.

Cervator commented 5 years ago

Closing as obsolete / possibly fixed. The affected part of the UI has been majorly changed over the last few months. @aditmehta9 if you end up trying the latest develop build sometime and can still reproduce please reopen, but hopefully it'll work! :-)

ghost commented 5 years ago

Ok, sir