mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
Closing the "Calculating entropy" window using the X causes the GUI to crash #406
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheRogueArchivist on GitHub (Apr 18, 2020).
Prerequisites
Check and fill as appropriate:
Description
The GUI crashes when closing the "Calculating entropy" window using the X on the window itself. The GUI doesn't crash if you close the window using the close button that appears after you calculate the entropy. The following is printed to the console:
"Unhandled exception. System.NotImplementedException: The method or operation is not implemented.
at Aaru.Gui.ViewModels.Windows.ImageEntropyViewModel.ExecuteStopCommand() in /home/silas/Desktop/Aaru/Aaru.Gui/ViewModels/Windows/ImageEntropyViewModel.cs:line 369
at Aaru.Gui.Views.Windows.ImageEntropy.OnClosing(CancelEventArgs e) in /home/silas/Desktop/Aaru/Aaru.Gui/Views/Windows/ImageEntropy.xaml.cs:line 55
at Avalonia.Controls.Window.HandleClosing()
at Avalonia.X11.X11Window.OnEventSync(XEvent ev)
at Avalonia.X11.X11Window.OnEvent(XEvent ev)
at Avalonia.X11.X11PlatformThreading.HandleX11(CancellationToken cancellationToken)
at Avalonia.X11.X11PlatformThreading.RunLoop(CancellationToken cancellationToken)
at Avalonia.Threading.Dispatcher.MainLoop(CancellationToken cancellationToken)
at Avalonia.Controls.ApplicationLifetimes.ClassicDesktopStyleApplicationLifetime.Start(String[] args)
at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime[T](T builder, String[] args, ShutdownMode shutdownMode)
at Aaru.Gui.Main.Start(String[] args) in /home/silas/Desktop/Aaru/Aaru.Gui/Main.cs:line 10
at Aaru.MainClass.Main(String[] args) in /home/silas/Desktop/Aaru/Aaru/Main.cs:line 73
Aborted"