RiiTag-RPC not doing anything on Mac
coopeeo opened this issue · 5 comments
I can't open it as a application and I dont get any response in terminal. is this a issue or am I doing it wrong?
update: it works on pc so it might be Mac. related
Hey! It's possible that the program doesn't function properly on Mac, I (and afaik nobody else) has tested it to see if it's working, so support is mostly based on assumptions.
You can try running the program through a terminal window so it doesn't close, that should allow you to see the stacktrace when it crashes.
ok i will try sometime later
works fine for me, you need try to opening it by being in the right folder in terminal and saying:
./riitag-rpc
(if your file is named that way) if it then doesnt work, trychmod +x riitag-rpc
(in the right folder and if your file is named that way) and then try the ./riitag-rpc method again
Thanks SO MUCH the chmod +x riitag-rpc
is the thing I had to do to make it an terminal file thanks so much! @MilGreat2010
Thanks
@CoopPlayzz