Need help with error "uncompressed data"

Doubts, help and support about QuickBMS and other game research tools
cx910
Posts: 1
Joined: Wed Mar 23, 2022 11:35 pm

Need help with error "uncompressed data"

Post by cx910 »

I am trying to extract a .npk file from game with nxpk.bms script, and getting the following error:

Code: Select all

Error: the compressed zlib/deflate input is wrong or incomplete (-3)
Info:  algorithm   1
       offset      00000000
       input size  0x01c6d414 29807636
       output size 0x000001a1 417
       result      0xffffffff -1

Error: uncompressed data (-1) bigger than allocated buffer (29807508)
       It usually means that data is not compressed or uses another algorithm

Last script line before the error or that produced the error:
  206 clog NAME OFFSET ZSIZE SIZE FILENUM

- OFFSET       0x00000000
- ZSIZE        0x01c6d414
- SIZE         0x000001a1
  coverage file 0     3%   29807688   796778572  . offset 2f68e128
  coverage file -1  100%   29807636   29807636   . offset 01c6d414


it looks like a similar issue to viewtopic.php?t=15806&p=66319. the file size is 700+MB so not sure if that is causing the issue. the game is Onmyoji and here's a link to the file https://www.dropbox.com/s/3r5tn4il7lcz56g/res.npk?dl=0

any help on fixing the error is much appreciated.
supervergil
Posts: 1
Joined: Tue Dec 06, 2022 6:51 am

Re: Need help with error "uncompressed data"

Post by supervergil »

I got the same error as cx910
anyone has the workaround for it?
I was trying to get the Shikigami Art Image but to no avail because of the same error