hyprwm / Hyprland

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
21.5k stars 899 forks source link

Steam nor discord starts on latest git #7849

Closed DockterTeagle closed 1 month ago

DockterTeagle commented 1 month ago

Discussed in https://github.com/hyprwm/Hyprland/discussions/7845

Originally posted by **DockterTeagle** September 18, 2024 Howdy, I am writing this as a discussion as I am also unable to access discord atm due to a similar issue I believe. It seems that xwayland is somehow not being loaded or something, I am sure that I have it enabled in my nix config. The error I get when I try to start steam is this: ![2024-09-18T21:08:36,033994827-05:00](https://github.com/user-attachments/assets/9fffb42a-d056-4112-98ef-4a7afb30446c) Also when I run discord from the command line I get this error ``` [WebContents] double crashed (reason: crashed, exitCode: 139)... RIP =( notificationScreen.webContentsSend: win is invalid undefined. ``` i have made sure that mako is running so Idk what the issue could be for the time being I am going to revert to my previous generation, and try again this switch again in a few days to see if it has been fixed.
khaneliman commented 1 month ago

Same... I assume https://github.com/hyprwm/Hyprland/pull/7807 broke it..

ctilley83 commented 1 month ago

I'm curious if this is related to me suddenly getting no 'authorization protocol specified' errors when opening Xwayland applications. I'm also on the latest git.

Morbiuzx commented 1 month ago

I have this problem too

Arisa-Snowbell commented 1 month ago

it originally used

std::format("/tmp/.X11-unix/X{}", display);
        return std::format("/tmp/.X11-unix{}", display);

it was refactored to this

think this is the mistake

DockterTeagle commented 1 month ago

Damn Im surprised it took so little time to fix this, much appreciated.

DockterTeagle commented 3 weeks ago

I have had this issue resurface on the latest git

DockterTeagle commented 3 weeks ago

I cant seem to reproduce it again, so nevermind, I had this issue on latest git, switched to release, it went away, then switched back and it disappeared, no need to reopen