Error with 7Zip JBinding

All your suggestions, requests and ideas for future development
Post Reply
orcoboi
Posts: 7
Joined: 18 Oct 2018, 20:11

Error with 7Zip JBinding

Post by orcoboi »

While trying to open a .rar file, filebot throws the usual

Code: Select all

net.sf.sevenzipjbinding.SevenZipException: Archive file can't be opened with none of the registered codecs
.
The details of the file are as follows:
Name: INSULT ORDER ~Cocky Cat Girls' Pleasure Corruption is on the Menu~ ver.1.03 [English-Uncen].rar
Size: 2.22 GB
File format: .rar
Password: None

Opening the file and extracting with standard 7Zip works fine.

The system specs are as follows:
7-Zip-JBinding: 9.20
JRE: OpenJDK Runtime Environment 11.0.2
JVM: 64-bit OpenJDK 64-Bit Server VM

I don't know if it's because of the ~ in the title or because of the size, or for some other reason.
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error with 7Zip JBinding

Post by rednoah »

Probably for some other reason. Not all rar files are made equal. The built-in 7z 9.20 native bindings may not handle the latest rar formats well.

You can configure FileBot to use the 7z command-line tools installed on your system:
viewtopic.php?f=3&t=6311
:idea: Please read the FAQ and How to Request Help.
Post Reply