Hello,
On Wed, Oct 07, 2015 at 04:55:34PM +0200, Abhay Amala wrote:
I did what you mentioned above, and I got the following outputs.
init -> terminal] create terminal session [init -> terminal] new terminal session: [init -> terminal] framebuffer has 1024x768 pixels [init -> terminal] character size is 6x14 pixels [init -> terminal] terminal size is 170x54 characters [init -> fb_sdl] event type=other (13) [init -> fb_sdl] submit invalid event [init -> fb_sdl] event type=other (13) [init -> fb_sdl] submit invalid event [init -> fb_sdl] event type=other (13) [init -> fb_sdl] submit invalid event [init -> fb_sdl] event type=other (13) [init -> fb_sdl] submit invalid event [init -> fb_sdl] event type=other (13) [init -> fb_sdl] submit invalid event
I need your help to interpret the log output. Please look into /usr/include/SDL/SDL_events.h, which symbolic name corresponds to "13" in SDL_EventType. Maybe you can also work out why the event occurs.
Regards