Errors compressing with Uberflate

Doubts, help and support about QuickBMS and other game research tools
Savage
Posts: 176
Joined: Thu Oct 02, 2014 4:58 pm

Errors compressing with Uberflate

Post by Savage »

Hi Aluigi!
I downloaded your tool, Uberflate, and i get errors in some files, i have a batch to compress multiple files and i get this:
Filename: \\.\pipe\1099611.zip
Filename: \\.\pipe\1099611.zip
Filename: \\.\pipe\542411.zip
And so on...

Any idea why crashes?

The command line i used it's:

Code: Select all

uberflate.exe filename.uncompressed file.compressed 1


Thanks!
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Errors compressing with Uberflate

Post by aluigi »

The uberflate on my website is just an algorithm without main() and executable, how are you using it?
Maybe you implemented it in your tool by calling the function with a prototype different by CDECL, for example gcc by default uses cdecl while VC uses stdcall and so on (in uberflate.h I forgot to specify __cdecl).