-
Notifications
You must be signed in to change notification settings - Fork 76
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
Failed to extract file. #104
Comments
So what output do you get when your run with |
You could also try the |
Option "-D 3" outputs lots of messages flashing away quickly. |
code -3 usually means that -O should work :) But I'll have to check these myself then. |
I checked the version of I'm using is "1.4". And the latest version in Github release is "1.4.3". |
The Windows version of unshield is a mess, sorry about that. |
I will try with the latest code. |
There are some fixes regarding character encoding that might be relevant when you download from .jp? |
It might not be the problem of character encoding. This error file contains only ASCII characters ("JCMAIN/jcmain.DDB"), and all the other files with similar name ("JCMAIN/jcmain.DIC") extracted with no error. |
But if you are on Windows why not just run the installer? |
The file I'm trying to extract is an update file installer. I reinstalled the OS a year ago, and some registry of installation gone with the previous OS. When I run the updator, it shows me the program is not installed. I also can't found the install disk of main program which I bought over six years ago. So I want to extract the update files and patch them manully. |
Is the size of one of the cabfiles bigger than 2GB? If so that's the problem on windows. Did you try unpacking on bsd/linux? |
@kpyrkosz jb7up.exe is 129 127 321 bytes, so that should be fine |
I had some problems getting the data2.cab from jb7up.exe but in the end I got these files and could extract them: Sizes: 513208 data1.cab MD5 sums: d79e4d1403e01828710a142c9b142eef data1.cab Output:
|
@kpyrkosz Could you provide an MS Windows build of unshield main branch for @Reminiscence0 ? |
Using parameter
|
Both builds (my fixed for windows + your master branch built with mingw) fail to extract the file with error:
Using |
Thanks a lot @kpyrkosz - very good information. Maybe this is the actual issue for @Reminiscence0? |
Windows will certainly not like the backslashes in the file name and maybe not everything else either |
Hello. I'm trying to extract cab files from an InstallShield installer.
Link: https://www.kodensha.jp/sstec/update/jb/jb7up.exe
First, I extracted the executable using isx.exe. I got data1.cab, data2.cab, etc.
Then, running "unshield -d output x data1.cab", I got a error message:
extracting: out/JCMAIN/jcmain.DDB
Failed to extract file 'jcmain.DDB'.Run unshield again with -D 3 for more information.
Am I doing something wrong? Please give me some suggestion. Thanks.
The text was updated successfully, but these errors were encountered: