-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Crashes when rewinding with the threaded software renderer enabled #81
Comments
This might be a threading issue; the crash has to do with the rendering thread modifying data while the main thread is saving or loading state. |
I seem to be able to fix this, but my fix introduces a new bug; namely, the screen flickers on each frame where a savestate is taken (presumably due to the extra time spent). If I can't make measurable progress on this by tomorrow, I'm just gonna exclude the threaded renderer so I can ship this thing. |
Pending a review of this PR upstream, I've decided to exclude the threaded software renderer until this issue is properly fixed. The maintainer who's most able to provide insight is indisposed with school. This ticket will remain open until then. |
Fixed. |
No description provided.
The text was updated successfully, but these errors were encountered: