You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently while testing there are way too many cases where SCTT fails, like disposed handles, etc., causing the application to crash. This issue should track many of the unexpected exceptions.
System.OverflowException: Arithmetic operation resulted in an overflow. UnmanagedCodeMigration.cs:232
System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Icon'. GroupedTaskbarProgram.cs:34
The text was updated successfully, but these errors were encountered:
Currently while testing there are way too many cases where SCTT fails, like disposed handles, etc., causing the application to crash. This issue should track many of the unexpected exceptions.
System.OverflowException
: Arithmetic operation resulted in an overflow.UnmanagedCodeMigration.cs:232
System.ObjectDisposedException
: Cannot access a disposed object. Object name: 'Icon'.GroupedTaskbarProgram.cs:34
The text was updated successfully, but these errors were encountered: