akorb / SteamShutdown

Automatic shutdown after Steam download(s) has finished.
MIT License
362 stars 28 forks source link

Crash on startup (v2.3.5) #39

Closed troy0h closed 3 years ago

troy0h commented 3 years ago
30/06/2021 23:37:02: System.TypeInitializationException: The type initializer for 'SteamShutdown.Steam' threw an exception. ---> Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: 'Newtonsoft.Json.Linq.JValue' does not contain a definition for 'ContainsKey'
   at CallSite.Target(Closure , CallSite , Object , String )
   at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
   at SteamShutdown.Steam.GetLibraryPaths(String installationPath)
   at SteamShutdown.Steam..cctor()
   --- End of inner exception stack trace ---
   at SteamShutdown.Steam.add_AppInfoChanged(AppInfoChangedEventHandler value)
   at SteamShutdown.CustomApplicationContext..ctor()
   at `SteamShutdown.SteamShutdown.Main()

v2.3.4 works fine

troy0h commented 3 years ago

Oh, I've just seen that this is already a known issue, ill close this one