rockerbacon / modorganizer2-linux-installer

An easy-to-use Mod Organizer 2 installer for Linux
GNU General Public License v3.0
972 stars 79 forks source link

Downloads Stall At 0% Then Crash #529

Closed explosiver1 closed 8 months ago

explosiver1 commented 1 year ago

I'm running Fedora 38 with Gnome. I've tested this under both X11 and Wayland. I double checked all the dependencies, and everything seems to be fine there as far as I can tell. Idk if this has any bearing on the issue, but my steam library is from a Windows install. I made it work linux with a symlink on the library's compat data folder to the .steam compat data folder and setting some flags in fstab to consider names as lower case when the drive is mounted. I fixed another issue this caused by setting the STEAM_LIBRARY variable in the terminal.

Whenever I run the install script, I only get as far as the downloads. It will eventually get through them, but it can take close to an hour and doesn't show progress (sits at 0% the entire time). It will then crash once it gets past the downloads. I also noticed that protontricks is looking for a nonexistent directory. It throws that error when I run it on its own but still picks up the correct steam library immediately afterward, so I think that's not the issue. When the downloads eventually move on, they throw an error that the .zips can't be opened as an archive. Also, if I follow the prompt to make new compat data, it always crashes after continuing. I create the new compat data and select 'No' when it asks me to delete as a workaround.

This is what the terminal gave me: STEAM_LIBRARY='/media/gamedisk' ./install.sh INFO: all dependencies met INFO: selected game 'newvegas' protontricks (WARNING): Steam library folder /run/media/jared/Data/SteamLibrary not found. Protontricks might not have access to the directory.

(zenity:198090): Gtk-CRITICAL **: 17:47:39.926: GtkBox 0x55e719615ec0 reports a minimum height of 216, but minimum height for width of 1048576 is 226. Expect overlapping widgets.

(zenity:198090): Gtk-CRITICAL **: 17:47:39.926: GtkBox 0x55e719578650 reports a minimum height of 119, but minimum height for width of 1048576 is 129. Expect overlapping widgets.

(zenity:198090): Gtk-CRITICAL **: 17:47:39.941: GtkBox 0x55e719615ec0 reports a minimum height of 216, but minimum height for width of 1048576 is 226. Expect overlapping widgets.

(zenity:198090): Gtk-CRITICAL **: 17:47:39.941: GtkBox 0x55e719578650 reports a minimum height of 119, but minimum height for width of 1048576 is 129. Expect overlapping widgets. INFO: proceeding with existing prefix INFO: selected install directory '/home/jared/Games/mod-organizer-2-newvegas' INFO: using wget backend INFO: fetching remote resource at 'https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u312-b07/OpenJDK8U-jre_x64_windows_hotspot_8u312b07.zip' INFO: downloading 'https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u312-b07/OpenJDK8U-jre_x64_windows_hotspot_8u312b07.zip' to '/tmp/mo2-linux-installer-downloads-cache/OpenJDK8U-jre_x64_windows_hotspot_8u312b07.zip' INFO: extracting '/tmp/mo2-linux-installer-downloads-cache/OpenJDK8U-jre_x64_windows_hotspot_8u312b07.zip' to '/tmp/mo2-linux-installer-downloads-cache/OpenJDK8U-jre_x64_windows_hotspot_8u312b07' ERROR: /tmp/mo2-linux-installer-downloads-cache/OpenJDK8U-jre_x64_windows_hotspot_8u312b07.zip Can not open the file as archive

INFO: using wget backend INFO: fetching remote resource at 'https://github.com/ModOrganizer2/modorganizer/releases/download/v2.4.4/Mod.Organizer-2.4.4.7z' INFO: downloading 'https://github.com/ModOrganizer2/modorganizer/releases/download/v2.4.4/Mod.Organizer-2.4.4.7z' to '/tmp/mo2-linux-installer-downloads-cache/Mod.Organizer-2.4.4.7z' INFO: extracting '/tmp/mo2-linux-installer-downloads-cache/Mod.Organizer-2.4.4.7z' to '/tmp/mo2-linux-installer-downloads-cache/Mod.Organizer-2.4.4' ERROR: /tmp/mo2-linux-installer-downloads-cache/Mod.Organizer-2.4.4.7z Can not open the file as archive

INFO: using wget backend INFO: fetching remote resource at 'https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks' INFO: downloading 'https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks' to '/tmp/mo2-linux-installer-downloads-cache/winetricks' INFO: using wget backend INFO: fetching remote resource at 'https://github.com/xNVSE/NVSE/releases/download/6.2.4/nvse_6_2_4.7z' INFO: downloading 'https://github.com/xNVSE/NVSE/releases/download/6.2.4/nvse_6_2_4.7z' to '/tmp/mo2-linux-installer-downloads-cache/newvegas_nvse_6_2_4.7z' INFO: extracting '/tmp/mo2-linux-installer-downloads-cache/newvegas_nvse_6_2_4.7z' to '/tmp/mo2-linux-installer-downloads-cache/newvegas_nvse_6_2_4' ERROR: /tmp/mo2-linux-installer-downloads-cache/newvegas_nvse_6_2_4.7z Can not open the file as archive

INFO: installing JDK in '/media/gamedisk/SteamLibrary/steamapps/compatdata/22380/pfx/drive_c/java' cp: cannot stat '/tmp/mo2-linux-installer-downloads-cache/OpenJDK8U-jre_x64_windows_hotspot_8u312b07/*': No such file or directory INFO: removing '/tmp/mo2-linux-installer-downloads-cache/newvegas_nvse_6_2_4.7z' INFO: removing '/tmp/mo2-linux-installer-downloads-cache/newvegas_nvse_6_2_4' INFO: removing '/tmp/mo2-linux-installer-downloads-cache/Mod.Organizer-2.4.4.7z' INFO: removing '/tmp/mo2-linux-installer-downloads-cache/Mod.Organizer-2.4.4' INFO: removing '/tmp/mo2-linux-installer-downloads-cache/OpenJDK8U-jre_x64_windows_hotspot_8u312b07.zip' INFO: removing '/tmp/mo2-linux-installer-downloads-cache/OpenJDK8U-jre_x64_windows_hotspot_8u312b07' INFO: removing '/tmp/mo2-linux-installer-downloads-cache/winetricks'

rockerbacon commented 8 months ago

Closing due to inactivity