!hzgkCxLtCOTmFXGauj:nixos.org

NixOS Gaming

406 Members
Gaming things, my hands are typing words.112 Servers

Load older messages


SenderMessageTime
27 Jul 2025
@aidalgol:matrix.orgaidalgol Is container-init part of the fhsenv machinery, or is that part of umu? 04:44:54
@k900:0upti.meK900fhsenv04:45:14
@k900:0upti.meK900Is the repro just "run any game with UMU"?04:48:11
@aidalgol:matrix.orgaidalgolSeems to be, but it doesn't seem to happen when run via gogdl.04:52:05
@k900:0upti.meK900OK so specifically Epic games?04:52:23
@aidalgol:matrix.orgaidalgol No, only when run by legendary. If I run the exact same umu-run command that legendary is executing, it runs just fine. 04:54:20
@k900:0upti.meK900OK so get Legendary to run any Epic game via UMU04:55:00
@aidalgol:matrix.orgaidalgolThat's what it's doing.04:55:38
@k900:0upti.meK900I'm just trying to figure out what I need to do to get it to fail04:56:10
@k900:0upti.meK900So I can start poking it04:56:17
@aidalgol:matrix.orgaidalgolOh, sorry. Yes, "get Legendary to run any Epic game via UMU" is the repro.04:56:39
@aidalgol:matrix.orgaidalgolI thought you were suggesting that as a fix. 🙃04:56:50
@k900:0upti.meK900OK why is it downloading a 500MB thing04:57:55
@k900:0upti.meK900And why do I only see that on stderr04:58:08
@k900:0upti.meK900OK wait for me it's running some sort of vendored umu it's downloaded05:07:32
@k900:0upti.meK900 /home/k900/.config/heroic/tools/runtimes/umu/umu-run 05:07:42
@k900:0upti.meK900Oh wait that's the unwrap PR's problem I think05:09:39
@k900:0upti.meK900OK I have a repro05:22:42
@k900:0upti.meK900OK WHAT05:35:59
@k900:0upti.meK900I have QUESTIONS05:36:06
@k900:0upti.meK900
diff --git a/pkgs/build-support/build-fhsenv-bubblewrap/default.nix b/pkgs/build-support/build-fhsenv-bubblewrap/default.nix
index e69e990d3f29..fa43fe9fcf96 100644
--- a/pkgs/build-support/build-fhsenv-bubblewrap/default.nix
+++ b/pkgs/build-support/build-fhsenv-bubblewrap/default.nix
@@ -167,7 +167,7 @@ let
     run:
     writeShellScript "${name}-init" ''
       source /etc/profile
-      exec ${run} "$@"
+      ${run} "$@"
     '';
 
   indentLines = str: concatLines (map (s: "  " + s) (filter (s: s != "") (splitString "\n" str)));
05:40:15
@k900:0upti.meK900This fixes it05:40:17
@k900:0upti.meK900H O W05:40:19
@charles:computer.surgeryCharlesfascinating05:44:06
@aidalgol:matrix.orgaidalgol Heroic does that if umu-run isn't on the 4PATH. 05:47:55
@aidalgol:matrix.orgaidalgol * Heroic does that if umu-run isn't on the $PATH. 05:47:57
@k900:0upti.meK900Yeah I figured that one out05:48:03
@k900:0upti.meK900OK so05:53:07
@k900:0upti.meK900I added logging to every fucking wrapper in the chain05:53:14
@k900:0upti.meK900
 exec -a umu-run /home/k900/test/umu-run-wrapped <blah blah game>
import _frozen_importlib # frozen
import _imp # builtin
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
# installing zipimport hook
import 'time' # <class '_frozen_importlib.BuiltinImporter'>
import 'zipimport' # <class '_frozen_importlib.FrozenImporter'>
# installed zipimport hook
# /nix/store/djck7mx6jad1w0yy6zings96dyxanls6-python3-3.13.5/lib/python3.13/encodings/__pycache__/__init__.cpython-313.pyc matches /nix/store/djck7mx6jad1w0yy6zings96dyxanls6-python3-3.13.5/lib/python3.13/encodings/__init__.py
# code object from '/nix/store/djck7mx6jad1w0yy6zings96dyxanls6-python3-3.13.5/lib/python3.13/encodings/__pycache__/__init__.cpython-313.pyc'
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
import 'codecs' # <class '_frozen_importlib.FrozenImporter'>
# /nix/store/djck7mx6jad1w0yy6zings96dyxanls6-python3-3.13.5/lib/python3.13/encodings/__pycache__/aliases.cpython-313.pyc matches /nix/store/djck7mx6jad1w0yy6zings96dyxanls6-python3-3.13.5/lib/python3.13/encodings/aliases.py
# code object from '/nix/store/djck7mx6jad1w0yy6zings96dyxanls6-python3-3.13.5/lib/python3.13/encodings/__pycache__/aliases.cpython-313.pyc'
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd1fb3ba210>
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd1fb3352b0>
# /nix/store/djck7mx6jad1w0yy6zings96dyxanls6-python3-3.13.5/lib/python3.13/encodings/__pycache__/utf_8.cpython-313.pyc matches /nix/store/djck7mx6jad1w0yy6zings96dyxanls6-python3-3.13.5/lib/python3.13/encodings/utf_8.py
# code object from '/nix/store/djck7mx6jad1w0yy6zings96dyxanls6-python3-3.13.5/lib/python3.13/encodings/__pycache__/utf_8.cpython-313.pyc'
import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd1fb3ba350>
import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
import '_abc' # <class '_frozen_importlib.BuiltinImporter'>
import 'abc' # <class '_frozen_importlib.FrozenImporter'>
import 'io' # <class '_frozen_importlib.FrozenImporter'>
05:53:35

Show newer messages


Back to Room ListRoom Version: 10