chhh / batmass

Mass spectrometry data visualization
https://batmass.org
Apache License 2.0
36 stars 8 forks source link

Cannot run Batmass on MacOS X 10.12.5 #8

Closed lfnothias closed 5 years ago

lfnothias commented 7 years ago

Hi, I wanted to try Batmass, but I could not. I installed Batmass (latest release). Installation did not lead to any error. After, I am not able to open the software in the application folder. Any idea why ?

Thank you,

screen shot 2017-08-04 at 2 48 06 pm
rsalek commented 7 years ago

Could be due to same old problem: The startup shell script script /Applications/batmass.app/Contents/Resources/batmass/bin/batmass is not executable after installation on OSX. Running "chmod +x .batmass" should fixed the problem.

lfnothias commented 7 years ago

Thanks a lot Reza 👍 To batmass developer, thanks a lot for your tool. I would suggest to keep the issue open for future user, ideally to fix it. It will be problematic for typical MS-software user otherwise. Thank you

chhh commented 7 years ago

@lfnothias There's no such issue on windows. I'm not exactly sure how to fix the issue - the build process with the installers is quite complicated. Theoretically all that should be happening - a file being copied and renamed. Looks like the permissions on the file are lost somewhere in the process. In past this has happened because of git, because of copy operations, etc. And I don't have a Mac to test it :\

Hopefully I'll have access to a Mac soon and will be able to debug it then.