Windows version
Windows 11
Windows OS build
26100.7462
YASB version installed
2.0.6
Describe the bug
The Cava widget can stop updating correctly after running for a long period of time, typically after roughly two hours or more without continuous audio activity.
When this happens, the widget enters one of two incorrect states:
- The visualization becomes completely flat/zero even though audio is currently playing.
- Less commonly, the visualization becomes a fully filled rectangle with no movement even when there is no audible system output.
In both cases, the existing cava.exe process still appears to be running normally in Windows and does not show abnormal CPU or resource usage.
Reloading the Cava widget restores the visualization, but the previous cava.exe process is not terminated. Repeating this process causes additional cava.exe processes to accumulate. I have observed up to 7 processes remaining at the same time, and they appear to persist indefinitely.
The number of leftover processes appears to increase with the number of reloads performed after the widget enters the broken state.
The issue has been reproduced with:
- YASB 2.0.6
- Windows 11 24H2
- Cava 1.0.0 installed separately
- YASB running as a normal, non-elevated user
- Cava source set to
auto
Steps to Reproduce:
- Start YASB with the Cava widget enabled.
- Leave YASB running for an extended period, approximately 2 hours or longer.
- After a long period without continuous audio activity, play audio again.
- Observe that the Cava visualization may remain completely flat, or less commonly become a fully filled rectangle with no movement.
- Verify that the existing
cava.exe process is still running.
- Reload the Cava widget or reload the YASB configuration.
- The visualization starts working again.
- Check the running processes and observe that the previous
cava.exe may still remain.
- Repeating the failure/reload cycle can result in multiple persistent
cava.exe processes.
Reloading either the whole YASB configuration or only the Cava widget restores the visualization, but can leave the previous cava.exe process running.
I maintain a local patched build that adds stricter Cava process ownership, restart handling, and health monitoring. The issue has not reproduced so far with the patched version, but testing time is still limited, so this should not be considered extensive validation.
Relevant log output
No relevant log output is produced when this issue occurs. I reproduced the problem with debug logging enabled, but the logs did not contain any Cava-related errors, subprocess failures, timeouts, or tracebacks.
Windows version
Windows 11
Windows OS build
26100.7462
YASB version installed
2.0.6
Describe the bug
The Cava widget can stop updating correctly after running for a long period of time, typically after roughly two hours or more without continuous audio activity.
When this happens, the widget enters one of two incorrect states:
In both cases, the existing
cava.exeprocess still appears to be running normally in Windows and does not show abnormal CPU or resource usage.Reloading the Cava widget restores the visualization, but the previous
cava.exeprocess is not terminated. Repeating this process causes additionalcava.exeprocesses to accumulate. I have observed up to 7 processes remaining at the same time, and they appear to persist indefinitely.The number of leftover processes appears to increase with the number of reloads performed after the widget enters the broken state.
The issue has been reproduced with:
autoSteps to Reproduce:
cava.exeprocess is still running.cava.exemay still remain.cava.exeprocesses.Reloading either the whole YASB configuration or only the Cava widget restores the visualization, but can leave the previous
cava.exeprocess running.I maintain a local patched build that adds stricter Cava process ownership, restart handling, and health monitoring. The issue has not reproduced so far with the patched version, but testing time is still limited, so this should not be considered extensive validation.
Relevant log output