Skip to content
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

Unable to create .rar files #1576

Open
geomikev opened this issue Jan 8, 2025 · 7 comments
Open

Unable to create .rar files #1576

geomikev opened this issue Jan 8, 2025 · 7 comments

Comments

@geomikev
Copy link

geomikev commented Jan 8, 2025

Configuration

  • Keka version: 1.4.6 (5542)
  • macOS version: 15.2 (build 24c101)

I am following the instructions on this webpage (https://github.com/aonez/Keka/wiki/Rar-compression) to try to create rar files and I am having no luck. I have installed both Keka and rar using Homebrew and have un-sandboxed Keka but I still am not giving an option to create a rar file from the drop down menu of file types (ie 7z, zip, tar). I have also manually downloaded the rar program and tried to copy it into /bin/rar or /usr/local/bin/rar or ~/bin/rar and I keep getting told it is a directory and I don't have permission to copy directories.

Any help would be looked upon kindly

Mike

@geomikev geomikev added the bug label Jan 8, 2025
@geomikev geomikev changed the title Unable to create war files Unable to create .rar files Jan 8, 2025
@aonez
Copy link
Owner

aonez commented Jan 9, 2025

@geomikev since your issue is copying the rar binary, you can manually create the bin folder in your user folder, or do it using the Terminal like mkdir ~/bin. Then manually copy the rar binary to that folder. That should work for you.

Otherwise I suggest you use brew if you're not familiar with the Terminal to install it. Just install brew and then do a brew install rar.

@geomikev
Copy link
Author

geomikev commented Jan 9, 2025 via email

@aonez
Copy link
Owner

aonez commented Feb 6, 2025

Sorry for the late reply. Did you solved this issue?

@geomikev
Copy link
Author

geomikev commented Feb 6, 2025 via email

@aonez
Copy link
Owner

aonez commented Feb 6, 2025

Do you want to troubleshoot it?

@geomikev
Copy link
Author

geomikev commented Feb 6, 2025 via email

@aonez
Copy link
Owner

aonez commented Feb 7, 2025

First lets check if you have the RAR binary where Keka can use it. Write this in the Terminal.app:

file /bin/rar /usr/local/bin/rar ~/bin/rar

You should see at least one of them with "Mach-O executable...". Let me know what this command outputs.

Also you can check if Keka is unsandboxed with this code (replace the path if you have Keka elsewhere):

spctl -a -vv -t execute /Applications/Keka.app

This should return "rejected". If it return "accepted" and a signature, it is not unsandboxed and you should unsandbox it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants