Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Can't open rar files from GUI in Debian stretch

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
marcetm
Posts: 135
Joined: 2015-08-02 21:30

Can't open rar files from GUI in Debian stretch

#1 Post by marcetm »

Hi all,

I've got a issue with the rar files, any time I try to open a rar file I get an error "An error occurred loading the archiver. The command ended with an error" (The actual message is in spanish so what I've written here has been translated). I can extract files from the command line with:

Code: Select all

unrar x filename.rar
So I guess I have to link double click with the right action. Any one knows how?

Thanks

EDIT: dmeg says:

Code: Select all

[143822.501529] rar[32322] vsyscall attempted with vsyscall=none ip:ffffffffff600400 cs:33 sp:7ffc1ab740e8 ax:ffffffffff600400 si:0 di:7ffc1ab74108
[143822.501531] rar[32322]: segfault at ffffffffff600400 ip ffffffffff600400 sp 00007ffc1ab740e8 error 15

User avatar
eor2004
Posts: 251
Joined: 2013-10-01 22:49
Location: Puerto Rico
Has thanked: 4 times
Been thanked: 5 times

Re: Can't open rar files from GUI in Debian stretch

#2 Post by eor2004 »

Hi, do you have these packages installed on your system?:

unar
unrar-free
unrar (non-free)
p7zip
p7zip-full
p7zip-rar

If not, install these packages and try extracting the files again, good luck!
Debian 12 Gnome on a MSI H61M-P25 (B3) PC & on a Dell Latitude E6410 & HP EliteBook 8540p Laptops.
LMDE 6 on a Panasonic ToughBook CF-C1 Laptop.
Bodhi Linux 7 on a HP Compaq DC5750 Small Form Factor PC.
Windows 11 on a Intel DH55TC PC.

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Can't open rar files from GUI in Debian stretch

#3 Post by debiman »

instead of double-clicking, please right-click the file and see what the options are (and what the double-click defaults to).

marcetm
Posts: 135
Joined: 2015-08-02 21:30

Re: Can't open rar files from GUI in Debian stretch

#4 Post by marcetm »

@eor2004 installed those packages, same behaviour.

@debiman default is file manager.

Segfault
Posts: 993
Joined: 2005-09-24 12:24
Has thanked: 5 times
Been thanked: 17 times

Re: Can't open rar files from GUI in Debian stretch

#5 Post by Segfault »

Your rar executable is crashing. Try another version.

marcetm
Posts: 135
Joined: 2015-08-02 21:30

Re: Can't open rar files from GUI in Debian stretch

#6 Post by marcetm »

Segfault wrote:Your rar executable is crashing. Try another version.
It seems you're right, I've downloaded and installed the jessie version of the package rar and now I'm able to open rar files from GUI. Is it a bug? Should I report it (I don't know how)?

Thanks for helping

Segfault
Posts: 993
Joined: 2005-09-24 12:24
Has thanked: 5 times
Been thanked: 17 times

Re: Can't open rar files from GUI in Debian stretch

#7 Post by Segfault »

It is possible the crashing executable was corrupted. I do not think it is a bug, but you may want to check Debian bugs to see if someone has same issue.

marcetm
Posts: 135
Joined: 2015-08-02 21:30

Re: Can't open rar files from GUI in Debian stretch

#8 Post by marcetm »

I run

Code: Select all

apt-get clean
to remove downloaded packages. Since I had installed rar from jessie then I run:

Code: Select all

apt-get update && apt-get upgrade
to force download rar package again but it leads to the same issue described before. So the solution for now is to maintain rar in jessie version until there will be a newer one for stretch.

Thanks

Post Reply