You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main_OpenWindow:main.cc has some x11 specific code; specifically it seems the lines that set up the window icon at around line 690 causes a segfault if not using x11 (i.e. fl_display == nullptr).
i've edited those lines to not run when fl_display is null, and it starts right up. works as well as ever.
The text was updated successfully, but these errors were encountered:
i'm running a relatively recently updated gentoo (6.6.38) w/ sway. i have both the wayland & X11 ecosystems installed. using i3 (x11), eureka launches w/ my bodge patch removed. i'll check some USE flags & run another system upgrade and see if that changes anything.
Main_OpenWindow:main.cc has some x11 specific code; specifically it seems the lines that set up the window icon at around line 690 causes a segfault if not using x11 (i.e. fl_display == nullptr).
i've edited those lines to not run when fl_display is null, and it starts right up. works as well as ever.
The text was updated successfully, but these errors were encountered: