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

Always downloading 0 items #33

Closed SebinaLukawa97 closed 6 months ago

SebinaLukawa97 commented 8 months ago

Describe the bug I run the downloader then after choosing the site it says downloaded 0 items

To Reproduce Steps to reproduce the behavior:

  1. Go to yuzu mod downloader.exe in %appdata% where the yuzu.exe is.
  2. Click on yuzu mod downloader.exe
  3. See error

Expected behavior The downloader downloads mods

Screenshots image image image image

Desktop/Laptop (please complete the following information): Edition Windows 10 Home Version 22H2 Installed on ‎2021-‎08-‎21 OS build 19045.3693 Experience Windows Feature Experience Pack 1000.19053.1000.0

Additional context N/A

amakvana commented 8 months ago

Thanks for opening up this issue. Couple of things:

  1. The game you're trying to download mods for, does it appear in the list in the following link? https://github.com/yuzu-emu/yuzu/wiki/Switch-Mods
  2. Could you upload your qt-config.ini file here for me? So I can check if it's malformed. This is located in %appdata%\yuzu\config
Pacomss commented 8 months ago

I got the same issue when i check the yuzu mod wiki my game is there it is Shin Megami Tensei V. I tried to install the old version it is still showing 0 games.

amakvana commented 8 months ago

I got the same issue when i check the yuzu mod wiki my game is there it is Shin Megami Tensei V. I tried to install the old version it is still showing 0 games.

Would you be able to provide answers to the following two questions above? Along with attaching your qt-config.ini file too

Pacomss commented 8 months ago

I got the same issue when i check the yuzu mod wiki my game is there it is Shin Megami Tensei V. I tried to install the old version it is still showing 0 games.

Would you be able to provide answers to the following two questions above? Along with attaching your qt-config.ini file too

  1. Yes it is on the website Shin Megami Tensei V
  2. Done qt-config.zip
spyro2000 commented 7 months ago

Same here. Unclear, where to place the downloader. Didn't ask for the ROM directory. So I extracted it to the Yuzu main directory and started it from there. When I set the download source to the one from TheBoy181 it downloaded 0 mods.

W13N3N commented 7 months ago

Same here. Unclear, where to place the downloader. Didn't ask for the ROM directory. So I extracted it to the Yuzu main directory and started it from there. When I set the download source to the one from TheBoy181 it downloaded 0 mods.

I’m having the same issue. I’m using the Linux/steamdeck version. Downloaded is placed in the desktop as suggested in the installer guide. It finds roms from the original site, not from theboy181

W13N3N commented 7 months ago

@amakvana is this project still alive?

amakvana commented 7 months ago

@amakvana is this project still alive?

@W13N3N - Apologies for the late reply! The project is very much alive.

Life hasn't been too kind the past few months which has resulted is slower development but I am working on this and will be releasing fixes soon.


  1. Yes it is on the website Shin Megami Tensei V
  2. Done qt-config.zip

@Pacomss - Try the following qt-config.ini attached qt-config-tweaked.zip


Same here. Unclear, where to place the downloader. Didn't ask for the ROM directory. So I extracted it to the Yuzu main directory and started it from there. When I set the download source to the one from TheBoy181 it downloaded 0 mods.

I’m having the same issue. I’m using the Linux/steamdeck version. Downloaded is placed in the desktop as suggested in the installer guide. It finds roms from the original site, not from theboy181

@W13N3N, @spyro2000 - Recently GitHub has changed the way repo files are laid out in the Web Browser. They used to be populated server side, generated into code and then sent back to the client so all the HTML webpage data would be readily available, allowing HtmlAgilityPack to scrape.

GitHub has since moved to using React.JS and instead of populating the data server side, it is now done client side via JavaScript calls . This move has broke theboy181 scraping temporarily. However, I am working on several ways to get around this and have implemented a working fix on my dev build, I just need to test and optimise the code for production.

Once I am happy, I will release a copy inside here for you guys to test, before pushing to the main repo.

Again, apologies for the delayed response.

W13N3N commented 7 months ago

@amakvana thanks for your fast reply and no apologies needed!!

Take care and take your time! And I’m always there if you need a testing hand 😃

Pacomss commented 7 months ago

@amakvana Sorry to bother you i know life is hard right now but it is still not working i also tried to transfer the folder to the same drive where Yuzu it also has the same result 0 games found image Screenshot 2024-01-27 172945 Screenshot 2024-01-27 172949

amakvana commented 7 months ago

@amakvana Sorry to bother you i know life is hard right now but it is still not working i also tried to transfer the folder to the same drive where Yuzu it also has the same result 0 games found

No worries! As you're aware theboy181 repo is down.

The Switch-Mods Wiki doesn't have any mods for ASTRAL CHAIN.

Regarding, SHIN MEGAMI TENSEI V, the reason mods aren't detected for your copy when selecting the Switch-Mods Wiki repo is because of the region your copy of the game is. The one inside my database matches the ID 0100B870126CE000, which doesn't correspond to yours. I've just added your region ID copy of it into the database, try it again later.

Also post your qt-config.ini again so I can check it's all fine.

Pacomss commented 7 months ago

Looks like it is working now thanks for the fast fix. Just to be sure here is my config file

qt-config.zip

amakvana commented 7 months ago

Looks like it is working now thanks for the fast fix. Just to be sure here is my config file

qt-config.zip

Glad that's worked for you! qt-config.ini looks good to me

amakvana commented 6 months ago

@Pacomss, @SebinaLukawa97, @spyro2000, @W13N3N

Thanks for being so patient!

Here is a test build below which has all repo's working, including theboy181 and a couple of QOL UI tweaks. It's not fully optimised yet and not all the bugs have been ironed out.

Once downloaded, extract the exe and place it in the same directory yuzu.exe resides.

Test drive it and see what you think - please report back with any glitches, crashes, etc. and how you produced them.

Cheers!

YuzuModDownloader_1.4.1.0_Windows_Test_Build.zip

spyro2000 commented 6 months ago

Hi there,

the new downloader seem to have worked and downloaded mods. Tried the official repo first (downloaded 2 of 3 games) then theBoy (1 game).

:)

W13N3N commented 6 months ago

@Pacomss, @SebinaLukawa97, @spyro2000, @W13N3N

Thanks for being so patient!

Here is a test build below which has all repo's working, including theboy181 and a couple of QOL UI tweaks. It's not fully optimised yet and not all the bugs have been ironed out.

Once downloaded, extract the exe and place it in the same directory yuzu.exe resides.

Test drive it and see what you think - please report back with any glitches, crashes, etc. and how you produced them.

Cheers!

YuzuModDownloader_1.4.1.0_Windows_Test_Build.zip

Do you by any change also have the Linux build? I’m using it on my steam deck. Again, I’m not in a hurry so take your time!

amakvana commented 6 months ago

@Pacomss, @SebinaLukawa97, @spyro2000, @W13N3N Thanks for being so patient! Here is a test build below which has all repo's working, including theboy181 and a couple of QOL UI tweaks. It's not fully optimised yet and not all the bugs have been ironed out. Once downloaded, extract the exe and place it in the same directory yuzu.exe resides. Test drive it and see what you think - please report back with any glitches, crashes, etc. and how you produced them. Cheers! YuzuModDownloader_1.4.1.0_Windows_Test_Build.zip

Do you by any change also have the Linux build? I’m using it on my steam deck. Again, I’m not in a hurry so take your time!

Sure! The Linux test build can be found in the link below:

https://github.com/amakvana/YuzuModDownloader/issues/34#issuecomment-1917040517

W13N3N commented 6 months ago

@Pacomss, @SebinaLukawa97, @spyro2000, @W13N3N Thanks for being so patient! Here is a test build below which has all repo's working, including theboy181 and a couple of QOL UI tweaks. It's not fully optimised yet and not all the bugs have been ironed out. Once downloaded, extract the exe and place it in the same directory yuzu.exe resides. Test drive it and see what you think - please report back with any glitches, crashes, etc. and how you produced them. Cheers! YuzuModDownloader_1.4.1.0_Windows_Test_Build.zip

Do you by any change also have the Linux build? I’m using it on my steam deck. Again, I’m not in a hurry so take your time!

Sure! The Linux test build can be found in the link below:

#34 (comment)

Thanks @amakvana for your great support!! Will test later tonight.

W13N3N commented 6 months ago

@Pacomss, @SebinaLukawa97, @spyro2000, @W13N3N Thanks for being so patient! Here is a test build below which has all repo's working, including theboy181 and a couple of QOL UI tweaks. It's not fully optimised yet and not all the bugs have been ironed out. Once downloaded, extract the exe and place it in the same directory yuzu.exe resides. Test drive it and see what you think - please report back with any glitches, crashes, etc. and how you produced them. Cheers! YuzuModDownloader_1.4.1.0_Windows_Test_Build.zip

Do you by any change also have the Linux build? I’m using it on my steam deck. Again, I’m not in a hurry so take your time!

Sure! The Linux test build can be found in the link below:

#34 (comment)

Again, thanks @amakvana, I can confirm it works!

amakvana commented 6 months ago

Closed - Fixed in v1.4.1.0 https://github.com/amakvana/YuzuModDownloader/releases/latest