-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Attachments:
Reactions are currently unavailable