Skip to content

[Feature] Stock Trimui Smart Pro compatibility #56

@malkavi

Description

@malkavi

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions