You are not logged in.

#1 2023-01-29 18:41:55

josephgerth
Member
Registered: 2021-04-25
Posts: 34

[SOLVED] Help Me Fix My Video Card Problems: nvidia

Good morning y'all. I have tried several steps to fix my video card issues, and I can't seem to find the solution. I ran Pop! OS for about a year, and their integration with nvidia was seamless; I never had any issues running any games on steam. When I changed to Arch, there were several games I couldn't run (but more than a few that I can). This is not a specific game problem, for there are several games (and similar in graphics) that simply won't show up (Shovel Knight, Broforce, and Huntdown---all 2D games). They launch; I can hear the music; I can even input button presses and "start" the game; but no graphics ever display.

Steam tells me that

Video Card:
    Driver:  Mesa/X.org llvmpipe (LLVM 15.0.7, 256 bits)
    Driver Version:  4.5 (Compatibility Profile) Mesa 22.3.4
    OpenGL Version: 4.5
    Desktop Color Depth: 24 bits per pixel
    Monitor Refresh Rate: 60 Hz
    VendorID:  0x10de
    DeviceID:  0x1c03
    Revision Not Detected
    Number of Monitors:  1
    Number of Logical Video Cards:  1
    Primary Display Resolution:  1920 x 1080
    Desktop Resolution: 1920 x 1080
    Primary Display Size: 20.08" x 11.30" (23.03" diag)
                                            51.0cm x 28.7cm (58.5cm diag)
    Primary Bus: PCI Express 16x
    Primary VRAM Not Detected
    Supported MSAA Modes:  2x 4x 8x 16x

When in reality, I have an nvidia card, as

lspci -k | grep -A 2 -E "(VGA|3D)"

tells me:

01:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6GB] (rev a1)
	Subsystem: Gigabyte Technology Co., Ltd Device 3718
	Kernel driver in use: nvidia

I have the following packages installed:

lib32-nvidia-utils 525.85.05-1
nvidia 525.85.05-2
nvidia-lts 1:525.85.05-2
nvidia-settings 525.85.05-1
nvidia-utils 525.85.05-1
opencl-nvidia 525.85.05-1

and my system is

Linux desktop-Desktop 6.1.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 24 Jan 2023 21:07:04 +0000 x86_64 GNU/Linux

My xorg.conf contains these

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Things I've tried:

  1. $ nvidia-xconfig

  2. Uninstall nvidia, reinstall nvidia

  3. Install nvidia-dkms

  4. Delete xorg.conf, reboot (hoping the installed packages make a new one? It does not; I have to log in as root and generate a new one)

  5. $mkinitcpio -P linux

And a few other odds and ends, such as adding

ModulePath "/usr/lib/nvidia/xorg"
ModulePath "/usr/lib/xorg/modules"

to the Files section in xorg.conf.

I have consulted the archwiki page for nvidia, but I guess I'm too much of a newb to f igure it out from there.

I appreciate any help you can offer!

EDIT: I added lib32-nvidia-utils and nvidia-lts to my pacman -Q | grep nvidia list. Neither have fixed my problem.

EDIT2: I'm marking this solved for now. My major issues, I think, are solved. I can get most of my games running, even if they each require some ad hoc fix. This is an improvement from where I was a week ago, so I'm satisfied with that. Huge thanks to everyone who contributed. Your time and expertise are much appreciated, not only since you helped me to solve my problems, but because I learned more about archlinux and my system. Gratias vobis ago.

EDIT3: This was a compositor problem. And while I haven't looked too closely at the config, once I killed xcompmgr and then started picom... all of my problems went away!

Last edited by josephgerth (2023-02-13 03:09:40)

Offline

#2 2023-01-29 18:47:31

josephgerth
Member
Registered: 2021-04-25
Posts: 34

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

To add to this, I just did a

journalctl -b | grep -i nvidia

Here's what I got:

Jan 29 12:35:05 desktop-Desktop systemd-modules-load[272]: Module 'nvidia_uvm' is deny-listed
Jan 29 12:35:06 desktop-Desktop kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
Jan 29 12:35:06 desktop-Desktop kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
Jan 29 12:35:06 desktop-Desktop kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
Jan 29 12:35:06 desktop-Desktop kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
Jan 29 12:35:08 desktop-Desktop python3[451]: [1260] INFO: Available modules: ['nouveau', 'nvidia', 'nvidia_drm', 'nvidia_modeset', 'nvidia_uvm']
Jan 29 12:35:08 desktop-Desktop python3[451]: [1260] INFO: Unloading modules ['nvidia_drm', 'nvidia_modeset', 'nvidia_uvm', 'nvidia'] (if loaded)
Jan 29 12:35:20 desktop-Desktop kernel: nvidia: loading out-of-tree module taints kernel.
Jan 29 12:35:20 desktop-Desktop kernel: nvidia: module license 'NVIDIA' taints kernel.
Jan 29 12:35:20 desktop-Desktop kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Jan 29 12:35:21 desktop-Desktop kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 237
Jan 29 12:35:21 desktop-Desktop kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Jan 29 12:35:21 desktop-Desktop kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  525.85.05  Sat Jan 14 00:49:50 UTC 2023
Jan 29 12:35:21 desktop-Desktop systemd-udevd[488]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 29 12:35:21 desktop-Desktop systemd-udevd[584]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 29 12:35:21 desktop-Desktop systemd-udevd[584]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
Jan 29 12:35:21 desktop-Desktop systemd-udevd[584]: nvidia: Process '/bin/mknod -m 666 /dev/nvidiactl c 195 255' failed with exit code 1.
Jan 29 12:35:21 desktop-Desktop systemd-udevd[584]: nvidia: Process '/bin/mknod -m 666 /dev/nvidia0   c 195 0' failed with exit code 1.
Jan 29 12:35:21 desktop-Desktop kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  525.85.05  Sat Jan 14 00:40:03 UTC 2023
Jan 29 12:35:21 desktop-Desktop systemd-udevd[554]: nvidia_modeset: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidia-modeset c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 254'' failed with exit code 1.
Jan 29 12:35:56 desktop-Desktop kernel: x86_64-linux-gn[3068]: segfault at 0 ip 00007f72ea263538 sp 00007ffc6ce67ce0 error 4 in libnvidia-glcore.so.525.85.05[7f72e8cfc000+2505000] likely on CPU 5 (core 1, socket 0)
                                                      #0  0x00007f72ea263538 n/a (libnvidia-glcore.so.525.85.05 + 0x1863538)
                                                      #1  0x00007f72ea2643d0 n/a (libnvidia-glcore.so.525.85.05 + 0x18643d0)
                                                      #2  0x00007f72ea2658d3 n/a (libnvidia-glcore.so.525.85.05 + 0x18658d3)
                                                      #3  0x00007f72ee2ce8d0 n/a (libGLX_nvidia.so.0 + 0x9c8d0)
Jan 29 12:35:58 desktop-Desktop kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Jan 29 12:35:58 desktop-Desktop kernel: nvidia-uvm: Loaded the UVM driver, major device number 235.
Jan 29 12:35:58 desktop-Desktop systemd-udevd[3251]: nvidia_uvm: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidia-uvm c $(grep nvidia-uvm /proc/devices | cut -d \  -f 1) 0'' failed with exit code 1.
Jan 29 12:35:58 desktop-Desktop systemd-udevd[3251]: nvidia_uvm: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidia-uvm-tools c $(grep nvidia-uvm /proc/devices | cut -d \  -f 1) 1'' failed with exit code 1.
Jan 29 12:36:03 desktop-Desktop kernel: x86_64-linux-gn[4341]: segfault at 0 ip 00007fe39b263538 sp 00007ffc3337c420 error 4 in libnvidia-glcore.so.525.85.05[7fe399cfc000+2505000] likely on CPU 6 (core 2, socket 0)
                                                      #0  0x00007fe39b263538 n/a (/run/host/usr/lib/libnvidia-glcore.so.525.85.05 + 0x1863538)
Jan 29 12:40:07 desktop-Desktop dbus-daemon[414]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.55' (uid=0 pid=5156 comm="sudo nvidia-xconfig")
Jan 29 12:40:09 desktop-Desktop sudo[5156]:    desktop : TTY=pts/1 ; PWD=/home/desktop ; USER=root ; COMMAND=/usr/bin/nvidia-xconfig

Offline

#3 2023-01-29 19:05:25

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

My xorg.conf contains these

Get rid of that.

Steam tells me that

And what does

glxinfo -b

tell you?
In doubt you'll need the multilib repo and at least lib32-nvidia-utils

Offline

#4 2023-01-29 19:35:31

josephgerth
Member
Registered: 2021-04-25
Posts: 34

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

glxinfo -b tells me

36

I deleted those two lines that I added to my xorg.conf file, then I installed lib32-nvidia-utils using pacman, used mkinitcpio -P linux, and then rebooted. Still nothing.

I have multilib enabled, and have had it enabled since I first installed arch several months ago.

Thanks for your help!

EDIT: I also tried deleting everything I showed you from my xorg.conf file, including the screen and monitor info. Upon reboot, I cannot startx; it says "No screens found." To find a screen, I use mv to reproduce a backup file. But this nullifies the changes you suggested... So obviously that is not a solution. It may, however, provide a clue, so I'm leaving this edit here.

Last edited by josephgerth (2023-01-29 19:45:07)

Offline

#5 2023-01-29 19:54:53

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

Fuck, shift error - sorry.

glxinfo -B

Offline

#6 2023-01-29 19:57:57

josephgerth
Member
Registered: 2021-04-25
Posts: 34

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

glxinfo -B

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 6144 MB
    Total available memory: 6144 MB
    Currently available dedicated video memory: 5790 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 525.85.05
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 525.85.05
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 525.85.05
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Offline

#7 2023-01-29 20:29:16

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

That's obviously the nvidia driver.
What does

glxinfo32 -B

now report.

I also tried deleting everything I showed you from my xorg.conf file

Whoa-haa
If that's not the entire file
1. post the entire file
2. get rid of the entire file

In doubt you might require https://wiki.archlinux.org/title/NVIDIA … de_setting (parameter and early loading, also see the mentioned pacman hook)

Offline

#8 2023-01-29 20:47:26

josephgerth
Member
Registered: 2021-04-25
Posts: 34

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

I have no glxinfo32? (command not found)

Full contents of my xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 525.85.05


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
	ModulePath "/usr/lib/nvidia/xorg"
	ModulePath "/usr/lib/xorg/modules"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

If I delete this, then I cannot run startx; it returns an (EE) No screens found, so I can't get into my windows manager. I can log into root and run commands, but this isn't ideal.

I'll need some help with parameter and early loading. In section 1.3.1 of the arch wiki, it says "you can add nvidia, nvidia_modeset, nvidia_uvm and nvidia_drm to the initramfs." How do I do that? Where is the file to edit for initramfs?

One thing I tried was to edit my mkinitcpio.conf file. The line MODULES had (nouveau) in it. If I change it to

nvidia, nvidia_modeset, nvidia_uvm and nvidia_drm

I run into an issue when I run sudo mkinitcpio -P linux; namely, it says

===> ERROR: module not found: `nvidia'

It also says this for nvidia_modeset, nvidia_uvm, and nvidia_drm.

Offline

#9 2023-01-29 20:59:35

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

% pacman -F glxinfo32
multilib/lib32-mesa-utils

If I delete this, then I cannot run startx

It's nvidia-generated pointless cruft - if you "need" this, there's an underlying problem, but your glx shows that you /are/ running on the nvidia chip.
The problem is likely that you run "startx" too early and the chip isn't ready, hence the early KMS.
Also the noveau module in the initramfs should have trashed the nvidia kernel module.

namely, it says

===> ERROR: module not found: `nvidia'

Given

If I change it to

nvidia, nvidia_modeset, nvidia_uvm and nvidia_drm

I'm pretty sure it's not what it says. The commas have no business being there.

(nvidia nvidia_modeset nvidia_uvm nvidia_drm)

If that's not it, post the entire modules.conf and the exact error message.

And post a complete system journal so we can see what's actually going on there:

sudo journalctl -b | curl -F 'file=@-' 0x0.st # yes, lowercase -b this time ;)

Offline

#10 2023-01-29 23:29:53

josephgerth
Member
Registered: 2021-04-25
Posts: 34

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

Output of glxinfo32:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Memory info (GL_NVX_gpu_memory_info):
    Dedicated video memory: 6144 MB
    Total available memory: 6144 MB
    Currently available dedicated video memory: 5852 MB
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 525.85.05
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6.0 NVIDIA 525.85.05
OpenGL shading language version string: 4.60 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)

OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 525.85.05
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Full mkinitcpio.conf:

# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(piix ide_disk reiserfs)
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=()

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS=(base)
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS=(base udev autodetect block filesystems)
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS=(base udev block filesystems)
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS=(base udev block mdadm encrypt filesystems)
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS=(base udev block lvm2 filesystems)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr, fsck and shutdown hooks.
HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)

# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()

Output of mkinitcpio:

$ sudo mkinitcpio -P linux

==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
  -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts.img linux
==> Starting build: 5.15.90-1-lts
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-lts.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
  -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts-fallback.img -S autodetect linux
==> Starting build: 5.15.90-1-lts
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-lts-fallback.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img linux
==> Starting build: 6.1.8-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect linux
==> Starting build: 6.1.8-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux-zen.preset: 'default'
  -> -k /boot/vmlinuz-linux-zen -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-zen.img linux
==> Starting build: 6.1.8-zen1-1-zen
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> ERROR: module not found: `nvidia'
==> ERROR: module not found: `nvidia_modeset'
==> ERROR: module not found: `nvidia_uvm'
==> ERROR: module not found: `nvidia_drm'
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-zen.img
==> WARNING: errors were encountered during the build. The image may not be complete.
==> Building image from preset: /etc/mkinitcpio.d/linux-zen.preset: 'fallback'
  -> -k /boot/vmlinuz-linux-zen -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-zen-fallback.img -S autodetect linux
==> Starting build: 6.1.8-zen1-1-zen
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> ERROR: module not found: `nvidia'
==> ERROR: module not found: `nvidia_modeset'
==> ERROR: module not found: `nvidia_uvm'
==> ERROR: module not found: `nvidia_drm'
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-zen-fallback.img
==> WARNING: errors were encountered during the build. The image may not be complete.

Then, using journalctl,

$ sudo journalctl -b | curl -F 'file=@-' 0x0.st

http://0x0.st/oFtc.txt

Offline

#11 2023-01-29 23:52:46

josephgerth
Member
Registered: 2021-04-25
Posts: 34

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

For whatever it's worth, steam now recognizes my nvidia video card.

I still cannot run the games that I should (they are native Linux).

And I still get an error with mkinitcpio -P linux (as mentioned above).

Offline

#12 2023-01-30 00:31:19

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,736

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

That error is normal, if you want to use nvidia with the zen kernel you need to minimally install nvidia-dkms and linux-zen-headers. If you are already opting for a DKMS package you could remove the other nvidia packages and install the kernels respective header packages.

Also "games don't work" is not an error message, run steam/the game in a terminal, post the output, safe guess you hammered enter through the steam installation which will install amdvlk which has a broken vulkan loader. Post the output of

vulkaninfo --summary

and remove lib32-amdvlk and amdvlk if installed.

Last edited by V1del (2023-01-30 00:33:49)

Offline

#13 2023-01-30 00:56:22

josephgerth
Member
Registered: 2021-04-25
Posts: 34

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

I ran this: (365600=Shovel Knight: Treasure Trove; at least, according to ChatGPT, since I couldn't find it in Steam properties)

$ steam steam://rungameid/365600

and got this:

steam.sh[11608]: Running Steam on arch rolling 64-bit
steam.sh[11608]: STEAM_RUNTIME is enabled automatically
setup.sh[11682]: Steam runtime environment up-to-date!
steam.sh[11608]: Steam client's requirements are satisfied
[2023-01-29 18:44:25] Startup - updater built Dec 15 2022 21:26:49
[2023-01-29 18:44:25] Startup - Steam Client launched with: '/home/gerth/.local/share/Steam/ubuntu12_32/steam' 'steam://rungameid/267580'
Installing breakpad exception handler for appid(steam)/version(1674790765)
[2023-01-29 18:44:25] Loading cached metrics from disk (/home/gerth/.local/share/Steam/package/steam_client_metrics.bin)
[2023-01-29 18:44:25] Using the following download hosts for Public, Realm steamglobal
[2023-01-29 18:44:25] 1. https://client-update.akamai.steamstatic.com, /, Realm 'steamglobal', weight was 1000, source = 'update_hosts_cached.vdf'
[2023-01-29 18:44:25] 2. https://cdn.cloudflare.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'update_hosts_cached.vdf'
[2023-01-29 18:44:25] 3. http://media.steampowered.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
Installing breakpad exception handler for appid(steam)/version(1674790765)
[2023-01-29 18:44:25] Verifying installation...
[2023-01-29 18:44:25] Verification complete
Loaded SDL version 2.27.0-p7692409
XRRGetOutputInfo Workaround: initialized with override: 0 real: 0xf4072db0
XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0xf4071500
ComputeStartupMode: found registry default startup mode: 0Installing breakpad exception handler for appid(steam)/version(1674790765)
steamwebhelper.sh[11752]: Runtime for steamwebhelper: defaulting to /home/gerth/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[11752]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
CAppInfoCacheReadFromDiskThread took 136 milliseconds to initialize
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x61) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x13a) in reply type 0x21!
Xlib: sequence lost (0x10000 > 0x16f) in reply type 0x21!
Xlib: sequence lost (0x10000 > 0x184) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x196) in reply type 0xc!

(steam:11748): Gtk-WARNING **: 18:44:26.959: gtk_disable_setlocale() must be called before gtk_init()
/home/gerth/.config/gtk-2.0/gtkrc-2.0:4: Unable to find include file: "~/.gtkrc-2.0.mine"

(steam:11748): Gtk-WARNING **: 18:44:26.963: Unable to locate theme engine in module_path: "adwaita",

(steam:11748): Gtk-WARNING **: 18:44:26.964: Unable to locate theme engine in module_path: "adwaita",
/usr/share/themes/Arc-Gruvbox/gtk-2.0/main.rc:1090: error: unexpected identifier 'direction', expected character '}'
/usr/share/themes/Arc-Gruvbox/gtk-2.0/apps.rc:91: error: unexpected identifier 'direction', expected character '}'
local (potentially out of sync) copy of roaming config loaded - 6781 bytes.
Installing breakpad exception handler for appid(steam)/version(1674790765)
roaming config store loaded successfully - 6781 bytes.
migrating temporary roaming config store
Installing breakpad exception handler for appid(steam)/version(1674790765)
BRefreshApplicationsInLibrary 1: 0ms
Installing breakpad exception handler for appid(steam)/version(1674790765)
Failed to init SteamVR because it isn't installed
ExecCommandLine: "'/home/gerth/.local/share/Steam/ubuntu12_32/steam' 'steam://rungameid/267580'"
ExecuteSteamURL: "steam://rungameid/267580"
System startup time: 2.22 seconds

(steam:11748): LIBDBUSMENU-GLIB-WARNING **: 18:44:28.267: Trying to remove a child that doesn't believe we're it's parent.

(steam:11748): LIBDBUSMENU-GLIB-WARNING **: 18:44:28.267: Trying to remove a child that doesn't believe we're it's parent.

(steam:11748): LIBDBUSMENU-GLIB-WARNING **: 18:44:28.267: Trying to remove a child that doesn't believe we're it's parent.

(steam:11748): LIBDBUSMENU-GLIB-WARNING **: 18:44:28.267: Trying to remove a child that doesn't believe we're it's parent.

(steam:11748): LIBDBUSMENU-GLIB-WARNING **: 18:44:28.267: Trying to remove a child that doesn't believe we're it's parent.

(steam:11748): LIBDBUSMENU-GLIB-WARNING **: 18:44:28.267: Trying to remove a child that doesn't believe we're it's parent.

(steam:11748): LIBDBUSMENU-GLIB-WARNING **: 18:44:28.267: Trying to remove a child that doesn't believe we're it's parent.

(steam:11748): LIBDBUSMENU-GLIB-WARNING **: 18:44:28.267: Trying to remove a child that doesn't believe we're it's parent.

(steam:11748): LIBDBUSMENU-GLIB-WARNING **: 18:44:28.267: Trying to remove a child that doesn't believe we're it's parent.

(steam:11748): LIBDBUSMENU-GLIB-WARNING **: 18:44:28.267: Trying to remove a child that doesn't believe we're it's parent.

(steam:11748): LIBDBUSMENU-GLIB-WARNING **: 18:44:28.267: Trying to remove a child that doesn't believe we're it's parent.

(steam:11748): LIBDBUSMENU-GLIB-WARNING **: 18:44:28.267: Trying to remove a child that doesn't believe we're it's parent.

(steam:11748): LIBDBUSMENU-GLIB-WARNING **: 18:44:28.267: Trying to remove a child that doesn't believe we're it's parent.

(steam:11748): LIBDBUSMENU-GLIB-WARNING **: 18:44:28.267: Trying to remove a child that doesn't believe we're it's parent.

(steam:11748): LIBDBUSMENU-GLIB-WARNING **: 18:44:28.268: Trying to remove a child that doesn't believe we're it's parent.
Xlib: sequence lost (0x10000 > 0x79d) in reply type 0xc!
GameAction [AppID 267580, ActionID 1] : LaunchApp changed task to RequestingLicense with ""
Xlib: sequence lost (0x10000 > 0x8cb) in reply type 0x21!
Xlib: sequence lost (0x10000 > 0x904) in reply type 0x21!
Xlib: sequence lost (0x10000 > 0x919) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x92a) in reply type 0xc!
GameAction [AppID 267580, ActionID 1] : LaunchApp failed with AppError_5 with ""
GameAction [AppID 267580, ActionID 1] : LaunchApp changed task to Failed with ""
Xlib: sequence lost (0x10000 > 0xa0b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa5a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa6b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xaa2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xab8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xabe) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xac2) in reply type 0xc!
BuildCompleteAppOverviewChange: 391 apps
RegisterForAppOverview 1: 7ms
RegisterForAppOverview 2: 7ms
Xlib: sequence lost (0x10000 > 0xaca) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xad2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xad8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xae0) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xae8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xaee) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xaf4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xaf8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xafc) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb02) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb08) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb0c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb10) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb14) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb1a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb20) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb27) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb33) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb39) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb3d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb41) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb47) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb4b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb4f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb55) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb59) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb5d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb61) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb65) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb69) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb6d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb71) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb75) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb79) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb7d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb81) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb85) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb89) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb8d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb91) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb95) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb99) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb9d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xba1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xba5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xba9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbad) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbb1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbb5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbb9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbbd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbc1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbc5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbc9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbcd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbd1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbd5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbd9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbdd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbe1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbe5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbe9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbed) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbf1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbf5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbf9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbfd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc01) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc05) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc09) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc0d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc11) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc15) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc19) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc1d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc21) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc25) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc29) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc2d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc31) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc35) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc39) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc3d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc41) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc45) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc49) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc4d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc51) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc55) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc59) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc5d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc61) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc65) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc69) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc6d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc71) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc75) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc79) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc7d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc81) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc85) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc8e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcd1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd48) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd68) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xdaf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe35) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe53) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xecb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xee4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xefe) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf67) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf87) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xff2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1021) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1070) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1091) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x10a8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x10c1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x10d2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x10d4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x10d6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x10d8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x10da) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x10dc) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x10de) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x10e4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1100) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x110a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x111a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1132) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x113b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1144) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1168) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1198) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x11a3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x11ab) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x11b6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x11bd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x11c1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x11c5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x11c9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x11cd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x11d1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x11d5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1255) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1261) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1267) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x126f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1273) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1277) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x127b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x13e1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1487) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x148b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x14ca) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1514) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x151a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1523) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1527) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x152b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x152f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1533) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1537) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x153b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x153f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1543) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1547) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x154b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x154f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1553) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1557) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1570) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1574) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1578) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x157e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1585) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1589) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x158f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1593) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1599) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15a2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15a6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15aa) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15ae) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15b2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15b6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15ba) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15be) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15c2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15c8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15cc) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15d2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15d6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15da) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15de) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15e4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15e8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15ec) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15f2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15f6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15fc) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1600) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1606) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x160a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x160e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1612) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1616) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x161a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x161e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1622) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1626) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x162a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x162e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1632) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1636) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x163a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1641) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1645) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1649) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x164d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1651) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1655) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x165a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1665) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x16a8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x16c3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1742) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1760) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x177e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x17c8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x17cc) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x17eb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x17f2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x17f9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1822) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1835) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1872) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1888) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x18b8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x18c4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x18e6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x18f8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1903) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1917) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x191e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1922) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1926) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x192a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x192e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1932) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1936) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x193a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x193e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1942) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1946) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x194a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x194e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1952) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1956) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x195a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x195e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1962) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1966) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x196a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x196e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1972) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1976) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x197a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x197e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1982) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1986) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x198a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x198e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1992) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1996) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x199a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x199e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19a2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19a6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19aa) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19ae) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19b2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19ca) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19ce) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19d2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19d6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19da) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19e2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19e6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19ea) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19ee) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19f2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19f6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19fa) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19fe) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1a17) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1a34) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1a96) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1aa9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1abe) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1acc) in reply type 0xc!
ExecuteSteamURL: "steam://url/HelpAppPage/250760"
Xlib: sequence lost (0x10000 > 0x1cfd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d16) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d1a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d20) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d24) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d2a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d2e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d36) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d3e) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x1d44) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d48) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d4c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d52) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d5a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d60) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d64) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d68) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d6c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d70) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d74) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d78) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d7c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d80) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d84) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d88) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d8e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d92) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d96) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d9a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1da0) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1da6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1fce) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1fe5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x205f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x207b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x257d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2580) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2585) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2595) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x259a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25a9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25ad) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25b1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25b5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25b9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25bd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25c1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25c5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25c9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25cd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25d1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25d5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25d9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25dd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25e1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25e5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25e9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25ed) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25f1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25f9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2602) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2612) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x263c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2651) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x26a5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x26b8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x26c4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x26ea) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x26f8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2724) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x272f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2733) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x273d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2744) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2767) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2771) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2794) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x279e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x27ce) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x27db) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x27e4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2806) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x281a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2836) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x283a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x283f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2848) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x284c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2850) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2854) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2858) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x285c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2860) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2864) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2868) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x286c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2870) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2874) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2878) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x287c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2880) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2884) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2888) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x288c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2890) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2894) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2898) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x289c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28a0) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28a4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28a8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28ac) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28b0) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28b4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28b8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28bc) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28c0) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28c4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28c8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28cc) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28d0) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28d4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28d8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28dc) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28e0) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28e4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28e8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28ec) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28f0) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x291e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2935) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2983) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x299a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x29a6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x29ad) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x29b1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x29d6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x29e3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x29ea) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x29ee) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x29f2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x29ff) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a06) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a28) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a36) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a57) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a5e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a65) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a69) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a72) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a76) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a7a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a8f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a91) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a93) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a95) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x2a97) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a9a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2aaa) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2abd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2ac1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2ac5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2ac9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2acd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2ad1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2ad5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2ad9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2add) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2ae1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2ae5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2aeb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2aef) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2af3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2af7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2afb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2aff) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b03) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b07) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b0b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b0f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b13) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b19) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b1d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b21) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b25) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b29) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b2d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b31) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b35) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b3b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b3f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b43) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b47) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b4b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b4f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b53) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b57) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2ba3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2bb1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2bb5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2bb9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2bbd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2bc1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2c3d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2c83) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b97) in reply type 0xc!
(steam:11748): GLib-GObject-CRITICAL **: 18:45:32.922: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Xlib: sequence lost (0x10000 > 0x2c9c) in reply type 0xc!
(steam:11748): GLib-GObject-WARNING **: 18:45:32.923: instance with invalid (NULL) class pointer
Xlib: sequence lost (0x10000 > 0x2d61) in reply type 0xc!
(steam:11748): GLib-GObject-CRITICAL **: 18:45:32.923: g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Xlib: sequence lost (0x10000 > 0x2d91) in reply type 0xc!
(steam:11748): GLib-GObject-CRITICAL **: 18:45:32.923: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
[2023-01-29 18:45:32] Shutdown
[gerth@Gerth-Desktop ~]$ steam steam://rungameid/365600
steam.sh[12188]: Running Steam on arch rolling 64-bit
steam.sh[12188]: STEAM_RUNTIME is enabled automatically
setup.sh[12262]: Steam runtime environment up-to-date!
steam.sh[12188]: Steam client's requirements are satisfied
[2023-01-29 18:45:36] Startup - updater built Dec 15 2022 21:26:49
[2023-01-29 18:45:36] Startup - Steam Client launched with: '/home/gerth/.local/share/Steam/ubuntu12_32/steam' 'steam://rungameid/365600'
Installing breakpad exception handler for appid(steam)/version(1674790765)
[2023-01-29 18:45:36] Loading cached metrics from disk (/home/gerth/.local/share/Steam/package/steam_client_metrics.bin)
[2023-01-29 18:45:36] Using the following download hosts for Public, Realm steamglobal
[2023-01-29 18:45:36] 1. https://client-update.akamai.steamstatic.com, /, Realm 'steamglobal', weight was 1000, source = 'update_hosts_cached.vdf'
[2023-01-29 18:45:36] 2. https://cdn.cloudflare.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'update_hosts_cached.vdf'
[2023-01-29 18:45:36] 3. http://media.steampowered.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
Installing breakpad exception handler for appid(steam)/version(1674790765)
[2023-01-29 18:45:36] Verifying installation...
[2023-01-29 18:45:36] Verification complete
Loaded SDL version 2.27.0-p7692409
XRRGetOutputInfo Workaround: initialized with override: 0 real: 0xf363bdb0
XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0xf363a500
ComputeStartupMode: found registry default startup mode: 0Installing breakpad exception handler for appid(steam)/version(1674790765)
steamwebhelper.sh[12332]: Runtime for steamwebhelper: defaulting to /home/gerth/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[12332]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
CAppInfoCacheReadFromDiskThread took 147 milliseconds to initialize
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x124) in reply type 0x21!
Xlib: sequence lost (0x10000 > 0x16a) in reply type 0x21!
Xlib: sequence lost (0x10000 > 0x17f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x190) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x34dd) in reply type 0xc!
(steam:12328): Gtk-WARNING **: 18:45:37.712: gtk_disable_setlocale() must be called before gtk_init()
/home/gerth/.config/gtk-2.0/gtkrc-2.0:4: Unable to find include file: "~/.gtkrc-2.0.mine"
Xlib: sequence lost (0x10000 > 0x34f1) in reply type 0xc!
(steam:12328): Gtk-WARNING **: 18:45:37.717: Unable to locate theme engine in module_path: "adwaita",
Xlib: sequence lost (0x10000 > 0x34fd) in reply type 0xc!
(steam:12328): Gtk-WARNING **: 18:45:37.718: Unable to locate theme engine in module_path: "adwaita",
/usr/share/themes/Arc-Gruvbox/gtk-2.0/main.rc:1090: error: unexpected identifier 'direction', expected character '}'
/usr/share/themes/Arc-Gruvbox/gtk-2.0/apps.rc:91: error: unexpected identifier 'direction', expected character '}'
local (potentially out of sync) copy of roaming config loaded - 6781 bytes.
Installing breakpad exception handler for appid(steam)/version(1674790765)
roaming config store loaded successfully - 6781 bytes.
migrating temporary roaming config store
Installing breakpad exception handler for appid(steam)/version(1674790765)
BRefreshApplicationsInLibrary 1: 1ms
Installing breakpad exception handler for appid(steam)/version(1674790765)
Failed to init SteamVR because it isn't installed
ExecCommandLine: "'/home/gerth/.local/share/Steam/ubuntu12_32/steam' 'steam://rungameid/365600'"
ExecuteSteamURL: "steam://rungameid/365600"
System startup time: 2.31 seconds
Xlib: sequence lost (0x10000 > 0x376b) in reply type 0xc!
(steam:12328): LIBDBUSMENU-GLIB-WARNING **: 18:45:39.134: Trying to remove a child that doesn't believe we're it's parent.
Xlib: sequence lost (0x10000 > 0x3777) in reply type 0xc!
(steam:12328): LIBDBUSMENU-GLIB-WARNING **: 18:45:39.134: Trying to remove a child that doesn't believe we're it's parent.
Xlib: sequence lost (0x10000 > 0x379a) in reply type 0xc!
(steam:12328): LIBDBUSMENU-GLIB-WARNING **: 18:45:39.135: Trying to remove a child that doesn't believe we're it's parent.
Xlib: sequence lost (0x10000 > 0x37aa) in reply type 0xc!
(steam:12328): LIBDBUSMENU-GLIB-WARNING **: 18:45:39.135: Trying to remove a child that doesn't believe we're it's parent.
Xlib: sequence lost (0x10000 > 0x38d9) in reply type 0x21!
(steam:12328): LIBDBUSMENU-GLIB-WARNING **: 18:45:39.135: Trying to remove a child that doesn't believe we're it's parent.
Xlib: sequence lost (0x10000 > 0x3911) in reply type 0xc!
(steam:12328): LIBDBUSMENU-GLIB-WARNING **: 18:45:39.135: Trying to remove a child that doesn't believe we're it's parent.
Xlib: sequence lost (0x10000 > 0x3932) in reply type 0xc!
(steam:12328): LIBDBUSMENU-GLIB-WARNING **: 18:45:39.135: Trying to remove a child that doesn't believe we're it's parent.
Xlib: sequence lost (0x10000 > 0x395e) in reply type 0xc!
(steam:12328): LIBDBUSMENU-GLIB-WARNING **: 18:45:39.135: Trying to remove a child that doesn't believe we're it's parent.

(steam:12328): LIBDBUSMENU-GLIB-WARNING **: 18:45:39.135: Trying to remove a child that doesn't believe we're it's parent.

(steam:12328): LIBDBUSMENU-GLIB-WARNING **: 18:45:39.135: Trying to remove a child that doesn't believe we're it's parent.

(steam:12328): LIBDBUSMENU-GLIB-WARNING **: 18:45:39.135: Trying to remove a child that doesn't believe we're it's parent.

(steam:12328): LIBDBUSMENU-GLIB-WARNING **: 18:45:39.135: Trying to remove a child that doesn't believe we're it's parent.

(steam:12328): LIBDBUSMENU-GLIB-WARNING **: 18:45:39.135: Trying to remove a child that doesn't believe we're it's parent.

(steam:12328): LIBDBUSMENU-GLIB-WARNING **: 18:45:39.135: Trying to remove a child that doesn't believe we're it's parent.

(steam:12328): LIBDBUSMENU-GLIB-WARNING **: 18:45:39.135: Trying to remove a child that doesn't believe we're it's parent.
Xlib: sequence lost (0x10000 > 0x797) in reply type 0xc!
GameAction [AppID 365600, ActionID 1] : LaunchApp changed task to RequestingLicense with ""
Xlib: sequence lost (0x10000 > 0x8c5) in reply type 0x21!
Xlib: sequence lost (0x10000 > 0x8fe) in reply type 0x21!
Xlib: sequence lost (0x10000 > 0x913) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x924) in reply type 0xc!
GameAction [AppID 365600, ActionID 1] : LaunchApp changed task to UpdatingAppInfo with ""
Xlib: sequence lost (0x10000 > 0x926) in reply type 0xc!
GameAction [AppID 365600, ActionID 1] : LaunchApp failed with AppError_9 with ""
GameAction [AppID 365600, ActionID 1] : LaunchApp changed task to Failed with ""
Xlib: sequence lost (0x10000 > 0xa51) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa9c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xab2) in reply type 0xc!
BuildCompleteAppOverviewChange: 390 apps
RegisterForAppOverview 1: 3ms
RegisterForAppOverview 2: 4ms
Xlib: sequence lost (0x10000 > 0xb27) in reply type 0xc!

As for $ vulkaninfo --summary, I got this:

==========
VULKANINFO
==========

Vulkan Instance Version: 1.3.240


Instance Extensions: count = 20
-------------------------------
VK_EXT_acquire_drm_display             : extension revision 1
VK_EXT_acquire_xlib_display            : extension revision 1
VK_EXT_debug_report                    : extension revision 10
VK_EXT_debug_utils                     : extension revision 2
VK_EXT_direct_mode_display             : extension revision 1
VK_EXT_display_surface_counter         : extension revision 1
VK_KHR_device_group_creation           : extension revision 1
VK_KHR_display                         : extension revision 23
VK_KHR_external_fence_capabilities     : extension revision 1
VK_KHR_external_memory_capabilities    : extension revision 1
VK_KHR_external_semaphore_capabilities : extension revision 1
VK_KHR_get_display_properties2         : extension revision 1
VK_KHR_get_physical_device_properties2 : extension revision 2
VK_KHR_get_surface_capabilities2       : extension revision 1
VK_KHR_portability_enumeration         : extension revision 1
VK_KHR_surface                         : extension revision 25
VK_KHR_surface_protected_capabilities  : extension revision 1
VK_KHR_wayland_surface                 : extension revision 6
VK_KHR_xcb_surface                     : extension revision 6
VK_KHR_xlib_surface                    : extension revision 6

Instance Layers: count = 6
--------------------------
VK_LAYER_AMD_switchable_graphics_32 AMD switchable graphics layer 1.3.235  version 1
VK_LAYER_NV_optimus                 NVIDIA Optimus layer          1.3.224  version 1
VK_LAYER_VALVE_steam_fossilize_32   Steam Pipeline Caching Layer  1.3.207  version 1
VK_LAYER_VALVE_steam_fossilize_64   Steam Pipeline Caching Layer  1.3.207  version 1
VK_LAYER_VALVE_steam_overlay_32     Steam Overlay Layer           1.3.207  version 1
VK_LAYER_VALVE_steam_overlay_64     Steam Overlay Layer           1.3.207  version 1

Devices:
========
GPU0:
	apiVersion         = 1.3.224
	driverVersion      = 525.85.5.320
	vendorID           = 0x10de
	deviceID           = 0x1c03
	deviceType         = PHYSICAL_DEVICE_TYPE_DISCRETE_GPU
	deviceName         = NVIDIA GeForce GTX 1060 6GB
	driverID           = DRIVER_ID_NVIDIA_PROPRIETARY
	driverName         = NVIDIA
	driverInfo         = 525.85.05
	conformanceVersion = 1.3.3.1
	deviceUUID         = 915bed90-c0d5-0991-da95-28528f00aed6
	driverUUID         = 1d375470-9b00-5ac6-9521-24bb3708abc2

Guilty; I know I flippantly clicked through the installation of steam.

Offline

#14 2023-01-30 00:58:28

josephgerth
Member
Registered: 2021-04-25
Posts: 34

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

I removed lib32-amdvlk from pacman (using pacman -R lib32-amdvlk). Was this right? I know there are more complete ways to remove these things.

I did not have amdvlk (either on pacman or in yay).

EDIT: Game didn't start, but I did not reboot.

EDIT2: I installed linux-zen-headers and nvidia-dkms (thus I replaced nvidia). I went through all the steps, including mkinitcpio. I am no longer getting an error message about modules not found. This is progress! However, I still cannot play my game. It seems this is a specific issue to these games. I did a little research on vulkan, and it seems that nvidia's vulkan drivers come with nvidia-utils, which I have. I'm at a loss, currently, but I'm very thankful for all the help I've received so far!

Last edited by josephgerth (2023-01-30 02:24:55)

Offline

#15 2023-01-30 07:49:43

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

This is progress!

No, it's meaningless. You were not booting the zen kernel anyway.

/usr/share/themes/Arc-Gruvbox/gtk-2.0/main.rc:1090: error: unexpected identifier 'direction', expected character '}'
/usr/share/themes/Arc-Gruvbox/gtk-2.0/apps.rc:91: error: unexpected identifier 'direction', expected character '}'

There's a bug in your gtk2 theem, but I doubt that's the cause.

according to ChatGPT

Seriously??
You do understand that it's a stupid chatbot and cannot state an informed position but just parrot what maybe some idiot on reddit said?

Just run steam from the console, use it as usual and check the output.
You can also

steam 2>&1 | tee /tmp/steam.log

Offline

#16 2023-01-30 11:49:19

josephgerth
Member
Registered: 2021-04-25
Posts: 34

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

I typed in

steam 2>&1 | tee /tmp/steam.log.

Here's what I got from that log file:

steam.sh[14660]: Running Steam on arch rolling 64-bit
steam.sh[14660]: STEAM_RUNTIME is enabled automatically
setup.sh[14735]: Steam runtime environment up-to-date!
steam.sh[14660]: Steam client's requirements are satisfied
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Loaded SDL version 2.27.0-p7692409
ComputeStartupMode: found registry default startup mode: 0Installing breakpad exception handler for appid(steam)/version(1674790765)
steamwebhelper.sh[14805]: Runtime for steamwebhelper: defaulting to /home/gerth/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[14805]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
CAppInfoCacheReadFromDiskThread took 133 milliseconds to initialize
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x124) in reply type 0x21!
Xlib: sequence lost (0x10000 > 0x16a) in reply type 0x21!
Xlib: sequence lost (0x10000 > 0x17f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x190) in reply type 0xc!

(steam:14801): Gtk-WARNING **: 05:38:02.692: gtk_disable_setlocale() must be called before gtk_init()
/home/gerth/.config/gtk-2.0/gtkrc-2.0:4: Unable to find include file: "~/.gtkrc-2.0.mine"

(steam:14801): Gtk-WARNING **: 05:38:02.696: Unable to locate theme engine in module_path: "adwaita",

