chilli-axe / mpc-autofill

Print automation software (leveraging MakePlayingCards) for your tabletop gaming community
https://mpcautofill.github.io
GNU General Public License v3.0
206 stars 93 forks source link

Terminal Commands not working on MACOS #211

Closed Forestfolly closed 1 month ago

Forestfolly commented 7 months ago

System

Description

Included Screenshot

Screenshot 2024-01-29 at 11 31 56 AM

![Uploading Screenshot 2024-01-29 at 11.31.56 AM.png…]()

ndepaola commented 7 months ago

howdy - does this resolve your issue? https://apple.stackexchange.com/a/375044

webbedgiant commented 7 months ago

howdy - does this resolve your issue? https://apple.stackexchange.com/a/375044

Having issues as well, and enabling disk access still didnt fix it.

ndepaola commented 7 months ago

not sure what to tell you sorry - this seems like a configuration issue with your mac rather than an issue with the executable as i can't reproduce this issue on my mac (monterey 12.6.3). will leave this issue open for now in case someone pops in with a working solution

kruchone commented 6 months ago

sudo chmod +x autofill-macos?

The screenshot has nothing to do with the mps-autofill binary. Your user is not allow to chmod it seems so you need to elevate to root.

KapnKerk commented 3 months ago

👋 Just came across this and wanted to note that I was able to chmod 755 autofill-macos with no issue. Would echo the theory that if chmod isn't working for you, try invoking it with sudo first. If that doesn't work, there is some sort of user/system restrictions preventing it from being executed. Very confident this isn't a repository issue.

uvsq22101699 commented 1 month ago

Hey I have the same issue on my Mac M1, but even the solution of @KapnKerk doesn't work. I would notice you that I have all permissions on my Mac because I am the only user of it, so it is not a permission's problem.

Capture d’écran 2024-08-06 à 17 34 47
ndepaola commented 4 weeks ago

Hey I have the same issue on my Mac M1, but even the solution of @KapnKerk doesn't work. I would notice you that I have all permissions on my Mac because I am the only user of it, so it is not a permission's problem.

even if you're the only user of your machine, sometimes you need to do things with elevated permissions with sudo

@KapnKerk meant you should run sudo chmod 755 autofill-macos-arm, not just sudo chmod on its own

uvsq22101699 commented 4 weeks ago

@ndepaola it doesn't work :/ .My Mac has a problem ?

Capture d’écran 2024-08-09 à 08 10 45
ndepaola commented 4 weeks ago

@uvsq22101699 this stack overflow answer might be related to your problem: https://stackoverflow.com/a/58836633

uvsq22101699 commented 3 weeks ago

I don't understand @ndepaola what should I write ? I don't know why it don't works the first time I have use it few month ago it works perfectly...

Capture d’écran 2024-08-11 à 11 26 20