Giter VIP home page Giter VIP logo

Comments (14)

OptimusGREEN avatar OptimusGREEN commented on August 15, 2024 3

Try holding ctrl then open from the context menu, the box gives an option to open anyway.

from audiobookconverter.

QuantumForced avatar QuantumForced commented on August 15, 2024 2

I have found a fix! For those still getting the 'damaged' error despite running the terminal commands in the wiki, here's how to get it to launch successfully:

  1. Download the latest release .dmg file
  2. Open terminal and paste in xattr -cr (note the required whitespace after -cr)
  3. Drag the downloaded .dmg file into the same terminal window & hit enter (nothing will happen, thats normal)
  4. Mount (double click) the same downloaded .dmg file (you should then see the app + the Applications folder)
  5. Repeat steps 2+3, but instead of dragging in the .dmg, drag in the now mounted AudiobookConverter.app file, hit enter)
  6. Drag the same mounted AudiobookConverter.app file into the Applications folder, open the Applications folder and right click > Open the AudiobookConverter app - done! (I didn't need to run the commands in the wiki at this stage)

This is what my two commands looked like for reference:
xattr -cr /Users/quantum/Downloads/AudiobookConverter-6.2.10.dmg
xattr -cr /Volumes/AudiobookConverter/AudiobookConverter.app

Typed these instructions out in layman terms in case it helps anyone

Enjoy

from audiobookconverter.

cerinawithasea avatar cerinawithasea commented on August 15, 2024 1

you might have to try this
Open Terminal enter commands

cd /Applications/AudiobookConverter.app

./Contents/MacOS/AudiobookConverter

from audiobookconverter.

novikor avatar novikor commented on August 15, 2024 1

Have a fix!
image
It was as simple as just reading the MacOS help window :D
image

Just used Control + Click on the App, then "Open". And that's all

from audiobookconverter.

krejko avatar krejko commented on August 15, 2024

I tried using the terminal commands above and received the same file is damaged error.

from audiobookconverter.

AdamMescher avatar AdamMescher commented on August 15, 2024

I'm on an Intel 2016 15-inch MBP and got the same error after downloading the .dmg and moving AudiobookConverter to the Applications directory.

I deleted the application, re-opened the downloaded .dmg file, moved AudiobookConverter to the Applications directory using the ui, and then ran the two terminal commands listed within the installation instructions listed in the wiki and I was able to successfully launch the application.

Kudos to @molonlabe88 for asking the question and @cerinawithasea for answering. It allowed me to keep going on what I wanted to get done.

from audiobookconverter.

welldunndesign avatar welldunndesign commented on August 15, 2024

After following these steps I'm met with this:

Last login: Fri Jan 19 11:43:02 on ttys001
joeldunn@Joels-MacBook-Pro ~ % cd /Applications/AudiobookConverter.app

./Contents/MacOS/AudiobookConverter
zsh: killed ./Contents/MacOS/AudiobookConverter
joeldunn@Joels-MacBook-Pro AudiobookConverter.app %

Any advice? I know nothing about using terminal so have zero clue how to troubleshoot this.

from audiobookconverter.

nathenxbrewer avatar nathenxbrewer commented on August 15, 2024

Same here. I followed the instructions to launch from the console but still get the same error saying it's damaged.
image

from audiobookconverter.

iamfree139 avatar iamfree139 commented on August 15, 2024

same here

from audiobookconverter.

nathenxbrewer avatar nathenxbrewer commented on August 15, 2024

I have found a fix! For those still getting the 'damaged' error despite running the terminal commands in the wiki, here's how to get it to launch successfully:

  1. Download the latest release .dmg file
  2. Open terminal and paste in xattr -cr (note the required whitespace after -cr)
  3. Drag the downloaded .dmg file into the same terminal window & hit enter (nothing will happen, thats normal)
  4. Mount (double click) the same downloaded .dmg file (you should then see the app + the Applications folder)
  5. Repeat steps 2+3, but instead of dragging in the .dmg, drag in the now mounted AudiobookConverter.app file, hit enter)
  6. Drag the same mounted AudiobookConverter.app file into the Applications folder, open the Applications folder and right click > Open the AudiobookConverter app - done! (I didn't need to run the commands in the wiki at this stage)

This is what my two commands looked like for reference: xattr -cr /Users/quantum/Downloads/AudiobookConverter-6.2.10.dmg xattr -cr /Volumes/AudiobookConverter/AudiobookConverter.app

Typed these instructions out in layman terms in case it helps anyone

Enjoy

This aligns with what I've found when recently installing some macOS apps from....other sources. They include a script titled "Open Gatekeeper friendly" that executes these commands for you and allows you to drag the app into your application folder, bypassing Gatekeeper. It seems macOS likes to pretend that the install file is 'damaged' when in reality it's blocking the install.

image

from audiobookconverter.

QuantumForced avatar QuantumForced commented on August 15, 2024

I have found a fix! For those still getting the 'damaged' error despite running the terminal commands in the wiki, here's how to get it to launch successfully:

  1. Download the latest release .dmg file
  2. Open terminal and paste in xattr -cr (note the required whitespace after -cr)
  3. Drag the downloaded .dmg file into the same terminal window & hit enter (nothing will happen, thats normal)
  4. Mount (double click) the same downloaded .dmg file (you should then see the app + the Applications folder)
  5. Repeat steps 2+3, but instead of dragging in the .dmg, drag in the now mounted AudiobookConverter.app file, hit enter)
  6. Drag the same mounted AudiobookConverter.app file into the Applications folder, open the Applications folder and right click > Open the AudiobookConverter app - done! (I didn't need to run the commands in the wiki at this stage)

This is what my two commands looked like for reference: xattr -cr /Users/quantum/Downloads/AudiobookConverter-6.2.10.dmg xattr -cr /Volumes/AudiobookConverter/AudiobookConverter.app
Typed these instructions out in layman terms in case it helps anyone
Enjoy

This aligns with what I've found when recently installing some macOS apps from....other sources. They include a script titled "Open Gatekeeper friendly" that executes these commands for you and allows you to drag the app into your application folder, bypassing Gatekeeper. It seems macOS likes to pretend that the install file is 'damaged' when in reality it's blocking the install.

image

It looks like the command used by the group in question is sudo xattr -rd com.apple.quarantine drag_here_the.app, I just tried this command instead of the one I previously suggested (although with this one I had to right click > open twice before it would allow me to actually open) and they both appear to get AudioBookConverter to open, however, they both fail to add a file/folder via dragging or using the app menu.. nothing actually gets added. Is this the case for anyone else, or just me?

Launching the app via terminal following the instructions in the wiki (after running the xattr commands), shows Java exceptions exactly when trying to add a file/folder. I wonder if this issue is related to having an apple silicon chip (Mx)?

EDIT: I see the issue with the menu items not doing anything has already been reported previously: #522

from audiobookconverter.

ddauerbach avatar ddauerbach commented on August 15, 2024

Sorry to say that none of these fixes worked for me. Tried them twice. Later, when I have time I'll give it another go. But this is sad.

from audiobookconverter.

4nur4g avatar 4nur4g commented on August 15, 2024

For me xattr method didn't work. Instead, after installation, I tried to open the file. Instead of moving to the bin, I closed it. Then, I went to my Mac's settings. There, I went to Privacy & security tab. There, I enabled "open anyway". It worked!

from audiobookconverter.

novikor avatar novikor commented on August 15, 2024

Try holding ctrl then open from the context menu, the box gives an option to open anyway.

+, that works

from audiobookconverter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.