-
Notifications
You must be signed in to change notification settings - Fork 5
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
Extraction probleam #1
Comments
I am getting the exact same problem too. |
Is this with a build from the crypto branch or master? The crypto branch is the most up to date, if that has issues I will look into them. |
Im downloaded from ppm, I cant compile master and crypto with vs2015. |
The crypto branch has a cmake configuration, run it through cmake and it will generate a solution for msvc. |
Yeah, because you need to build crypto++ first and then point cmake at it with those variables. |
Any chance to send compiled version to me sir ? If is possible. |
When I try --extract --file (fileid) program says "generates an ID conflict with existing entry" but if I add --game ra2 says this time "Extraction failed" with crypto branch. When I use --list command list 7818 file but only export nealry 3000 file. |
Hmm, its been a while since i built and tested this, I'm busy with other projects at the moment, but I'll look into it when I get chance. If you figure it out in the mean time, feel free to submit a pull request. |
Okay thanks again. I'll hipe you can find a time for looking code again. If I find usefull anything I'll send pull request. |
I cant figure out but I suppose this probleam happening because of blowfish.This can be right ? If mix file protected with blowfish maybe program cannot reverse id to file but still I can extract files of %50. |
Are the extracted files correct? If so then it can't be an issue with blowfish because if it was you would get nothing or garbage extracted. Blowfish protects the header and if it can decrypt part of the header it can decrypt it all as the key doesn't change. |
Yes files are correct, when I try only use --extract command extract files 1000+/1385 but still few files missing. |
Any progress on this? I'm having the exact same issues. I also had to add
|
Variadic macros have absolutely nothing to do with that error, it just doesn't like the CRC table being signed and filled with hex values that the compiler is treating as unsigned. I've not made any attempt at fixing the issue BTW, this project can be considered unmaintained for now, as I don't have time to look into it. |
When I try --extract --file all program says "generates an ID conflict with existing entry" but if I add --game ra2 says this time "Extraction failed" how can I fix thath.
The text was updated successfully, but these errors were encountered: