11 Jan 2025 |
srestegosaurio (on tchncs.de) | In reply to @srestegosaurio:tchncs.de I cannot stand my own hair if it's not tied down in some way. Specially if it's a windy day. I still like it tho. | 22:03:20 |
eyJhb | I'm just growing it out before I don't have any hair anymore. :p So lets see how long that'll take. | 22:04:27 |
eyJhb | [nix-shell:~]$ steam-run xrgears
Error [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : RuntimeManifestFile::FindManifestFiles - failed to determine active runtime file path for this environment
Error [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : RuntimeInterface::LoadRuntimes - unknown error
Error [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : RuntimeInterface::LoadRuntimes - failed to load a runtime
Error [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Failed to find default runtime with RuntimeInterface::LoadRuntime()
Error [GENERAL | xrEnumerateInstanceExtensionProperties | OpenXR-Loader] : Failed querying extension properties
[e] xr.c:61 | Failed to enumerate instance extensions. [XR_ERROR_RUNTIME_UNAVAILABLE]
[e] main.cpp:430 | OpenXR graphics initialization failed.
| 22:28:39 |
eyJhb | Beta branch didn't help, sadly :( | 22:33:13 |
Atemu | Well then check the runtime config json as I said | 22:47:26 |
eyJhb | Tried, couldn't seem to find it. There was nothing in .config/openxr, and strace didn't list anything being accessed in openxr. But saying this now, it's apparent that I didn't include forks in my strace. | 22:49:41 |
Atemu | Well there's your issue then | 22:50:18 |
eyJhb | I created a openxr folder with a runtime config, but it didn't change anything however. So.. but I might check again tomorrow. Do you have any specific pointers? Should it look in ~/.config/openxr, or somewhere else? And I assume it should auto create it? Maybe? | 22:52:07 |
Atemu | SteamVR should create it but last time I checked it was broken on my system and I didn't bother | 23:27:39 |
Atemu | I can send you mine | 23:27:47 |
eyJhb | In reply to @atemu12:matrix.org I can send you mine Would appreciate that, so i can test it tomorrow. Promised my gf should could play beat saber 😅 | 23:45:22 |
Atemu | If you have backups, you should be able to find it in those too though | 23:53:21 |
12 Jan 2025 |
Atemu | eyJhb:
[atemu@HEPHAISTOS ~]$ cat .config/openxr/1/active_runtime.json
{
"file_format_version" : "1.0.0",
"runtime" :
{
"VALVE_runtime_is_steamvr" : true,
"library_path" : "/Volumes/Games/Steam/steamapps/common/SteamVR/bin/linux64/vrclient.so",
"name" : "SteamVR"
}
}
| 00:07:13 |
Atemu | Replace the path with your library path of course | 00:07:27 |
eyJhb | In reply to @atemu12:matrix.org
eyJhb:
[atemu@HEPHAISTOS ~]$ cat .config/openxr/1/active_runtime.json
{
"file_format_version" : "1.0.0",
"runtime" :
{
"VALVE_runtime_is_steamvr" : true,
"library_path" : "/Volumes/Games/Steam/steamapps/common/SteamVR/bin/linux64/vrclient.so",
"name" : "SteamVR"
}
}
This was the exact thing i created, with my library path :/ | 07:30:53 |
eyJhb | Atemu: worked. I'm certain I did 100% the same yesterday, but I guess not good enough. | 10:39:53 |
eyJhb | Time to save those dirs. | 10:40:02 |
eyJhb | Tired of having to configure alvr each time I start it as well. | 10:40:09 |
| Rayane Nakib (ريان نقيب) joined the room. | 12:37:54 |
K900 | Oof | 16:26:09 |
K900 | We have duplicate Vulkan layers again | 16:26:14 |
K900 | And it's breaking stuff again | 16:26:17 |
K900 | Kinda tempted to just rm -rf $out/usr/share/vulkan | 16:26:34 |
Atemu | How does that happen? | 16:26:42 |
K900 | fhsenv puts layers in /usr/share/vulkan | 16:26:57 |
K900 | And then we put them in /run/opengl-driver/share/vulkan | 16:27:06 |
Atemu | Right | 16:27:07 |
K900 | And the loader searches both | 16:27:10 |
Atemu | Ugh | 16:27:14 |
K900 | And some layers are VERY NOT REENTRANT | 16:27:15 |