StabilityMatrix icon indicating copy to clipboard operation
StabilityMatrix copied to clipboard

Crash after pressed Settings button

Open src3453 opened this issue 3 months ago • 0 comments

What happened?

When I press the button to display the settings screen, the application immediately freezes and crashes after a few seconds.

Steps to reproduce

  1. Open Stability Matrix
  2. Press Settings button
  3. Application hangs, then crashes

Relevant logs

Event Logs: 

1. Application Error (1000)
障害が発生しているアプリケーション名: StabilityMatrix.exe、バージョン: 2.15.1.0、タイム スタンプ: 0x68a4f71f
障害が発生したモジュール名: KERNELBASE.dll、 バージョン: 10.0.26100.4652、タイム スタンプ: 0x730de2a8
例外コード: 0xe0434352
フォールト オフセット: 0x00000000000c7f9a
フォールト プロセス ID: 0xAF80
アプリケーションのフォールトの開始時刻: 0x1DC3A80E7FBED05
Faulting アプリケーション パス:  C:\Users\[[username]]\Downloads\StabilityMatrix-win-x64\StabilityMatrix.exe
Faulting モジュール パス:  C:\Windows\System32\KERNELBASE.dll
Report Id: dfce5b9c-698f-4527-921e-cdfee807265d
Faulting パッケージの完全名: 
Faulting パッケージ相対アプリケーション ID: 

2. .NET Runtime (1026)
Application: StabilityMatrix.exe
CoreCLR Version: 9.0.925.41916
.NET Version: 9.0.9
Description: The process was terminated due to an unhandled exception.
Exception Info: System.InvalidOperationException: Call from invalid thread
   at Avalonia.Threading.Dispatcher.<VerifyAccess>g__ThrowVerifyAccess|16_0()
   at Avalonia.Controls.Notifications.WindowNotificationManager.Show(Object content, NotificationType type, Nullable`1 expiration, Action onClick, Action onClose, String[] classes)
   at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state)
   at System.Threading.QueueUserWorkItemCallback.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()

Version

v2.15.1

What Operating System are you using?

Windows

src3453 avatar Oct 11 '25 08:10 src3453