jagrosh / Selfbot

A simple Discord selfbot that is fast and easy to set up and use
Apache License 2.0
100 stars 56 forks source link

When I try to run.command on mac, it doesn't work and this shows up. #52

Closed queencyka closed 6 years ago

queencyka commented 6 years ago

How do I fix this?

screen shot 2017-08-26 at 12 33 56 am
jagrosh commented 6 years ago

Did you try changing the access privileges like the warning suggested? warning

queencyka commented 6 years ago
screen shot 2017-08-26 at 1 00 23 am

Yes I did I tried to give the maximum privileges to everything but this is the most it allowed me to do. I don't know how else I can affect the privileges.

jagrosh commented 6 years ago

Hm, maybe try running from terminal. Open terminal, navigate to the directory (cd /path/to/folder) and run java -jar JSelfBot.jar

queencyka commented 6 years ago

It kinda started working but now idk what's going on.

screen shot 2017-08-26 at 1 17 15 am
queencyka commented 6 years ago

nevermind, it finally worked thank you!

jagrosh commented 6 years ago

Looks like some things related to channel categories, you can safely ignore those (unreleased features often cause warnings like those)

spotlightishere commented 6 years ago

My guess is probably because run.command has to be chmod a+x'd or anything similar to .sh files. A guess on how to fix this would create a repo with files like this since git preserves permissions to the best it can, but I don't know if downloading a zip from GitHub would preserve such permissions.