Hi there, I'm having an issue where the exe appears for a second in the system tray and then disappears. My Event Viewer has the following error:
Application: EliteChroma.exe
CoreCLR Version: 5.0.721.25508
.NET Version: 5.0.7
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentException: '2' cannot be greater than 1.
at System.Math.ThrowMinMaxException[T](T min, T max)
at EliteFiles.Graphics.GuiColourMatrixEntry..ctor(Double r, Double g, Double b) in D:\Dev\GitHub\poveden\EliteChroma\src\EliteFiles\Graphics\GuiColourMatrixEntry.cs:line 26
at EliteFiles.Graphics.GuiColourMatrixEntry.FromXml(XElement xml) in D:\Dev\GitHub\poveden\EliteChroma\src\EliteFiles\Graphics\GuiColourMatrixEntry.cs:line 52
at EliteFiles.Graphics.GuiColourMatrix.FromXml(XElement xml) in D:\Dev\GitHub\poveden\EliteChroma\src\EliteFiles\Graphics\GuiColourMatrix.cs:line 57
at EliteFiles.Graphics.GuiColourDictionary.FromXml(XElement xml) in D:\Dev\GitHub\poveden\EliteChroma\src\EliteFiles\Graphics\GuiColourDictionary.cs:line 32
at EliteFiles.Graphics.GraphicsConfig.FromFile(String path) in D:\Dev\GitHub\poveden\EliteChroma\src\EliteFiles\Graphics\GraphicsConfig.cs:line 55
at EliteFiles.Graphics.GraphicsConfigWatcher.<Reload>b__15_1() in D:\Dev\GitHub\poveden\EliteChroma\src\EliteFiles\Graphics\GraphicsConfigWatcher.cs:line 108
at EliteFiles.Internal.FileOperations.RetryIfNull[T](Func`1 action, Int32 retries) in D:\Dev\GitHub\poveden\EliteChroma\src\EliteFiles\Internal\FileOperations.cs:line 11
at EliteFiles.Graphics.GraphicsConfigWatcher.Reload() in D:\Dev\GitHub\poveden\EliteChroma\src\EliteFiles\Graphics\GraphicsConfigWatcher.cs:line 107
at EliteFiles.Graphics.GraphicsConfigWatcher.Start() in D:\Dev\GitHub\poveden\EliteChroma\src\EliteFiles\Graphics\GraphicsConfigWatcher.cs:line 58
at EliteChroma.Elite.GameStateWatcher.Start() in D:\Dev\GitHub\poveden\EliteChroma\src\EliteChroma.Core\Elite\GameStateWatcher.cs:line 97
at EliteChroma.Core.ChromaController.Start() in D:\Dev\GitHub\poveden\EliteChroma\src\EliteChroma.Core\ChromaController.cs:line 106
at EliteChroma.AppContext.CycleChromaController(AppSettings settings) in D:\Dev\GitHub\poveden\EliteChroma\src\EliteChroma\AppContext.cs:line 154
at EliteChroma.AppContext.Start() in D:\Dev\GitHub\poveden\EliteChroma\src\EliteChroma\AppContext.cs:line 68
at EliteChroma.Program.Main() in D:\Dev\GitHub\poveden\EliteChroma\src\EliteChroma\Program.cs:line 38
Would love this to work
