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
Some googling suggests this might be a locale error, but I've verified with LC_ALL=C and various other combinations to no avail. I'm quite sure that my locales are properly in order.
strace to the rescue; it's failing because of: access("/usr/share/X11/locale/iso8859-1/Compose", R_OK) = -1 ENOENT (No such file or directory) — even though it shouldn't be trying to access anything non-UTF-8 in terms of locale. I think glium/glutin should be doing better error handling in this context, but I know little enough about X11 programming to be sure.
Some googling suggests this might be a locale error, but I've verified with
LC_ALL=C
and various other combinations to no avail. I'm quite sure that my locales are properly in order.The text was updated successfully, but these errors were encountered: