Need help installing Mod Organizer 2

Darc Sceptor

Active Member
Joined
Oct 2, 2024
Messages
112
Reaction score
40
Credits
1,240
So I am trying to install this mod organizer for Skyrim mods.

When I expanded it the files included the install.sh file. I right clicked the folder containing the files to open as root.
So now as root I ran chmod +x install.sh to make sure it was properly marked.
Then I ran sudo ./install.sh
The install fails and it says look at terminal for messages related to the problem.
The terminal had two messages:
ERROR: Attempted to run as root
ERROR: Please follow the install instructions provided at https://github.com/rockerbacon/modorganizer2-linux-installer

Now...the install directions at this location provides less information than I provided in this message.
  1. Install the game you want to play on Steam;
  2. Download the the latest stable release here;
  3. Extract the downloaded file;
  4. Open the extracted folder in a terminal and execute ./install.sh;
  5. The installer will start and guide you through the rest of the process;
  6. Run the game on Steam and Mod Organizer 2 should start;
  7. Read the post-install instructions for recommended additional steps;
So, even though I'm running root (used sudo su) it errored out. So my question is WHAT AM I DOING WRONG???
 


I haven't run any mods on Linux but have you installed the required packages:.
  • protontricks
  • 7z
  • zenity
  • curl or wget

Also from what I can find most people that made a howto for installing Skyrim mods on Linux seem be using the Windows version of MO2.

Here's' a guide where someone does use the Linux version.

What I did notice is that a protonricks window pops up as soon as he runs the installer and he does it as normal user.
 
Yes, I installed protontricks but did not do any other installs. But when I do the ./install.sh it says it is cancelled because of trying to get root. But I'm running it as root so why did it fail??? I'm on Linux Mint BTW
 
But I'm running it as root so why did it fail??? I'm on Linux Mint BTW
From what I can tell you're not supposed to run it as root, I checked the script and there you see this.
if [ "$UID" == "0" ]; then
log_error "Attempted to run as root"
log_error "Please follow the install instructions provided at https://github.com/rockerbacon/modorganizer2-linux-installer"
exit 1
fi
Meaning you shouldn't run it as root. I then tried to run it myself by first installing the dependencies and then running and then it gave me this error.
ERROR: redirector binaries not found
Then I came across this.
So it seems your supposed to grab the release and not clone the repo, I tried that as well and that works. So try that?
 
Wow...so strange. So I just downloaded the files, opened Terminal to that point, and ran it and it ran without any issue.
 


Follow Linux.org

Members online

No members online now.

Latest posts

Top