Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with overlay #2

Open
GoogleCodeExporter opened this issue May 21, 2015 · 1 comment
Open

Problem with overlay #2

GoogleCodeExporter opened this issue May 21, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant