flathub / com.valvesoftware.Steam.Utility.gamescope

https://flathub.org/apps/details/com.valvesoftware.Steam.Utility.gamescope
20 stars 5 forks source link

Getting Flatpak gamescope working with Flatpak Steam's built in nested sandbox Proton versions. Proton 5.13+ #7

Open CyborgDragonFire opened 2 years ago

CyborgDragonFire commented 2 years ago

Now that it seems that this package is back from the dead, I would like to bring this long-standing issue to light.

Since Flatpak 1.11.1 beta or later, Flatpak allows for nested sandboxes, like the sandboxes used by Proton 5.13 & Proton 6.3 This gamescope package does not work with these nested sandboxes.

Before the Flatpak 1.11.1 beta, Proton 5.13 & Proton 6.3 would not work with flatpak. Here is the issue from Steam package: https://github.com/flathub/com.valvesoftware.Steam/issues/642

To get around this issue, the community created flatpak specific versions of Proton & Proton-GE: com.valvesoftware.Steam.CompatibilityTool.Proton com.valvesoftware.Steam.CompatibilityTool.Proton-GE

This gamescope package only works with the community made Proton versions, Not the official versions.

The current stable Flatpak release is 1.12.1 With this current Flatpak release, I can install Steam and play like I normally would with a native non-flatpak install. I can select Proton 6.3 within the Steam GUI, launch games, and they work perfectly in flatpak just like native. And with the latest versions of MangoHud & vkBasalt they work seamlessly with the standard releases of Proton & Proton-GE as well. org.freedesktop.Platform.VulkanLayer.MangoHud org.freedesktop.Platform.VulkanLayer.vkBasalt

However, this seamlessness is not the case with this flatpak gamescope package. Again it requires the unofficial unsupported community made Proton versions.

It is time this was fixed. Because it is quite jarring for everything else to work great but then when you try to play that one game that needs gamescope to work better, and it doesn't seamlessly work like everything else you are left there scratching your head ... until you remember you have to install the community Proton build.

This fix could also be useful to other applications using nested sandboxes like HeroicGamesLauncher when it finally gets a flatpak release.

vchernin commented 2 years ago

I wonder how involved a fix for this will be. Are there any relevant debug logs we can get?

xinyazhang commented 2 years ago

Fedora 34 (my primary OS) only ships Flatpak 1.10.x so probably I cannot verify how it works, for now. (Upgrading to 35 may help but it also risks breaking my current workflows. I have to pick up a relatively free time to do this. Note: Christmas is not guaranteed Okay for my case.)

In addition I think older flatpak installations will not retire any time soon (Debian 11/CentOS 8/Ubuntu 20.04/etc), so we need to maintain the compatibility with both the older and new setups for a while.

P.S. I'm still maintaining this package, but not monitoring the upstream so this package is not updated in a timely manner. Feel free to send pull requests and I'll merge them if it looks fine.

CyborgDragonFire commented 2 years ago

This happened to MangoHud as well, it stopped working, when it switched from: com.valvesoftware.Steam.Utility.MangoHud to org.freedesktop.Platform.VulkanLayer.MangoHud

From memory there were Two issues, one being it was in the wrong branch, "master" instead of "21.08" And the second was that steam & proton were not picking up the path correctly.

I went back to try and find that issue again, but I COULD NOT FIND IT. It's gone. Was it deleted? Why?

But the config to temporary fix everything was something like:

"XDG_CONFIG something, something = really long path of stuff that magically fixed it somehow and got it all working again"

It was an environment variable override, that you added with Flatseal, and it was for proton to tell it to re-add MangoHud to the path, so it could work again. In short, @gasinvein is a wizard. And we could really use his magic over here, or at least pointing out where that issue that explained all of this went to.

So, as far as I'm aware from following along the MangoHud issue, this needs to be fixed on the proton side eventually, but there is a stopgap we can use in the meantime. Or I could have gotten all of this wrong, that missing MangoHud issue was quite technical.

Either way I'm willing to help out in any way that I can, if you need something just say.

PS @xinyazhang would it be ok if I edited the README.md to add some better documentation to this project, so we could close issue #1

gasinvein commented 2 years ago

@CyborgDragonFire

It was an environment variable override that you added with Flatseal for proton to tell it to re-add MangoHud to the path, so it could work again.

You don't need it anymore, official Proton should be able to pick up MangoHud now (a workaround on the Steam flatpak app side was applied).

CyborgDragonFire commented 2 years ago

Yes, that is completely accurate for MangoHud. We would like to whip up something similar to what you did, but for this gamescope package. Allow flatpak gamescope to work with proton nested sandboxes as well. But we can't find the issue thread where you discussed it and found the solution.

How did you get MangoHud working in a nested sandbox? So we can apply that same or similar solution to this gamescope package.

gasinvein commented 2 years ago

I don't know much about gamescope and what it does, but I'm pretty sure the issue with it is an entirely different one. The issue with official Proton was that pressure-vessel didn't mount the extension directory with MangoHud, because it has no way of knowing about it. The applied workaround is adding the share subdirectory of the extension to the apps' XDG_DATA_DIRS environment variable, which pressure-vessel does know of.

CyborgDragonFire commented 2 years ago

OK, so for everyone's befit, I opened Flatpak Steam from the terminal and did a test. I started a test game from my collection, in 4 different ways:

  1. Standard official proton, No gamescope
  2. Standard official proton, With gamescope (gamescope -- %command%)
  3. Unofficial community proton, No gamescope
  4. Unofficial community proton, With gamescope (gamescope -- %command%)

The results were:

  1. Game launched, played with no issues.
  2. Game launched BUT with no gamescope functionality (what we are trying to fix)
  3. Game launched, played with no issues.
  4. Game launched with fully working gamescope functionality.

My current setup is Manjaro. Flatpak: 1.12.2 Official Proton: 6.3-8 Community Proton: 6.3-7

Hopefully this helps you guys debug this issue. Just a warning the log ended up being almost 1,800 lines long.

The full terminal output from Flatpak Steam ``` zsh> flatpak run com.valvesoftware.Steam INFO:root:https://github.com/flathub/com.valvesoftware.Steam/wiki INFO:root:Will set XDG dirs prefix to /home/cyborgdragon/.var/app/com.valvesoftware.Steam INFO:root:Overriding TZ to Pacific/Auckland DEBUG:root:Addding /usr/lib/extensions/vulkan/MangoHud/bin to PATH steam.sh[2]: Running Steam on org.freedesktop.platform 21.08.5 64-bit steam.sh[2]: STEAM_RUNTIME is enabled automatically setup.sh[76]: Steam runtime environment up-to-date! steam.sh[2]: Steam client's requirements are satisfied [2021-12-01 14:58:10] Startup - updater built Nov 22 2021 22:06:59 Installing breakpad exception handler for appid(steam)/version(1637624439) [2021-12-01 14:58:10] Loading cached metrics from disk (/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/package/steam_client_metrics.bin) [2021-12-01 14:58:10] Using the following download hosts for Public, Realm steamglobal [2021-12-01 14:58:10] 1. https://cdn.akamai.steamstatic.com, /client/, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf' [2021-12-01 14:58:10] 2. https://cdn.cloudflare.steamstatic.com, /client/, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf' [2021-12-01 14:58:10] 3. http://media.steampowered.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in' Installing breakpad exception handler for appid(steam)/version(1637624439) [2021-12-01 14:58:10] Verifying installation... [2021-12-01 14:58:10] Verification complete Loaded SDL version 2.0.17-6897280 Installing breakpad exception handler for appid(steam)/version(1637624439) steamwebhelper.sh[210]: Runtime for steamwebhelper: defaulting to /home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_64/steam-runtime-heavy Could not connect to X session manager: None of the authentication protocols specified are supported Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) Warning: failed to set thread priority: set failed for 8: -1: setpriority() failed Warning: failed to set thread priority: set failed for priority 8 Warning: support for elevated priorities is most likely unavailable, suppressing future warnings Warning: failed to set thread priority: set failed for 8: -1: setpriority() failed Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) CAppInfoCacheReadFromDiskThread took 61 milliseconds to initialize (steam:145): GLib-GObject-CRITICAL **: 14:58:13.582: g_object_unref: assertion 'G_IS_OBJECT (object)' failed Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) Proceed to auto login Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Opted-in Controller Mask for AppId 0: 0 (steam:145): Gtk-WARNING **: 14:58:14.082: gtk_disable_setlocale() must be called before gtk_init() Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) roaming config store loaded successfully - 2494 bytes. migrating temporary roaming config store BRefreshApplicationsInLibrary 1: 10ms Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Installing breakpad exception handler for appid(steam)/version(1637624439) Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Failed to init SteamVR because it isn't installed Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported ExecCommandLine: "'/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/steam'" System startup time: 7.53 seconds Installing breakpad exception handler for appid(steam)/version(1637624439) BuildCompleteAppOverviewChange: 308 RegisterForAppOverview 1: 14ms RegisterForAppOverview 2: 14ms Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) Installing breakpad exception handler for appid(steam)/version(1637624439) Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported GameAction [AppID 1089980, ActionID 1] : LaunchApp changed task to ProcessingInstallScript with "" pressure-vessel-wrap[1396]: W: Using experimental Flatpak sub-sandboxing (requires Flatpak 1.11.x commit 1.10.1-80-gcb47d83b or later) fsync: up and running. wine: RLIMIT_NICE is <= 20, unable to use setpriority safely (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstid3demux.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstid3demux.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstcoreelements.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstcoreelements.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstflac.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstflac.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstaudioresample.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstaudioresample.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstflv.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstflv.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstjpeg.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstjpeg.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstisomp4.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstisomp4.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstmpg123.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstmpg123.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstplayback.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstplayback.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstadder.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstadder.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstaudioconvert.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstaudioconvert.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstvideoconvert.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstvideoconvert.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstcoretracers.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstcoretracers.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstspeex.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstspeex.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgsttheora.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgsttheora.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstvorbis.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstvorbis.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libprotonmediaconverter.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libprotonmediaconverter.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstopus.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstopus.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstvideofilter.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstvideofilter.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstvideobox.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstvideobox.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstmatroska.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstmatroska.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstwavparse.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstwavparse.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstpbtypes.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstpbtypes.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstogg.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstogg.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstautodetect.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstautodetect.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstflxdec.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstflxdec.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstapp.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstapp.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstnavigationtest.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstnavigationtest.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstvideoscale.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstvideoscale.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstdeinterlace.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstdeinterlace.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstavi.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstavi.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstaudioparsers.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstaudioparsers.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstdebug.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgstdebug.so: wrong ELF class: ELFCLASS64 (wine:1710): GStreamer-WARNING **: 14:59:32.208: Failed to load plugin '/mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgsttypefindfunctions.so': /mnt/Gaming/Steam/steamapps/common/Proton 6.3/dist/lib64/gstreamer-1.0/libgsttypefindfunctions.so: wrong ELF class: ELFCLASS64 wine: configuration in L"/mnt/Gaming/Steam/steamapps/compatdata/1089980/pfx" has been updated. GameAction [AppID 1089980, ActionID 1] : LaunchApp changed task to SynchronizingCloud with "" GameAction [AppID 1089980, ActionID 1] : LaunchApp changed task to SiteLicenseSeatCheckout with "" GameAction [AppID 1089980, ActionID 1] : LaunchApp changed task to CreatingProcess with "" GameAction [AppID 1089980, ActionID 1] : LaunchApp waiting for user response to CreatingProcess "" GameAction [AppID 1089980, ActionID 1] : LaunchApp continues with user response "CreatingProcess" Opted-in Controller Mask for AppId 1089980: 0 /bin/sh\0-c\0/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/mnt/Gaming/Steam/steamapps/common/SteamLinuxRuntime_soldier'/_v2-entry-point --verb=waitforexitandrun -- '/mnt/Gaming/Steam/steamapps/common/Proton 6.3'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'\0 Game process added : AppID 1089980 "/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/mnt/Gaming/Steam/steamapps/common/SteamLinuxRuntime_soldier'/_v2-entry-point --verb=waitforexitandrun -- '/mnt/Gaming/Steam/steamapps/common/Proton 6.3'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 1721, IP 0.0.0.0:0 chdir /mnt/Gaming/Steam/steamapps/common/HenryStickmin ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. GameAction [AppID 1089980, ActionID 1] : LaunchApp changed task to WaitingGameWindow with "" GameAction [AppID 1089980, ActionID 1] : LaunchApp changed task to Completed with "" ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. pid 1725 != 1722, skipping destruction (fork without exec?) pressure-vessel-wrap[1722]: W: Using experimental Flatpak sub-sandboxing (requires Flatpak 1.11.x commit 1.10.1-80-gcb47d83b or later) fsync: up and running. wine: RLIMIT_NICE is <= 20, unable to use setpriority safely Game process updated : AppID 1089980 "/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/mnt/Gaming/Steam/steamapps/common/SteamLinuxRuntime_soldier'/_v2-entry-point --verb=waitforexitandrun -- '/mnt/Gaming/Steam/steamapps/common/Proton 6.3'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 1966, IP 0.0.0.0:0 Setting breakpad minidump AppID = 1089980 Steam_SetMinidumpSteamID: Caching Steam ID: 76561198034346384 [API loaded no] Game process updated : AppID 1089980 "/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/mnt/Gaming/Steam/steamapps/common/SteamLinuxRuntime_soldier'/_v2-entry-point --verb=waitforexitandrun -- '/mnt/Gaming/Steam/steamapps/common/Proton 6.3'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 2039, IP 0.0.0.0:0 Setting breakpad minidump AppID = 1089980 Steam_SetMinidumpSteamID: Caching Steam ID: 76561198034346384 [API loaded no] Fossilize INFO: Overriding serialization path: "/mnt/Gaming/Steam/steamapps/shadercache/1089980/fozpipelinesv6/steamapprun_pipeline_cache". Installing breakpad exception handler for appid(gameoverlayui)/version(20211122220813) Installing breakpad exception handler for appid(gameoverlayui)/version(1.0) Installing breakpad exception handler for appid(gameoverlayui)/version(1.0) Installing breakpad exception handler for appid(gameoverlayui)/version(1.0) (process:2092): GLib-GObject-CRITICAL **: 14:59:57.242: g_object_unref: assertion 'G_IS_OBJECT (object)' failed pid 1968 != 1967, skipping destruction (fork without exec?) Game process removed: AppID 1089980 "/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/mnt/Gaming/Steam/steamapps/common/SteamLinuxRuntime_soldier'/_v2-entry-point --verb=waitforexitandrun -- '/mnt/Gaming/Steam/steamapps/common/Proton 6.3'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 2039 Game 1089980 created interface STEAMAPPLIST_INTERFACE_VERSION001 / AppList Game 1089980 created interface STEAMAPPS_INTERFACE_VERSION008 / Apps Game 1089980 created interface STEAMHTMLSURFACE_INTERFACE_VERSION_004 / HTMLSurface Game 1089980 created interface STEAMHTTP_INTERFACE_VERSION002 / HTTP Game 1089980 created interface STEAMINVENTORY_INTERFACE_V002 / Inventory Game 1089980 created interface STEAMMUSICREMOTE_INTERFACE_VERSION001 / MusicRemote Game 1089980 created interface STEAMMUSIC_INTERFACE_VERSION001 / Music Game 1089980 created interface STEAMPARENTALSETTINGS_INTERFACE_VERSION001 / ParentalSettings Game 1089980 created interface STEAMREMOTESTORAGE_INTERFACE_VERSION014 / RemoteStorage Game 1089980 created interface STEAMSCREENSHOTS_INTERFACE_VERSION003 / Screenshots Game 1089980 created interface STEAMUGC_INTERFACE_VERSION010 / UGC Game 1089980 created interface STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001 / UnifiedMessages Game 1089980 created interface STEAMUSERSTATS_INTERFACE_VERSION011 / UserStats Game 1089980 created interface STEAMVIDEO_INTERFACE_V002 / Video Game 1089980 created interface SteamController005 / Controller Game 1089980 created interface SteamController007 / Controller Game 1089980 created interface SteamFriends015 / Friends Game 1089980 created interface SteamInput001 / Controller Game 1089980 created interface SteamMatchMaking009 / Matchmaking Game 1089980 created interface SteamMatchMakingServers002 / MatchmakingServers Game 1089980 created interface SteamNetworking005 / Networking Game 1089980 created interface SteamUser019 / User Game 1089980 created interface SteamUser020 / User Game 1089980 created interface SteamUtils009 / Utils Game 1089980 method call count for IClientUserStats::RequestCurrentStats : 1 Game 1089980 method call count for IClientUtils::RecordSteamInterfaceCreation : 26 Game 1089980 method call count for IClientUtils::GetAppID : 29 Game 1089980 method call count for IClientUser::GetSteamID : 1 Game 1089980 method call count for IClientUser::BLoggedOn : 1 Uploaded AppInterfaceStats to Steam No cached sticky mapping in ActivateActionSet.Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported GameAction [AppID 1089980, ActionID 2] : LaunchApp changed task to ProcessingInstallScript with "" pressure-vessel-wrap[2197]: W: Using experimental Flatpak sub-sandboxing (requires Flatpak 1.11.x commit 1.10.1-80-gcb47d83b or later) fsync: up and running. wine: RLIMIT_NICE is <= 20, unable to use setpriority safely GameAction [AppID 1089980, ActionID 2] : LaunchApp changed task to SynchronizingCloud with "" GameAction [AppID 1089980, ActionID 2] : LaunchApp changed task to SiteLicenseSeatCheckout with "" GameAction [AppID 1089980, ActionID 2] : LaunchApp changed task to CreatingProcess with "" GameAction [AppID 1089980, ActionID 2] : LaunchApp waiting for user response to CreatingProcess "" GameAction [AppID 1089980, ActionID 2] : LaunchApp continues with user response "CreatingProcess" /bin/sh\0-c\0gamescope -- /home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/mnt/Gaming/Steam/steamapps/common/SteamLinuxRuntime_soldier'/_v2-entry-point --verb=waitforexitandrun -- '/mnt/Gaming/Steam/steamapps/common/Proton 6.3'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'\0 Game process added : AppID 1089980 "gamescope -- /home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/mnt/Gaming/Steam/steamapps/common/SteamLinuxRuntime_soldier'/_v2-entry-point --verb=waitforexitandrun -- '/mnt/Gaming/Steam/steamapps/common/Proton 6.3'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 2511, IP 0.0.0.0:0 chdir /mnt/Gaming/Steam/steamapps/common/HenryStickmin ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. No CAP_SYS_NICE, falling back to regular-priority compute and threads. Performance will be affected. GameAction [AppID 1089980, ActionID 2] : LaunchApp changed task to WaitingGameWindow with "" GameAction [AppID 1089980, ActionID 2] : LaunchApp changed task to Completed with "" vulkan: selecting physical device 'AMD RADV NAVI10' vulkan: physical device supports DRM format modifiers Fossilize INFO: Overriding serialization path: "/mnt/Gaming/Steam/steamapps/shadercache/1089980/fozpipelinesv6/steamapprun_pipeline_cache". Fossilize WARN: pNext in VkSamplerCreateInfo not supported. (pNext->sType chain: [1000156001]) Fossilize WARN: Failed to record sampler, usually caused by unsupported pNext. Fossilize WARN: Sampler handle 0x000055da6d1bcd90 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Descriptor set layout handle 0x000055da6cff7760 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x000055da6d24fd10 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). vulkan: supported DRM formats for sampling usage: vulkan: 0x34325241 vulkan: 0x34325258 vulkan: 0x3231564E wlserver: [backend/noop/backend.c:59] Creating noop backend wlserver: Running compositor on wayland display 'gamescope-0' wlserver: [backend/noop/backend.c:16] Starting noop backend wlserver: [xwayland/sockets.c:63] Failed to bind socket @/tmp/.X11-unix/X0: Address already in use wlserver: [xwayland/sockets.c:63] Failed to bind socket @/tmp/.X11-unix/X1: Address already in use wlserver: [xwayland/server.c:84] Starting Xwayland on :2 ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Could not resolve keysym XF86BrightnessAuto > Warning: Could not resolve keysym XF86DisplayOff > Warning: Could not resolve keysym XF86Info > Warning: Could not resolve keysym XF86AspectRatio > Warning: Could not resolve keysym XF86DVD > Warning: Could not resolve keysym XF86Audio > Warning: Could not resolve keysym XF86ChannelUp > Warning: Could not resolve keysym XF86ChannelDown > Warning: Could not resolve keysym XF86Break > Warning: Could not resolve keysym XF86VideoPhone > Warning: Could not resolve keysym XF86ZoomReset > Warning: Could not resolve keysym XF86Editor > Warning: Could not resolve keysym XF86GraphicsEditor > Warning: Could not resolve keysym XF86Presentation > Warning: Could not resolve keysym XF86Database > Warning: Could not resolve keysym XF86Voicemail > Warning: Could not resolve keysym XF86Addressbook > Warning: Could not resolve keysym XF86DisplayToggle > Warning: Could not resolve keysym XF86SpellCheck > Warning: Could not resolve keysym XF86ContextMenu > Warning: Could not resolve keysym XF86MediaRepeat > Warning: Could not resolve keysym XF8610ChannelsUp > Warning: Could not resolve keysym XF8610ChannelsDown > Warning: Could not resolve keysym XF86Images > Warning: Could not resolve keysym XF86NotificationCenter > Warning: Could not resolve keysym XF86PickupPhone > Warning: Could not resolve keysym XF86HangupPhone > Warning: Could not resolve keysym XF86Fn > Warning: Could not resolve keysym XF86Fn_Esc > Warning: Could not resolve keysym XF86FnRightShift > Warning: Could not resolve keysym XF86Numeric0 > Warning: Could not resolve keysym XF86Numeric1 > Warning: Could not resolve keysym XF86Numeric2 > Warning: Could not resolve keysym XF86Numeric3 > Warning: Could not resolve keysym XF86Numeric4 > Warning: Could not resolve keysym XF86Numeric5 > Warning: Could not resolve keysym XF86Numeric6 > Warning: Could not resolve keysym XF86Numeric7 > Warning: Could not resolve keysym XF86Numeric8 > Warning: Could not resolve keysym XF86Numeric9 > Warning: Could not resolve keysym XF86NumericStar > Warning: Could not resolve keysym XF86NumericPound > Warning: Could not resolve keysym XF86NumericA > Warning: Could not resolve keysym XF86NumericB > Warning: Could not resolve keysym XF86NumericC > Warning: Could not resolve keysym XF86NumericD > Warning: Could not resolve keysym XF86CameraFocus > Warning: Could not resolve keysym XF86WPSButton > Warning: Could not resolve keysym XF86CameraZoomIn > Warning: Could not resolve keysym XF86CameraZoomOut > Warning: Could not resolve keysym XF86CameraUp > Warning: Could not resolve keysym XF86CameraDown > Warning: Could not resolve keysym XF86CameraLeft > Warning: Could not resolve keysym XF86CameraRight > Warning: Could not resolve keysym XF86AttendantOn > Warning: Could not resolve keysym XF86AttendantOff > Warning: Could not resolve keysym XF86AttendantToggle > Warning: Could not resolve keysym XF86LightsToggle > Warning: Could not resolve keysym XF86ALSToggle > Warning: Could not resolve keysym XF86Buttonconfig > Warning: Could not resolve keysym XF86Taskmanager > Warning: Could not resolve keysym XF86Journal > Warning: Could not resolve keysym XF86ControlPanel > Warning: Could not resolve keysym XF86AppSelect > Warning: Could not resolve keysym XF86Screensaver > Warning: Could not resolve keysym XF86VoiceCommand > Warning: Could not resolve keysym XF86Assistant > Warning: Could not resolve keysym XF86BrightnessMin > Warning: Could not resolve keysym XF86BrightnessMax > Warning: Could not resolve keysym XF86KbdInputAssistPrev > Warning: Could not resolve keysym XF86KbdInputAssistNext > Warning: Could not resolve keysym XF86KbdInputAssistPrevgroup > Warning: Could not resolve keysym XF86KbdInputAssistNextgroup > Warning: Could not resolve keysym XF86KbdInputAssistAccept > Warning: Could not resolve keysym XF86KbdInputAssistCancel > Warning: Could not resolve keysym XF86RightUp > Warning: Could not resolve keysym XF86RightDown > Warning: Could not resolve keysym XF86LeftUp > Warning: Could not resolve keysym XF86LeftDown > Warning: Could not resolve keysym XF86RootMenu > Warning: Could not resolve keysym XF86MediaTopMenu > Warning: Could not resolve keysym XF86Numeric11 > Warning: Could not resolve keysym XF86Numeric12 > Warning: Could not resolve keysym XF86AudioDesc > Warning: Could not resolve keysym XF863DMode > Warning: Could not resolve keysym XF86NextFavorite > Warning: Could not resolve keysym XF86StopRecord > Warning: Could not resolve keysym XF86PauseRecord > Warning: Could not resolve keysym XF86VOD > Warning: Could not resolve keysym XF86Unmute > Warning: Could not resolve keysym XF86FastReverse > Warning: Could not resolve keysym XF86SlowReverse > Warning: Could not resolve keysym XF86Data > Warning: Could not resolve keysym XF86OnScreenKeyboard > Warning: Could not resolve keysym XF86PrivacyScreenToggle > Warning: Could not resolve keysym XF86SelectiveScreenshot > Warning: Could not resolve keysym XF86Macro1 > Warning: Could not resolve keysym XF86Macro2 > Warning: Could not resolve keysym XF86Macro3 > Warning: Could not resolve keysym XF86Macro4 > Warning: Could not resolve keysym XF86Macro5 > Warning: Could not resolve keysym XF86Macro6 > Warning: Could not resolve keysym XF86Macro7 > Warning: Could not resolve keysym XF86Macro8 > Warning: Could not resolve keysym XF86Macro9 > Warning: Could not resolve keysym XF86Macro10 > Warning: Could not resolve keysym XF86Macro11 > Warning: Could not resolve keysym XF86Macro12 > Warning: Could not resolve keysym XF86Macro13 > Warning: Could not resolve keysym XF86Macro14 > Warning: Could not resolve keysym XF86Macro15 > Warning: Could not resolve keysym XF86Macro16 > Warning: Could not resolve keysym XF86Macro17 > Warning: Could not resolve keysym XF86Macro18 > Warning: Could not resolve keysym XF86Macro19 > Warning: Could not resolve keysym XF86Macro20 > Warning: Could not resolve keysym XF86Macro21 > Warning: Could not resolve keysym XF86Macro22 > Warning: Could not resolve keysym XF86Macro23 > Warning: Could not resolve keysym XF86Macro24 > Warning: Could not resolve keysym XF86Macro25 > Warning: Could not resolve keysym XF86Macro26 > Warning: Could not resolve keysym XF86Macro27 > Warning: Could not resolve keysym XF86Macro28 > Warning: Could not resolve keysym XF86Macro29 > Warning: Could not resolve keysym XF86Macro30 > Warning: Could not resolve keysym XF86MacroRecordStart > Warning: Could not resolve keysym XF86MacroRecordStop > Warning: Could not resolve keysym XF86MacroPresetCycle > Warning: Could not resolve keysym XF86MacroPreset1 > Warning: Could not resolve keysym XF86MacroPreset2 > Warning: Could not resolve keysym XF86MacroPreset3 > Warning: Could not resolve keysym XF86KbdLcdMenu1 > Warning: Could not resolve keysym XF86KbdLcdMenu2 > Warning: Could not resolve keysym XF86KbdLcdMenu3 > Warning: Could not resolve keysym XF86KbdLcdMenu4 > Warning: Could not resolve keysym XF86KbdLcdMenu5 Errors from xkbcomp are not fatal to the X server wlserver: [types/wlr_surface.c:737] New wlr_surface 0x55da6d40b820 (res 0x55da6d435ca0) wlserver: [xwayland/server.c:242] Xserver is ready pipewire: pw_context_connect failed Warning: failed to setup PipeWire, screen capture won't be available pressure-vessel-wrap[2567]: W: Using experimental Flatpak sub-sandboxing (requires Flatpak 1.11.x commit 1.10.1-80-gcb47d83b or later) fsync: up and running. wine: RLIMIT_NICE is <= 20, unable to use setpriority safely Game process updated : AppID 1089980 "gamescope -- /home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/mnt/Gaming/Steam/steamapps/common/SteamLinuxRuntime_soldier'/_v2-entry-point --verb=waitforexitandrun -- '/mnt/Gaming/Steam/steamapps/common/Proton 6.3'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 2811, IP 0.0.0.0:0 Setting breakpad minidump AppID = 1089980 Steam_SetMinidumpSteamID: Caching Steam ID: 76561198034346384 [API loaded no] Game process updated : AppID 1089980 "gamescope -- /home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/mnt/Gaming/Steam/steamapps/common/SteamLinuxRuntime_soldier'/_v2-entry-point --verb=waitforexitandrun -- '/mnt/Gaming/Steam/steamapps/common/Proton 6.3'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 2885, IP 0.0.0.0:0 Setting breakpad minidump AppID = 1089980 Steam_SetMinidumpSteamID: Caching Steam ID: 76561198034346384 [API loaded no] Fossilize INFO: Overriding serialization path: "/mnt/Gaming/Steam/steamapps/shadercache/1089980/fozpipelinesv6/steamapprun_pipeline_cache". gamescope: received kill signal, terminating! (EE) failed to read Wayland events: Broken pipe Game process removed: AppID 1089980 "gamescope -- /home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/mnt/Gaming/Steam/steamapps/common/SteamLinuxRuntime_soldier'/_v2-entry-point --verb=waitforexitandrun -- '/mnt/Gaming/Steam/steamapps/common/Proton 6.3'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 2885 Game 1089980 created interface STEAMAPPLIST_INTERFACE_VERSION001 / AppList Game 1089980 created interface STEAMAPPS_INTERFACE_VERSION008 / Apps Game 1089980 created interface STEAMHTMLSURFACE_INTERFACE_VERSION_004 / HTMLSurface Game 1089980 created interface STEAMHTTP_INTERFACE_VERSION002 / HTTP Game 1089980 created interface STEAMINVENTORY_INTERFACE_V002 / Inventory Game 1089980 created interface STEAMMUSICREMOTE_INTERFACE_VERSION001 / MusicRemote Game 1089980 created interface STEAMMUSIC_INTERFACE_VERSION001 / Music Game 1089980 created interface STEAMPARENTALSETTINGS_INTERFACE_VERSION001 / ParentalSettings Game 1089980 created interface STEAMREMOTESTORAGE_INTERFACE_VERSION014 / RemoteStorage Game 1089980 created interface STEAMSCREENSHOTS_INTERFACE_VERSION003 / Screenshots Game 1089980 created interface STEAMUGC_INTERFACE_VERSION010 / UGC Game 1089980 created interface STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001 / UnifiedMessages Game 1089980 created interface STEAMUSERSTATS_INTERFACE_VERSION011 / UserStats Game 1089980 created interface STEAMVIDEO_INTERFACE_V002 / Video Game 1089980 created interface SteamController005 / Controller Game 1089980 created interface SteamController007 / Controller Game 1089980 created interface SteamFriends015 / Friends Game 1089980 created interface SteamInput001 / Controller Game 1089980 created interface SteamMatchMaking009 / Matchmaking Game 1089980 created interface SteamMatchMakingServers002 / MatchmakingServers Game 1089980 created interface SteamNetworking005 / Networking Game 1089980 created interface SteamUser019 / User Game 1089980 created interface SteamUser020 / User Game 1089980 created interface SteamUtils009 / Utils Game 1089980 method call count for IClientUserStats::RequestCurrentStats : 1 Game 1089980 method call count for IClientUtils::RecordSteamInterfaceCreation : 26 Game 1089980 method call count for IClientUtils::GetAppID : 29 Game 1089980 method call count for IClientUser::GetSteamID : 1 Game 1089980 method call count for IClientUser::BLoggedOn : 1 Uploaded AppInterfaceStats to Steam No cached sticky mapping in ActivateActionSet.Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported GameAction [AppID 1089980, ActionID 3] : LaunchApp changed task to ProcessingInstallScript with "" esync: up and running. wine: RLIMIT_NICE is <= 20, unable to use setpriority safely (wine:3044): GStreamer-WARNING **: 15:01:56.950: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaccurip.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaccurip.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.950: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstadder.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstadder.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.950: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstadpcmdec.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstadpcmdec.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.950: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstadpcmenc.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstadpcmenc.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaiff.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaiff.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalaw.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalaw.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalpha.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalpha.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalphacolor.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalphacolor.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalsa.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalsa.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaom.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaom.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstapetag.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstapetag.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstapp.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstapp.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstasf.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstasf.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstasfmux.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstasfmux.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiobuffersplit.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiobuffersplit.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudioconvert.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudioconvert.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiofx.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiofx.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiofxbad.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiofxbad.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiolatency.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiolatency.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiomixer.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiomixer.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiomixmatrix.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiomixmatrix.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudioparsers.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudioparsers.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiorate.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiorate.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudioresample.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudioresample.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiotestsrc.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiotestsrc.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiovisualizers.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiovisualizers.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstauparse.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstauparse.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.951: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstautoconvert.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstautoconvert.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstautodetect.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstautodetect.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstavi.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstavi.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstbayer.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstbayer.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstbz2.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstbz2.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcairo.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcairo.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcamerabin.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcamerabin.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstclosedcaption.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstclosedcaption.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcoloreffects.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcoloreffects.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcompositor.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcompositor.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcoreelements.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcoreelements.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcoretracers.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcoretracers.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcurl.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcurl.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcutter.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcutter.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdash.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdash.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdebug.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdebug.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdebugutilsbad.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdebugutilsbad.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdecklink.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdecklink.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdeinterlace.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdeinterlace.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdtls.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdtls.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdtmf.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdtmf.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdvb.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdvb.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.952: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdvbsubenc.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdvbsubenc.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdvbsuboverlay.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdvbsuboverlay.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdvdlpcmdec.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdvdlpcmdec.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdvdspu.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdvdspu.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdvdsub.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdvdsub.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsteffectv.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsteffectv.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstencoding.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstencoding.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstequalizer.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstequalizer.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfaceoverlay.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfaceoverlay.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfbdevsink.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfbdevsink.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfdkaac.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfdkaac.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfestival.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfestival.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfieldanalysis.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfieldanalysis.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflac.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflac.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflv.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflv.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflxdec.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflxdec.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfreeverb.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfreeverb.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfrei0r.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstfrei0r.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgaudieffects.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgaudieffects.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgdkpixbuf.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgdkpixbuf.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgdp.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgdp.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgeometrictransform.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgeometrictransform.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgio.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgio.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgoom.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgoom.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgoom2k1.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgoom2k1.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgtk.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgtk.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsthls.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsthls.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.953: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsticydemux.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsticydemux.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstid3demux.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstid3demux.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstid3tag.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstid3tag.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstimagefreeze.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstimagefreeze.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstinter.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstinter.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstinterlace.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstinterlace.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstinterleave.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstinterleave.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstipcpipeline.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstipcpipeline.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstisomp4.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstisomp4.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstivfparse.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstivfparse.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstivtc.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstivtc.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstjp2kdecimator.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstjp2kdecimator.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstjpeg.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstjpeg.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstjpegformat.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstjpegformat.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstkms.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstkms.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstladspa.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstladspa.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlame.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlame.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlegacyrawparse.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlegacyrawparse.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlevel.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlevel.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibav.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibav.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmatroska.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmatroska.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmidi.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmidi.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmonoscope.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmonoscope.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpegpsdemux.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpegpsdemux.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpegpsmux.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpegpsmux.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpegtsdemux.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpegtsdemux.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpegtsmux.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpegtsmux.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpg123.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmpg123.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmulaw.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmulaw.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmultifile.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmultifile.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.954: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmultipart.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmultipart.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmxf.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmxf.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstnavigationtest.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstnavigationtest.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstnetsim.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstnetsim.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstnice.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstnice.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstnvcodec.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstnvcodec.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstogg.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstogg.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopenal.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopenal.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopengl.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopengl.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopenh264.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopenh264.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopus.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopus.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopusparse.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopusparse.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstoss4.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstoss4.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstossaudio.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstossaudio.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstoverlaycomposition.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstoverlaycomposition.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpango.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpango.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpbtypes.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpbtypes.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpcapparse.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpcapparse.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpipewire.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpipewire.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstplayback.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstplayback.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpng.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpng.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpnm.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpnm.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstproxy.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstproxy.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpulseaudio.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpulseaudio.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrawparse.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrawparse.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrealmedia.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrealmedia.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstremovesilence.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstremovesilence.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstreplaygain.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstreplaygain.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrfbsrc.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrfbsrc.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrist.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrist.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrsvg.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrsvg.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtmp2.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtmp2.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.955: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtp.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtp.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtpmanager.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtpmanager.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtpmanagerbad.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtpmanagerbad.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtponvif.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtponvif.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtsp.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtsp.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsctp.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsctp.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsdpelem.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsdpelem.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsegmentclip.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsegmentclip.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstshapewipe.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstshapewipe.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstshm.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstshm.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsiren.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsiren.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsmooth.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsmooth.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsmoothstreaming.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsmoothstreaming.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsmpte.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsmpte.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsndfile.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsndfile.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsoup.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsoup.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstspectrum.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstspectrum.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstspeed.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstspeed.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstspeex.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstspeex.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsrtp.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsrtp.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsubenc.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsubenc.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsubparse.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsubparse.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstswitchbin.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstswitchbin.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttcp.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttcp.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttheora.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttheora.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttimecode.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttimecode.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttranscode.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttranscode.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstttmlsubs.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstttmlsubs.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttypefindfunctions.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttypefindfunctions.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstudp.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstudp.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideo4linux2.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideo4linux2.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideobox.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideobox.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoconvert.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoconvert.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.956: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideocrop.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideocrop.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideofilter.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideofilter.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideofiltersbad.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideofiltersbad.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoframe_audiolevel.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoframe_audiolevel.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideomixer.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideomixer.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoparsersbad.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoparsersbad.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideorate.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideorate.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoscale.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoscale.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideosignal.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideosignal.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideotestsrc.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideotestsrc.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvmnc.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvmnc.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvolume.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvolume.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvorbis.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvorbis.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvpx.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvpx.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvulkan.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvulkan.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwavenc.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwavenc.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwavpack.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwavpack.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwavparse.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwavparse.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwaylandsink.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwaylandsink.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwebp.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwebp.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwebrtc.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwebrtc.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwebrtcdsp.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwebrtcdsp.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstximagesink.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstximagesink.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstximagesrc.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstximagesrc.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstxingmux.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstxingmux.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstxvimagesink.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstxvimagesink.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsty4mdec.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsty4mdec.so: wrong ELF class: ELFCLASS64 (wine:3044): GStreamer-WARNING **: 15:01:56.957: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsty4menc.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsty4menc.so: wrong ELF class: ELFCLASS64 wine: configuration in L"/mnt/Gaming/Steam/steamapps/compatdata/1089980/pfx" has been updated. GameAction [AppID 1089980, ActionID 3] : LaunchApp changed task to SynchronizingCloud with "" GameAction [AppID 1089980, ActionID 3] : LaunchApp changed task to SiteLicenseSeatCheckout with "" GameAction [AppID 1089980, ActionID 3] : LaunchApp changed task to CreatingProcess with "" GameAction [AppID 1089980, ActionID 3] : LaunchApp waiting for user response to CreatingProcess "" GameAction [AppID 1089980, ActionID 3] : LaunchApp continues with user response "CreatingProcess" Opted-in Controller Mask for AppId 1089980: 0 /bin/sh\0-c\0/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/app/share/steam/compatibilitytools.d/Proton'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'\0 Game process added : AppID 1089980 "/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/app/share/steam/compatibilitytools.d/Proton'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 3059, IP 0.0.0.0:0 chdir /mnt/Gaming/Steam/steamapps/common/HenryStickmin ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. GameAction [AppID 1089980, ActionID 3] : LaunchApp changed task to WaitingGameWindow with "" GameAction [AppID 1089980, ActionID 3] : LaunchApp changed task to Completed with "" ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. esync: up and running. wine: RLIMIT_NICE is <= 20, unable to use setpriority safely ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. Game process updated : AppID 1089980 "/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/app/share/steam/compatibilitytools.d/Proton'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 3062, IP 0.0.0.0:0 Setting breakpad minidump AppID = 1089980 Steam_SetMinidumpSteamID: Caching Steam ID: 76561198034346384 [API loaded no] ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. Game process updated : AppID 1089980 "/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/app/share/steam/compatibilitytools.d/Proton'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 3140, IP 0.0.0.0:0 Setting breakpad minidump AppID = 1089980 Steam_SetMinidumpSteamID: Caching Steam ID: 76561198034346384 [API loaded no] Fossilize INFO: Overriding serialization path: "/mnt/Gaming/Steam/steamapps/shadercache/1089980/fozpipelinesv6/steamapprun_pipeline_cache". Installing breakpad exception handler for appid(gameoverlayui)/version(20211122220813) Installing breakpad exception handler for appid(gameoverlayui)/version(1.0) Installing breakpad exception handler for appid(gameoverlayui)/version(1.0) Installing breakpad exception handler for appid(gameoverlayui)/version(1.0) (process:3191): GLib-GObject-CRITICAL **: 15:02:21.646: g_object_unref: assertion 'G_IS_OBJECT (object)' failed pid 3064 != 3063, skipping destruction (fork without exec?) Game process removed: AppID 1089980 "/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/app/share/steam/compatibilitytools.d/Proton'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 3140 Game 1089980 created interface STEAMAPPLIST_INTERFACE_VERSION001 / AppList Game 1089980 created interface STEAMAPPS_INTERFACE_VERSION008 / Apps Game 1089980 created interface STEAMHTMLSURFACE_INTERFACE_VERSION_004 / HTMLSurface Game 1089980 created interface STEAMHTTP_INTERFACE_VERSION002 / HTTP Game 1089980 created interface STEAMINVENTORY_INTERFACE_V002 / Inventory Game 1089980 created interface STEAMMUSICREMOTE_INTERFACE_VERSION001 / MusicRemote Game 1089980 created interface STEAMMUSIC_INTERFACE_VERSION001 / Music Game 1089980 created interface STEAMPARENTALSETTINGS_INTERFACE_VERSION001 / ParentalSettings Game 1089980 created interface STEAMREMOTESTORAGE_INTERFACE_VERSION014 / RemoteStorage Game 1089980 created interface STEAMSCREENSHOTS_INTERFACE_VERSION003 / Screenshots Game 1089980 created interface STEAMUGC_INTERFACE_VERSION010 / UGC Game 1089980 created interface STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001 / UnifiedMessages Game 1089980 created interface STEAMUSERSTATS_INTERFACE_VERSION011 / UserStats Game 1089980 created interface STEAMVIDEO_INTERFACE_V002 / Video Game 1089980 created interface SteamController005 / Controller Game 1089980 created interface SteamController007 / Controller Game 1089980 created interface SteamFriends015 / Friends Game 1089980 created interface SteamInput001 / Controller Game 1089980 created interface SteamMatchMaking009 / Matchmaking Game 1089980 created interface SteamMatchMakingServers002 / MatchmakingServers Game 1089980 created interface SteamNetworking005 / Networking Game 1089980 created interface SteamUser019 / User Game 1089980 created interface SteamUser020 / User Game 1089980 created interface SteamUtils009 / Utils Game 1089980 method call count for IClientUserStats::RequestCurrentStats : 1 Game 1089980 method call count for IClientUtils::RecordSteamInterfaceCreation : 26 Game 1089980 method call count for IClientUtils::GetAppID : 29 Game 1089980 method call count for IClientUser::GetSteamID : 1 Game 1089980 method call count for IClientUser::BLoggedOn : 1 Uploaded AppInterfaceStats to Steam No cached sticky mapping in ActivateActionSet.Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported GameAction [AppID 1089980, ActionID 4] : LaunchApp changed task to ProcessingInstallScript with "" esync: up and running. wine: RLIMIT_NICE is <= 20, unable to use setpriority safely GameAction [AppID 1089980, ActionID 4] : LaunchApp changed task to SynchronizingCloud with "" GameAction [AppID 1089980, ActionID 4] : LaunchApp changed task to SiteLicenseSeatCheckout with "" GameAction [AppID 1089980, ActionID 4] : LaunchApp changed task to CreatingProcess with "" GameAction [AppID 1089980, ActionID 4] : LaunchApp waiting for user response to CreatingProcess "" GameAction [AppID 1089980, ActionID 4] : LaunchApp continues with user response "CreatingProcess" /bin/sh\0-c\0gamescope -- /home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/app/share/steam/compatibilitytools.d/Proton'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'\0 Game process added : AppID 1089980 "gamescope -- /home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/app/share/steam/compatibilitytools.d/Proton'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 3312, IP 0.0.0.0:0 chdir /mnt/Gaming/Steam/steamapps/common/HenryStickmin ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. No CAP_SYS_NICE, falling back to regular-priority compute and threads. Performance will be affected. GameAction [AppID 1089980, ActionID 4] : LaunchApp changed task to WaitingGameWindow with "" GameAction [AppID 1089980, ActionID 4] : LaunchApp changed task to Completed with "" vulkan: selecting physical device 'AMD RADV NAVI10' vulkan: physical device supports DRM format modifiers Fossilize INFO: Overriding serialization path: "/mnt/Gaming/Steam/steamapps/shadercache/1089980/fozpipelinesv6/steamapprun_pipeline_cache". Fossilize WARN: pNext in VkSamplerCreateInfo not supported. (pNext->sType chain: [1000156001]) Fossilize WARN: Failed to record sampler, usually caused by unsupported pNext. Fossilize WARN: Sampler handle 0x00005646a2f318a0 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Descriptor set layout handle 0x00005646a30c8780 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). Fossilize WARN: Pipeline layout handle 0x00005646a30d8460 is not registered. It has either not been recorded, or it failed to be recorded earlier (which is expected if application uses an extension that is not recognized by Fossilize). vulkan: supported DRM formats for sampling usage: vulkan: 0x34325241 vulkan: 0x34325258 vulkan: 0x3231564E wlserver: [backend/noop/backend.c:59] Creating noop backend wlserver: Running compositor on wayland display 'gamescope-0' wlserver: [backend/noop/backend.c:16] Starting noop backend wlserver: [xwayland/sockets.c:63] Failed to bind socket @/tmp/.X11-unix/X0: Address already in use wlserver: [xwayland/sockets.c:63] Failed to bind socket @/tmp/.X11-unix/X1: Address already in use wlserver: [xwayland/server.c:84] Starting Xwayland on :2 ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Could not resolve keysym XF86BrightnessAuto > Warning: Could not resolve keysym XF86DisplayOff > Warning: Could not resolve keysym XF86Info > Warning: Could not resolve keysym XF86AspectRatio > Warning: Could not resolve keysym XF86DVD > Warning: Could not resolve keysym XF86Audio > Warning: Could not resolve keysym XF86ChannelUp > Warning: Could not resolve keysym XF86ChannelDown > Warning: Could not resolve keysym XF86Break > Warning: Could not resolve keysym XF86VideoPhone > Warning: Could not resolve keysym XF86ZoomReset > Warning: Could not resolve keysym XF86Editor > Warning: Could not resolve keysym XF86GraphicsEditor > Warning: Could not resolve keysym XF86Presentation > Warning: Could not resolve keysym XF86Database > Warning: Could not resolve keysym XF86Voicemail > Warning: Could not resolve keysym XF86Addressbook > Warning: Could not resolve keysym XF86DisplayToggle > Warning: Could not resolve keysym XF86SpellCheck > Warning: Could not resolve keysym XF86ContextMenu > Warning: Could not resolve keysym XF86MediaRepeat > Warning: Could not resolve keysym XF8610ChannelsUp > Warning: Could not resolve keysym XF8610ChannelsDown > Warning: Could not resolve keysym XF86Images > Warning: Could not resolve keysym XF86NotificationCenter > Warning: Could not resolve keysym XF86PickupPhone > Warning: Could not resolve keysym XF86HangupPhone > Warning: Could not resolve keysym XF86Fn > Warning: Could not resolve keysym XF86Fn_Esc > Warning: Could not resolve keysym XF86FnRightShift > Warning: Could not resolve keysym XF86Numeric0 > Warning: Could not resolve keysym XF86Numeric1 > Warning: Could not resolve keysym XF86Numeric2 > Warning: Could not resolve keysym XF86Numeric3 > Warning: Could not resolve keysym XF86Numeric4 > Warning: Could not resolve keysym XF86Numeric5 > Warning: Could not resolve keysym XF86Numeric6 > Warning: Could not resolve keysym XF86Numeric7 > Warning: Could not resolve keysym XF86Numeric8 > Warning: Could not resolve keysym XF86Numeric9 > Warning: Could not resolve keysym XF86NumericStar > Warning: Could not resolve keysym XF86NumericPound > Warning: Could not resolve keysym XF86NumericA > Warning: Could not resolve keysym XF86NumericB > Warning: Could not resolve keysym XF86NumericC > Warning: Could not resolve keysym XF86NumericD > Warning: Could not resolve keysym XF86CameraFocus > Warning: Could not resolve keysym XF86WPSButton > Warning: Could not resolve keysym XF86CameraZoomIn > Warning: Could not resolve keysym XF86CameraZoomOut > Warning: Could not resolve keysym XF86CameraUp > Warning: Could not resolve keysym XF86CameraDown > Warning: Could not resolve keysym XF86CameraLeft > Warning: Could not resolve keysym XF86CameraRight > Warning: Could not resolve keysym XF86AttendantOn > Warning: Could not resolve keysym XF86AttendantOff > Warning: Could not resolve keysym XF86AttendantToggle > Warning: Could not resolve keysym XF86LightsToggle > Warning: Could not resolve keysym XF86ALSToggle > Warning: Could not resolve keysym XF86Buttonconfig > Warning: Could not resolve keysym XF86Taskmanager > Warning: Could not resolve keysym XF86Journal > Warning: Could not resolve keysym XF86ControlPanel > Warning: Could not resolve keysym XF86AppSelect > Warning: Could not resolve keysym XF86Screensaver > Warning: Could not resolve keysym XF86VoiceCommand > Warning: Could not resolve keysym XF86Assistant > Warning: Could not resolve keysym XF86BrightnessMin > Warning: Could not resolve keysym XF86BrightnessMax > Warning: Could not resolve keysym XF86KbdInputAssistPrev > Warning: Could not resolve keysym XF86KbdInputAssistNext > Warning: Could not resolve keysym XF86KbdInputAssistPrevgroup > Warning: Could not resolve keysym XF86KbdInputAssistNextgroup > Warning: Could not resolve keysym XF86KbdInputAssistAccept > Warning: Could not resolve keysym XF86KbdInputAssistCancel > Warning: Could not resolve keysym XF86RightUp > Warning: Could not resolve keysym XF86RightDown > Warning: Could not resolve keysym XF86LeftUp > Warning: Could not resolve keysym XF86LeftDown > Warning: Could not resolve keysym XF86RootMenu > Warning: Could not resolve keysym XF86MediaTopMenu > Warning: Could not resolve keysym XF86Numeric11 > Warning: Could not resolve keysym XF86Numeric12 > Warning: Could not resolve keysym XF86AudioDesc > Warning: Could not resolve keysym XF863DMode > Warning: Could not resolve keysym XF86NextFavorite > Warning: Could not resolve keysym XF86StopRecord > Warning: Could not resolve keysym XF86PauseRecord > Warning: Could not resolve keysym XF86VOD > Warning: Could not resolve keysym XF86Unmute > Warning: Could not resolve keysym XF86FastReverse > Warning: Could not resolve keysym XF86SlowReverse > Warning: Could not resolve keysym XF86Data > Warning: Could not resolve keysym XF86OnScreenKeyboard > Warning: Could not resolve keysym XF86PrivacyScreenToggle > Warning: Could not resolve keysym XF86SelectiveScreenshot > Warning: Could not resolve keysym XF86Macro1 > Warning: Could not resolve keysym XF86Macro2 > Warning: Could not resolve keysym XF86Macro3 > Warning: Could not resolve keysym XF86Macro4 > Warning: Could not resolve keysym XF86Macro5 > Warning: Could not resolve keysym XF86Macro6 > Warning: Could not resolve keysym XF86Macro7 > Warning: Could not resolve keysym XF86Macro8 > Warning: Could not resolve keysym XF86Macro9 > Warning: Could not resolve keysym XF86Macro10 > Warning: Could not resolve keysym XF86Macro11 > Warning: Could not resolve keysym XF86Macro12 > Warning: Could not resolve keysym XF86Macro13 > Warning: Could not resolve keysym XF86Macro14 > Warning: Could not resolve keysym XF86Macro15 > Warning: Could not resolve keysym XF86Macro16 > Warning: Could not resolve keysym XF86Macro17 > Warning: Could not resolve keysym XF86Macro18 > Warning: Could not resolve keysym XF86Macro19 > Warning: Could not resolve keysym XF86Macro20 > Warning: Could not resolve keysym XF86Macro21 > Warning: Could not resolve keysym XF86Macro22 > Warning: Could not resolve keysym XF86Macro23 > Warning: Could not resolve keysym XF86Macro24 > Warning: Could not resolve keysym XF86Macro25 > Warning: Could not resolve keysym XF86Macro26 > Warning: Could not resolve keysym XF86Macro27 > Warning: Could not resolve keysym XF86Macro28 > Warning: Could not resolve keysym XF86Macro29 > Warning: Could not resolve keysym XF86Macro30 > Warning: Could not resolve keysym XF86MacroRecordStart > Warning: Could not resolve keysym XF86MacroRecordStop > Warning: Could not resolve keysym XF86MacroPresetCycle > Warning: Could not resolve keysym XF86MacroPreset1 > Warning: Could not resolve keysym XF86MacroPreset2 > Warning: Could not resolve keysym XF86MacroPreset3 > Warning: Could not resolve keysym XF86KbdLcdMenu1 > Warning: Could not resolve keysym XF86KbdLcdMenu2 > Warning: Could not resolve keysym XF86KbdLcdMenu3 > Warning: Could not resolve keysym XF86KbdLcdMenu4 > Warning: Could not resolve keysym XF86KbdLcdMenu5 Errors from xkbcomp are not fatal to the X server wlserver: [types/wlr_surface.c:737] New wlr_surface 0x5646a3252e70 (res 0x5646a30b1d00) wlserver: [xwayland/server.c:242] Xserver is ready pipewire: pw_context_connect failed Warning: failed to setup PipeWire, screen capture won't be available esync: up and running. wine: RLIMIT_NICE is <= 20, unable to use setpriority safely Game process updated : AppID 1089980 "gamescope -- /home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/app/share/steam/compatibilitytools.d/Proton'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 3374, IP 0.0.0.0:0 Setting breakpad minidump AppID = 1089980 Steam_SetMinidumpSteamID: Caching Steam ID: 76561198034346384 [API loaded no] Game process updated : AppID 1089980 "gamescope -- /home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/app/share/steam/compatibilitytools.d/Proton'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 3447, IP 0.0.0.0:0 Setting breakpad minidump AppID = 1089980 Steam_SetMinidumpSteamID: Caching Steam ID: 76561198034346384 [API loaded no] wlserver: [types/wlr_surface.c:737] New wlr_surface 0x5646a3160f30 (res 0x5646a31e86e0) Fossilize INFO: Overriding serialization path: "/mnt/Gaming/Steam/steamapps/shadercache/1089980/fozpipelinesv6/steamapprun_pipeline_cache". wlserver: [types/wlr_surface.c:737] New wlr_surface 0x5646a3161320 (res 0x5646a32a8c50) xwm: error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 8 Installing breakpad exception handler for appid(gameoverlayui)/version(20211122220813) Installing breakpad exception handler for appid(gameoverlayui)/version(1.0) Installing breakpad exception handler for appid(gameoverlayui)/version(1.0) Installing breakpad exception handler for appid(gameoverlayui)/version(1.0) xwm: error 2: BadValue (integer parameter out of range for operation) request 137 minor 31 serial 4646 xwm: error 2: BadValue (integer parameter out of range for operation) request 137 minor 31 serial 4649 xwm: error 3: BadWindow (invalid Window parameter) request 12 minor 0 serial 4663 xwm: error 139: 139 request 137 minor 32 serial 4672 xwm: error 139: 139 request 137 minor 32 serial 4675 xwm: error 3: BadWindow (invalid Window parameter) request 41 minor 0 serial 4698 gamescope: received kill signal, terminating! (EE) failed to read Wayland events: Broken pipe Game process removed: AppID 1089980 "gamescope -- /home/cyborgdragon/.var/app/com.valvesoftware.Steam/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=1089980 -- '/app/share/steam/compatibilitytools.d/Proton'/proton waitforexitandrun '/mnt/Gaming/Steam/steamapps/common/HenryStickmin/HenryStickmin.exe'", ProcID 3312 Uploaded AppInterfaceStats to Steam No cached sticky mapping in ActivateActionSet. (process:3495): GLib-GObject-CRITICAL **: 15:03:09.066: g_object_unref: assertion 'G_IS_OBJECT (object)' failed Could not connect to X session manager: None of the authentication protocols specified are supported Could not connect to X session manager: None of the authentication protocols specified are supported Exiting workitem thread (steam:145): GLib-GObject-CRITICAL **: 15:03:19.608: g_object_unref: assertion 'G_IS_OBJECT (object)' failed (steam:145): GLib-GObject-WARNING **: 15:03:19.609: invalid (NULL) pointer instance (steam:145): GLib-GObject-CRITICAL **: 15:03:19.609: g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (steam:145): GLib-GObject-CRITICAL **: 15:03:19.609: g_object_unref: assertion 'G_IS_OBJECT (object)' failed [2021-12-01 15:03:19] Shutdown ```
xinyazhang commented 2 years ago

