We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've experienced a rare (usually no more frequent than once per 24 hours of runtime) crash to desktop with handling of alert updates.
supercell-wx/scwx-qt/source/scwx/qt/model/alert_model.cpp
Lines 410 to 418 in 7f624e1
When line 415 above is executed, the application may crash if the message list for a key is empty. There should be two fixes:
The text was updated successfully, but these errors were encountered:
Handle empty message lists for text event keys
d68726e
Partial fix for #44, application should no longer crash, but erroneous behavior may remain
fceb5c3
This has not arisen since the original mitigation. Closing, as this no longer appears to be an issue.
Sorry, something went wrong.
dpaulat
No branches or pull requests
I've experienced a rare (usually no more frequent than once per 24 hours of runtime) crash to desktop with handling of alert updates.
supercell-wx/scwx-qt/source/scwx/qt/model/alert_model.cpp
Lines 410 to 418 in 7f624e1
When line 415 above is executed, the application may crash if the message list for a key is empty. There should be two fixes:
The text was updated successfully, but these errors were encountered: