file-roller: An error occurred while loading the archive (Zip/7z)
As I don't use GUI for archive extraction much, I don't know since when this error I am getting:
An error occurred while loading the archive.
This error I get while trying to open an ordinary Zip and / or 7z archives, but I care only about Zip in this question.
I am able to open tar.bz2 and tar.gz files, though.
As a side note: This is particularly annoying as I started using Thunderbird for mail and so I intend to open all attachments in GUI.
OS and DE: Linux Mint 18.1 Cinnamon 64-bit.
Version of Archive manager for GNOME:
/usr/bin/file-roller --version
file-roller 3.16.5, Copyright © 2001-2012 Free Software Foundation, Inc.
Example:
A file downloaded from GitHub from this page as Zip: TrueColour.md
For convenience renamed to truecolor.zip
.
file truecolor.zip
says it is an ordinary Zip archive:
truecolor.zip: Zip archive data, at least v1.0 to extract
file-roller truecolor.zip
run from terminal says the above error message with no output to the terminal.
Sure though, I am able to decompress it with:
unzip truecolor.zip
with output:
Archive: truecolor.zip
f8e6e08a0f0d3ad09e599a4f17edc010d38e4ec8
creating: 8346728-f8e6e08a0f0d3ad09e599a4f17edc010d38e4ec8/
inflating: 8346728-f8e6e08a0f0d3ad09e599a4f17edc010d38e4ec8/TrueColour.md
EDIT1:
I have managed to get some, possibly useful, debug info using:
strace -t -f file-roller truecolor.zip 2> fileroller-open-zip-strace
As it is rather lengthy, it won't fit into Pastebin, so I have compressed it, SHA-256 hash follows:
4f09bc1f16c0e618cfd6937946db23a18be8e5e1fb1b8d4930ead49af5e77abb
You may download it from my hosting:
https://www.vlastimilburian.cz/fileroller-open-zip-strace.bz2
The above file has been deleted.
If someone knows what to look for in the strace
's output, I am sure he / she would find the relevant part, but I sadly don't know what to look for.
EDIT2:
Latest available version on GitHub, compiled:
./file-roller --version
file-roller 3.22.2, Copyright © 2001-2012 Free Software Foundation, Inc.
run from terminal:
./file-roller ~/Downloads/truecolor.zip
shows the very same error message:
An error occurred while loading the archive.
zip archive strace 7z file-roller
add a comment |
As I don't use GUI for archive extraction much, I don't know since when this error I am getting:
An error occurred while loading the archive.
This error I get while trying to open an ordinary Zip and / or 7z archives, but I care only about Zip in this question.
I am able to open tar.bz2 and tar.gz files, though.
As a side note: This is particularly annoying as I started using Thunderbird for mail and so I intend to open all attachments in GUI.
OS and DE: Linux Mint 18.1 Cinnamon 64-bit.
Version of Archive manager for GNOME:
/usr/bin/file-roller --version
file-roller 3.16.5, Copyright © 2001-2012 Free Software Foundation, Inc.
Example:
A file downloaded from GitHub from this page as Zip: TrueColour.md
For convenience renamed to truecolor.zip
.
file truecolor.zip
says it is an ordinary Zip archive:
truecolor.zip: Zip archive data, at least v1.0 to extract
file-roller truecolor.zip
run from terminal says the above error message with no output to the terminal.
Sure though, I am able to decompress it with:
unzip truecolor.zip
with output:
Archive: truecolor.zip
f8e6e08a0f0d3ad09e599a4f17edc010d38e4ec8
creating: 8346728-f8e6e08a0f0d3ad09e599a4f17edc010d38e4ec8/
inflating: 8346728-f8e6e08a0f0d3ad09e599a4f17edc010d38e4ec8/TrueColour.md
EDIT1:
I have managed to get some, possibly useful, debug info using:
strace -t -f file-roller truecolor.zip 2> fileroller-open-zip-strace
As it is rather lengthy, it won't fit into Pastebin, so I have compressed it, SHA-256 hash follows:
4f09bc1f16c0e618cfd6937946db23a18be8e5e1fb1b8d4930ead49af5e77abb
You may download it from my hosting:
https://www.vlastimilburian.cz/fileroller-open-zip-strace.bz2
The above file has been deleted.
If someone knows what to look for in the strace
's output, I am sure he / she would find the relevant part, but I sadly don't know what to look for.
EDIT2:
Latest available version on GitHub, compiled:
./file-roller --version
file-roller 3.22.2, Copyright © 2001-2012 Free Software Foundation, Inc.
run from terminal:
./file-roller ~/Downloads/truecolor.zip
shows the very same error message:
An error occurred while loading the archive.
zip archive strace 7z file-roller
add a comment |
As I don't use GUI for archive extraction much, I don't know since when this error I am getting:
An error occurred while loading the archive.
This error I get while trying to open an ordinary Zip and / or 7z archives, but I care only about Zip in this question.
I am able to open tar.bz2 and tar.gz files, though.
As a side note: This is particularly annoying as I started using Thunderbird for mail and so I intend to open all attachments in GUI.
OS and DE: Linux Mint 18.1 Cinnamon 64-bit.
Version of Archive manager for GNOME:
/usr/bin/file-roller --version
file-roller 3.16.5, Copyright © 2001-2012 Free Software Foundation, Inc.
Example:
A file downloaded from GitHub from this page as Zip: TrueColour.md
For convenience renamed to truecolor.zip
.
file truecolor.zip
says it is an ordinary Zip archive:
truecolor.zip: Zip archive data, at least v1.0 to extract
file-roller truecolor.zip
run from terminal says the above error message with no output to the terminal.
Sure though, I am able to decompress it with:
unzip truecolor.zip
with output:
Archive: truecolor.zip
f8e6e08a0f0d3ad09e599a4f17edc010d38e4ec8
creating: 8346728-f8e6e08a0f0d3ad09e599a4f17edc010d38e4ec8/
inflating: 8346728-f8e6e08a0f0d3ad09e599a4f17edc010d38e4ec8/TrueColour.md
EDIT1:
I have managed to get some, possibly useful, debug info using:
strace -t -f file-roller truecolor.zip 2> fileroller-open-zip-strace
As it is rather lengthy, it won't fit into Pastebin, so I have compressed it, SHA-256 hash follows:
4f09bc1f16c0e618cfd6937946db23a18be8e5e1fb1b8d4930ead49af5e77abb
You may download it from my hosting:
https://www.vlastimilburian.cz/fileroller-open-zip-strace.bz2
The above file has been deleted.
If someone knows what to look for in the strace
's output, I am sure he / she would find the relevant part, but I sadly don't know what to look for.
EDIT2:
Latest available version on GitHub, compiled:
./file-roller --version
file-roller 3.22.2, Copyright © 2001-2012 Free Software Foundation, Inc.
run from terminal:
./file-roller ~/Downloads/truecolor.zip
shows the very same error message:
An error occurred while loading the archive.
zip archive strace 7z file-roller
As I don't use GUI for archive extraction much, I don't know since when this error I am getting:
An error occurred while loading the archive.
This error I get while trying to open an ordinary Zip and / or 7z archives, but I care only about Zip in this question.
I am able to open tar.bz2 and tar.gz files, though.
As a side note: This is particularly annoying as I started using Thunderbird for mail and so I intend to open all attachments in GUI.
OS and DE: Linux Mint 18.1 Cinnamon 64-bit.
Version of Archive manager for GNOME:
/usr/bin/file-roller --version
file-roller 3.16.5, Copyright © 2001-2012 Free Software Foundation, Inc.
Example:
A file downloaded from GitHub from this page as Zip: TrueColour.md
For convenience renamed to truecolor.zip
.
file truecolor.zip
says it is an ordinary Zip archive:
truecolor.zip: Zip archive data, at least v1.0 to extract
file-roller truecolor.zip
run from terminal says the above error message with no output to the terminal.
Sure though, I am able to decompress it with:
unzip truecolor.zip
with output:
Archive: truecolor.zip
f8e6e08a0f0d3ad09e599a4f17edc010d38e4ec8
creating: 8346728-f8e6e08a0f0d3ad09e599a4f17edc010d38e4ec8/
inflating: 8346728-f8e6e08a0f0d3ad09e599a4f17edc010d38e4ec8/TrueColour.md
EDIT1:
I have managed to get some, possibly useful, debug info using:
strace -t -f file-roller truecolor.zip 2> fileroller-open-zip-strace
As it is rather lengthy, it won't fit into Pastebin, so I have compressed it, SHA-256 hash follows:
4f09bc1f16c0e618cfd6937946db23a18be8e5e1fb1b8d4930ead49af5e77abb
You may download it from my hosting:
https://www.vlastimilburian.cz/fileroller-open-zip-strace.bz2
The above file has been deleted.
If someone knows what to look for in the strace
's output, I am sure he / she would find the relevant part, but I sadly don't know what to look for.
EDIT2:
Latest available version on GitHub, compiled:
./file-roller --version
file-roller 3.22.2, Copyright © 2001-2012 Free Software Foundation, Inc.
run from terminal:
./file-roller ~/Downloads/truecolor.zip
shows the very same error message:
An error occurred while loading the archive.
zip archive strace 7z file-roller
zip archive strace 7z file-roller
edited 18 mins ago
Vlastimil
asked Nov 24 '16 at 5:51
VlastimilVlastimil
8,0491463137
8,0491463137
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
I had to self-compile the p7zip
package, now everything works as usual.
I tried purging p7zip-full
and installing it back, but that didn't do anything, I still wonder why. Nevermind, solution was to build the package myself, I should have done that long time ago.
add a comment |
I had this same error on a new install of Linux Mint 18.1 Cinnamon trying to open files I'd created with an older version of Mint (14?). I discovered that I only had the "light" version installed with the distro and had to install "p7zip-full" to get encryption support. Did that and the files open as they should now.
add a comment |
I had the same problem as you.
Finally, I've found an old 7z
shell script in bin
directory, that claimed to launch the 7z
executable from an incorrect path.
After removing this wrong script, the problem was solved.
So, check your shell aliases and personal shell scripts, in order to discover any error concerning programs used by file-roller
application to manage the archive file types.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f325641%2ffile-roller-an-error-occurred-while-loading-the-archive-zip-7z%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had to self-compile the p7zip
package, now everything works as usual.
I tried purging p7zip-full
and installing it back, but that didn't do anything, I still wonder why. Nevermind, solution was to build the package myself, I should have done that long time ago.
add a comment |
I had to self-compile the p7zip
package, now everything works as usual.
I tried purging p7zip-full
and installing it back, but that didn't do anything, I still wonder why. Nevermind, solution was to build the package myself, I should have done that long time ago.
add a comment |
I had to self-compile the p7zip
package, now everything works as usual.
I tried purging p7zip-full
and installing it back, but that didn't do anything, I still wonder why. Nevermind, solution was to build the package myself, I should have done that long time ago.
I had to self-compile the p7zip
package, now everything works as usual.
I tried purging p7zip-full
and installing it back, but that didn't do anything, I still wonder why. Nevermind, solution was to build the package myself, I should have done that long time ago.
answered Oct 28 '17 at 11:22
VlastimilVlastimil
8,0491463137
8,0491463137
add a comment |
add a comment |
I had this same error on a new install of Linux Mint 18.1 Cinnamon trying to open files I'd created with an older version of Mint (14?). I discovered that I only had the "light" version installed with the distro and had to install "p7zip-full" to get encryption support. Did that and the files open as they should now.
add a comment |
I had this same error on a new install of Linux Mint 18.1 Cinnamon trying to open files I'd created with an older version of Mint (14?). I discovered that I only had the "light" version installed with the distro and had to install "p7zip-full" to get encryption support. Did that and the files open as they should now.
add a comment |
I had this same error on a new install of Linux Mint 18.1 Cinnamon trying to open files I'd created with an older version of Mint (14?). I discovered that I only had the "light" version installed with the distro and had to install "p7zip-full" to get encryption support. Did that and the files open as they should now.
I had this same error on a new install of Linux Mint 18.1 Cinnamon trying to open files I'd created with an older version of Mint (14?). I discovered that I only had the "light" version installed with the distro and had to install "p7zip-full" to get encryption support. Did that and the files open as they should now.
edited Feb 27 '17 at 20:19
countermode
5,23842043
5,23842043
answered Feb 27 '17 at 19:39
DaveDave
1
1
add a comment |
add a comment |
I had the same problem as you.
Finally, I've found an old 7z
shell script in bin
directory, that claimed to launch the 7z
executable from an incorrect path.
After removing this wrong script, the problem was solved.
So, check your shell aliases and personal shell scripts, in order to discover any error concerning programs used by file-roller
application to manage the archive file types.
add a comment |
I had the same problem as you.
Finally, I've found an old 7z
shell script in bin
directory, that claimed to launch the 7z
executable from an incorrect path.
After removing this wrong script, the problem was solved.
So, check your shell aliases and personal shell scripts, in order to discover any error concerning programs used by file-roller
application to manage the archive file types.
add a comment |
I had the same problem as you.
Finally, I've found an old 7z
shell script in bin
directory, that claimed to launch the 7z
executable from an incorrect path.
After removing this wrong script, the problem was solved.
So, check your shell aliases and personal shell scripts, in order to discover any error concerning programs used by file-roller
application to manage the archive file types.
I had the same problem as you.
Finally, I've found an old 7z
shell script in bin
directory, that claimed to launch the 7z
executable from an incorrect path.
After removing this wrong script, the problem was solved.
So, check your shell aliases and personal shell scripts, in order to discover any error concerning programs used by file-roller
application to manage the archive file types.
edited Mar 9 '17 at 3:25
Vlastimil
8,0491463137
8,0491463137
answered Jan 24 '17 at 18:14
entropikaentropika
12
12
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f325641%2ffile-roller-an-error-occurred-while-loading-the-archive-zip-7z%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown