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

A timer has been set in the past (debug assert fail) #18316

Open
kjarosh opened this issue Oct 18, 2024 · 0 comments
Open

A timer has been set in the past (debug assert fail) #18316

kjarosh opened this issue Oct 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kjarosh
Copy link
Member

kjarosh commented Oct 18, 2024

@torokati44 FYI after clicking a flag in this SWF, the following debug assert fails (#14352):

ruffle/core/src/timer.rs

Lines 179 to 182 in 7ed23b0

// The timer is no longer the next in line, and this can only happen if
// it cancelled itself manually, or it set a new timer in the past.
// Let's make sure it's the former.
debug_assert!(!context.timers.timer_exists(expected_id));

Originally posted by @kjarosh in #18038

@kjarosh kjarosh added the bug Something isn't working label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant