forked from MichaelAquilina/wdisplays
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault at startup #18
Comments
Apparantly the return value of wd_find_head is NULL Lines 62 to 66 in 6233901
If I add this on line 64: if (head == NULL) {
printf("No head found for output %s\n", output->name);
return;
} then Hyprland completely crashes, here are the last lines in the logfile: hyprland log
|
Figured it out: it only happens when one of my monitors is mirroring another one. If I disconnect my mirrored monitor, it doesn't segfault. Does |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been using wdisplays for a couple of weeks/months but today it crashed at startup:
Backtrace
Using Hyprland on Arch:
output of `hyprctl systeminfo`
Happens both on latest release (
wdisplays
arch package) and latest master (manual build)The text was updated successfully, but these errors were encountered: