amakvana / SwitchEmuModDownloader

SwitchEmuModDownloader - A Cross-Platform One-Click Games Mod Downloader for Switch emulators. Formerly YuzuModDownloader.
GNU General Public License v3.0
567 stars 35 forks source link

Crashes as soon as I hit "Download Game Mods" in Suyu #46

Open yotoprules opened 5 months ago

yotoprules commented 5 months ago

Describe the bug SwitchEmuModDownloader crashes as soon as I hit "Download Game Mods". It is placed in the same folder as Suyu emulator (fork of Yuzu

To Reproduce Steps to reproduce the behavior: Compile Suyu for Windows Copy SwitchEmuModDownloader.exe to Suyu directory Run downloader and press Download Game Mods. (Any server) Crashes, no error message.

Desktop/Laptop (please complete the following information):

Additional context Add any other context about the problem here. This is likely a simple bug to fix, and important since Yuzu is now no longer developed, and Suyu is the main successor at the moment.

amakvana commented 5 months ago

Suyu isn't supported as of yet.

Once further development has been made. E.g. under the hood improvements, better emulation, etc and a public build released. I will consider adding Suyu support.

See below the same request for EzYuzu https://github.com/amakvana/EzYuzu/issues/50

I don't want to be in a position whereby I spend my time rewriting code to make it work for the latest fork, only for that fork to be abandoned and for me to be back in the same position as before. Hence I am happy to wait for further progression.

khonkhortisan commented 5 months ago

ln -s suyu.exe yuzu.exe && ln -s suyu-cmd.exe yuzu-cmd.exe && ln-s suyu-room.exe yuzu-room.exe && cd ~/AppData/Roaming && ln -s suyu yuzu

CheezyFriez12 commented 2 months ago

I'm having the same issue in sudachi

t2ac32 commented 2 months ago

ln -s suyu.exe yuzu.exe && ln -s suyu-cmd.exe yuzu-cmd.exe && ln-s suyu-room.exe yuzu-room.exe && cd ~/AppData/Roaming && ln -s suyu yuzu

care to elaborate @khonkhortisan ?