(steam:14801): Gtk-WARNING **: 05:38:02.696: Unable to locate theme engine in module_path: "adwaita",
/usr/share/themes/Arc-Gruvbox/gtk-2.0/main.rc:1090: error: unexpected identifier 'direction', expected character '}'
/usr/share/themes/Arc-Gruvbox/gtk-2.0/apps.rc:91: error: unexpected identifier 'direction', expected character '}'
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
local (potentially out of sync) copy of roaming config loaded - 6781 bytes.
roaming config store loaded successfully - 6781 bytes.
migrating temporary roaming config store
Installing breakpad exception handler for appid(steam)/version(1674790765)
BRefreshApplicationsInLibrary 1: 1ms
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Failed to init SteamVR because it isn't installed
ExecCommandLine: "'/home/gerth/.local/share/Steam/ubuntu12_32/steam'"
System startup time: 2.55 seconds
Xlib: sequence lost (0x10000 > 0x870) in reply type 0x21!
Xlib: sequence lost (0x10000 > 0x8be) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8d1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8e3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8fc) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x90f) in reply type 0xc!
Fossilize INFO: Setting autogroup scheduling.
Xlib: sequence lost (0x10000 > 0x921) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x925) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x931) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x935) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x93d) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x943) in reply type 0xc!
BuildCompleteAppOverviewChange: 390 apps
RegisterForAppOverview 1: 6ms
RegisterForAppOverview 2: 7ms
Xlib: sequence lost (0x10000 > 0x94b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x951) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x957) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x95b) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x961) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x969) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x96f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x977) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x97b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x97f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x983) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x987) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x98d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x991) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x995) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x999) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x99d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9a1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9a5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9a9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9ad) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9b1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9b5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9ba) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x9c6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9ca) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9ce) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9d2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9d6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9da) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9de) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9e2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9e6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9ea) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9ee) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9f2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9f6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9fa) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9fe) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa02) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa06) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa0a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa0e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa12) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa16) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa1a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa1e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa22) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa26) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa2a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa2e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa32) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa3b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa3f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa43) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa47) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa4b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa4f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa57) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa5b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa5f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa66) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa6c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa70) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa74) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa78) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa8f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xafd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb77) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbf1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc6b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc79) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xce7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd61) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xddb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe55) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xecf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf49) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xfc3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xfd1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x103f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x10b9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1133) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x11ad) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1227) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x12a1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x131b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1395) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x140f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x141d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x148b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1505) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x157f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x15f9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1673) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x16ed) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1767) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1775) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x17e3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x185d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x18d7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x18e5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1953) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x19cd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1a47) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1ac1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1acf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1b3d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1bb7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1c31) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1cab) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d25) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d9f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1e19) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1e27) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1e95) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1f0f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1f89) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1f97) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2005) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x207f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x20f9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2107) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2175) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2183) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x21f1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x21ff) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x226d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x227b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x22e9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x22f7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2365) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x23df) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2459) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x24d3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x254d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x25c7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2641) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x264f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x26bd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x26cb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2739) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x27b3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x282d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x28a7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2921) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x299b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a15) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a8f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b09) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b83) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2bfd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2c77) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2cf1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2d6b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2de5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2e5f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2e6d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2edb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2ee9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2f57) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2f65) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2fd3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x304d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x30c7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3141) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x31bb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3235) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x32af) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3329) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x33a3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x341d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x342b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3499) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x34a7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3515) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3523) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3591) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x359f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x360d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3687) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3701) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x377b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x37f5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x386f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x38e9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3963) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x39dd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3a57) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3ad1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3adf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3b4d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3bc7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3c41) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3cbb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3d35) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3daf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3dbd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3e2b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3e39) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3ea7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3eb5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3f23) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3f31) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3f9f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x3fad) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x401b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4029) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4097) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4111) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x418b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4205) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x427f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x42f9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4307) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4375) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4383) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x43f1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x43ff) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x446d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x447b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x44e9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x44f7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4565) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4573) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x45e1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x45ef) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x465d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x46d7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4751) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x47cb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4845) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x48bf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4939) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x49b3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4a2d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4a3b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4aa9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4b23) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4b9d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4c17) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4c91) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4d0b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4d85) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4dff) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4e79) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4e87) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4ef5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4f03) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4f71) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4f7f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x4fed) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5067) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x50e1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x515b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x51d5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x524f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x525d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x52cb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x52d9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5347) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5355) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x53c3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x53d1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x543f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x544d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x54bb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x54c9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5537) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5545) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x55b3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x55c1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x562f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x563d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x56ab) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x56b9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5727) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x57a1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x581b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5895) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x590f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5989) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5a03) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5a7d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5af7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5b71) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5beb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5c65) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5cdf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5d59) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5dd3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5de1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5e4f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5e5d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5ecb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5f45) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x5fbf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6039) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x60b3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x612d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x613b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x61a9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x61b7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6225) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x629f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6319) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6393) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x640d) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x6487) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6501) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x657b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x65f5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x666f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x66e9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6763) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x67dd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6857) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6865) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x68d3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x68e1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x694f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x69c9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6a43) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6a51) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6abf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6b39) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6bb3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6c2d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6c3b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6ca9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6cb7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6d25) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6d33) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6da1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6daf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6e1d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6e97) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6f11) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x6f8b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7005) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x707f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x708d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x70fb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7109) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7177) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7185) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x71f3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7201) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x726f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x72e9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7363) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x73dd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7457) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x74d1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x754b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x75c5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x763f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x764d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x76bb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7735) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x77af) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7829) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x78a3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x791d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7997) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x79a5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7a13) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7a8d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7b07) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7b81) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7bfb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7c75) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7c83) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7cf1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7cff) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7d6d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7de7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7e61) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7edb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7f55) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x7fcf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8049) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x80c3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x813d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x81b7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8231) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x82ab) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8325) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x839f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8419) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8427) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8495) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x84a3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8511) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x858b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8605) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x867f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x86f9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8773) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x87ed) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8867) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x88e1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x895b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8969) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x89d7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x89e5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8a53) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8a61) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8acf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8add) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8b4b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8b59) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8bc7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8bd5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8c43) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8cbd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8d37) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8db1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8e2b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8ea5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8eb3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8f21) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8f9b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9015) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x908f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9109) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9183) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x91fd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9277) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x92f1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x936b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x93e5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x945f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x94d9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x94e7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9555) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x95cf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9649) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x96c3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x973d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x97b7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9831) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x983f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x98ad) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x98bb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9929) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9937) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x99a5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9a1f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9a99) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9b13) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9b21) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9b8f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9b9d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9c0b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9c85) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9cff) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9d79) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9df3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9e6d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9e7b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9ee9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9f63) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9fdd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa057) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa0d1) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0xa14b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa159) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa1c7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa241) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa2bb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa335) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa3af) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa429) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa4a3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa51d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa597) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa611) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa68b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa705) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa77f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa7f9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa873) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa8ed) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa967) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa9e1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xaa5b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xaad5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xab4f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xabc9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xac43) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xacbd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xad37) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xadb1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xae2b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xaea5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xaf1f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xaf99) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb013) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb08d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb107) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb181) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb1fb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb275) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb2ef) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb369) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb377) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb3e5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb45f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb4d9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb553) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb5cd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb647) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb655) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb6c3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb73d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb7b7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb831) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb8ab) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb925) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb99f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xba19) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xba93) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbb0d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbb87) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbc01) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbc7b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbcf5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbd6f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbd7d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbdeb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbe65) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbedf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbf59) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbfd3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xbfe1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc04f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc05d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc0cb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc145) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc1bf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc239) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc2b3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc32d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc3a7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc3b5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc423) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc49d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc517) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc591) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc60b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc685) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc6ff) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc779) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc7f3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc86d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc8e7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc8f5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc963) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xc9dd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xca57) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcad1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcb4b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcbc5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcbd3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcc41) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xccbb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcd35) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcdaf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xce29) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcea3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcf1d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcf97) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd011) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd08b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd099) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd107) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd115) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd183) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd1fd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd277) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd2f1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd36b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd3e5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd45f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd4d9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd553) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd5cd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd647) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd6c1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd73b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd7b5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd82f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd8a9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd923) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd99d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xda17) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xda91) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xdb0b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xdb85) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xdbff) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xdc79) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xdcf3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xdd6d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xdde7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xde61) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xdedb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xdf55) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xdfcf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe049) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe0c3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe13d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe1b7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe231) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe23f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe2ad) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe327) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe3a1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe41a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe494) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe4a2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe510) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe51e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe58c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe59a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe608) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe61f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe69a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe721) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe79e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe820) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe868) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe90a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe928) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xe99c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xea22) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xeaa4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xeb2a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xeb9f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xebae) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xec2d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xec9d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf063) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf118) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf232) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf34d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf3ca) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf447) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf4d0) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf54d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf5ce) in reply type 0xc!
GameAction [AppID 250760, ActionID 1] : LaunchApp changed task to ProcessingInstallScript with ""
Xlib: sequence lost (0x10000 > 0xf707) in reply type 0x21!
GameAction [AppID 250760, ActionID 1] : LaunchApp changed task to SynchronizingCloud with ""
Xlib: sequence lost (0x10000 > 0xf7a7) in reply type 0xc!
GameAction [AppID 250760, ActionID 1] : LaunchApp changed task to SynchronizingControllerConfig with ""
Xlib: sequence lost (0x10000 > 0xf7c8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf84f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf863) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf8d3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf953) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf9d3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xf9e5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xfa55) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xfa67) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xfad7) in reply type 0xc!
GameAction [AppID 250760, ActionID 1] : LaunchApp changed task to SiteLicenseSeatCheckout with ""
GameAction [AppID 250760, ActionID 1] : LaunchApp changed task to CreatingProcess with ""
GameAction [AppID 250760, ActionID 1] : LaunchApp waiting for user response to CreatingProcess ""
GameAction [AppID 250760, ActionID 1] : LaunchApp continues with user response "CreatingProcess"
/bin/sh\0-c\0/home/gerth/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=250760 -- /home/gerth/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- '/media/SteamLibrary/steamapps/common/Shovel Knight/64/ShovelKnight'\0
Game process added : AppID 250760 "/home/gerth/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=250760 -- /home/gerth/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- '/media/SteamLibrary/steamapps/common/Shovel Knight/64/ShovelKnight'", ProcID 15221, IP 0.0.0.0:0
GameAction [AppID 250760, ActionID 1] : LaunchApp changed task to WaitingGameWindow with ""
ERROR: ld.so: object '/home/gerth/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Xlib: sequence lost (0x10000 > 0xfaf4) in reply type 0x21!
ERROR: ld.so: object '/home/gerth/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/gerth/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/gerth/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ycMemory::Init()
Game process updated : AppID 250760 "/home/gerth/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=250760 -- /home/gerth/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- '/media/SteamLibrary/steamapps/common/Shovel Knight/64/ShovelKnight'", ProcID 15222, IP 0.0.0.0:0
Setting breakpad minidump AppID = 250760
Steam_SetMinidumpSteamID:  Caching Steam ID:  76561197989954832 [API loaded no]
GameAction [AppID 250760, ActionID 1] : LaunchApp changed task to Completed with ""
Xlib: sequence lost (0x10000 > 0xfb75) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xfb96) in reply type 0xc!
GL Version: 2.10
Warning: Binding 1 Added: 03000000ba2200002010000001810000,JessTechnologyUSBGameController,a:b2,b:b1,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:,leftshoulder:b4,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,righttrigger:b7,rightx:a3,righty:a2,start:b9,x:b3,y:b0,,
Warning: Binding 2 Added: 030000006d04000019c2000010810000,LogitechCordlessRumblePad2,a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,,
Warning: Binding 5 Added: 030000006d04000019c2000011810000,LogitechF710Gamepad(DInput),a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,leftshoulder:b4,leftstick:b10,lefttrigger:b6,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:b7,rightx:a2,righty:a3,start:b9,x:b0,y:b3,,
Warning: Binding 8 Added: 030000005e0400008e02000014810000,X360Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,,
Warning: Binding 9 Added: 030000005e0400008e02000010810000,X360Controller,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,,
Warning: Binding 10 Added: 030000005e0400001907000000810000,X360WirelessController,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b11,dpright:b12,dpup:b13,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,,
Warning: Binding 11 Added: 030000005e0400009102000007810000,X360WirelessController,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b11,dpright:b12,dpup:b13,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,,
Warning: Binding 13 Added: 0300000011040000c600000010810000,BUFFALOBGC-FC801,a:b0,b:b1,y:b2,x:b3,start:b7,back:b6,leftshoulder:b4,rightshoulder:b5,leftx:a0,lefty:a1,righttrigger:,
Warning: Binding 14 Added: 030000008f0e00001330000010810000,SnesMayflashAdapter,a:b2,b:b1,y:b0,x:b3,start:b9,back:b8,leftshoulder:b6,rightshoulder:b7,leftx:a0,lefty:a1,righttrigger:,
Warning: Binding 16 Added: 03000000b50700001203000010810000,MegaworldUSBGameController,a:b2,b:b3,y:b1,x:b0,start:b9,back:b8,leftstick:b10,rightstick:b11,leftshoulder:b4,rightshoulder:b6,dpup:h0.1,dpleft:h0.8,dpdown:h0.4,dpright:h0.2,leftx:a0,lefty:a1,rightx:a3,righty:a2,lefttrigger:b5,righttrigger:b7,
Warning: Binding 17 Added: 03000000790000000600000010810000,DragonRiseInc.GenericUSBJoystick,a:b2,b:b1,y:b0,x:b3,start:b9,back:b8,leftstick:b10,rightstick:b11,leftshoulder:b4,rightshoulder:b5,dpup:h0.1,dpleft:h0.8,dpdown:h0.4,dpright:h0.2,leftx:a0,lefty:a1,rightx:a3,righty:a4,lefttrigger:b6,righttrigger:b7,
Warning: Binding 18 Added: 030000006d04000018c2000010810000,LogitechRumblepad2USB,a:b1,b:b2,y:b3,x:b0,start:b9,guide:,back:b8,leftstick:b10,rightstick:b11,leftshoulder:b4,rightshoulder:b5,dpup:h0.1,dpleft:h0.8,dpdown:h0.4,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:b6,righttrigger:b7,
Warning: Binding 19 Added: 030000006f0e00001f01000000810000,RockCandyXBox-360,a:b0,b:b1,y:b3,x:b2,start:b7,guide:b8,back:b6,leftstick:b9,rightstick:b10,leftshoulder:b4,rightshoulder:b5,dpup:h0.1,dpleft:h0.8,dpdown:h0.4,dpright:h0.2,leftx:a0,lefty:a1,rightx:a3,righty:a4,lefttrigger:a2,righttrigger:a5,
Warning: Binding 20 Added: 0300000000f00000f100000000810000,RetroUSB.comSNESRetroPort,a:b1,b:b5,y:b4,x:b0,start:b3,back:b2,leftx:a0,lefty:a1,lefttrigger:b6,righttrigger:b7,
Warning: Binding 21 Added: 030000000d0f00002d00000011810000,HORIFightingCommander3Pro,a:b1,b:b2,y:b3,x:b0,start:b9,guide:b12,back:b8,leftstick:,rightstick:,leftshoulder:b4,rightshoulder:b5,dpup:h0.1,dpleft:h0.8,dpdown:h0.4,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:b6,righttrigger:b7,
Warning: Binding 22 Added: 03000000bd12000001c0000010810000,MadricsNebularAnalog,a:b2,b:b1,y:b0,x:b3,start:b9,back:,leftstick:b10,rightstick:b11,leftshoulder:b4,rightshoulder:b5,dpup:h0.1,dpleft:h0.8,dpdown:h0.4,dpright:h0.2,leftx:a0,lefty:a1,rightx:a3,righty:a2,lefttrigger:b6,righttrigger:b7,guide:b8,
Warning: Binding 24 Added: 030000005e040000d102000001810000,MicrosoftX-BoxOnepad,a:b0,b:b1,y:b3,x:b2,start:b7,guide:b8,back:b6,leftstick:b9,rightstick:b10,leftshoulder:b4,rightshoulder:b5,dpup:h0.1,dpleft:h0.8,dpdown:h0.4,dpright:h0.2,leftx:a0,lefty:a1,rightx:a3,righty:a4,lefttrigger:a2,righttrigger:a5,
Warning: Binding 25 Added: 030000006f0e00001302000000810000,AfterglowAX.1PL-3602,a:b0,b:b1,y:b3,x:b2,start:b7,guide:b8,back:b6,leftstick:b9,rightstick:b10,leftshoulder:b4,rightshoulder:b5,dpup:h0.1,dpleft:h0.8,dpdown:h0.4,dpright:h0.2,leftx:a0,lefty:a1,rightx:a3,righty:a4,lefttrigger:a2,righttrigger:a5,
Warning: Binding 26 Added: 03000000c01100000055000011810000,Nexxtechxboximitation,a:b2,b:b1,y:b0,x:b3,start:b9,guide:b8,leftshoulder:b4,rightshoulder:b5,dpup:h0.1,dpleft:h0.8,dpright:h0.4,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:b6,righttrigger:b7,leftstick:b10,rightstick:b11,
Warning: Binding 27 Added: 03000000280400000140000000810000,GravisGamepadPro,a:b1,b:b2,y:b3,x:b0,start:b9,guide:b8,leftshoulder:b4,rightshoulder:b5,dpup:,dpleft:,dpdown:,dpright:,lefttrigger:b6,righttrigger:b7,leftstick:,leftx:,lefty:,rightx:a0,righty:a1,
Warning: Binding 29 Added: 03000000100800000100000010810000,PS2viaAdapter,a:b2,b:b1,y:b0,x:b3,start:b9,back:b8,leftstick:b10,rightstick:b11,leftshoulder:b6,rightshoulder:b7,dpup:h0.1,dpleft:h0.8,dpdown:h0.4,dpright:h0.2,leftx:a0,lefty:a1,rightx:a3,righty:a2,lefttrigger:b4,righttrigger:b5,
Warning: Binding 30 Added: 03000000571d00002000000010810000,TomeeSNESAdapter,a:b0,b:b1,y:b3,x:b2,start:b7,back:b6,leftshoulder:b4,rightshoulder:b5,leftx:a0,lefty:a1,righttrigger:,
Warning: Binding 31 Added: 03000000790000001100000010810000,RetroLinkSNES,a:b2,b:b1,y:b0,x:b3,start:b9,back:b8,leftshoulder:b4,rightshoulder:b5,leftx:a0,lefty:a1,
Warning: Binding 32 Added: 03000000852100000201000010810000,FF-GP1,a:b1,b:b2,y:b3,x:b0,start:b9,guide:,back:b8,leftstick:b10,rightstick:b11,leftshoulder:b4,rightshoulder:b5,dpup:,dpleft:,dpdown:a1,dpright:a0,leftx:h0.2,lefty:h0.1,rightx:a2,righty:a3,lefttrigger:b6,righttrigger:b7,
Warning: Binding 33 Added: 03000000830500006020000010810000,iBuffaloClassicUSBGamepad,a:b0,b:b1,y:b3,x:b2,start:b7,back:b6,leftshoulder:,rightshoulder:,leftx:a0,lefty:a1,lefttrigger:b4,righttrigger:b5,
Warning: Binding 38 Added: 03000000811700009a0a000001810000,RaphnetN64,a:b0,b:b1,y:b4,x:b5,start:b3,back:b2,leftstick:,rightstick:,leftshoulder:b8,rightshoulder:b9,dpup:b10,dpleft:b12,dpdown:b11,dpright:b13,leftx:a0,lefty:a1,lefttrigger:b6,righttrigger:b7,
Warning: Binding 39 Added: 030000003512000011ab000010810000,8BitdoSFC30,a:b2,b:b1,y:b0,x:b3,start:b7,back:b6,leftshoulder:b4,rightshoulder:b5,leftx:a0,lefty:a1,guide:,//classicsupernintendocontroller,mappedaccordingtothesteambigpicturevisuallayout,omittingmissingkeys
Warning: Binding 40 Updated: 050000004c0500006802000000810000,sixaxis,a:b14,b:b13,y:b12,x:b15,start:b3,guide:b16,back:b0,leftstick:b1,rightstick:,leftshoulder:b2,rightshoulder:b11,dpup:b4,dpleft:b7,dpdown:b6,dpright:b5,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:b8,righttrigger:b9,
Warning: Binding 41 Added: 03000000790000000018000011810000,HJZMayflashWiiUProGameControllerAdapter,a:b1,b:b2,y:b3,x:b0,start:b9,back:b8,leftstick:b10,rightstick:b11,leftshoulder:b4,rightshoulder:b5,dpup:h0.1,dpleft:h0.8,dpdown:h0.4,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:b6,righttrigger:b7,
Warning: Binding 43 Added: 03000000022000000090000011810000,8BitdoNES30Pro8BitdoNES30Pro,a:b1,b:b0,y:b3,x:b4,start:b11,back:b10,leftstick:b13,rightstick:b14,leftshoulder:b6,rightshoulder:b7,dpup:h0.1,dpleft:h0.8,dpdown:h0.4,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:b8,righttrigger:b9,
Warning: Binding 44 Added: 030000001008000001e5000010810000,SnesUSBGamepad,a:b2,b:b1,y:b0,x:b3,start:b9,back:b8,leftshoulder:b4,rightshoulder:b5,dpup:,dpleft:,dpdown:,dpright:,leftx:a0,lefty:a1,
Warning: Binding 45 Added: 05000000c82d00002038000000810000,8BitdoNES30Pro,a:b1,b:b0,y:b3,x:b4,start:b11,guide:b2,back:b10,leftstick:b13,rightstick:b14,leftshoulder:b6,rightshoulder:b7,dpup:h0.1,dpleft:h0.8,dpdown:h0.4,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:a5,righttrigger:a4,
Warning: Binding 47 Added: 030000006d04000016c2000010810000,LogitechDualAction,a:b1,b:b2,y:b3,x:b0,start:b9,back:b8,leftstick:b10,rightstick:b11,leftshoulder:b4,rightshoulder:b5,dpup:h0.1,dpleft:h0.8,dpdown:h0.4,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:b6,righttrigger:b7,
SaveManager::Init()
 Run Thread Save Thread
