Version 2.0 throws an error about missing a third-party .NET component called WindowsShortcutFactory:
Could not load file or assembly 'WindowsShortcutFactory, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
App: LaunchBox
Version: 13.27
Theme: Old Default
Type: System.IO.FileNotFoundException
Site: Void MoveNext()
Source: TheGameScraper
at TheGameScraper.SteamScanner.ProcessGame(IGame game, PluginConfig config, Action`1 statusUpdater, Form owner, SteamKitClient skClient, DeferredGame deferredData)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at TheGameScraper.SteamScanner.ProcessGame(IGame game, PluginConfig config, Action`1 statusUpdater, Form owner, SteamKitClient skClient, DeferredGame deferredData)
at TheGameScraper.SteamScanner.<>c__DisplayClass35_3.<<OnSelected>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at TheGameScraper.SteamScanner.OnSelected(IGame[] selectedGames)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)