You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I play any song, it first tries to set some negative positions for the seek bar.
This triggers an assert Failed assertion: line 194 pos 15: 'value >= min && value <= max' so that the debugger halts.
After the song start this disappears while the song is playing. Skipping to the next/previous song though triggers the same behavior again.
For now I work around this by passing 0 instead of any negative values to the seek bar, but this doesn't fix the root cause.
Does this also happen for you @avdept?
The text was updated successfully, but these errors were encountered:
When I play any song, it first tries to set some negative positions for the seek bar.
This triggers an assert
Failed assertion: line 194 pos 15: 'value >= min && value <= max'
so that the debugger halts.After the song start this disappears while the song is playing. Skipping to the next/previous song though triggers the same behavior again.
For now I work around this by passing 0 instead of any negative values to the seek bar, but this doesn't fix the root cause.
Does this also happen for you @avdept?
The text was updated successfully, but these errors were encountered: