Hello ! > I believe you can disable the window using: > putenv("SDL_VIDEODRIVER=dummy"); > > Can you try that? If you never want to have a window in your app, you can use SDL_putenv in your C code. CU