icsharpcode / AvaloniaILSpy

Avalonia-based .NET Decompiler (port of ILSpy)
1.5k stars 169 forks source link

Release crashes when interacting with window (Mac arm64) #117

Open adamantii opened 2 years ago

adamantii commented 2 years ago

The app's window is displayed when ran, but clicking or hovering over a UI element causes the app to quit with the message:

abort() called *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'NSWindow drag regions should only be invalidated on the Main Thread!'

(Full problem details here)