amakvana/SwitchEmuModDownloader

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

yotoprules opened this issue · 4 comments

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):

  • OS: Windows 10 21H2
  • Suyu Version: dev-de83c5e6a6
  • Yuzu Standalone
  • Game Title: NA

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.

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
amakvana/EzYuzu#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.

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

I'm having the same issue in sudachi

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 ?