| 2 Sep 2025 |
| RichInOverdraft changed their profile picture. | 16:20:32 |
| @aidalgol:tchncs.de joined the room. | 21:54:39 |
| 3 Sep 2025 |
| Aminda.eu ⚧︎ (she/they) removed their display name So feline and fair. | 06:48:40 |
| ghpzin joined the room. | 07:55:51 |
| 4 Sep 2025 |
| curious_cuttlefish joined the room. | 04:42:06 |
| @aidalgol:tchncs.de changed their display name from Aidan Gauland to aidalgol[m]. | 11:23:25 |
| @aidalgol:tchncs.de changed their display name from aidalgol[m] to aidalgol. | 11:24:11 |
| @ieda:matrix.org joined the room. | 18:18:15 |
| 6 Sep 2025 |
| @lotte:chir.rs changed their profile picture. | 17:07:49 |
| 7 Sep 2025 |
| dish [Fox/It/She] left the room. | 04:55:18 |
| nkl joined the room. | 15:54:57 |
| 8 Sep 2025 |
| inayet set a profile picture. | 02:17:13 |
| nyanbinary 🏳️⚧️ removed their profile picture. | 15:19:50 |
| 9 Sep 2025 |
| @lotte:chir.rs changed their profile picture. | 09:08:30 |
| nyanbinary 🏳️⚧️ set a profile picture. | 15:12:31 |
| PhiliPdB joined the room. | 18:43:27 |
| 10 Sep 2025 |
| matthewcroughan changed their display name from matthewcroughan @ nix.camp to matthewcroughan. | 15:07:35 |
Rein | I've wanted to use rs-linux-autoconnect. Made a package for it in my overlay, builds nicely, however due to being made for Rocksmith, the CMake outputs only the /lib32. Preloading still fails with wrong ELF class: ELFCLASS32. Also, I think that I need to preload libjack.so for sound to work. Is there any way to fix this in NixOS? | 17:34:22 |
Rein | Okay, so trying to preload the 64-bit of Jack also fails with wrong ELF class: ELFCLASS64 | 17:39:42 |
Rein | Okay, so trying to preload the 64-bit version of PipeWire's Jack also fails with wrong ELF class: ELFCLASS64 | 20:29:38 |
Rein | Fixed it in the most stupid way I could probably think of | 21:23:10 |
Rein | Maybe there's some more elegant solution with something like nixld, but I'm lost as to how use nixld | 21:23:43 |
Rein | either way, seems that copying the libjack.so via steam-run cp /lib32/libjack.so $HOME/.steam/steam/steamapps/Rocksmith2014 and then providing the absolute path to libjack inside Rocksmith2014 dir works | 21:24:47 |