Open Coreforge opened 9 months ago
Hey there, found any solution for this? I'm having the exact same issue (basically identical log spam in vrclient_java.txt
) when I try to play Minecraft in VR using the Vivecraft mod; SteamVR works fine with Steam games, but Minecraft refuses to show anything in my headset, though I can tell
System Information: OS: Linux Mint 21.3 CPU: Intel i7-8750H @2.20 GHz GPU: RTX 2060 (using driver version 545) SteamVR version 2.5.2 (latest beta) VR Headset: HTC Vive
vrclient_java.txt
:
vrclient_java.txt
I didn't I ended up just using monado and OpenComposite.
I've been able to run SteamVR successfully (tracking works fine and I get the default steamvr aurora skybox in the headset), but I'm unable to get any applications to actually submit frames successfully.
hello_xr
with the vulkan backend somewhat gracefully exits.From the SteamVR xrclient log:
The only three vulkan calls I found with
BOX64_LOG=2
after a lot ofvkGetInstanceProcAddr
calls were to calls tovkEnumeratePhysicalDevices
and then8785|0x3f030d9fcc: Calling vkGetPhysicalDeviceProperties2(0x55E186D0, 0x7FA4484720, 0x7FA44846B0, ...) => return 0x105C0
, directly after which the error message gets created and written to the log.hellovr_vulkan
looses its connection to the X server and then shuts down. This could also be down to library issues however, I'll have to see if I can get it to recompile in an environment with older libraries (especially an older libc).3975|0x100045375: Calling SDL_CreateWindow(0x100062B09, 0x2BC, 0x64, ...) =>X connection to :0 broken (explicit kill or server shutdown).
OpenVR through wine64 produces some more interesting errors in the vrclient log
in this case, the application runs and tracks correctly, but no frames get submitted to SteamVR (or at least they aren't visible in the headset, it's still showing the default skybox)
I didn't see any errors about missing vulkan extensions, so that's likely not the issue. Monado is also able to run fine fully in box64.
I haven't been able to run SteamVR with
BOX64_log=2
yet unfortunately.