Recent versions of golly, from 2.8 to 3.2, do not work on my system due to an X Window System error. I'm on Arch Linux (5.0.2-arch1-1-ARCH) with desktop environment XFCE (Xfce 4.12). It doesn't matter if you get it from the AUR or from source; running golly yields the same error:
The program 'golly' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 39232 error_code 2 request_code 151 minor_code 24)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
I tried building prior versions from source; they spit out the same error back to 2.8. Version 2.7 works fine. I haven't checked versions beneath that.
From: "Ticket #47: Golly doesn't open on ArchLinux/XFCE: X Window System error" <47@bugs.golly.p.re.sourceforge.net>
To: "Ticket #47: Golly doesn't open on ArchLinux/XFCE: X Window System error" <47@bugs.golly.p.re.sourceforge.net>
Subject: [golly:bugs] #47 Golly doesn't open on ArchLinux/XFCE: X Window System error
[bugs:#47] Golly doesn't open on ArchLinux/XFCE: X Window System error
Status: open
Group: v1.0 (example)
Labels: X X Window System
Created: Sun Mar 24, 2019 02:40 PM UTC by Anonymous
Last Updated: Sun Mar 24, 2019 02:40 PM UTC
Owner: nobody
Recent versions of golly, from
2.8to3.2, do not work on my system due to an X Window System error. I'm on Arch Linux (5.0.2-arch1-1-ARCH) with desktop environment XFCE (Xfce 4.12). It doesn't matter if you get it from the AUR or from source; runninggollyyields the same error:I tried building prior versions from source; they spit out the same error back to
2.8. Version2.7works fine. I haven't checked versions beneath that.Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/golly/bugs/47/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
The main change that might be relevant in 2.8 was a switch to OpenGL for
rendering.
Which version of wxWidgets are you using? Try the latest stable release (3.0.4) and if that still doesn't work try the latest development release (3.1.2). Make sure you can build and run the opengl samples included with wxGTK. If they work then Golly should work.
As another datapoint: I can run Golly on Arch Linux using XFCE as the window manager just fine; both the AUR package and the binary distribution work (using
wxgtk2,which is wxWidgets 3.0.4 built with GTK 2).If this is related to OpenGL, perhaps the problem is specific to the display drivers used? For refenence, I'm using the
intelxorg driver withi965mesa driver. (If you're unsure: thexdriinfoandglxinfocommands may be useful.)Adam/reporter: which display drivers are you using?