-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashes when loading mods on Linux using yuzu-mainline-git AUR package #34
Comments
Apologies for the delayed response! Thanks for opening up the issue! This is due to a error in the parsing of the paths, it looks like Yuzu now wraps paths with In the meantime, as a temp fix, locate your Be sure to make a backup of the |
Thanks for looking into this @amakvana! I hit the same problem, and reinitializing my |
Hi both! Below is a Linux test build - fixing all repo's, path scraping for Linux (for Flatpak and deb installers) and some QOL UI tweaks. Please test drive and see if the issues you both were having, have been resolved. Same instructions to run it as always:
Cheers! |
Yes, everything works, I can close the issue. Although some (archives) of mods have not been installed, for example "16:10 Aspect Ratio" for Animal Crossing. Outputs an error, here is the log. ./YuzuModDownloader
7-Zip (z) 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15
64-bit locale=ru_RU.UTF-8 Threads:12, ASM
Scanning the drive for archives:
1 file, 883 bytes (1 KiB)
Extracting archive: /home/user/.local/share/yuzu/load/01006F8002326000/32.9%20Super%20Ultrawide.zip
--
Path = /home/user/.local/share/yuzu/load/01006F8002326000/32.9%20Super%20Ultrawide.zip
Type = zip
Physical Size = 883
Everything is Ok
Folders: 2
Files: 1
Size: 515
Compressed: 883
7-Zip (z) 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15
64-bit locale=ru_RU.UTF-8 Threads:12, ASM
Scanning the drive for archives:
1 file, 847 bytes (1 KiB)
Extracting archive: /home/user/.local/share/yuzu/load/01006F8002326000/21.9%20Ultrawide.zip
--
Path = /home/user/.local/share/yuzu/load/01006F8002326000/21.9%20Ultrawide.zip
Type = zip
Physical Size = 847
Everything is Ok
Folders: 2
Files: 1
Size: 515
Compressed: 847
7-Zip (z) 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15
64-bit locale=ru_RU.UTF-8 Threads:12, ASM
Scanning the drive for archives:
1 file, 134786 bytes (132 KiB)
Extracting archive: /home/user/.local/share/yuzu/load/01006F8002326000/16.10%20Aspect%20Ratio.zip
ERROR: /home/user/.local/share/yuzu/load/01006F8002326000/16.10%20Aspect%20Ratio.zip
/home/user/.local/share/yuzu/load/01006F8002326000/16.10%20Aspect%20Ratio.zip
Open ERROR: Cannot open the file as [zip] archive
ERRORS:
Is not archive
Can't open as archive: 1
Files: 0
Size: 0
Compressed: 0 |
Closed - Fixed in v1.4.1.0 |
Describe the bug
When you click the button to download mods from any server (Official or The Boy 181), YuzuModDownloader simply crashes leaving the downloaded xml files. No mods have been downloaded to the
~/.local/share/yuzu/load/<ID>/
folderTo Reproduce
Steps to reproduce the behavior:
./YuzuModDownloader
and downloading from any server (Official or TheBoy181)Expected behavior
I was expecting to download mods without crash
Screenshots
None
Desktop/Laptop (please complete the following information):
Additional context
Here is the program log
The text was updated successfully, but these errors were encountered: