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

not opening on Mac OS Sonoma #80

Open
frootloop88 opened this issue Aug 23, 2023 · 6 comments
Open

not opening on Mac OS Sonoma #80

frootloop88 opened this issue Aug 23, 2023 · 6 comments

Comments

@frootloop88
Copy link

Describe the bug
says file is damaged.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
Add screenshots to help explain your problem. Even if it seems irrelevant, it may help.

Desktop (please complete the following information):

  • OS: [e.g. Windows or Linux]
  • Version [e.g. 1.0.0]

Additional context
Add any other context about the problem here.

@glebmiller
Copy link

os ventura also says 1.6.1 and 1.6.2 versions are damaged and won't start the app

@DanielTrugilo
Copy link

Yup, same here on sonoma

@evanpaul14
Copy link

There's a fix here:
#37 (comment)

Run this in the terminal:
xattr -cr /Applications/RyuSAK.app

@hotsun
Copy link

hotsun commented Oct 8, 2023

There's a fix here: #37 (comment)

Run this in the terminal: xattr -cr /Applications/RyuSAK.app

this works, thanks so much!

@LuckyTheCoder
Copy link

xattr -cr /Applications/RyuSAK.app

I just get "option -r not recognized" when typing that command on my Mac.

@evanpaul14
Copy link

xattr -cr /Applications/RyuSAK.app

I just get "option -r not recognized" when typing that command on my Mac.

Are you using the standard xattr command that's built into macOS? Try running type xattr; it should say something like "xattr is /usr/bin/xattr" if you're using the standard one.

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

No branches or pull requests

6 participants