You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2026. It is now read-only.
First, thanks for the great work, for the server and the client!
Is your feature request related to a problem? Please describe.
I'm trying to use the app on my TSP with stock firmware (with PortMaster) but is not compatible. I switched from Python to Python 3 the launch script (the version inside my System/bin folder) and now I have this error:
No controller mappings sh: setterm: not found
current_mode 1280x720
MALI_CreateWindow:0x55a7078c90 done.
SDL_EGL_CreateSurface fail: unable to create an EGL window surface (call to eglCreateWindowSurface failed, reporting an error of EGL_BAD_ALLOC)
Traceback (most recent call last):
File "/mnt/SDCARD/Data/ports/RomM/main.py", line 87, in <module>
main()
File "/mnt/SDCARD/Data/ports/RomM/main.py", line 66, in main
romm = RomM()
^^^^^^
File "/mnt/SDCARD/Data/ports/RomM/romm.py", line 52, in __init__
self.updater = Update()
^^^^^^^^
File "/mnt/SDCARD/Data/ports/RomM/update.py", line 18, in __init__
self.ui = UserInterface()
^^^^^^^^^^^^^^^
File "/mnt/SDCARD/Data/ports/RomM/ui.py", line 41, in __init__
self.window = self._create_window()
^^^^^^^^^^^^^^^^^^^^^
File "/mnt/SDCARD/Data/ports/RomM/ui.py", line 79, in _create_window
raise RuntimeError("Failed to create window")
RuntimeError: Failed to create window
Describe the solution you'd like
Fix the error to make it compatible if possible.