SatisfactoryModManager icon indicating copy to clipboard operation
SatisfactoryModManager copied to clipboard

Unable to reach ficsit.app on Linux/Nixos

Open CommentatorForAll opened this issue 11 months ago • 3 comments

I tried installing versions 3.0.0 and 3.0.3 and in both cases i get the popup of "Unable to connect to ficsit.app" I also tried to use current master branch and run it in dev mode using wails dev and get the same result.

Log attached

using nixos-24.11

log.txt

CommentatorForAll avatar Feb 09 '25 21:02 CommentatorForAll

using ficsit-cli does not show the issue, it is able to fetch mods.

CommentatorForAll avatar Feb 23 '25 11:02 CommentatorForAll

I was able to fix this issue using the following steps:

  1. install the following dependencies: wails pnpm glib-networking
  2. set the GIO_MODULE_DIR environment variable to the installation path + /lib/gio/modules; in my case : export GIO_MODULE_DIR=/nix/store/1bv1caadj8f0xrm66vh3z5bz539fcq4c-glib-networking-2.80.0/lib/gio/modules

imo, this issue should still be open, and fixed on the smm side of things, but i will link this issue to the packaging request.

CommentatorForAll avatar Feb 23 '25 12:02 CommentatorForAll

wails pnpm glib-networking was not required for me on the nixpkgs side. Thanks for figuring this out, updated my PR.

I think this issue can be closed now.

TomaSajt avatar Feb 23 '25 12:02 TomaSajt