sculab / RASP

Reconstruct Ancestral State in Phylogenies
http://mnh.scu.edu.cn/soft/blog/RASP/index.html
MIT License
16 stars 5 forks source link

Issue with RASP.app on Mac #5

Open RCAFink opened 3 years ago

RCAFink commented 3 years ago

I have been trying to install and use the latest version of the software for Mac. However, once I download the binary mnh.scu.edu.cn/soft/blog/RASP/RASP_Mac_20210608.dmg and try to launch the RASP.app within that image, my Mac desktop gives me an error: “RASP.app” is damaged and can’t be opened. You should eject the disk image." My computer processor is: 3 GHz 6-Core Intel Core i5 So in theory should work without a problem. Thanks

RyanCFink commented 3 years ago

I received this answer from the author of the software, which worked perfectly:

"It is a common problem for macOS 10 and 11. You can type this in terminal: xattr -cr /location of RASP.app Example: xattr -cr /Applications/RASP.app"

Note: using this command, the software is working also on my laptop with an Apple M1 chip

HannahRH98 commented 11 months ago

I have been having the same issue but the command given in the previous comment does not seem to work.

“RASP” is damaged and can’t be opened. You should eject the disk image.

This is what I downloaded: RASP_Mac_20230118.dmg

Thanks in advance.

sculab commented 11 months ago

If you meet error like "RASP is damaged" You can type this in terminal: xattr -cr /location_of_RASP.app Example: xattr -cr /Applications/RASP.app

On Dec 18, 2023, at 14:09, HannahRH98 @.***> wrote:

I have been having the same issue but the command given in the previous comment does not seem to work. “RASP” is damaged and can’t be opened. You should eject the disk image. This is what I downloaded: RASP_Mac_20230118.dmg Thanks in advance. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

HannahRH98 commented 11 months ago

Unfortunately, this does not work!

Instead I now get the error:

rces/dosdevices/d::' xattr: No such file: /Volumes/RASP/RASP.app/Contents/Resources/dosdevices/e: xattr: [Errno 1] Operation not permitted: '/Volumes/RASP/RASP.app/Contents/Resources/dosdevices/e::' xattr: No such file: /Volumes/RASP/RASP.app/Contents/Resources/dosdevices/f: xattr: No such file: /Volumes/RASP/RASP.app/Contents/Resources/dosdevices/f:: xattr: No such file: /Volumes/RASP/RASP.app/Contents/Resources/dosdevices/y: xattr: No such file: /Volumes/RASP/RASP.app/Contents/Resources/drive_c/users/Wineskin/Templates 'attr: [Errno 30] Read-only file system: '/Volumes/RASP/RASP.app/Icon 'attr: [Errno 30] Read-only file system: '/Volumes/RASP/RASP.app/Icon xattr: [Errno 30] Read-only file system: '/Volumes/RASP/RASP.app'

sculab commented 11 months ago

You need to move the RASP.app from the DMG volume to a location on your computer, such as the Applications folder, and then run command like "xattr -cr /Applications/RASP.app". You cannot directly run RASP.app within the DMG because the volume in the DMG is read-only.

On Dec 18, 2023, at 17:43, HannahRH98 @.***> wrote:

Unfortunately, this does not work! Instead I now get the error: rces/dosdevices/d::' xattr: No such file: /Volumes/RASP/RASP.app/Contents/Resources/dosdevices/e: xattr: [Errno 1] Operation not permitted: '/Volumes/RASP/RASP.app/Contents/Resources/dosdevices/e::' xattr: No such file: /Volumes/RASP/RASP.app/Contents/Resources/dosdevices/f: xattr: No such file: /Volumes/RASP/RASP.app/Contents/Resources/dosdevices/f:: xattr: No such file: /Volumes/RASP/RASP.app/Contents/Resources/dosdevices/y: xattr: No such file: /Volumes/RASP/RASP.app/Contents/Resources/drive_c/users/Wineskin/Templates 'attr: [Errno 30] Read-only file system: '/Volumes/RASP/RASP.app/Icon 'attr: [Errno 30] Read-only file system: '/Volumes/RASP/RASP.app/Icon xattr: [Errno 30] Read-only file system: '/Volumes/RASP/RASP.app' — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

HannahRH98 commented 11 months ago

That has worked! Thank you.