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

Can't get the app running on MacOS X 10.9.4 #14

Closed
9teen90nine opened this issue Jul 27, 2014 · 3 comments
Closed

Can't get the app running on MacOS X 10.9.4 #14

9teen90nine opened this issue Jul 27, 2014 · 3 comments

Comments

@9teen90nine
Copy link

I have downloaded .tar.gz of the last avaliable release, and when I run the app from Launchpad, it fails silently. When I use terminal open command, it says:
$ open twitch-gui.app
LSOpenURLsWithRole() failed with error -10810 for the file /Applications/twitch-gui.app.
(I have renamed the app to twitch-gui while cleaning out the com.apple.quarantine attribute).
Any ideas?

@bastimeyer
Copy link
Member

The reason for this is that the executable flags for the app are missing. To fix the problem, just run
chmod -R +x livestreamer-twitch-gui.app
from the folder where the file is located.

It's an issue related to the tool which creates the archive after compiling the application. The linux builds are having the same problem. Alternatively, you can build the app by yourself and run it from the build/releases folder.

Let me know if I could help you, because I only use windows and linux-mint.

@9teen90nine
Copy link
Author

I have built the app from sources and it's running well. But that's not the only problem in the archived version.
The executable flags are missing not only on the .app archive, but also on the node-webkit exec as well. And by default, apple marks all files with com.apple.quarantine xattr. I have started this topic not because I needed help, I rather wanted to inform you.

@bastimeyer
Copy link
Member

Ok, thank you 😉
I'm closing this issue as soon as gruntjs/grunt-contrib-compress#110 gets merged

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

No branches or pull requests

2 participants