sonic2kk / steamtinkerlaunch

Linux wrapper tool for use with the Steam client for custom launch options and 3rd party programs
GNU General Public License v3.0
2.14k stars 71 forks source link

MO2 fails to install (after commit that locks MO2 version to 2.4.4) #990

Closed danaYatsuta closed 10 months ago

danaYatsuta commented 10 months ago

System Information

Issue Description

Running steamtinkerlaunch mo2 start after updating to the latest version fails, even after removing .config/steamtinkerlaunch and /dev/shm/steamtinkerlaunch directories. Attempted with both Proton GE from AUR and Proton 8.0.4. It looks like MO2 fails to install altogether, as there is no compatdata/pfx/drive_c/Modding directory, where MO2 is usually installed to. This seems to be an issue with downloaded installer - downloads/mo2/Mod.Organizer-2.4.4.exe, as it takes up 0 bytes.

Logs

Console output:

$ steamtinkerlaunch mo2 start
grep: invalid option -- '\'
Usage: grep [OPTION]... PATTERNS [FILE]...
Try 'grep --help' for more information.
wineserver: using server-side synchronization.
wine: RLIMIT_NICE is <= 20, unable to use setpriority safely

steamtinkerlaunch.log

Installer's size:

$ du -h Mod.Organizer-2.4.4.exe 
0   Mod.Organizer-2.4.4.exe
sonic2kk commented 10 months ago

Seems I commented out a bit that I shouldn't have, will push a fix now.

sonic2kk commented 10 months ago

Fixed with 9b6b94c9a3d90bc74b3e5d5b833c3f01d738262f, the grep errors were a good help too. Verified that MO2 downloads now and is not empty :-) Thanks for catching this.