You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version used : DSDecmp v5 alpha 2
Hi.
I have a problem with dsdecmp to decompress an overlay file.
I have a message that say there is no compression found in the overlay but I'm
sure this file is compressed.
My command : DSDecmp overlay_0001.bin
The result : No suitable decompressor found for overlay_0001.bin.
When I debug the problem is here :
File : LZOvl.cs
Function : public override long Decompress(System.IO.Stream instream, long
inLength, System.IO.Stream outstream)
Line : 328 - outbuffer[outbuffer.Length - 1 - currentOutSize] = next;
outbuffer.Length = 9249
currentOutSize = 9249
The result of the operation is -1
Original issue reported on code.google.com by bahabulle on 24 Apr 2012 at 8:38
Original issue reported on code.google.com by
bahabulle
on 24 Apr 2012 at 8:38Attachments:
The text was updated successfully, but these errors were encountered: