rscustom / rocksmith-custom-song-toolkit

Custom song toolkit for Rocksmith and Rocksmith 2014
http://www.rscustom.net/
343 stars 80 forks source link

Warning of out of date lib when running cdlcconverter #366

Closed psoup1965 closed 2 years ago

psoup1965 commented 2 years ago

When running CLDC Converter the user is presented with a popup stating "This version of RocksmithToolkitLib.dll is no longer supported." falsely. There was a procedure that checked for a timer of age on the assembly date of the library of > 180 days. This message can be false and needs to be reconsidered if the check is really necessary since the GUI has a check for updates and I would think that a CLI run the user should be presented with a message and not a processing stopping popup.

L0FKA commented 2 years ago

It's a bit of a hacky way of doing this, but since you've commited some time to "fix" the issue I'll merge this, but there's more code to commit for me, anyway, thanks!