Awoo-Installer
Awoo-Installer copied to clipboard
Many NSZ games installing as corrupted
Around 50% of games in NSZ format will not install. Games include Return of the Obra Dinn and Disco Elysium and were compressed from NSP with NSCBuilder 1.01b. Games install fine using DBI.
Issue is in outdated libzstd and error in decompression loop. Check nsz.py for example of correct zstd decompression.
@duckbill007 which piece is using the outdated libzstd library? Awoo-Installer or nicoboss/nsz? Your answer is not clear where the problem lies or how to fix it.
Nicoboss' nsz uses system library, which is usually 1.5.0+ Awoo uses library from DKP which is 1.4.1
@Huntereb, do you have plans to update the libzstd library used in Awoo-Installer?