Comment 5 for bug 1720819

Revision history for this message
TiborB (tiborb95) wrote : Re: Crash during 'loading world' in Antergos Linux

Do you know gdb? You might install it and then run:

gdb ./widelands
run # after some seconds when you get prompt
bt # when the game crashes and you see prompt again

and copy the backtrace you just got

It would be convenient for you if you run windelands in window mode when trying this..