I’m try to install SplashMapper on a raspberry pi 5, the ultimate goal is to use it to scale down an NDI stream an then send back. So I try to install it so see how the software works. I did install it via flatpak, now with flatpak run xyz.splashmapper.Splash i get this error :
xkbcommon: ERROR: /usr/share/X11/locale/en_US.UTF-8/Compose:1661:1: unrecognized keysym "dead_hamza" on left-hand side
xkbcommon: ERROR: /usr/share/X11/locale/en_US.UTF-8/Compose:1662:1: unrecognized keysym "dead_hamza" on left-hand side
xkbcommon: ERROR: /usr/share/X11/locale/en_US.UTF-8/Compose:1663:1: unrecognized keysym "dead_hamza" on left-hand side
xkbcommon: ERROR: /usr/share/X11/locale/en_US.UTF-8/Compose:1664:1: unrecognized keysym "dead_hamza" on left-hand side
xkbcommon: ERROR: /usr/share/X11/locale/en_US.UTF-8/Compose:1665:1: unrecognized keysym "dead_hamza" on left-hand side
2025-10-11T15:59:43 / [ERROR] / glfwErrorCallback - EGL: Failed to create context: Arguments are inconsistent
2025-10-11T15:59:43 / [ERROR] / glfwErrorCallback - EGL: Failed to create context: Arguments are inconsistent
2025-10-11T15:59:43 / [Message] / Failed to create a context with any rendering API!
2025-10-11T15:59:43 / [ERROR] / Scene::create - Unable to find a suitable GL version (OpenGL 4.5 or OpenGL ES 3.2)
2025-10-11T15:59:43 / [Message] / Link::Link - Setting up interprocess communication to shmdata
2025-10-11T15:59:43 / [ERROR] / Scene::run - No rendering context has been created
2025-10-11T15:59:47 / [ERROR] / World::addScene - Timeout when trying to connect to newly spawned scene "local". Exiting.
What I do wrong?
Thanks.