ERROR: ld.so: object '/home/gerth/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Installing breakpad exception handler for appid(gameoverlayui)/version(20221215212704)
Installing breakpad exception handler for appid(gameoverlayui)/version(1.0)
Bad Save Read: Invalidating input save data!
Xlib: sequence lost (0x10000 > 0xfc29) in reply type 0xc!
ERROR: ld.so: object '/home/gerth/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Xlib: sequence lost (0x10000 > 0xfc47) in reply type 0xc!
Audio Drivers [PULSEAUDIO]:
ERROR: ld.so: object '/home/gerth/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
Installing breakpad exception handler for appid(gameoverlayui)/version(1.0)
  0 : Default Output Device
  1 : Built-in Audio Analog Stereo
  selected driver: 0
Xlib: sequence lost (0x10000 > 0xfcb5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xfd2f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xfe21) in reply type 0xc!
Installing breakpad exception handler for appid(gameoverlayui)/version(1.0)
Xlib: sequence lost (0x10000 > 0xfe9c) in reply type 0xc!
Note: File effects/flareoExplosionSpecter.anb was already loaded
Xlib: sequence lost (0x20000 > 0x1016f) in reply type 0xc!
Shutdown
GameShutdown
Threads Shutdown
Force Exit
Xlib: sequence lost (0x20000 > 0x10e24) in reply type 0xc!
Xlib: sequence lost (0x20000 > 0x10e44) in reply type 0xc!
Xlib: sequence lost (0x20000 > 0x10ec1) in reply type 0xc!
Xlib: sequence lost (0x20000 > 0x10f74) in reply type 0xc!
Game process removed: AppID 250760 "/home/gerth/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=250760 -- /home/gerth/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- '/media/SteamLibrary/steamapps/common/Shovel Knight/64/ShovelKnight'", ProcID 15222 
ThreadGetProcessExitCode: no such process 15232
ThreadGetProcessExitCode: no such process 15230
ThreadGetProcessExitCode: no such process 15229
ThreadGetProcessExitCode: no such process 15228
ThreadGetProcessExitCode: no such process 15227
ThreadGetProcessExitCode: no such process 15226
ThreadGetProcessExitCode: no such process 15222
Game 250760 created interface STEAMAPPLIST_INTERFACE_VERSION001 / AppList
Game 250760 created interface STEAMAPPS_INTERFACE_VERSION008 / Apps
Game 250760 created interface STEAMHTMLSURFACE_INTERFACE_VERSION_004 / HTMLSurface
Game 250760 created interface STEAMHTTP_INTERFACE_VERSION002 / HTTP
Game 250760 created interface STEAMINVENTORY_INTERFACE_V002 / Inventory
Game 250760 created interface STEAMMUSICREMOTE_INTERFACE_VERSION001 / MusicRemote
Game 250760 created interface STEAMMUSIC_INTERFACE_VERSION001 / Music
Game 250760 created interface STEAMPARENTALSETTINGS_INTERFACE_VERSION001 / ParentalSettings
Game 250760 created interface STEAMREMOTESTORAGE_INTERFACE_VERSION014 / RemoteStorage
Game 250760 created interface STEAMSCREENSHOTS_INTERFACE_VERSION003 / Screenshots
Game 250760 created interface STEAMUGC_INTERFACE_VERSION010 / UGC
Game 250760 created interface STEAMUSERSTATS_INTERFACE_VERSION011 / UserStats
Game 250760 created interface STEAMVIDEO_INTERFACE_V002 / Video
Game 250760 created interface SteamController006 / Controller
Game 250760 created interface SteamFriends015 / Friends
Game 250760 created interface SteamMatchMaking009 / Matchmaking
Game 250760 created interface SteamMatchMakingServers002 / MatchmakingServers
Game 250760 created interface SteamNetworking005 / Networking
Game 250760 created interface SteamUser019 / User
Game 250760 created interface SteamUtils009 / Utils
Game 250760 method call count for IClientRemoteStorage::FileExists : 1
Game 250760 method call count for IClientRemoteStorage::GetFileSize : 1
Game 250760 method call count for IClientRemoteStorage::FileRead : 1
Game 250760 method call count for IClientAppManager::GetCurrentLanguage : 1
Game 250760 method call count for IClientUtils::RecordSteamInterfaceCreation : 24
Game 250760 method call count for IClientUtils::GetAppID : 26
Game 250760 method call count for IClientUser::GetSteamID : 1
Uploaded AppInterfaceStats to Steam
Xlib: sequence lost (0x20000 > 0x11014) in reply type 0xc!
Xlib: sequence lost (0x20000 > 0x1104c) in reply type 0xc!
Xlib: sequence lost (0x20000 > 0x110ba) in reply type 0xc!
Xlib: sequence lost (0x20000 > 0x11134) in reply type 0xc!
Xlib: sequence lost (0x20000 > 0x111ae) in reply type 0xc!
Fossilize INFO: Setting autogroup scheduling.
Xlib: sequence lost (0x20000 > 0x111bc) in reply type 0xc!
Xlib: sequence lost (0x20000 > 0x1122a) in reply type 0xc!
Xlib: sequence lost (0x20000 > 0x112a4) in reply type 0xc!
Xlib: sequence lost (0x20000 > 0x112b2) in reply type 0xc!
Xlib: sequence lost (0x20000 > 0x11320) in reply type 0xc!
Xlib: sequence lost (0x20000 > 0x1132e) in reply type 0xc!
Xlib: sequence lost (0x20000 > 0x1139c) in reply type 0xc!
Xlib: sequence lost (0x20000 > 0x11416) in reply type 0xc!

