-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pygame Error in karaoke.py when trying to start "video system not initialized" #14
Comments
Update - I just rebuilt the system based on Ubuntu 22.04.2 64-bit LTS and got the same error. |
Making progress. I actually got app.py to start successfully by installing and starting with xvfb-run to give pygame a virtual frame buffer. The QR Code screen has no real video to output to, BUT I was successful in playing an MP4 file with VLC to the standard video out. I now need to figure out how to properly initialize the real video out for pygame.
|
Setup:
Pi4
Bullseye 64 non-desktop OS (updated)
Miniconda 4.9.2 ARCH 64 (not updated - I did update it in an earlier install, but it broke the HTTP packet retrieval, so I re-stalled it)
Running from SSH:
I did a search and didn't find any obvious fixes.
The text was updated successfully, but these errors were encountered: