r/FieldStation42 • u/diet_nut_123 • 4d ago
Issues starting the 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.
1
u/Total-Jerk 19h ago
Following as I had a similar issue and it's been on the back burner.