darealshinji / delaycut

cuts and corrects delay in ac3 and dts files
GNU General Public License v3.0
33 stars 4 forks source link

macOS 10.12.2 .app/.7z permission issues? #6

Closed racoiaws closed 2 years ago

racoiaws commented 7 years ago

Opening delaycut.app from delaycut-1.4.3.9-mac10.12.7z results in an error: "The application “delaycut” can’t be opened."

I was able to run the delaycut.app/Contents/MacOS/delaycut executable after chmod +x delaycut.app/Contents/MacOS/delaycut, but opening the .app still showed the error.

darealshinji commented 7 years ago

This is the first time someone reports that the macOS version isn't working. Unfortunately I can't help much since I don't have macOS. The macOS build was made by @Selur.

Selur commented 6 years ago

Sorry, on a trip in China atm. and can't access my mac atm. Will try to remember the problem and look into it at the start of November.

JessePeden commented 6 years ago

Opening delaycut.app from delaycut-1.4.3.9-mac10.12.7z results in an error: "The application “delaycut” can’t be opened."

I was able to run the delaycut.app/Contents/MacOS/delaycut executable after chmod +x delaycut.app/Contents/MacOS/delaycut, but opening the .app still showed the error.

It's a little late, and you may have already figured it out but, if you just run chmod +x on the .app (just like you did for the binary inside of it) it will allow you to run the .app directly without an error.

racoiaws commented 6 years ago

IIRC chmod +x on the .app didn't work for me, that's why I dived into its contents, but that was a long time ago. Thanks anyway.

I assume 7zip strips some things and distributing the macOS app in a traditional .dmg archive instead of a .7z should do the work.

JessePeden commented 6 years ago

Gotcha. I only posted that last night because I ran into the issue on macOS Mojave with the 1.4.3.9 version on delaycut, and had to use chmod +x on both the .app and binary to get it working.

I didn't know there even was a Mac version until last night. I used delaycut about 10+ years ago but was the Windows version, and had just used Wineskin to run it on macOS. Now I don't have to do that.