mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
Read speed fails to read and crashes DICUI if another instance is running #36
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 @Jakz on GitHub (Jun 18, 2018).
Originally assigned to: @mnadareski on GitHub.
System.AgumentOutOfRangeException is raised in
MainWindow.xaml.cs, insideSetSupportedDriveSpeed()function, here:when output from DIC fails to produce expected output (for instance if another instance is already dumping).
@mnadareski commented on GitHub (Jun 18, 2018):
Extra info: Probably related to the
Groups[1]part of the code more than anything. Will investigate.@mnadareski commented on GitHub (Jul 17, 2018):
No longer crashes, but now freezes both the running instance of DIC and DICUI. Good case for #69