Julian Groß
Julian Groß
74 posted a new AppImage. I believe there is also a fix for a potential deadlock in there, so it is worth trying. https://public.overte.org/build/overte/master20250419/Overte-2025.03.3-141-g7b810125c0-x86_64.AppImage
Looking at the log, the offending line part to be: ``` XR_ERROR_GRAPHICS_DEVICE_INVALID: xrCreateSession(createInfo->next) Argument chain does not contain any known graphics bindings [04/14 02:02:08] [CRITICAL] [openxr.context] XR_ERROR_GRAPHICS_DEVICE_INVALID: Failed to create...
I mean, it is trying to get an X11 display on a Wayland session. We should probably also support [XrGraphicsBindingOpenGLWaylandKHR](https://registry.khronos.org/OpenXR/specs/1.1/man/html/XrGraphicsBindingOpenGLWaylandKHR.html). @TwilightKiddy you could try running Overte with the xcb Qt...
Can you elaborate? > opening the game first time ask the user to set input/output settings. What input/output settings? > This would allow us to ask the user to set...
Thank you for your feedback @memsharded. I am a newbie when it comes to Conan, so it is highly appreciated. > (…) defining `self.cpp_info.libs = ["libnode"]` would be preferred over...
> It is important that the `self.cpp_info.libdirs/bindirs` are correctly defined (…) As far as I can tell, both directories are correctly defined. `self.cpp_info.libdirs` is `['lib']` and libnode.so.108 is in lib/libnode.so.108...
Sounds reasonable to me. Main reason for me proposing this change is how long it took for us to debug this. @memsharded do you think it would be reasonable for...
Probably. I just use `github-hetzner-runners` to set everything up. ```bash github-hetzner-runners -c config.yaml cloud redeploy ``` Here is my config: ``` root@Hetzner-Runner-Scaler:~# cat config.yaml config: github_token: REDACTED github_repository: overte-org/overte hetzner_token:...
A thing I immediately noticed during testing: This breaks the chat bubbles. The typing indicator still works, but no chat bubble appears over a client running this PR. Even if...
Somehow legacy compatibility seems to still be broken.