PS @xinyazhang would it be ok if I edited the README.md to add some better documentation to this project, so we could close issue #1

You're welcome!

Alex-Bujorianu commented 2 years ago

I cannot use Gamescope with the Flatpak version of Steam, not even with Linux native games like Valheim. EDIT: I installed the Flatpak version of Gamescope, com.valvesoftware.Steam.Utility.gamescope and it works now. However, the Flatpak version seems to be out of date, as it does not recognise the FSR option (-U).

CyborgDragonFire commented 2 years ago

@Alex-Bujorianu Yes the current flatpak gamescope build is out of date at time of writing, there is already an open issue about the delay #8, and you can follow the update progress here #11 The rest of your comment is off-topic for this issue, but stems from the lack of beginner-friendly documentation, we are aware of this and are working on it.

TheGreatestJannet commented 2 years ago

Any progress on this? Is it still broken? I have tried it with Elden Ring, the game launches but from the looks of it it still isn't working with Proton Experimental on Flatpak Steam.

doraskayo commented 1 year ago

I'm not sure if it was mentioned already, but the remaining issue with the official Proton versions and gamescope is with Flatpak itself.

gamescope launches its own Xwayland instance(s) inside the sandbox and expects games to use them as their X server. However, when the Flatpak portal is used internally by Proton's pressure-vessel to launch a Flatpak subsandbox for a game, Flatpak only exposes the host's X11 socket to the subsandbox, and not the X11 socket created by gamescope's Xwayland instance in the main sandbox. This is why the game window opens as a separate window in the desktop and not inside the gamescope window, and why we effectively lose the "gamescope functionality" as mentioned in this thread with official Proton versions.

The unofficial Proton versions provided in Flathub do not package or use pressure-vessel. In this case there's no subsandbox involved and games have access to gamescope's X11 socket because they run in the same sandbox. This is why using unofficial Proton versions "works around" the issue.

The bottom line is that Flatpak seemingly assumes that a Flatpak app would never launch an X server that a subsandbox would need to access. I haven't found an issue discussing this limitation in Flatpak's GitHub, so I'm not sure if anyone is aware of it.

Edit: note that it may be possible to get this working with some specific support for this use case in pressure-vessel itself (potentially with additional changes to gamescope). For example, moving gamescope's X11 sockets to ~/.var/app/$APP_ID/sandbox to be exposed to the subsandbox, and then relocated to /tmp/.X11-unix inside the subsandbox right before launching a game. However, I'm not familiar with the capabilities and limitations of the Flatpak subsandbox enough to tell if this is indeed possible.

@smcv, FYI

smcv commented 1 year ago

The bottom line is that Flatpak seemingly assumes that a Flatpak app would never launch an X server that a subsandbox would need to access

Yes, Flatpak makes that assumption. Gamescope is one of only a few things that wants to do this, so it's a reasonable assumption.

Some directories are already shared between Steam and the subsandbox, so there are multiple places where gamescope could create a socket that the subsandbox will be able to see (/tmp and $XDG_RUNTIME_DIR among others), but doing this for /tmp/.X11-unix is complicated by various things:

