I recently discovered this utility and I love it. I had some issues with the .NET runtime. The utility was throwing exceptions because I did not have .NET 4.0 installed. I downloaded the project and updated the solution to build with .NET 4.8 and was able to run it without issue. This project has been largely unchanged since you started the source code. Have you considered updating the dependencies? Right now it is using older version of .NET runtime, NewtonSoft, RocksmithToolkitLib, and other dependencies. I started updating dependencies in a local branch, but I wanted to check if you have started anything on your side before I get too far.
I recently discovered this utility and I love it. I had some issues with the .NET runtime. The utility was throwing exceptions because I did not have .NET 4.0 installed. I downloaded the project and updated the solution to build with .NET 4.8 and was able to run it without issue. This project has been largely unchanged since you started the source code. Have you considered updating the dependencies? Right now it is using older version of .NET runtime, NewtonSoft, RocksmithToolkitLib, and other dependencies. I started updating dependencies in a local branch, but I wanted to check if you have started anything on your side before I get too far.