ebkr / r2modmanPlus

A simple and easy to use mod manager for several games using Thunderstore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] - missing 32bit libraries (.Appimage) or wont start at all (.pacman) ("Arch"/EndeavourOS)

Falclairen opened this issue · comments

Describe the bug
The .pacman App wont open after install and the Appimage is missing 32bit libraries

To Reproduce
Steps to reproduce the behavior:

  • .pacman file
  1. sudo pacman -U "file_path"
  2. try to run the .desktop file (via an app launcher or the file itself, doesnt matter)
  3. seems to open properly but crashes a few seconds after (I dont even get to click on anything)
  4. gives no error (even when setting the Terminal argument to "true" in the .desktop file doesnt seem to help)
  • .Appimage file
  1. manually creates the .desktop file (or using a tool to do so)
  2. starts the desktop file
  3. selects my games
  4. selects my mods
  5. indicate which directories to use (if necessary)
  6. clicks on start modded, gives me an error (image 1)
  7. it still tries to proceed, gives me an other error (image 2)

Expected behavior
I expected the Appimage to have all the dependencies and the Pacman to just work I guess

Screenshots

Image 1
image 1
Image 2
image 2

Additional context
I have the 32 bit structure enabled (or at least I should) so I dont really know how/why Id be missing those libraries and for the Pacman app I have no idea

These are requirements from the Steam executable when using the --applaunch args from command line. This is not a manager issue and I'd consider this a Steam issue as it isn't installing base libraries that are required (as shown in your screenshot) by the Steam application itself.