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.