| 10 Aug 2025 |
Rein | well, except for the compatibility packages, but I gave up on them at this point | 16:20:45 |
Rein | this is not related to those warnings, since they are OpenGL-specific | 16:22:08 |
@witchlliee:matrix.org | So i can rule it out. I'm trying to debug why it takes longer to launch games on nixos than in other distros for me | 16:22:10 |
@witchlliee:matrix.org | In other distros it launches almost as soon as i click the "Play" button | 16:23:25 |
Charles | you could try comparing straces between distros to see if it's making extra syscalls | 16:23:41 |
@witchlliee:matrix.org | 536.423:0094:00a0:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\winebth": c0000142
That is the only error out of ordinary that i get when launching a game | 16:26:08 |
@witchlliee:matrix.org | * 536.423:0094:00a0:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\winebth": c0000142
That is the only error out of ordinary that i get when launching a game | 16:26:39 |
Rein | Okay, so now when looking through Steam logs, I see lines like those:
Proton: Upgrading prefix from 10.0-200 to GE-Proton10-10 (/home/joe/.local/share/Steam/steamapps/compatdata/0/)
Proton: Prefix has an invalid version?! You may want to back up user files and delete this prefix.
ProtonFixes[41935] WARN: [CONFIG]: Parent directory "/home/joe/.config/protonfixes" does not exist. Abort.
ProtonFixes[41935] WARN: Skipping fix execution. We are probably running an unit test.
I guess protonfixes aren't important in this context, however, I'm a bit curious about the invalid prefix version | 16:26:56 |
Rein | Okay, deleting /home/joe/.local/share/Steam/steamapps/compatdata/0/ makes the compatibility packages appear in Steam | 16:28:25 |
Rein | so I think I'd need to delete it every time I rebuild NixOS | 16:28:51 |
Rein | Nope, it's not even every time I rebuild NixOS | 16:29:41 |
Rein | it's every time I relaunch Steam ;-; | 16:29:49 |