Skip to content

fix(app): fix application crashing exception code 0xc0000005#745

Merged
amnweb merged 2 commits intomainfrom
fix/app-crash
Feb 25, 2026
Merged

fix(app): fix application crashing exception code 0xc0000005#745
amnweb merged 2 commits intomainfrom
fix/app-crash

Conversation

@amnweb
Copy link
Owner

@amnweb amnweb commented Feb 25, 2026

  • Prevent potential crashes caused by invalid widget references during animation in animation_manager
  • Moved the destroyed state check to improve message handling order in the window procedure.
  • Ensures proper cleanup and handling of window messages.
  • Removed unnecessary tasks service instance variable.
  • Improved thread cleanup to ensure no threads are left running during widget destruction.
  • Prevented forced exit of the application to allow for proper cleanup during shutdown.

amnweb and others added 2 commits February 25, 2026 04:35
- Prevent potential crashes caused by invalid widget references during animation in animation_manager
- Moved the destroyed state check to improve message handling order in the window procedure.
- Ensures proper cleanup and handling of window messages.
- Removed unnecessary tasks service instance variable.
- Improved thread cleanup to ensure no threads are left running during widget destruction.
- Prevented forced exit of the application to allow for proper cleanup during shutdown.
- silencing qasync debug logger
@amnweb amnweb merged commit c47a52f into main Feb 25, 2026
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants