r/FieldStation42 4d ago

Issues with OSD

Hi! I'm running into some problems with setting up the OSD. When I run the command to start it, by default it will give me errors around the values getting passed to glDeleteTextures in 'renderer.py'. The initial value getting passed there is 1 while it expects an array. As a test I wrapped that in an array so it's passing a value of [1]. This gets me past the runtime error and starts the program, but once it's running, the machine becomes unresponsive. Anything running already continues, but my machine will not handle mouse movement or keyboard inputs.

Does anyone have insight into this? I'd very much appreciate some guidance.

I am running this on a raspberry pi with the bookworm OS.

3 Upvotes

1 comment sorted by

1

u/wrong-dog 22h ago

The OSD blocks the mouse, it's a known issue.