If gamescope could somehow be taught to create its socket in $XDG_RUNTIME_DIR, and just put a symlink to it in /tmp/.X11-unix, then the process that's launched in the subsandbox could be a wrapper that creates a similar symlink in the subsandbox's /tmp/.X11-unix and then execs the actual game? (But the wrapper would have to be either a shell script, a python3 script or a statically-linked binary, because it will be run in a library stack that is not the Flatpak runtime.)

doraskayo commented 1 year ago

@smcv, do you think introducing an --allow=per-app-x11 option in Flatpak to essentially share the /tmp/.X11-unix directory of the app with its subsandboxes would be a reasonable (and technically viable) first step to remove this limitation? The second step likely being to pass the DISPLAY environment variable specified by the subsandbox invocation to the subsandbox.

I get the feeling that making this work through other means would sacrifice compatibility. For example, if an app opens the X11 socket without following symlinks, expects it to be a socket file for security reasons, etc.

gasinvein commented 1 year ago

It seems like flatpak/flatpak#5036 would be helpful here as well.

orowith2os commented 1 year ago

@gasinvein I don't think it will be. Just being able to access the host's X sockets isn't the same as being able to create them, which is one issue I've had with Distrobox before. The only solutions are to either apply an overlayfs or chown /tmp/.X11-unix.

Being able to share the X sockets with subsandboxes seems like the most reasonable solution.

gasinvein commented 1 year ago

Just being able to access the host's X sockets isn't the same as being able to create them

That issue is about sharing /tmp/.X11-unix with host, not just mounting all the sockets that were there when the accessing app was started. If --filesystem=/tmp/.X11-unix could work in flatpak (it doesn't), it would've solved the issue.

orowith2os commented 1 year ago

Migrated to the new extension at https://github.com/flathub/org.freedesktop.Platform.VulkanLayer.gamescope/issues/6