4 Jan 2025 |
Atemu | They're just there to be discovered and managed by the user | 19:19:42 |
aidalgol | Ah, that makes sense. | 19:19:46 |
Emma [it/its] | isnt prismlauncher under nixos launched with 3 java versions on path? | 22:07:50 |
Atemu | It has 3 java versions passed to it but it's via a bespoke PRISMLAUNCHER_JAVA_PATHS , not PATH | 22:10:36 |
Emma [it/its] | ah | 22:19:59 |
6 Jan 2025 |
davidak | Does anyone have the game "Lost But Found" on Steam and can check if audio work? It doesn't for me.
https://store.steampowered.com/app/3204250/Lost_But_Found/
https://github.com/NixOS/nixpkgs/issues/371413 | 12:12:16 |
Atemu | Audio server? | 12:20:44 |
K900 | Is it native or Proton? | 12:21:26 |
davidak | Atemu: pipewire K900 : native (with proton, i have audio) | 14:18:18 |
K900 | Yeah my guess is that it's broken by the recent switch to containerized runtimes then | 14:19:02 |
davidak | i had the same issue before upgrading from 24.05. all other games work | 14:20:40 |
K900 | Well the fun thing is that we can't even fix this now | 14:29:13 |
K900 | Because you can't just drop whatever library it wants into the fhsenv | 14:29:22 |
K900 | Because it's using the container runtime | 14:29:28 |
davidak | i'm not sure it wants any library or dependency. i don't get any errors
it's a unity game and i can run it outside steam: steam-run ./app.x86_64 | 14:41:31 |
Atemu | Add it as a non-steam game and use the steam runtime | 14:42:15 |
davidak | it still has the issue when starting with steam-run | 14:43:59 |
Atemu | That's not what I said | 14:44:07 |
davidak | what do you mean? i can add the linux binary as a non-steam game and select linux runtime (scout), but still have the issue | 14:46:28 |
Atemu | Ah, you didn't say that before | 14:46:53 |
Atemu | At this point you'd have to look at logs | 14:47:19 |
Atemu | Or perhaps see whether the game even appears as a playback stream in e.g. pavucontrol | 14:47:39 |
davidak | ahh, i see the game in pavucontrol as "FMOD Ex App" and it is playing sound, but on the wrong output (HDMI) | 14:49:59 |
davidak | maybe the developers can fix that and use the default system output | 14:52:38 |
Atemu | You could try PULSE_SINK | 14:53:00 |
davidak | It works with this program: PULSE_SINK=399 io.elementary.videos
but not with the game: PULSE_SINK=399 steam-run ./app.x86_64 | 15:02:26 |
K900 | You probably want `steam-run PULSESINK=399 ./app.x8664 | 15:22:34 |
K900 | You probably want steam-run PULSE_SINK=399 ./app.x86_64 | 15:22:36 |
K900 | Or just redirect it manually | 15:22:39 |
| kidsan joined the room. | 17:09:25 |