xenos1984 wrote:
Edit: Navit log with newest version and -d 3:
http://paste.ubuntu.com/10611994/The interesting part should be after line 95752.
Yes, there's the error message I just added:
error:gui_internal:gui_internal_set_graphics:
failed to obtain window from graphics plugin, cannot set graphicsHowever, that does not really help - I still don't see how the code could fail in that place. It looks like get_data returned "null", but get_data in SDL graphics should never do that...
xenos1984 wrote:
I once managed to run Navit on Raspbian with QEMU, so I will try to reproduce it - if that works out, I can also provide the image files, so you could also have a look.
Actually, out of curiosity I did just that. I grabbed a special kernel, and used a regular Raspbian image with QEMU (following these instructions, and using their kernel image:
http://xecdesign.com/qemu-emulating-ras ... -easy-way/ ), and everything worked. I installed all the dependencies, and built Navit without major problems (just had to work around the CMake bug causing FreeType not to be found).
However, after building Navit, the SDL graphics work perfectly. So the problem must be elsewhere...