-
Notifications
You must be signed in to change notification settings - Fork 511
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
Crashes on startup on Gentoo under Wayland #233
Comments
Do you know if this is a regression or an issue with all versions of Aegisub? Does this also happen on 3.2.2 or Aegisub/Aegisub master (if you can get either of those to compile) or on arch1t3cht/Aegisub? |
|
I think it's a general problem with Wayland, occurring on all current forks. I currently use a wrapper to force it to run under XWayland. Even if the program did run under pure Wayland (like with AppImage), various problems persist, such as no IME float window, etc. |
Same issue here on Mageia Cauldron! using $ env GDK_BACKEND=x11 aegisub to get it work Regards, |
Attempting to run Aegisub on Gentoo under Wayland currently segfaults.
Removing the contents of Toolbar::OnIdle avoids that crash, and shows a message from wxWidgets:
Gentoo currently builds wxGTK without EGL support, and recommends that programs detect this and fall back to X11, as seen in visualboyadvance-m/visualboyadvance-m@aca206a
The text was updated successfully, but these errors were encountered: