akorb / SteamShutdown

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

crash on startup #24

Closed byzod closed 2 years ago

byzod commented 4 years ago
System.TypeInitializationException: “SteamShutdown.Steam”的类型初始值设定项引发异常。 ---> System.FormatException: 输入字符串的格式不正确。
   在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   在 System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   在 CallSite.Target(Closure , CallSite , Type , Object )
   在 System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
   在 SteamShutdown.Steam.JsonToAppInfo(Object json)
   在 System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
   在 SteamShutdown.Steam.FileToAppInfo(String filename)
   在 SteamShutdown.Steam.UpdateAppInfos()
   在 SteamShutdown.Steam..cctor()
   --- 内部异常堆栈跟踪的结尾 ---
   在 SteamShutdown.Steam.add_AppInfoChanged(AppInfoChangedEventHandler value)
   在 SteamShutdown.CustomApplicationContext..ctor()
   在 SteamShutdown.Program.Main()

Win10, x64

akorb commented 4 years ago

Thanks for your report.

Can you please send me the following files in a zip? (don't worry, they don't contain personal information):

...\Steam\steamapps\appmanifest_*.acf

akorb commented 3 years ago

Does this problem persist? Could you send me you *.acf files please, then?