ITADN

[BUG] App crashes on exit - Windows 11 25H2 (AMD GPU)

#1031OpenSpiralCasey 创建于 2026-05-29
bugwontfix
S
SpiralCaseycommented
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior Namida crashes consistently every time I try to completely close/exit the app. ### Expected Behavior Regular/normal closing, without producing crash dumps ### Steps to Reproduce 1. Launch Namida. 2. Use the app normally or let it stay idle. 3. Close the application (via the "X" button, system tray, or exit menu). 4. The application instantly crashes/produces a crash dump instead of regular closing. ### Logs <details> <summary>Logs</summary> [namida_logs_2026-05-29 23.57.14.zip](https://github.com/user-attachments/files/28410166/namida_logs_2026-05-29.23.57.14.zip) </details> ### Screenshots / Video _No response_ ### Possible Solution ### Crash Details & Minidump Analysis (created by AI) The crash occurs during the application termination phase. Based on the minidump `namida.exe.16864.dmp`, the crash point involves shader storage handling during context destruction: * **Faulting Area:** Resource deallocation / shader storage disposal. * **Captured Memory String:** `red within shader storag...` (likely tied to releasing shader storage blocks on exit). * **Shader Code Snippet at Crash Point:** `position.w) * 0.5;` * **Active Plugins during Teardown:** `window_manager_plugin.dll`, `windows_single_instance_plugin.dll`, `media_kit_video_plugin.dll`. It appears that when the application initiates a full shutdown, the cleanup logic fails to properly release graphic pipeline resources on Windows 11 25H2 with AMD drivers, leading to an immediate crash instead of a normal exit. [Same problem occurs on the stable version 6.0.1] Environment: OS: Windows 11 25H2 (Build 26200.8457) CPU: AMD R5700 X GPU: AMD RX7800 XT (Drivers active: `amdxx64.dll`, `atidxx64.dll`, `amdenc64.dll`) [namida.exe.16864.dmp](https://github.com/user-attachments/files/28409534/namida.exe.16864.dmp) [namida.exe.5984.dmp](https://github.com/user-attachments/files/28409562/namida.exe.5984.dmp)
3 条评论