RiiConnect24 / RiiTag-RPC

A Discord rich presence for RiiTag
https://tag.rc24.xyz
GNU General Public License v3.0
46 stars 5 forks source link

RiiTag-RPC not doing anything on Mac #15

Closed coopeeo closed 2 years ago

coopeeo commented 2 years ago

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?

coopeeo commented 2 years ago

update: it works on pc so it might be Mac. related

malmeloo commented 2 years ago

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.

MilGreat2010 commented 2 years ago
Schermafbeelding 2022-05-02 om 09 33 01

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, try chmod +x riitag-rpc (in the right folder and if your file is named that way) and then try the ./riitag-rpc method again

coopeeo commented 2 years ago

ok i will try sometime later

coopeeo commented 2 years ago
Schermafbeelding 2022-05-02 om 09 33 01

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, try chmod +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