You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
I'm not sure if this is related to Issue 601, but the two similar fixes in that closed thread do not correct my issue, so I'm posting as a new issue.
Log after using recommended fix DOWNLOAD_BACKEND=curl ./install.sh:
DOWNLOAD_BACKEND=curl ./install.sh
INFO: all dependencies met
INFO: selected game 'fallout4'
INFO: found Steam in '/home/jaredr/.local/share/Steam'
INFO: game found in '/home/jaredr/.local/share/Steam'
INFO: steam not found in '/home/jaredr/.var/app/com.valvesoftware.Steam/.local/share/Steam'
(zenity:3455278): Gtk-CRITICAL **: 17:10:38.855: GtkBox 0x55dea2abb590 reports a minimum height of 246, but minimum height for width of 1048576 is 253. Expect overlapping widgets.
(zenity:3455278): Gtk-CRITICAL **: 17:10:38.855: GtkBox 0x55dea2a96410 reports a minimum height of 139, but minimum height for width of 1048576 is 146. Expect overlapping widgets.
(zenity:3455278): Gtk-CRITICAL **: 17:10:38.867: GtkBox 0x55dea2abb590 reports a minimum height of 246, but minimum height for width of 1048576 is 253. Expect overlapping widgets.
(zenity:3455278): Gtk-CRITICAL **: 17:10:38.867: GtkBox 0x55dea2a96410 reports a minimum height of 139, but minimum height for width of 1048576 is 146. Expect overlapping widgets.
INFO: proceeding with existing prefix
INFO: user confirmed prefix setup
INFO: selected install directory '/home/jaredr/Games/mod-organizer-2-fallout4'
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'
mkdir: cannot create directory ‘/tmp/mo2-linux-installer-downloads-cache/OpenJDK8U-jre_x64_windows_hotspot_8u312b07’: Permission denied
Log after using recommended fix of editing the download.sh file:
./install.sh
INFO: all dependencies met
INFO: selected game 'fallout4'
INFO: found Steam in '/home/jaredr/.local/share/Steam'
INFO: game found in '/home/jaredr/.local/share/Steam'
INFO: steam not found in '/home/jaredr/.var/app/com.valvesoftware.Steam/.local/share/Steam'
(zenity:3454112): Gtk-CRITICAL **: 17:03:19.490: GtkBox 0x5566ea30d4f0 reports a minimum height of 246, but minimum height for width of 1048576 is 253. Expect overlapping widgets.
(zenity:3454112): Gtk-CRITICAL **: 17:03:19.490: GtkBox 0x5566ea38a1b0 reports a minimum height of 139, but minimum height for width of 1048576 is 146. Expect overlapping widgets.
(zenity:3454112): Gtk-CRITICAL **: 17:03:19.502: GtkBox 0x5566ea30d4f0 reports a minimum height of 246, but minimum height for width of 1048576 is 253. Expect overlapping widgets.
(zenity:3454112): Gtk-CRITICAL **: 17:03:19.502: GtkBox 0x5566ea38a1b0 reports a minimum height of 139, but minimum height for width of 1048576 is 146. Expect overlapping widgets.
INFO: proceeding with existing prefix
INFO: user confirmed prefix setup
INFO: selected install directory '/home/jaredr/Games/mod-organizer-2-fallout4'
INFO: using curl 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'
mkdir: cannot create directory ‘/tmp/mo2-linux-installer-downloads-cache/OpenJDK8U-jre_x64_windows_hotspot_8u312b07’: Permission denied
This was my first output after making sure I'd had all prerequisites installed and choosing to start with a clean prefix; subsequent to this, I stopped archiving the old prefix to save time because it didn't seem to be causing this error, but please let me know if it actually does.
./install.sh
INFO: all dependencies met
INFO: selected game 'fallout4'
INFO: found Steam in '/home/jaredr/.local/share/Steam'
INFO: steam not found in '/home/jaredr/.var/app/com.valvesoftware.Steam/.local/share/Steam'
INFO: game found in '/home/jaredr/.local/share/Steam'
INFO: user confirmed prefix setup
INFO: selected install directory '/home/jaredr/Games/mod-organizer-2-fallout4'
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'
mkdir: cannot create directory ‘/tmp/mo2-linux-installer-downloads-cache/OpenJDK8U-jre_x64_windows_hotspot_8u312b07’: Permission denied
The text was updated successfully, but these errors were encountered:
I'm not sure if this is related to Issue 601, but the two similar fixes in that closed thread do not correct my issue, so I'm posting as a new issue.
Log after using recommended fix DOWNLOAD_BACKEND=curl ./install.sh:
Log after using recommended fix of editing the download.sh file:
This was my first output after making sure I'd had all prerequisites installed and choosing to start with a clean prefix; subsequent to this, I stopped archiving the old prefix to save time because it didn't seem to be causing this error, but please let me know if it actually does.
The text was updated successfully, but these errors were encountered: