ividyon / WitchyBND

Unpacks/repacks FromSoftware archive formats and serializes FromSoftware data formats.
Other
102 stars 10 forks source link

Problem when unpacking item.msgbnd.dcx #15

Closed ivanp93m closed 11 months ago

ivanp93m commented 11 months ago

When I try to unpack item.msgbnd.dcx I have this error

D:\SteamLibrary\steamapps\common\Sekiro\KoR5\msg\zhocn\item.msgbnd.dcx: Unhandled exception: Please inform the author by providing the following text: System.FormatException: Unknown DCX format. at SoulsFormats.DCX.Decompress(BinaryReaderEx br, Type& type) in ./SoulsFormats/Formats/DCX.cs:line 160 at SoulsFormats.SFUtil.GetDecompressedBR(BinaryReaderEx br, Type& compression) in ./SoulsFormats/Util/SFUtil.cs:line 213 at SoulsFormats.SoulsFile`1.Is(String path) in ./SoulsFormats/Util/SoulsFile.cs:line 48 at WitchyBND.Parsers.WPARAMBND3.Is(String path) in ./WitchyBND/Parsers/Binder/WPARAMBND3.cs:line 45 at WitchyBND.CliModes.ParseMode.ParseFiles(List`1 paths, Boolean recursive) in ./WitchyBND/CliModes/ParseMode.cs:line 44

ividyon commented 11 months ago

I cannot reproduce this with my Sekiro install. This "KoR5" folder sounds like some kind of mod, which could be doing small header edits to make tools like Witchy fail their extraction (by lightly corrupting the content). The vanilla zhocn msgbnd opens fine.

ivanp93m commented 11 months ago

Yes KoR5 its a mod, I can do something to fix it?