Linux appimage startup X Window System error

See error:

» ./Manager-x64.AppImage
(WebKitWebProcess:981572): Gdk-ERROR **: 09:36:00.905: The program ‘WebKitWebProcess’ 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 202 error_code 2 request_code 151 (GLX) minor_code 34)
(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 GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

Manager does start up, but only shows a blank screen

Running on Ubuntu:

Operating System: Ubuntu 20.04.1 LTS
Kernel: Linux 5.4.0-72-generic
Architecture: x86-64
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal

1 Like

Manager’s version? v21.4.87 runs fine in Ubuntu Mate 20.04.1 Desktop AMD64.

Please can you show the (Available OpenGL implementations) result from terminal command: Sudo eselect opengl list

eselect cmd doesn’t exist for me. Is that a Gentoo cmd perhaps?

Does this help:

~ » ubuntu-drivers devices ~
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00002187sv00001043sd00008767bc03sc00i00
vendor : NVIDIA Corporation
model : TU116 [GeForce GTX 1650 SUPER]
driver : nvidia-driver-460 - distro non-free recommended
driver : nvidia-driver-450-server - distro non-free
driver : nvidia-driver-450 - distro non-free
driver : nvidia-driver-460-server - distro non-free
driver : xserver-xorg-video-nouveau - distro free builtin

~ » glxinfo ~
name of display: :1
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 151 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 99
Current serial number in output stream: 100

I don’t know the version of Manager. Downloaded latest appimage today and same error.

Sorry, please use sudo lshw -c video

~ » sudo lshw -c video ~
[sudo] password for mj:
*-display
description: VGA compatible controller
product: TU116 [GeForce GTX 1650 SUPER]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:142 memory:f6000000-f6ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:e000(size=128) memory:c0000-dffff

Well, restarted computer, and poof, manager is back. glxinfo also returns sane info now and not an error.

Thanks for the quick responses. Still would like to know what happened, but at least I can use Manager again.

Good to know it works. A proper reboot also seems to sometimes clear this problem and updating the OS also sudo apt update and sudo apt upgrade (if upgradable items) folowed by a reboot. Your reboot may have esured that Nvidea is the active display.