Skip to content
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

Bottom Player Seek Bar Fails Assert position >= 0 #79

Open
Thogsit opened this issue Aug 29, 2024 · 0 comments
Open

Bottom Player Seek Bar Fails Assert position >= 0 #79

Thogsit opened this issue Aug 29, 2024 · 0 comments

Comments

@Thogsit
Copy link

Thogsit commented Aug 29, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant