newlooper / VirtualSpace

A Virtual Desktop Enhancement GUI Program For Win10 & Win11
GNU General Public License v3.0
182 stars 12 forks source link

Crashing after update #96

Closed mdear closed 11 months ago

mdear commented 11 months ago

After today's update (Sep 28, 2023):

  1. when in the main view and right clicking on a window to create a rule, I received the following unhandled exception:

See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.

** Exception Text ** System.TypeInitializationException: The type initializer for 'VirtualSpace.Config.Events.Expression.Conditions' threw an exception. ---> System.Text.Json.JsonException: '"' is invalid after a value. Expected either ',', '}', or ']'. Path: $ | LineNumber: 228 | BytePositionInLine: 6. ---> System.Text.Json.JsonReaderException: '"' is invalid after a value. Expected either ',', '}', or ']'. LineNumber: 228 | BytePositionInLine: 6. at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes) at System.Text.Json.Utf8JsonReader.ConsumeNextToken(Byte marker) at System.Text.Json.Utf8JsonReader.ConsumeNextTokenOrRollback(Byte marker) at System.Text.Json.Utf8JsonReader.ReadSingleSegment() at System.Text.Json.Utf8JsonReader.Read() at System.Text.Json.Utf8JsonReader.TrySkip() at System.Text.Json.JsonSerializer.Read[TValue](Utf8JsonReader& reader, JsonTypeInfo jsonTypeInfo) --- End of inner exception stack trace --- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex) at System.Text.Json.JsonSerializer.Read[TValue](Utf8JsonReader& reader, JsonTypeInfo jsonTypeInfo) at System.Text.Json.JsonSerializer.Deserialize[TValue](Utf8JsonReader& reader, JsonSerializerOptions options) at VirtualSpace.Config.Events.Expression.Conditions.ReadRuleFromFile(String path) at VirtualSpace.Config.Events.Expression.Conditions.InitRules() at VirtualSpace.Config.Events.Expression.Conditions..cctor() --- End of inner exception stack trace --- at VirtualSpace.Config.Events.Expression.Conditions.FetchRules() at ControlPanel.ViewModels.RulesViewModel..ctor() at ControlPanel.ViewModels.RulesViewModel.get_Instance() at ControlPanel.RuleEditorWindow.Create(IntPtr handle) at ControlPanel.MainWindow.CreateRuleFromWindowHandle(IntPtr handle) at VirtualSpace.VirtualDesktop.Menus.<>c__DisplayClass1_0.g__OnCreateRuleFromWindow|4(Object s, EventArgs evt) at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, WM msg, IntPtr wparam, IntPtr lparam)

** Loaded Assemblies ** System.Private.CoreLib Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Private.CoreLib.dll

VirtualSpace Assembly Version: 0.2.661.109 Win32 Version: n/a CodeBase:

System.Runtime Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Runtime.dll

Logger Assembly Version: 1.0.0.0 Win32 Version: n/a CodeBase:

PresentationFramework Assembly Version: 6.0.2.0 Win32 Version: 6.0.2123.36405 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/PresentationFramework.dll

WindowsBase Assembly Version: 6.0.2.0 Win32 Version: 6.0.2123.36405 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/WindowsBase.dll

System.Xaml Assembly Version: 6.0.2.0 Win32 Version: 6.0.2123.36405 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/System.Xaml.dll

Serilog Assembly Version: 2.0.0.0 Win32 Version: n/a CodeBase:

netstandard Assembly Version: 2.1.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/netstandard.dll

System.Collections Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Collections.dll

Serilog.Sinks.File Assembly Version: 5.0.0.0 Win32 Version: n/a CodeBase:

System.Linq Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Linq.dll

System.IO.FileSystem Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.IO.FileSystem.dll

System.Text.Encoding.Extensions Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Text.Encoding.Extensions.dll

System.Private.Uri Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Private.Uri.dll

System.IO.Packaging Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/System.IO.Packaging.dll

PresentationCore Assembly Version: 6.0.2.0 Win32 Version: 6.0.2123.36405 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/PresentationCore.dll

DirectWriteForwarder Assembly Version: 6.0.2.0 Win32 Version: 6,0,2123,36405 @Commit: fa467fd679da61d9e429ce2654ef63766afcd7f5 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/DirectWriteForwarder.dll

System.Runtime.Extensions Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Runtime.Extensions.dll

System.Runtime.InteropServices Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Runtime.InteropServices.dll

System.Runtime.CompilerServices.VisualC Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Runtime.CompilerServices.VisualC.dll

System.Diagnostics.Debug Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Diagnostics.Debug.dll

System.Threading Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Threading.dll

Microsoft.Win32.Primitives Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/Microsoft.Win32.Primitives.dll

System.Collections.NonGeneric Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Collections.NonGeneric.dll

Microsoft.Win32.Registry Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/Microsoft.Win32.Registry.dll

System.Collections.Specialized Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Collections.Specialized.dll

System.ComponentModel.Primitives Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.ComponentModel.Primitives.dll

System.Threading.Thread Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Threading.Thread.dll

System.Configuration.ConfigurationManager Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/System.Configuration.ConfigurationManager.dll

System.Runtime.InteropServices.RuntimeInformation Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Runtime.InteropServices.RuntimeInformation.dll

System.Diagnostics.Process Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Diagnostics.Process.dll

System.Memory Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Memory.dll

System.Xml.ReaderWriter Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Xml.ReaderWriter.dll

System.Private.Xml Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Private.Xml.dll

System.Net.WebClient Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Net.WebClient.dll

System.ComponentModel.EventBasedAsync Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.ComponentModel.EventBasedAsync.dll

Configuration Assembly Version: 1.0.0.0 Win32 Version: n/a CodeBase:

IpcServer Assembly Version: 1.0.0.0 Win32 Version: n/a CodeBase:

PluginHost Assembly Version: 1.0.0.0 Win32 Version: n/a CodeBase:

Bridge Assembly Version: 1.0.0.0 Win32 Version: n/a CodeBase:

System.IO.Pipes Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.IO.Pipes.dll

System.Text.Json Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Text.Json.dll

Ipc Assembly Version: 1.0.0.0 Win32 Version: n/a CodeBase:

Plugin Assembly Version: 1.0.0.0 Win32 Version: n/a CodeBase:

System.Collections.Concurrent Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Collections.Concurrent.dll

Helpers Assembly Version: 1.0.0.0 Win32 Version: n/a CodeBase:

System.Threading.Channels Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Threading.Channels.dll

System.Threading.ThreadPool Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Threading.ThreadPool.dll

System.Security.AccessControl Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Security.AccessControl.dll

System.Security.Principal.Windows Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Security.Principal.Windows.dll

System.Reflection.Emit.Lightweight Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Reflection.Emit.Lightweight.dll

System.Reflection.Primitives Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Reflection.Primitives.dll

System.Reflection.Emit.ILGeneration Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Reflection.Emit.ILGeneration.dll

System.Text.Encodings.Web Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Text.Encodings.Web.dll

System.Runtime.Intrinsics Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Runtime.Intrinsics.dll

System.Numerics.Vectors Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Numerics.Vectors.dll

System.Runtime.CompilerServices.Unsafe Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Runtime.CompilerServices.Unsafe.dll

System.Linq.Expressions Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Linq.Expressions.dll

Microsoft.CSharp Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/Microsoft.CSharp.dll

Anonymously Hosted DynamicMethods Assembly Assembly Version: 0.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Private.CoreLib.dll

System.Windows.Forms Assembly Version: 6.0.2.0 Win32 Version: 6.0.2123.36406 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/System.Windows.Forms.dll

System.Drawing.Primitives Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Drawing.Primitives.dll

VirtualDesktopWrapper Assembly Version: 1.0.0.0 Win32 Version: n/a CodeBase:

System.Windows.Forms.Primitives Assembly Version: 6.0.2.0 Win32 Version: 6.0.2123.36406 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/System.Windows.Forms.Primitives.dll

System.Security.Claims Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Security.Claims.dll

System.Management Assembly Version: 4.0.0.0 Win32 Version: n/a CodeBase:

Microsoft.Win32.SystemEvents Assembly Version: 7.0.0.0 Win32 Version: n/a CodeBase:

