Comment 10 for bug 1602561

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: Some X apps like supertux2 now crash Xmir

OK, there are several issues here...

1. wm_set_cursor_visibility: visible using XCreateFontCursor

Ignore that. It's just a log message from matchbox-window-manager.

2. supertux2 fails to start with:
[FATAL] /build/supertux-7_Bg7b/supertux-0.4.0/src/supertux/main.cpp:444 Unexpected exception: Couldn't initialize SDL: No available displays

That's a bug in Supertux and/or SDL for someone else to fix.

3. Xmir crashes with the above stack starting from around FreeAllResources.

That's a bug in Xmir where it will crash, but only after the last client has disconnected from the server.

So the Xmir crash is triggered by the supertux2 failure and not vice-versa. I will try to fix Xmir but that won't fix Supertux2/SDL ... someone else will need to look into that still.