!hzgkCxLtCOTmFXGauj:nixos.org

NixOS Gaming

434 Members
Gaming things, my hands are typing words.121 Servers

Load older messages


SenderMessageTime
21 Jan 2026
@k900:0upti.meK900Is it some kind of ulimit nonsense18:05:40
22 Jan 2026
@codebam:matrix.orgSeanimage.png
Download image.png
02:25:35
@codebam:matrix.orgSeanwhy is upscaling uneven on wayland but on xwayland it looks fine? 02:25:37
@codebam:matrix.orgSeanI'm trying to use 1280x960 but it does this02:25:52
@atemu12:matrix.orgAtemuAny HiDPI scaling factors at play?04:40:42
@codebam:matrix.orgSeanwhat do you mean?07:27:43
@k900:0upti.meK900What "upscaling"08:53:19
@marie:marie.cologneMarie prlimit --rtprio=95 flatpak run com.hypixel.HytaleLauncher crashes
prlimit --rtprio=0 flatpak run com.hypixel.HytaleLauncher works
09:13:39
@k900:0upti.meK900H u h09:14:12
@marie:marie.cologneMarieI wonder if this is flatpak's fault, since the launcher does work outside of flatpak without changing limits09:14:14
@k900:0upti.meK900Wait09:14:16
@k900:0upti.meK900You're not using a PREEMPT_RT kernel are you09:15:09
@marie:marie.cologneMariei'm not09:15:20
@marie:marie.cologneMarievanilla nixos latest kernel09:15:30
@k900:0upti.meK900Hmm09:15:50
@k900:0upti.meK900And nothing in dmesg when this happens?09:16:24
@k900:0upti.meK900I think RT kernels may kill processes that eat too much CPU time but I don't think this should ever trip on normal kernels09:16:50
@marie:marie.cologneMarienothing in dmesg09:18:20
@marie:marie.cologneMarie but i just saw this in the journal /nix/store/slfhbw60dvv03rlcmr5r2kzhlnrbaxmv-xdg-desktop-portal-1.20.3/libexec/xdg-desktop-portal[2091]: Realtime error: Could not map tid 23 of pid 2: Process ids could not be found: 23, not sure if thats because it dies 09:18:52
@k900:0upti.meK900That shouldn't make it sigkill itself though09:19:13
@k900:0upti.meK900Have you looked at the actual scripts inside at all?09:20:22
@marie:marie.cologneMarieyou mean inside the flatpak?09:21:31
@marie:marie.cologneMarie it's just this wrapper script which handles self updating
#!/bin/sh
LAUNCHER_DIR="$XDG_DATA_HOME/Hytale"
LAUNCHER_BIN="$LAUNCHER_DIR/hytale-launcher"
BUNDLED_HASH_FILE="$LAUNCHER_DIR/.bundled_hash"
mkdir -p "$LAUNCHER_DIR"
# Compute hash of bundled binary to detect Flatpak package updates
BUNDLED_HASH=$(sha256sum /app/bin/hytale-launcher | cut -d" " -f1)
# Copy bundled binary if: no binary exists, OR the Flatpak package was updated
# This preserves self-updates while still applying Flatpak package updates
if [ ! -x "$LAUNCHER_BIN" ] || [ ! -f "$BUNDLED_HASH_FILE" ] || [ "$(cat "$BUNDLED_HASH_FILE")" != "$BUNDLED_HASH" ]; then
  install -m755 /app/bin/hytale-launcher "$LAUNCHER_BIN"
  echo "$BUNDLED_HASH" > "$BUNDLED_HASH_FILE"
fi
exec "$LAUNCHER_BIN" "$@"
09:23:31
@k900:0upti.meK900And this is the process that gets sigkilled?09:23:54
@k900:0upti.meK900Hmm I wonder if killsnoop is actually the weird one here and doesn't catch the exec09:24:20
@marie:marie.cologneMariethe script should work fine, the launcher window pops up for a split second09:24:38
@k900:0upti.meK900Would be nice to maybe get a stack trace from when it actually dies09:25:10
@marie:marie.cologneMariei tried that with bpftrace, but it only gave me pointers09:25:47
@marie:marie.cologneMarieit dies inside the launchers code, so no debug info09:25:57
@k900:0upti.meK900I don't have the game so I can't really do it but you might want to throw it into Binja and see what comes out09:27:26

Show newer messages


Back to Room ListRoom Version: 10