Ecks1337 / RyuSAK

GNU General Public License v3.0
1.2k stars 74 forks source link

ryusak just not working (macOs #82

Open Flippingboi225 opened 10 months ago

Flippingboi225 commented 10 months ago

Games don't show up at all and it will say it downloads keys and firmware but the firmware isnt there and the keys arent there it was working before it just decided to stop

I have no idea how to recreate this

Screenshot 2023-08-29 at 3 04 20 PM

Screenshots Add screenshots to help explain your problem. Even if it seems irrelevant, it may help.

Im on macOs ventura 13

GIT-ALEJANDRO commented 10 months ago

I found the error It does not appear because the path has been changed in the latest version for MAC

Old: ~/.config/Ryujinx New: ~/Library/Application\ Support/Ryujinx

The default path must be changed

Eurkidu commented 9 months ago

I found the error It does not appear because the path has been changed in the latest version for MAC

Old: ~/.config/Ryujinx New: ~/Library/Application\ Support/Ryujinx

The default path must be changed

Thank you very much for providing the reason.

It can be solved by executing the following command on the console to create a symbolic link.

ln -s ~/Library/Application\ Support/Ryujinx ~/.config/Ryujinx
xuhengdada commented 9 months ago

For my case, ~/Library/Application\ Support/Ryujinx was linked to ~/.config/Ryujinx automatically, but the games still do not show in RyuSAK, that's so strange, does anyone have any idea?