gibaBR / Switch-Backup-Manager

Complete Switch Backups management tool
372 stars 54 forks source link

System.Version.VersionResult.SetFailure #42

Closed alaindesjardins closed 5 years ago

alaindesjardins commented 5 years ago

I can't seem to scrape some games... not sure why but this is my first time using the tool.

2018-08-21 12:02:46.738 [INFO] Removing Title ID 0100B1F00660E000 from local database. 2018-08-21 12:02:46.755 [INFO] Removing Title ID 0100562008698000 from local database. 2018-08-21 12:02:46.772 [INFO] Removing Title ID 0100BDE00862A000 from local database. 2018-08-21 12:02:51.449 [INFO] Adding 10 files on local database 2018-08-21 12:02:52.642 [INFO] Scraping file E:\Switch\bbb-h-aejqb-cut.xci, TitleID: 0100B1F00660E000 2018-08-21 12:02:53.915 [INFO] Scraping file E:\Switch\bbb-h-acatc-cut.xci, TitleID: 0100562008698000 2018-08-21 12:02:55.201 [INFO] Scraping file E:\Switch\hr-alera-cut.xci, TitleID: 0100BDE00862A000 2018-08-21 12:02:56.642 [ERROR] at System.Version.VersionResult.SetFailure(ParseFailureKind failure, String argument) at System.Version.TryParseComponent(String component, String componentName, VersionResult& result, Int32& parsedComponent) at System.Version.TryParseVersion(String version, VersionResult& result) at System.Version.Parse(String input) at Switch_Backup_Manager.Util.GetFileData(String filepath) at Switch_Backup_Manager.Util.AddFilesFromFolder(String path, String fileType) 2018-08-21 12:02:56.663 [DEBUG] searching for 0100B1F00660E000 on database. 2018-08-21 12:02:56.681 [DEBUG] 0100B1F00660E000 not found on database. Adding... 2018-08-21 12:02:56.700 [DEBUG] Adding element... 2018-08-21 12:02:56.719 [DEBUG] Saving xml SBM_Local.xml 2018-08-21 12:02:56.740 [DEBUG] xml saved... 2018-08-21 12:02:56.759 [DEBUG] searching for 0100562008698000 on database. 2018-08-21 12:02:56.779 [DEBUG] 0100562008698000 not found on database. Adding... 2018-08-21 12:02:56.800 [DEBUG] Adding element... 2018-08-21 12:02:56.824 [DEBUG] Saving xml SBM_Local.xml 2018-08-21 12:02:56.874 [DEBUG] xml saved... 2018-08-21 12:02:56.915 [DEBUG] searching for 0100BDE00862A000 on database. 2018-08-21 12:02:56.954 [DEBUG] 0100BDE00862A000 not found on database. Adding... 2018-08-21 12:02:56.974 [DEBUG] Adding element... 2018-08-21 12:02:56.994 [DEBUG] Saving xml SBM_Local.xml 2018-08-21 12:02:57.031 [DEBUG] xml saved...

garoxas commented 5 years ago

can you narrow it down to which games failing when scraping the info? it looks like it's failing on Mario Tennis Aces (hr-alera-cut.xci), but I have that and tested it (both trimmed and untrimmed) without issue

@gibaBR looks like regression from my latest commit judging by the log file (failing at System.Version.Parse) you can wrap it in try-catch for quick fix but I was curious what was the actual problem (empty string on control.nacp? not likely)