(process:15224): GLib-GObject-CRITICAL **: 05:38:45.503: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Xlib: sequence lost (0x20000 > 0x118d4) in reply type 0xc!
Xlib: sequence lost (0x20000 > 0x11942) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x20000 > 0x1204c) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x20000 > 0x12486) in reply type 0xc!

Would it be helpful to remove these Xlib lines?

Offline

#17 2023-01-30 12:04:02

d.ALT
Member
Registered: 2019-05-10
Posts: 920

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

josephgerth wrote:
Xlib: sequence lost (0x10000 > 0x124) in reply type 0x21!

I'm also having those Xlib messages, but I think they're harmless since my Steam games (both Proton and Linux native) all play with no issues


Post here:

$ mount

$ lsblk -f

$ ls -l /media/SteamLibrary

Last edited by d.ALT (2023-01-30 12:06:54)


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#18 2023-01-30 12:13:05

josephgerth
Member
Registered: 2021-04-25
Posts: 34

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

Right, which makes me think I should remove them so as to locate the error better.

$ mount

proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=8116584k,nr_inodes=2029146,mode=755,inode64)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755,inode64)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
/dev/sda3 on / type ext4 (rw,relatime)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=34,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=14787)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
ramfs on /run/credentials/systemd-sysctl.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
ramfs on /run/credentials/systemd-sysusers.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
ramfs on /run/credentials/systemd-tmpfiles-setup-dev.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
/dev/sdc2 on /run/media type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,nr_inodes=1048576,inode64)
/dev/sda1 on /efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
ramfs on /run/credentials/systemd-tmpfiles-setup.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1634024k,nr_inodes=408506,mode=700,uid=1000,gid=998,inode64)
portal on /run/user/1000/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1000,group_id=998)
/dev/sdd1 on /media type ext4 (rw,relatime)
$ lsblk -f

=NAME FSTYPE FSVER LABEL     UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda                                                                             
├─sda1
│    vfat   FAT32           0E4D-5515                            1021.8M     0% /efi
├─sda2
│    swap   1               2c9653be-d6af-4dc7-84fe-8c09014b154a                [SWAP]
└─sda3
     ext4   1.0             db5dd517-aff0-4232-8a5b-83f81c045cd7    7.8G    87% /
sdb                                                                             
└─sdb1
     ext4   1.0   Stuff2    c0e4e8aa-646c-42c6-bf6f-ce0d32d6f244                
sdc                                                                             
├─sdc1
│    ext4   1.0   Stuff3    44bfaa13-cb62-496d-8dc8-ae7864ce356f                
└─sdc2
     ntfs         New Volume 1
                            2E621B5D621B295B                       19.8G    83% /run/media
sdd                                                                             
└─sdd1
     ext4   1.0             f898977f-7268-4a1b-9158-4baabdcaea6d   77.4G    60% /media
sde                                                                             
$ ls -l /media/Steam/Library

total 8.0K
drwxr-xr-x 9 gerth wheel 4.0K Jan 30 05:41 steamapps
-rwxr-xr-x 1 gerth wheel   69 Nov 11 06:18 libraryfolder.vdf

Offline

#19 2023-01-30 12:29:48

d.ALT
Member
Registered: 2019-05-10
Posts: 920

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

josephgerth wrote:
Game process added : AppID 250760 "/home/gerth/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=250760 -- /home/gerth/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- '/media/SteamLibrary/steamapps/common/Shovel Knight/64/ShovelKnight'", 

!=

josephgerth wrote:
$ ls -l /media/Steam/Library

total 8.0K
drwxr-xr-x 9 gerth wheel 4.0K Jan 30 05:41 steamapps
-rwxr-xr-x 1 gerth wheel   69 Nov 11 06:18 libraryfolder.vdf

Also, why that wheel group?
Post here

$ id

$ groups

\\\


josephgerth wrote:
/dev/sdc2 on /run/media type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
/dev/sdd1 on /media type ext4 (rw,relatime)
sdc                                                                             
├─sdc1
│    ext4   1.0   Stuff3    44bfaa13-cb62-496d-8dc8-ae7864ce356f                
└─sdc2
     ntfs         New Volume 1
                            2E621B5D621B295B                       19.8G    83% /run/media
sdd                                                                             
└─sdd1
     ext4   1.0             f898977f-7268-4a1b-9158-4baabdcaea6d   77.4G    60% /media

Those mountpoint seems a lot strange, to me... Let's wait for experts here


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#20 2023-01-30 14:46:34

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

Game process added : AppID 250760

So much for the AI…

https://steamcommunity.com/app/250760/d … 914122797/ ?
There's a lot of talk about the controller

Warning: Binding 1 Added:
…
Bad Save Read: Invalidating input save data!

Offline

#21 2023-01-30 14:51:31

josephgerth
Member
Registered: 2021-04-25
Posts: 34

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

$ id

uid=1000(desktop) gid=998(wheel) groups=998(wheel),991(lp),1000(printadmin)
$ groups

lp wheel printadmin

I have steam installed on the home directory, and all of my steam games on a separate hard drive. This may not be ideal, but it does work, since some games do run. A quick list of games that run: Mega Man Legacy Collection, Starbound, Batman: Arkham Knight, Owlboy, Tactics Ogre, and Rex Rocket (to name a few).

Offline

#22 2023-01-30 15:06:27

d.ALT
Member
Registered: 2019-05-10
Posts: 920

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

Please have a look at seth's suggestion: #20


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#23 2023-01-30 16:27:14

josephgerth
Member
Registered: 2021-04-25
Posts: 34

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

I closed out of steam, deleted files from ~/.steam and then restarted steam. No effect at all. Then I tracked down a different steam folder, for me located in ~/.local/share/Steam and deleted all of those (with the exception of the steammapps folder, as the link said). This had an effect, namely, I had to re-download several things on startup, log back in, etc.

After re-download, I'm at the same point I was before: Some games open while others do not (and they are the same for each category).

Last edited by josephgerth (2023-01-30 16:27:55)

Offline

#24 2023-01-30 16:43:15

seth
Member
Registered: 2012-09-03
Posts: 51,213

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

Can you run the game directly as described in that thread?
The steam log unfortunately tells nothing about why the game shuts down, but it's not the GPU configuration.

Offline

#25 2023-01-30 17:39:02

josephgerth
Member
Registered: 2021-04-25
Posts: 34

Re: [SOLVED] Help Me Fix My Video Card Problems: nvidia

It still doesn't work, whether launching the game through GUI or directly through the command line.

The thread linked to in #20 mentioned something about controller configs, so I went to go have a look around. This launches the Big Picture UI of Steam, which proceeded to crash after about 5 seconds. Here is the output of that crash:

