screenBloom
screenBloom copied to clipboard
IndexError: list index out of range error on start
Hi,
We've been using ScreenBloom without problems for a while, but for some reason we've suddenly gotten a fairly consistent error when we try to launch ScreenBloom on Windows startup.
The traceback points to line 131 of sc_controller.py:
bbox = getDisplayRects()[int(display_index)]
Information:
- Windows 10
- Two displays (a screen and a projector)
- Projector automatically turns on when Windows starts
- ScreenBloom is configured to watch the 2nd display (projector)
Is it possible that ScreenBloom tries to get the 2nd display before Windows has detected it?