VirtualDesktop10 Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Myles%20Dear/Apps/VirtualSpace_0.2.536.1404_net6.0_win-x64/VirtualSpace/VirtualDesktop10.dll

VirtualDesktop11_21H2 Assembly Version: 1.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Private.CoreLib.dll

System.Drawing.Common Assembly Version: 7.0.0.0 Win32 Version: n/a CodeBase:

System.Diagnostics.TraceSource Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Diagnostics.TraceSource.dll

System.ComponentModel.TypeConverter Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.ComponentModel.TypeConverter.dll

System.ComponentModel Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.ComponentModel.dll

Notification.Wpf Assembly Version: 6.1.0.1 Win32 Version: n/a CodeBase:

LinqExpressionBuilder Assembly Version: 1.0.0.0 Win32 Version: n/a CodeBase:

System.ObjectModel Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.ObjectModel.dll

System.Text.RegularExpressions Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Text.RegularExpressions.dll

System.Runtime.Loader Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Runtime.Loader.dll

ControlPanel Assembly Version: 1.0.0.0 Win32 Version: n/a CodeBase:

System.Windows.Extensions Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/System.Windows.Extensions.dll

System.Net.Requests Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Net.Requests.dll

System.Net.Primitives Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Net.Primitives.dll

System.Net.WebHeaderCollection Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Net.WebHeaderCollection.dll

MaterialDesignThemes.Wpf Assembly Version: 4.8.0.0 Win32 Version: n/a CodeBase:

UIAutomationTypes Assembly Version: 6.0.2.0 Win32 Version: 6.0.2123.36405 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/UIAutomationTypes.dll

PresentationFramework.Aero2 Assembly Version: 6.0.2.0 Win32 Version: 6.0.2123.36405 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/PresentationFramework.Aero2.dll

WPFLocalizeExtension Assembly Version: 3.10.0.0 Win32 Version: n/a CodeBase:

System.Resources.ResourceManager Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Resources.ResourceManager.dll

XAMLMarkupExtensions Assembly Version: 2.1.3.0 Win32 Version: n/a CodeBase:

ControlPanel.resources Assembly Version: 1.0.0.0 Win32 Version: n/a CodeBase:

System.Windows.Controls.Ribbon Assembly Version: 6.0.2.0 Win32 Version: 6.0.2123.36405 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/System.Windows.Controls.Ribbon.dll

UIAutomationProvider Assembly Version: 6.0.2.0 Win32 Version: 6.0.2123.36405 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/UIAutomationProvider.dll

PresentationFramework-SystemXml Assembly Version: 6.0.2.0 Win32 Version: 6.0.2123.36405 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/PresentationFramework-SystemXml.dll

Microsoft.Win32.TaskScheduler Assembly Version: 2.10.1.0 Win32 Version: n/a CodeBase:

System.Diagnostics.FileVersionInfo Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Diagnostics.FileVersionInfo.dll

MaterialDesignColors Assembly Version: 2.1.2.0 Win32 Version: n/a CodeBase:

Accessibility Assembly Version: 4.0.0.0 Win32 Version: 6.0.2123.36406 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.WindowsDesktop.App/6.0.21/Accessibility.dll

System.Runtime.Serialization.Formatters Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Runtime.Serialization.Formatters.dll

System.Threading.Overlapped Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Threading.Overlapped.dll

System.Security.Cryptography.Algorithms Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Security.Cryptography.Algorithms.dll

System.Security.Cryptography.Primitives Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Security.Cryptography.Primitives.dll

System.Diagnostics.StackTrace Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Diagnostics.StackTrace.dll

System.Reflection.Metadata Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Reflection.Metadata.dll

System.Collections.Immutable Assembly Version: 6.0.0.0 Win32 Version: 6.0.2123.36311 CodeBase: file:///C:/Program%20Files/dotnet/shared/Microsoft.NETCore.App/6.0.21/System.Collections.Immutable.dll

** JIT Debugging **

  1. When right clicking on the system tray VS icon and selecting Rules, the entire app crashed.
newlooper commented 11 months ago

your json file corrupted.