gibaBR / Switch-Backup-Manager

Complete Switch Backups management tool
375 stars 54 forks source link

Unable to process 'Scene' NSP releases #45

Closed Stone-D closed 6 years ago

Stone-D commented 6 years ago

[ERROR] at Switch_Backup_Manager.Util.GetFileDataNSP(String file)

Tested not working with: 0003 - Sonic Mania (World) (En,Ja,Fr,De,Es,It) (eShop).nsp 0004 - Resident Evil Revelations 2 (World) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko,Ru) (eShop).nsp 0054 - Unepic (World) (En,Fr,De,Es,It,Pt,Ru) (eShop).nsp 0102 - Bomber Crew (USA, Europe) (En,Fr,De,Es,Ru) (eShop).nsp Plus ALL ACA NEOGEO, and ALL Arcade Archives releases.

All acquired via Telegram.

Also tested with XCI Explorer 1.4.0 and 1.4.1 - also not working.

Logs:

2018-08-25 16:39:20.726 [INFO] Adding 1 files on local Eshop database. 2018-08-25 16:39:20.740 [INFO] Adding NSP file: 0102 - Bomber Crew (USA, Europe) (En,Fr,De,Es,Ru) (eShop) 2018-08-25 16:39:20.750 [DEBUG] Analyzing xml file. 2018-08-25 16:39:20.757 [DEBUG] Analyzing xml file. 2018-08-25 16:39:20.765 [ERROR] at Switch_Backup_Manager.Util.GetFileDataNSP(String file) 2018-08-25 16:39:20.771 [INFO] Finished adding files. Total time was 00:00.03. 2018-08-25 16:39:20.779 [DEBUG] searching for 01007900080B6000 on database. 2018-08-25 16:39:20.785 [INFO] 01007900080B6000 was already on database. Ignoring.

2018-08-25 16:39:39.166 [INFO] Adding 1 files on local Eshop database. 2018-08-25 16:39:39.173 [INFO] Adding NSP file: 0004 - Resident Evil Revelations 2 (World) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko,Ru) (eShop) 2018-08-25 16:39:39.181 [DEBUG] Analyzing xml file. 2018-08-25 16:39:39.187 [DEBUG] Analyzing xml file. 2018-08-25 16:39:39.194 [ERROR] at Switch_Backup_Manager.Util.GetFileDataNSP(String file) 2018-08-25 16:39:39.202 [INFO] Finished adding files. Total time was 00:00.02. 2018-08-25 16:39:39.208 [DEBUG] searching for 010095300212A000 on database. 2018-08-25 16:39:39.214 [DEBUG] 010095300212A000 not found on database. Adding... 2018-08-25 16:39:39.221 [DEBUG] Adding element... 2018-08-25 16:39:39.226 [DEBUG] Saving xml SBM_NSP_Local.xml 2018-08-25 16:39:39.244 [DEBUG] xml saved...

sbm scene releases 01 sbm scene releases 02

garoxas commented 6 years ago

can you try this fix before I submit a PR to the main repo? https://mega.nz/#!4J9EDIqR!4gWLzx8NBlFNM4IeI9Vs3llzFMnsnqCl99lMt0nRtUM

I only have ACA NEOGEO and Arcade Archives NSP from scene release for me to test and it works with them now just for fun, also tested ACA NEOGEO and Arcade Archives NSP downloaded using CDNSP and no issue with them as well

Stone-D commented 6 years ago

Confirmed, tested with the following:

0004 - Resident Evil Revelations 2 (World) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko,Ru) (eShop).nsp
0257 - Shape of the world (USA, Europe) (eShop).nsp
0284 - BLEED (USA, Europe) (En,Fr,De,Es,It) (eShop).nsp
0288 - Bridge Constructor Portal (USA) (eShop).nsp
0305 - Fairune Collection (World) (En,Ja) (eShop).nsp
0314 - GUNBIRD for Nintendo Switch (World) (En,Ja) (eShop).nsp
0315 - GUNBIRD 2 for Nintendo Switch (World) (En,Ja) (eShop).nsp
0319 - Human Resource Machine (USA) (eShop).nsp
0326 - JYDGE (USA, Europe) (eShop).nsp
0337 - LIMBO (USA, Europe) (En,Ja,Fr,De,Es,It,Pt,Ru) (eShop).nsp

Cheers!

gibaBR commented 6 years ago

Thank you guys. Gonna take a look tomorrow.

Em sex, 31 de ago de 2018 22:07, Stone-D notifications@github.com escreveu:

Confirmed, tested with the following:

0004 - Resident Evil Revelations 2 (World) (En,Ja,Fr,De,Es,It,Pt,Zh,Ko,Ru) (eShop).nsp 0257 - Shape of the world (USA, Europe) (eShop).nsp 0284 - BLEED (USA, Europe) (En,Fr,De,Es,It) (eShop).nsp 0288 - Bridge Constructor Portal (USA) (eShop).nsp 0305 - Fairune Collection (World) (En,Ja) (eShop).nsp 0314 - GUNBIRD for Nintendo Switch (World) (En,Ja) (eShop).nsp 0315 - GUNBIRD 2 for Nintendo Switch (World) (En,Ja) (eShop).nsp 0319 - Human Resource Machine (USA) (eShop).nsp 0326 - JYDGE (USA, Europe) (eShop).nsp 0337 - LIMBO (USA, Europe) (En,Ja,Fr,De,Es,It,Pt,Ru) (eShop).nsp

Cheers!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gibaBR/Switch-Backup-Manager/issues/45#issuecomment-417822074, or mute the thread https://github.com/notifications/unsubscribe-auth/AVRl6kV6CokKq50VV1OmSLfGFAxbajTfks5uWd3GgaJpZM4WMU8h .

Stone-D commented 6 years ago

Just to clarify, confirmed working with the fix you posted. Sorry, I had just woken up, +7 GMT. :)

garoxas commented 6 years ago

PR submitted thanks @Stone-D for testing