uakfdotb / umpqx

MPQ for Linux
GNU General Public License v3.0
17 stars 6 forks source link

It doesn't extract anything for me #1

Open falzard opened 7 years ago

falzard commented 7 years ago

If I try to extract a MPQ, it says: Loading list file [listfile.txt] Loading MPQ [patch-enUS-3.MPQ]

And that's all. There is nothing but attributes and listfiles in the working directory.

uakfdotb commented 7 years ago

Does the directory "working" exist (or the directory in the argument to -w)? Also is there anything else when you run with -d (for debug mode)? Providing a link to obtain the MPQ file would be useful.

falzard commented 7 years ago

Yes the directory exists. With -d it just says:

Loading file [Yellow_Star.blp]

And tons of other game files. They are "loaded" but are nowhere to be found in the directory.

Well the MPQ is from World Of Warcraft. I would need to upload it and it's quite big. Tell me if it's needed, I'll find a small one.

uakfdotb commented 7 years ago

If it has "Loading file" without a corresponding "Found file", then it means the call to SFileOpenFileEx to open the file from the MPQ failed. If you could provide a smaller MPQ that has the same issue then that would be helpful.

falzard commented 7 years ago

I guess it's because of the big MPQ size. There is a size limit but I don't know how big it is.

Anyway, I made everything work.