jakcron / nstool

General purpose read/extract tool for Nintendo Switch file formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant extract Mario Kart 8 Update 2.0.0 nsp

CodeF53 opened this issue · comments

I am on windows using NSTool v1.6.3,

This is the command I am using:

nstool.exe -k prod.keys --fstree "MK8 UPDATE 2.0.0.nsp"

This is thew error I get

[nn::hac::PartitionFsMetaGenerator ERROR] sPfsFile entry had unexpected data offset.
commented

That error occurs when the NSP's underlying PFS0 structure wasn't correct.

What tool was that NSP generated with?

commented

This should be fixed in v1.6.4.

Please download a copy from the release page.

https://github.com/jakcron/nstool/releases/tag/v1.6.4

Thanks!