steam.sh[77188]: Running Steam on arch rolling 64-bit
steam.sh[77188]: STEAM_RUNTIME is enabled automatically
crash_20230130113036_50.dmp[77152]: Finished uploading minidump (out-of-process): success = yes
crash_20230130113036_50.dmp[77152]: response: CrashID=bp-94d39b81-5b05-40e9-b4f3-3b9e82230130
crash_20230130113036_50.dmp[77152]: file ''/tmp/dumps/crash_20230130113036_50.dmp'', upload yes: ''CrashID=bp-94d39b81-5b05-40e9-b4f3-3b9e82230130''
setup.sh[77262]: Steam runtime environment up-to-date!
steam.sh[77188]: Steam client's requirements are satisfied
[2023-01-30 11:30:45] Startup - updater built Dec 15 2022 21:26:49
[2023-01-30 11:30:45] Startup - Steam Client launched with: '/home/desktop/.local/share/Steam/ubuntu12_32/steam'
Installing breakpad exception handler for appid(steam)/version(1674790765)
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2023-01-30 11:30:45] Loading cached metrics from disk (/home/desktop/.local/share/Steam/package/steam_client_metrics.bin)
[2023-01-30 11:30:45] Using the following download hosts for Public, Realm steamglobal
[2023-01-30 11:30:45] 1. https://client-update.akamai.steamstatic.com, /, Realm 'steamglobal', weight was 1000, source = 'update_hosts_cached.vdf'
[2023-01-30 11:30:45] 2. https://cdn.cloudflare.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'update_hosts_cached.vdf'
[2023-01-30 11:30:45] 3. http://media.steampowered.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
Installing breakpad exception handler for appid(steam)/version(1674790765)
[2023-01-30 11:30:45] Checking for update on startup
[2023-01-30 11:30:45] Checking for available updates...
[2023-01-30 11:30:45] Downloading manifest: https://client-update.akamai.steamstatic.com/steam_client_ubuntu12
[2023-01-30 11:30:45] Manifest download: send request
Installing breakpad exception handler for appid(steam)/version(1674790765)
[2023-01-30 11:30:46] Manifest download: waiting for download to finish
[2023-01-30 11:30:46] Manifest download: finished
[2023-01-30 11:30:46] Download skipped: /steam_client_ubuntu12 version 1674790765, installed version 1674790765, existing pending version 0
[2023-01-30 11:30:46] Nothing to do
[2023-01-30 11:30:46] Verifying installation...
[2023-01-30 11:30:46] Performing checksum verification of executable files
[2023-01-30 11:30:46] Verification complete
Loaded SDL version 2.27.0-p7692409
XRRGetOutputInfo Workaround: initialized with override: 0 real: 0xf3820db0
XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0xf381f500
Installing breakpad exception handler for appid(steam)/version(1674790765)
steamwebhelper.sh[77333]: Runtime for steamwebhelper: defaulting to /home/desktop/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[77333]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
CAppInfoCacheReadFromDiskThread took 136 milliseconds to initialize
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x61) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x13a) in reply type 0x21!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x16f) in reply type 0x21!
Xlib: sequence lost (0x10000 > 0x184) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x196) in reply type 0xc!

(steam:77328): Gtk-WARNING **: 11:30:47.977: gtk_disable_setlocale() must be called before gtk_init()
/home/desktop/.config/gtk-2.0/gtkrc-2.0:4: Unable to find include file: "~/.gtkrc-2.0.mine"

(steam:77328): Gtk-WARNING **: 11:30:47.983: Unable to locate theme engine in module_path: "adwaita",

(steam:77328): Gtk-WARNING **: 11:30:47.983: Unable to locate theme engine in module_path: "adwaita",
/usr/share/themes/Arc-Gruvbox/gtk-2.0/main.rc:1090: error: unexpected identifier 'direction', expected character '}'
/usr/share/themes/Arc-Gruvbox/gtk-2.0/apps.rc:91: error: unexpected identifier 'direction', expected character '}'
local (potentially out of sync) copy of roaming config loaded - 6170 bytes.
Installing breakpad exception handler for appid(steam)/version(1674790765)
roaming config store loaded successfully - 6170 bytes.
migrating temporary roaming config store
Installing breakpad exception handler for appid(steam)/version(1674790765)
BRefreshApplicationsInLibrary 1: 1ms
Installing breakpad exception handler for appid(steam)/version(1674790765)
Failed to init SteamVR because it isn't installed
Installing breakpad exception handler for appid(steam)/version(1674790765)
ExecCommandLine: "'/home/desktop/.local/share/Steam/ubuntu12_32/steam'"
System startup time: 2.43 seconds
Xlib: sequence lost (0x10000 > 0x86e) in reply type 0x21!
Xlib: sequence lost (0x10000 > 0x8cf) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x8fc) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x922) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x94d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x974) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x9a2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9c0) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9de) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x9fa) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa14) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0xa2e) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0xa48) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa62) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa7c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xa94) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xaa4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xaad) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xabd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xadb) in reply type 0xc!
BuildCompleteAppOverviewChange: 390 apps
RegisterForAppOverview 1: 7ms
RegisterForAppOverview 2: 8ms
Xlib: sequence lost (0x10000 > 0xb00) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb25) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb43) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xb4c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcc5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcd5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcde) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xce8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcf1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xcfa) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd03) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd0c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd1c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd3d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd46) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd4f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd58) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd61) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd6b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd7d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd8d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd96) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xd9f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xda8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xdb1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xdba) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xdc3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0xdd3) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x106f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1103) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1125) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1136) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1176) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x11a1) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x11e9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1202) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x120b) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1217) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1278) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x12bb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x13c4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1415) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1509) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1544) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1645) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x1727) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1859) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x189f) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x1994) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x199e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1a21) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1a9c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1ae9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1b11) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1b25) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1b44) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1b50) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1b80) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1baa) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1bf5) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1bff) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1c13) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1c1c) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1ce4) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d18) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1d8a) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Xlib: sequence lost (0x10000 > 0x1ef0) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1f09) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1f1a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1f29) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1f3a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1f4d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1f64) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1f75) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1f85) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1f96) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1fa6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1fb0) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1fd7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1fe6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x1ff6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2008) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2017) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2026) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x204a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2059) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x20c0) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x20d2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x20e2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x20fd) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x211a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2134) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x214e) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x216a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2182) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x22d7) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2339) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x23e2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x23f8) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x24a0) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2876) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2882) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a26) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2a70) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2aa2) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b14) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2b5f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2bdb) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2c0e) in reply type 0x21!
Xlib: sequence lost (0x10000 > 0x2c24) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2c38) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2c55) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2c72) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2c8f) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2cac) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2cc9) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2ce6) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2d03) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2d20) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2d3d) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2d5a) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2d77) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2d94) in reply type 0xc!
Xlib: sequence lost (0x10000 > 0x2dc6) in reply type 0xc!
Installing breakpad exception handler for appid(steam)/version(1674790765)
Fontconfig warning: "/home/desktop/.local/share/Steam/bin/panorama/etc/fonts/conf.d/41-repl-os-win.conf", line 148: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/home/desktop/.local/share/Steam/bin/panorama/etc/fonts/conf.d/41-repl-os-win.conf", line 160: Having multiple values in <test> isn't supported and may not work as expected
Xlib: sequence lost (0x10000 > 0x2dff) in reply type 0xc!
Steam: An X Error occurred
X Error of failed request:  GLXBadDrawable
Major opcode of failed request:  152
Serial number of failed request:  122
xerror_handler: X failed, continuing
Compiled against SDL version 2.27.0 and linked against SDL version 2.27.0
COpenGLSurface::BInitialize: Current session is 1
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
defaultfocus=DummyInput not found within layout file for welcome_nocontroller
defaultfocus=DummyInput not found within layout file for welcome_nocontroller
Xlib: sequence lost (0x10000 > 0x2e19) in reply type 0xc!
BuildCompleteAppOverviewChange: 390 apps
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Slow image load - /home/desktop/.local/share/Steam/tenfoot/resource/images/mainmenu_bg_2.png (dimensions 1920x1080, took 71 msec)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Slow image load - /home/desktop/.local/share/Steam/tenfoot/resource/images/systemmenu/capsule_glow.png (dimensions 1920x1080, took 28 msec)
DispatchAsyncEvent backlog, failed to dispatch all this frame. Queue depth: 741 (1781 input number was)
Slow image load - /home/desktop/.local/share/Steam/tenfoot/resource/images/profile/activity_bg_wash.png (dimensions 1879x928, took 37 msec)
Slow image load - /home/desktop/.local/share/Steam/tenfoot/resource/images/profile/profile_bg_wash.png (dimensions 1879x928, took 40 msec)
Slow image load - /home/desktop/.local/share/Steam/tenfoot/resource/images/welcomeupdates/friends.png (dimensions 768x512, took 21 msec)
Slow image load - /home/desktop/.local/share/Steam/tenfoot/resource/images/welcomeupdates/controller_update_overview.jpg (dimensions 1922x329, took 23 msec)
Slow image load - /home/desktop/.local/share/Steam/tenfoot/resource/images/welcomeupdates/controller_update_moystick.jpg (dimensions 1922x598, took 45 msec)
Slow image load - /home/desktop/.local/share/Steam/tenfoot/resource/images/welcomeupdates/controller_update_gyro_touchmenu.jpg (dimensions 1922x598, took 56 msec)
Slow image load - /home/desktop/.local/share/Steam/tenfoot/resource/images/welcomeupdates/controller_update_mouseregions.jpg (dimensions 1922x598, took 47 msec)
Slow image load - /home/desktop/.local/share/Steam/tenfoot/resource/images/welcomeupdates/controller_update_personalize.jpg (dimensions 1922x598, took 37 msec)
Slow image load - /home/desktop/.local/share/Steam/tenfoot/resource/images/welcomeupdates/controller_update_hometheater.jpg (dimensions 1922x598, took 37 msec)
Slow image load - /home/desktop/.local/share/Steam/tenfoot/resource/images/welcomeupdates/controller_update_shortcuts.jpg (dimensions 1922x598, took 46 msec)
Slow image load - /home/desktop/.local/share/Steam/tenfoot/resource/images/background_alpha_mask.png (dimensions 1920x1080, took 21 msec)
Slow image load - /home/desktop/.local/share/Steam/tenfoot/resource/images/panel_background.png (dimensions 1920x1080, took 37 msec)
saving roaming config store to 'sharedconfig.vdf'
roaming config store 2 saved successfully
HTTP Response for https://store.steampowered.com/api/featured/?cc=US&l=english: 200, 18303
HTTP Response for https://store.steampowered.com/api/featured/?cc=US&l=english: 200, 18404
Installing breakpad exception handler for appid(steam)/version(1674790765)
DispatchAsyncEvent backlog, failed to dispatch all this frame. Queue depth: 406 (1273 input number was)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
Installing breakpad exception handler for appid(steam)/version(1674790765)
[xcb] Unknown sequence number while processing queue
[xcb] You called XInitThreads, this is not your fault
[xcb] Aborting, sorry about that.
steam: xcb_io.c:278: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
crash_20230130113114_49.dmp[77657]: Uploading dump (out-of-process)
/tmp/dumps/crash_20230130113114_49.dmp
/home/desktop/.local/share/Steam/steam.sh: line 798: 77328 Aborted                 (core dumped) "$STEAMROOT/$STEAMEXEPATH" "$@"

For whatever it's worth, I did go back and try to enter Big Picture Mode. This also crashed after about 5 seconds. I had some movement in both instances of the Big Picture Mode UI, but it crashed very soon thereafter.

Last edited by josephgerth (2023-01-30 17:41:50)

Offline

Board footer

Powered by FluxBB