-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Crash in set_native_cursor_on_all_displays function #2907
Labels
Milestone
Comments
Gasparoken
added
bug
crash report
Issue originated from a crash report / .dmp file
labels
Aug 20, 2021
Other crash on set_native_cursor_on_all_displays
|
Other crash on set_native_cursor_on_all_displays
Aseprite version: 1.3-beta7-x64 |
dacap
added a commit
that referenced
this issue
Jan 11, 2022
In this way we don't process any queued native message for the display as it will be deleted. This could be a possible fix for some crashes reported in set_native_cursor_on_all_displays() (#2907)
Sentry issue: ASEPRITE-2F |
The Sentry issue looks like a different one but similar (the crash is not generated directly from closeWindow):
|
Sentry issue: ASEPRITE-41 |
dacap
added a commit
to dacap/aseprite
that referenced
this issue
Aug 29, 2022
…rite#3491, fix aseprite#2907) This might be a fix for two frequently reported crashes from Sentry: 1) In Manager::_closeWindow() (aseprite#3491): We can reproduce this bug (without this patch) pressing Ctrl+S to save the active sprite and clicking randomly in the menu bar (File, Edit, etc. options) to open other menu boxes (a crash can happen when multiple windows UI is enabled). 2) In set_native_cursor_on_all_displays() (aseprite#2907): We weren't able to reproduce this bug.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I couldn't reproduce it.
I print screen of Xcode
The text was updated successfully, but these errors were encountered: