Last active
December 14, 2023 19:44
-
-
Save bucketsize/b8bc86ce540dd86e3f77966e5c4db60f to your computer and use it in GitHub Desktop.
SpiderMan Miles Morales crash [linux 6.6.0, proton experimental, nvidia 535]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[62524.474014] ptrace attach of "Z:\x5cmnt\x5cdata\x5c__steam_lib_4\x5csteamapps\x5ccommon\x5cMarvel's Spider-Man Miles Morales\x5cMilesMorales.exe"[229951] was attempted by "/ | |
mnt/data/__steam_lib_4/steamapps/common/Proton - Experimental/files/bin/wineserver"[229814] | |
[62524.678249] BTRFS warning (device sda7): csum failed root 5 ino 267874 off 0 csum 0x9d6627ba expected csum 0x889c076f mirror 1 | |
[62524.678254] BTRFS error (device sda7): bdev /dev/sda7 errs: wr 0, rd 0, flush 0, corrupt 130, gen 0 | |
[62524.792468] ptrace attach of "Z:\x5cmnt\x5cdata\x5c__steam_lib_4\x5csteamapps\x5ccommon\x5cMarvel's Spider-Man Miles Morales\x5cMilesMorales.exe"[229910] was attempted by "/ | |
mnt/data/__steam_lib_4/steamapps/common/Proton - Experimental/files/bin/wineserver"[229814] | |
[62524.922463] wineserver[229814]: segfault at 0 ip 00007f8d9a0ad6f4 sp 00007ffc138e27a0 error 4 in libnvidia-glvkspirv.so.535.129.03[7f8d99000000+2038000] likely on CPU 4 (cor | |
e 0, socket 0) | |
[62524.922475] Code: 00 00 00 00 00 90 53 48 8b 1f 48 89 df e8 74 38 0d ff 48 89 df 5b e9 2b 39 0d ff 66 2e 0f 1f 84 00 00 00 00 00 90 48 83 ec 08 <48> 8b 3f e8 94 3a 0d ff 85 | |
c0 0f 94 c0 48 83 c4 08 c3 66 2e 0f 1f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# use nvgpu | |
export __NV_PRIME_RENDER_OFFLOAD=1 | |
# use nvapis | |
export __GLX_VENDOR_LIBRARY_NAME=nvidia | |
# export __VK_LAYER_NV_optimus=NVIDIA_only | |
# export PROTON_ENABLE_NVAPI=1 | |
# use icd | |
# export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json | |
# dxr: direct x ray tracing | |
# force dxr | |
# dxr11 deprecated; default dxr => 1.1 default if safe | |
# https://github.com/HansKristian-Work/vkd3d-proton/blob/master/CHANGELOG.md | |
export VKD3D_CONFIG=force_initial_transition | |
# dxvk async: better perf | |
export DXVK_ASYNC=1 | |
# radv: valve shader compiler | |
# export RADV_PERFTEST=rt | |
export PROTON_LOG=1 | |
mangohud gamemoderun "$@" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"LD_* scout runtime" information: | |
{ | |
"can-write-uinput" : true, | |
"steam-installation" : { | |
"path" : "/home/gamer/.local/share/Steam", | |
"data_path" : "/home/gamer/.local/share/Steam", | |
"bin32_path" : "/home/gamer/.local/share/Steam/ubuntu12_32", | |
"steamscript_path" : "/usr/bin/steam", | |
"steamscript_version" : "1.0.0.78", | |
"issues" : [ | |
] | |
}, | |
"runtime" : { | |
"path" : "/home/gamer/.local/share/Steam/ubuntu12_32/steam-runtime", | |
"version" : "0.20231024.64411", | |
"issues" : [ | |
], | |
"pinned_libs_32" : { | |
"list" : [ | |
"pinned_libs_32/done", | |
"pinned_libs_32/libcurl-gnutls.so.3 -> $STEAM_RUNTIME/usr/lib/i386-linux-gnu/libcurl-gnutls.so.4.2.0", | |
"pinned_libs_32/libcurl-gnutls.so.4 -> $STEAM_RUNTIME/usr/lib/i386-linux-gnu/libcurl-gnutls.so.4.2.0", | |
"pinned_libs_32/libcurl.so.3 -> $STEAM_RUNTIME/usr/lib/i386-linux-gnu/libcurl.so.4.2.0", | |
"pinned_libs_32/libcurl.so.4 -> $STEAM_RUNTIME/usr/lib/i386-linux-gnu/libcurl.so.4.2.0", | |
"pinned_libs_32/libdbusmenu-glib.so.4 -> $STEAM_RUNTIME/usr/lib/i386-linux-gnu/libdbusmenu-glib.so.4.0.13", | |
"pinned_libs_32/libdbusmenu-gtk.so.4 -> $STEAM_RUNTIME/usr/lib/i386-linux-gnu/libdbusmenu-gtk.so.4.0.13", | |
"pinned_libs_32/libgtk-x11-2.0.so.0 -> $STEAM_RUNTIME/usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0.2400.10" | |
] | |
}, | |
"pinned_libs_64" : { | |
"list" : [ | |
"pinned_libs_64/done", | |
"pinned_libs_64/has_pins", | |
"pinned_libs_64/libGLU.so.1 -> $STEAM_RUNTIME/usr/lib/x86_64-linux-gnu/libGLU.so.1.3.08004", | |
"pinned_libs_64/libcurl-gnutls.so.3 -> $STEAM_RUNTIME/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4.2.0", | |
"pinned_libs_64/libcurl-gnutls.so.4 -> $STEAM_RUNTIME/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4.2.0", | |
"pinned_libs_64/libcurl.so.3 -> $STEAM_RUNTIME/usr/lib/x86_64-linux-gnu/libcurl.so.4.2.0", | |
"pinned_libs_64/libcurl.so.4 -> $STEAM_RUNTIME/usr/lib/x86_64-linux-gnu/libcurl.so.4.2.0", | |
"pinned_libs_64/libdbusmenu-glib.so.4 -> $STEAM_RUNTIME/usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4.0.13", | |
"pinned_libs_64/system_libGLU.so.1", | |
"pinned_libs_64/system_libcurl-gnutls.so.4", | |
"pinned_libs_64/system_libcurl.so.4", | |
"pinned_libs_64/system_libdbusmenu-glib.so.4" | |
] | |
} | |
}, | |
"os-release" : { | |
"id" : "pika", | |
"id_like" : [ | |
"ubuntu", | |
"debian" | |
], | |
"name" : "PikaOS", | |
"pretty_name" : "PikaOS Linux 3", | |
"version_id" : "3", | |
"version_codename" : "devel" | |
}, | |
"virtualization" : { | |
"type" : "none" | |
}, | |
"container" : { | |
"type" : "none" | |
}, | |
"driver_environment" : [ | |
"DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1=1", | |
"LD_LIBRARY_PATH=/home/gamer/.local/share/Steam/ubuntu12_32:/home/gamer/.local/share/Steam/ubuntu12_32/panorama:/home/gamer/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32:/home/gamer/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64:/usr/lib/x86_64-linux-gnu/libfakeroot:/lib/i386-linux-gnu:/usr/local/lib:/lib/x86_64-linux-gnu:/lib:/home/gamer/.local/share/Steam/ubuntu12_32/steam-runtime/lib/i386-linux-gnu:/home/gamer/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu:/home/gamer/.local/share/Steam/ubuntu12_32/steam-runtime/lib/x86_64-linux-gnu:/home/gamer/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/x86_64-linux-gnu:/home/gamer/.local/share/Steam/ubuntu12_32/steam-runtime/lib:/home/gamer/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib", | |
"SDL_GAMECONTROLLERCONFIG=03000000de280000ff11000001000000,Steam Virtual Gamepad,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,\n03000000de280000fc11000001000000,Steam Controller,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,\n03000000632500002605000010010000,SHANWAN Android Gamepad,a:b0,b:b1,x:b3,y:b4,back:b10,guide:b12,start:b11,leftstick:b13,rightstick:b14,leftshoulder:b6,rightshoulder:b7,dpup:h0.1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:a5,righttrigger:a4,crc:0ecc,platform:Linux,", | |
"XDG_RUNTIME_DIR=/run/user/1001" | |
], | |
"architectures" : { | |
"i386-linux-gnu" : { | |
"can-run" : true, | |
"libdl-LIB" : "lib/i386-linux-gnu", | |
"libdl-PLATFORM" : "i686", | |
"runtime-linker" : { | |
"path" : "/lib/ld-linux.so.2", | |
"resolved" : "/usr/lib/i386-linux-gnu/ld-linux.so.2" | |
}, | |
"library-issues-summary" : [ | |
], | |
"graphics-details" : { | |
"x11/vulkan" : { | |
"renderer" : "Intel(R) UHD Graphics (CML GT2)", | |
"version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"devices" : [ | |
{ | |
"name" : "Intel(R) UHD Graphics (CML GT2)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 6, | |
"driver-name" : "Intel open-source Mesa driver", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"vendor-id" : "0x8086", | |
"device-id" : "0x9bc4", | |
"type" : "integrated-gpu" | |
}, | |
{ | |
"name" : "NVIDIA GeForce GTX 1650", | |
"api-version" : "1.3.242", | |
"vulkan-driver-id" : 4, | |
"driver-name" : "NVIDIA", | |
"driver-version" : "535.129.03", | |
"vendor-id" : "0x10de", | |
"device-id" : "0x1f99", | |
"type" : "discrete-gpu" | |
}, | |
{ | |
"name" : "llvmpipe (LLVM 17.0.2, 256 bits)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 13, | |
"driver-name" : "llvmpipe", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1) (LLVM 17.0.2)", | |
"vendor-id" : "0x10005", | |
"device-id" : "0", | |
"type" : "cpu", | |
"issues" : [ | |
"software-rendering" | |
] | |
} | |
] | |
}, | |
"x11/vdpau" : { | |
"messages" : [ | |
"Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory", | |
"vdp_device_create_x11 (display, screen, &device, &vdp_get_proc_address) failed: 1" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"x11/vaapi" : { | |
"messages" : [ | |
"libva info: VA-API version 1.20.0", | |
"libva info: Trying to open /usr/lib/i386-linux-gnu/dri/iHD_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"libva info: Trying to open /usr/lib/i386-linux-gnu/dri/i965_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"vaInitialize (va_display, &major_version, &minor_version) failed: unknown libva error (-1)" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"glx/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/glesv2" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "OpenGL ES 3.2 Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
} | |
}, | |
"dri_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/crocus_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/i915_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/iris_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/kms_swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/nouveau_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/r300_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/r600_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/radeonsi_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/virtio_gpu_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/vmwgfx_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/zink_dri.so" | |
} | |
], | |
"va-api_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/r600_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/radeonsi_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/dri/virtio_gpu_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/home/gamer/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/dri/dummy_drv_video.so", | |
"version" : "libva1" | |
} | |
], | |
"vdpau_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so", | |
"library_link" : "libvdpau_nouveau.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1", | |
"library_link" : "libvdpau_nouveau.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so", | |
"library_link" : "libvdpau_nvidia.so.535.129.03" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so.1", | |
"library_link" : "libvdpau_nvidia.so.535.129.03" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/vdpau/libvdpau_r600.so", | |
"library_link" : "libvdpau_r600.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/vdpau/libvdpau_r600.so.1", | |
"library_link" : "libvdpau_r600.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/vdpau/libvdpau_radeonsi.so", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/vdpau/libvdpau_radeonsi.so.1", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/vdpau/libvdpau_trace.so.1", | |
"library_link" : "libvdpau_trace.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/vdpau/libvdpau_virtio_gpu.so", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/i386-linux-gnu/vdpau/libvdpau_virtio_gpu.so.1", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0" | |
} | |
], | |
"glx_drivers" : [ | |
{ | |
"library_soname" : "libGLX_indirect.so.0", | |
"library_path" : "/usr/lib/i386-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_mesa.so.0", | |
"library_path" : "/usr/lib/i386-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_nvidia.so.0", | |
"library_path" : "/usr/lib/i386-linux-gnu/libGLX_nvidia.so.535.129.03" | |
} | |
] | |
}, | |
"x86_64-linux-gnu" : { | |
"can-run" : true, | |
"libdl-LIB" : "lib/x86_64-linux-gnu", | |
"libdl-PLATFORM" : "haswell", | |
"runtime-linker" : { | |
"path" : "/lib64/ld-linux-x86-64.so.2", | |
"resolved" : "/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" | |
}, | |
"library-issues-summary" : [ | |
], | |
"graphics-details" : { | |
"x11/vulkan" : { | |
"renderer" : "Intel(R) UHD Graphics (CML GT2)", | |
"version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"devices" : [ | |
{ | |
"name" : "Intel(R) UHD Graphics (CML GT2)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 6, | |
"driver-name" : "Intel open-source Mesa driver", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"vendor-id" : "0x8086", | |
"device-id" : "0x9bc4", | |
"type" : "integrated-gpu" | |
}, | |
{ | |
"name" : "NVIDIA GeForce GTX 1650", | |
"api-version" : "1.3.242", | |
"vulkan-driver-id" : 4, | |
"driver-name" : "NVIDIA", | |
"driver-version" : "535.129.03", | |
"vendor-id" : "0x10de", | |
"device-id" : "0x1f99", | |
"type" : "discrete-gpu" | |
}, | |
{ | |
"name" : "llvmpipe (LLVM 17.0.2, 256 bits)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 13, | |
"driver-name" : "llvmpipe", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1) (LLVM 17.0.2)", | |
"vendor-id" : "0x10005", | |
"device-id" : "0", | |
"type" : "cpu", | |
"issues" : [ | |
"software-rendering" | |
] | |
} | |
] | |
}, | |
"x11/vdpau" : { | |
"messages" : [ | |
"Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory", | |
"vdp_device_create_x11 (display, screen, &device, &vdp_get_proc_address) failed: 1" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"x11/vaapi" : { | |
"messages" : [ | |
"libva info: VA-API version 1.20.0", | |
"libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"vaInitialize (va_display, &major_version, &minor_version) failed: unknown libva error (-1)" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"glx/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/glesv2" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "OpenGL ES 3.2 Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
} | |
}, | |
"dri_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/d3d12_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/i915_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/i965_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/iris_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/nouveau_vieux_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/r200_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/r300_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/r600_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/virtio_gpu_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/vmwgfx_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/zink_dri.so" | |
} | |
], | |
"va-api_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/dri/virtio_gpu_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/home/gamer/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/x86_64-linux-gnu/dri/dummy_drv_video.so", | |
"version" : "libva1" | |
} | |
], | |
"vdpau_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so", | |
"library_link" : "libvdpau_d3d12.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1", | |
"library_link" : "libvdpau_d3d12.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so", | |
"library_link" : "libvdpau_nouveau.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so.1", | |
"library_link" : "libvdpau_nouveau.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so", | |
"library_link" : "libvdpau_nvidia.so.535.129.03" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.1", | |
"library_link" : "libvdpau_nvidia.so.535.129.03" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_r600.so", | |
"library_link" : "libvdpau_r600.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_r600.so.1", | |
"library_link" : "libvdpau_r600.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_radeonsi.so", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_radeonsi.so.1", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_trace.so.1", | |
"library_link" : "libvdpau_trace.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_virtio_gpu.so", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0" | |
}, | |
{ | |
"library_path" : "/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_virtio_gpu.so.1", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0" | |
} | |
], | |
"glx_drivers" : [ | |
{ | |
"library_soname" : "libGLX_indirect.so.0", | |
"library_path" : "/usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_mesa.so.0", | |
"library_path" : "/usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_nvidia.so.0", | |
"library_path" : "/usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.535.129.03" | |
} | |
] | |
} | |
}, | |
"locale-issues" : [ | |
], | |
"locales" : { | |
"<default>" : { | |
"resulting-name" : "en_US.UTF-8", | |
"charset" : "UTF-8", | |
"is_utf8" : true | |
}, | |
"C" : { | |
"resulting-name" : "C", | |
"charset" : "ANSI_X3.4-1968", | |
"is_utf8" : false | |
}, | |
"C.UTF-8" : { | |
"resulting-name" : "C.UTF-8", | |
"charset" : "UTF-8", | |
"is_utf8" : true | |
}, | |
"en_US.UTF-8" : { | |
"resulting-name" : "en_US.UTF-8", | |
"charset" : "UTF-8", | |
"is_utf8" : true | |
} | |
}, | |
"egl" : { | |
"icds" : [ | |
{ | |
"json_path" : "/usr/share/glvnd/egl_vendor.d/10_nvidia.json", | |
"library_path" : "libEGL_nvidia.so.0", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/glvnd/egl_vendor.d/50_mesa.json", | |
"library_path" : "libEGL_mesa.so.0", | |
"issues" : [ | |
] | |
} | |
], | |
"external_platforms" : [ | |
{ | |
"json_path" : "/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json", | |
"library_path" : "libnvidia-egl-wayland.so.1", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/egl/egl_external_platform.d/15_nvidia_gbm.json", | |
"library_path" : "libnvidia-egl-gbm.so.1", | |
"issues" : [ | |
] | |
} | |
] | |
}, | |
"vulkan" : { | |
"icds" : [ | |
{ | |
"json_path" : "/usr/share/vulkan/icd.d/dzn_icd.x86_64.json", | |
"library_path" : "/usr/lib/x86_64-linux-gnu/libvulkan_dzn.so", | |
"api_version" : "1.1.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/icd.d/intel_hasvk_icd.i686.json", | |
"library_path" : "/usr/lib/i386-linux-gnu/libvulkan_intel_hasvk.so", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json", | |
"library_path" : "/usr/lib/x86_64-linux-gnu/libvulkan_intel_hasvk.so", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/icd.d/intel_icd.i686.json", | |
"library_path" : "/usr/lib/i386-linux-gnu/libvulkan_intel.so", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/icd.d/intel_icd.x86_64.json", | |
"library_path" : "/usr/lib/x86_64-linux-gnu/libvulkan_intel.so", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/icd.d/lvp_icd.i686.json", | |
"library_path" : "/usr/lib/i386-linux-gnu/libvulkan_lvp.so", | |
"api_version" : "1.1.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/icd.d/lvp_icd.x86_64.json", | |
"library_path" : "/usr/lib/x86_64-linux-gnu/libvulkan_lvp.so", | |
"api_version" : "1.1.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/icd.d/radeon_icd.i686.json", | |
"library_path" : "/usr/lib/i386-linux-gnu/libvulkan_radeon.so", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/icd.d/radeon_icd.x86_64.json", | |
"library_path" : "/usr/lib/x86_64-linux-gnu/libvulkan_radeon.so", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/icd.d/virtio_icd.i686.json", | |
"library_path" : "/usr/lib/i386-linux-gnu/libvulkan_virtio.so", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/icd.d/virtio_icd.x86_64.json", | |
"library_path" : "/usr/lib/x86_64-linux-gnu/libvulkan_virtio.so", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/icd.d/nvidia_icd.json", | |
"library_path" : "libGLX_nvidia.so.0", | |
"api_version" : "1.3.242", | |
"issues" : [ | |
] | |
} | |
], | |
"explicit_layers" : [ | |
{ | |
"json_path" : "/usr/share/vulkan/explicit_layer.d/VkLayer_INTEL_nullhw.json", | |
"name" : "VK_LAYER_INTEL_nullhw", | |
"description" : "INTEL NULL HW", | |
"type" : "GLOBAL", | |
"api_version" : "1.1.73", | |
"implementation_version" : "1", | |
"library_path" : "libVkLayer_INTEL_nullhw.so", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json", | |
"name" : "VK_LAYER_MESA_overlay", | |
"description" : "Mesa Overlay layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.211", | |
"implementation_version" : "1", | |
"library_path" : "libVkLayer_MESA_overlay.so", | |
"issues" : [ | |
] | |
} | |
], | |
"implicit_layers" : [ | |
{ | |
"json_path" : "/home/gamer/.local/share/vulkan/implicit_layer.d/steamfossilize_i386.json", | |
"name" : "VK_LAYER_VALVE_steam_fossilize_32", | |
"description" : "Steam Pipeline Caching Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/home/gamer/.local/share/Steam/ubuntu12_32/libVkLayer_steam_fossilize.so", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/home/gamer/.local/share/vulkan/implicit_layer.d/steamfossilize_x86_64.json", | |
"name" : "VK_LAYER_VALVE_steam_fossilize_64", | |
"description" : "Steam Pipeline Caching Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/home/gamer/.local/share/Steam/ubuntu12_64/libVkLayer_steam_fossilize.so", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/home/gamer/.local/share/vulkan/implicit_layer.d/steamoverlay_i386.json", | |
"name" : "VK_LAYER_VALVE_steam_overlay_32", | |
"description" : "Steam Overlay Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/home/gamer/.local/share/Steam/ubuntu12_32/steamoverlayvulkanlayer.so", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/home/gamer/.local/share/vulkan/implicit_layer.d/steamoverlay_x86_64.json", | |
"name" : "VK_LAYER_VALVE_steam_overlay_64", | |
"description" : "Steam Overlay Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/home/gamer/.local/share/Steam/ubuntu12_64/steamoverlayvulkanlayer.so", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/implicit_layer.d/MangoHud.x86.json", | |
"name" : "VK_LAYER_MANGOHUD_overlay_x86", | |
"description" : "Vulkan Hud Overlay", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.0", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/i386-linux-gnu/mangohud/libMangoHud.so", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/implicit_layer.d/MangoHud.x86_64.json", | |
"name" : "VK_LAYER_MANGOHUD_overlay_x86_64", | |
"description" : "Vulkan Hud Overlay", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.0", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/x86_64-linux-gnu/mangohud/libMangoHud.so", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json", | |
"name" : "VK_LAYER_MESA_device_select", | |
"description" : "Linux device selection layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.211", | |
"implementation_version" : "1", | |
"library_path" : "libVkLayer_MESA_device_select.so", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/implicit_layer.d/libMangoApp.x86.json", | |
"name" : "VK_LAYER_MANGOAPP_overlay", | |
"description" : "Mangoapp Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.0", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/i386-linux-gnu/mangohud/libMangoApp.so", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/implicit_layer.d/libMangoApp.x86_64.json", | |
"name" : "VK_LAYER_MANGOAPP_overlay", | |
"description" : "Mangoapp Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.0", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/x86_64-linux-gnu/mangohud/libMangoApp.so", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/implicit_layer.d/nvidia_layers.json", | |
"name" : "VK_LAYER_NV_optimus", | |
"description" : "NVIDIA Optimus layer", | |
"type" : "INSTANCE", | |
"api_version" : "1.3.242", | |
"implementation_version" : "1", | |
"library_path" : "libGLX_nvidia.so.0", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/share/vulkan/implicit_layer.d/vkBasalt.json", | |
"name" : "VK_LAYER_VKBASALT_post_processing", | |
"description" : "a post processing layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.223", | |
"implementation_version" : "1", | |
"library_path" : "/usr/$LIB/vkbasalt/libvkbasalt.so", | |
"issues" : [ | |
] | |
} | |
] | |
}, | |
"desktop-entries" : [ | |
{ | |
"id" : "steam.desktop", | |
"commandline" : "/usr/bin/steam %U", | |
"filename" : "/usr/share/applications/steam.desktop", | |
"default_steam_uri_handler" : true, | |
"steam_uri_handler" : true | |
} | |
], | |
"display" : { | |
"environment" : [ | |
"DISPLAY=:1", | |
"XDG_SESSION_CLASS=user", | |
"XDG_SESSION_DESKTOP=openbox", | |
"XDG_SESSION_TYPE=x11" | |
], | |
"wayland-session" : false, | |
"wayland-issues" : [ | |
"missing-socket" | |
], | |
"x11-type" : "native" | |
}, | |
"xdg-portals" : { | |
"details" : { | |
"interfaces" : { | |
"org.freedesktop.portal.Email" : { | |
"available" : true, | |
"version" : 4 | |
}, | |
"org.freedesktop.portal.FileChooser" : { | |
"available" : true, | |
"version" : 3 | |
}, | |
"org.freedesktop.portal.Inhibit" : { | |
"available" : true, | |
"version" : 3 | |
}, | |
"org.freedesktop.portal.OpenURI" : { | |
"available" : true, | |
"version" : 3 | |
}, | |
"org.freedesktop.portal.ScreenCast" : { | |
"available" : false | |
}, | |
"org.freedesktop.portal.Settings" : { | |
"available" : false | |
} | |
}, | |
"backends" : { | |
"org.freedesktop.impl.portal.desktop.gtk" : { | |
"available" : true | |
}, | |
"org.freedesktop.impl.portal.desktop.kde" : { | |
"available" : false | |
} | |
} | |
}, | |
"issues" : [ | |
"missing-interface" | |
], | |
"messages" : [ | |
"The 'version' property is not available for 'org.freedesktop.portal.ScreenCast', either there isn't a working xdg-desktop-portal or it is a very old version", | |
"The 'version' property is not available for 'org.freedesktop.portal.Settings', either there isn't a working xdg-desktop-portal or it is a very old version" | |
] | |
}, | |
"cpu-features" : { | |
"x86-64" : true, | |
"sse3" : true, | |
"cmpxchg16b" : true | |
} | |
} | |
"scout runtime container" information: | |
{ | |
"steam-runtime-system-info" : { | |
"version" : "0.20231107.1+bsrt2.1", | |
"path" : "/usr/bin/steam-runtime-system-info" | |
}, | |
"can-write-uinput" : true, | |
"steam-installation" : { | |
"path" : "/home/gamer/.local/share/Steam", | |
"data_path" : "/home/gamer/.local/share/Steam", | |
"bin32_path" : "/home/gamer/.local/share/Steam/ubuntu12_32", | |
"steamscript_path" : "/usr/bin/steam", | |
"steamscript_version" : "1.0.0.78", | |
"issues" : [ | |
"missing-steam-uri-handler", | |
"unexpected-steam-uri-handler" | |
] | |
}, | |
"runtime" : { | |
"path" : "/mnt/data/__steam_lib_2/steamapps/common/SteamLinuxRuntime/var/steam-runtime", | |
"version" : "0.20231024.64411", | |
"issues" : [ | |
"unexpected-location" | |
], | |
"overrides" : { | |
"list" : [ | |
"overrides/lib/", | |
"overrides/lib/i386-linux-gnu/", | |
"overrides/lib/i386-linux-gnu/aliases/", | |
"overrides/lib/i386-linux-gnu/aliases/libOSMesa.so.6 -> /usr/lib/i386-linux-gnu/libOSMesa.so.8", | |
"overrides/lib/i386-linux-gnu/aliases/libXaw7.so.7 -> /usr/lib/i386-linux-gnu/libXaw.so.7", | |
"overrides/lib/i386-linux-gnu/aliases/libbz2.so.1 -> /usr/lib/i386-linux-gnu/libbz2.so.1.0", | |
"overrides/lib/i386-linux-gnu/aliases/libcurl-gnutls.so.3 -> /usr/lib/i386-linux-gnu/libcurl-gnutls.so.4", | |
"overrides/lib/i386-linux-gnu/dri/", | |
"overrides/lib/i386-linux-gnu/dri/crocus_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/i915_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/iris_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/kms_swrast_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/nouveau_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/nouveau_drv_video.so -> /run/host/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"overrides/lib/i386-linux-gnu/dri/r300_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/r600_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/r600_drv_video.so -> /run/host/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"overrides/lib/i386-linux-gnu/dri/radeonsi_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/radeonsi_drv_video.so -> /run/host/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"overrides/lib/i386-linux-gnu/dri/swrast_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/virtio_gpu_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/virtio_gpu_drv_video.so -> /run/host/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"overrides/lib/i386-linux-gnu/dri/vmwgfx_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/zink_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/libBrokenLocale.so.1 -> /run/host/usr/lib/i386-linux-gnu/libBrokenLocale.so.1", | |
"overrides/lib/i386-linux-gnu/libEGL.so.1 -> /run/host/usr/lib/i386-linux-gnu/libEGL.so.1.1.0", | |
"overrides/lib/i386-linux-gnu/libEGL_mesa.so.0 -> /run/host/usr/lib/i386-linux-gnu/libEGL_mesa.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libEGL_nvidia.so.0 -> /run/host/usr/lib/i386-linux-gnu/libEGL_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libGL.so.1 -> /run/host/usr/lib/i386-linux-gnu/libGL.so.1.7.0", | |
"overrides/lib/i386-linux-gnu/libGLESv1_CM.so.1 -> /run/host/usr/lib/i386-linux-gnu/libGLESv1_CM.so.1.2.0", | |
"overrides/lib/i386-linux-gnu/libGLESv1_CM_nvidia.so.1 -> /run/host/usr/lib/i386-linux-gnu/libGLESv1_CM_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libGLESv2.so.2 -> /run/host/usr/lib/i386-linux-gnu/libGLESv2.so.2.1.0", | |
"overrides/lib/i386-linux-gnu/libGLESv2_nvidia.so.2 -> /run/host/usr/lib/i386-linux-gnu/libGLESv2_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libGLX.so.0 -> /run/host/usr/lib/i386-linux-gnu/libGLX.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libGLX_indirect.so.0 -> /run/host/usr/lib/i386-linux-gnu/libGLX_mesa.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libGLX_mesa.so.0 -> /run/host/usr/lib/i386-linux-gnu/libGLX_mesa.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libGLX_nvidia.so.0 -> /run/host/usr/lib/i386-linux-gnu/libGLX_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libGLdispatch.so.0 -> /run/host/usr/lib/i386-linux-gnu/libGLdispatch.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libLLVM-17.so.1 -> /run/host/usr/lib/i386-linux-gnu/libLLVM-17.so.1", | |
"overrides/lib/i386-linux-gnu/libOpenCL.so.1 -> /run/host/usr/lib/i386-linux-gnu/libOpenCL.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libOpenGL.so.0 -> /run/host/usr/lib/i386-linux-gnu/libOpenGL.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libVkLayer_INTEL_nullhw.so -> /run/host/usr/lib/i386-linux-gnu/libVkLayer_INTEL_nullhw.so", | |
"overrides/lib/i386-linux-gnu/libVkLayer_MESA_device_select.so -> /run/host/usr/lib/i386-linux-gnu/libVkLayer_MESA_device_select.so", | |
"overrides/lib/i386-linux-gnu/libVkLayer_MESA_overlay.so -> /run/host/usr/lib/i386-linux-gnu/libVkLayer_MESA_overlay.so", | |
"overrides/lib/i386-linux-gnu/libX11-xcb.so.1 -> /run/host/usr/lib/i386-linux-gnu/libX11-xcb.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libX11.so.6 -> /run/host/usr/lib/i386-linux-gnu/libX11.so.6.4.0", | |
"overrides/lib/i386-linux-gnu/libXau.so.6 -> /run/host/usr/lib/i386-linux-gnu/libXau.so.6.0.0", | |
"overrides/lib/i386-linux-gnu/libXdmcp.so.6 -> /run/host/usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0", | |
"overrides/lib/i386-linux-gnu/libXext.so.6 -> /run/host/usr/lib/i386-linux-gnu/libXext.so.6.4.0", | |
"overrides/lib/i386-linux-gnu/libXfixes.so.3 -> /run/host/usr/lib/i386-linux-gnu/libXfixes.so.3.1.0", | |
"overrides/lib/i386-linux-gnu/libXxf86vm.so.1 -> /run/host/usr/lib/i386-linux-gnu/libXxf86vm.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libanl.so.1 -> /run/host/usr/lib/i386-linux-gnu/libanl.so.1", | |
"overrides/lib/i386-linux-gnu/libatomic.so.1 -> /run/host/usr/lib/i386-linux-gnu/libatomic.so.1.2.0", | |
"overrides/lib/i386-linux-gnu/libbsd.so.0 -> /run/host/usr/lib/i386-linux-gnu/libbsd.so.0.11.7", | |
"overrides/lib/i386-linux-gnu/libc.so.6 -> /run/host/usr/lib/i386-linux-gnu/libc.so.6", | |
"overrides/lib/i386-linux-gnu/libcap.so.2 -> /run/host/usr/lib/i386-linux-gnu/libcap.so.2.66", | |
"overrides/lib/i386-linux-gnu/libcuda.so.1 -> /run/host/usr/lib/i386-linux-gnu/libcuda.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libdl.so.2 -> /run/host/usr/lib/i386-linux-gnu/libdl.so.2", | |
"overrides/lib/i386-linux-gnu/libdrm.so.2 -> /run/host/usr/lib/i386-linux-gnu/libdrm.so.2.4.0", | |
"overrides/lib/i386-linux-gnu/libdrm_amdgpu.so.1 -> /run/host/usr/lib/i386-linux-gnu/libdrm_amdgpu.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libdrm_intel.so.1 -> /run/host/usr/lib/i386-linux-gnu/libdrm_intel.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libdrm_nouveau.so.2 -> /run/host/usr/lib/i386-linux-gnu/libdrm_nouveau.so.2.0.0", | |
"overrides/lib/i386-linux-gnu/libdrm_radeon.so.1 -> /run/host/usr/lib/i386-linux-gnu/libdrm_radeon.so.1.0.1", | |
"overrides/lib/i386-linux-gnu/libedit.so.2 -> /run/host/usr/lib/i386-linux-gnu/libedit.so.2.0.70", | |
"overrides/lib/i386-linux-gnu/libelf.so.1 -> /run/host/usr/lib/i386-linux-gnu/libelf-0.189.so", | |
"overrides/lib/i386-linux-gnu/libexpat.so.1 -> /run/host/usr/lib/i386-linux-gnu/libexpat.so.1.8.10", | |
"overrides/lib/i386-linux-gnu/libffi.so.8 -> /run/host/usr/lib/i386-linux-gnu/libffi.so.8.1.2", | |
"overrides/lib/i386-linux-gnu/libgbm.so.1 -> /run/host/usr/lib/i386-linux-gnu/libgbm.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libgcc_s.so.1 -> /run/host/usr/lib/i386-linux-gnu/libgcc_s.so.1", | |
"overrides/lib/i386-linux-gnu/libglapi.so.0 -> /run/host/usr/lib/i386-linux-gnu/libglapi.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libicudata.so.72 -> /run/host/usr/lib/i386-linux-gnu/libicudata.so.72.1", | |
"overrides/lib/i386-linux-gnu/libicuuc.so.72 -> /run/host/usr/lib/i386-linux-gnu/libicuuc.so.72.1", | |
"overrides/lib/i386-linux-gnu/libidn2.so.0 -> /run/host/usr/lib/i386-linux-gnu/libidn2.so.0.3.8", | |
"overrides/lib/i386-linux-gnu/liblzma.so.5 -> /run/host/usr/lib/i386-linux-gnu/liblzma.so.5.4.1", | |
"overrides/lib/i386-linux-gnu/libm.so.6 -> /run/host/usr/lib/i386-linux-gnu/libm.so.6", | |
"overrides/lib/i386-linux-gnu/libmd.so.0 -> /run/host/usr/lib/i386-linux-gnu/libmd.so.0.1.0", | |
"overrides/lib/i386-linux-gnu/libmemusage.so -> /run/host/usr/lib/i386-linux-gnu/libmemusage.so", | |
"overrides/lib/i386-linux-gnu/libnsl.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnsl.so.1", | |
"overrides/lib/i386-linux-gnu/libnss_compat.so.2 -> /run/host/usr/lib/i386-linux-gnu/libnss_compat.so.2", | |
"overrides/lib/i386-linux-gnu/libnss_dns.so.2 -> /run/host/usr/lib/i386-linux-gnu/libnss_dns.so.2", | |
"overrides/lib/i386-linux-gnu/libnss_files.so.2 -> /run/host/usr/lib/i386-linux-gnu/libnss_files.so.2", | |
"overrides/lib/i386-linux-gnu/libnvcuvid.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvcuvid.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-eglcore.so.535.129.03 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-eglcore.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-encode.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-encode.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-fbc.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-fbc.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-glcore.so.535.129.03 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-glcore.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-glsi.so.535.129.03 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-glsi.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-glvkspirv.so.535.129.03 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-glvkspirv.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-ml.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-ml.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-nvvm.so.4 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-nvvm.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-opencl.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-opencl.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-opticalflow.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-opticalflow.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-ptxjitcompiler.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-ptxjitcompiler.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-tls.so.535.129.03 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-tls.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libpciaccess.so.0 -> /run/host/usr/lib/i386-linux-gnu/libpciaccess.so.0.11.1", | |
"overrides/lib/i386-linux-gnu/libpcprofile.so -> /run/host/usr/lib/i386-linux-gnu/libpcprofile.so", | |
"overrides/lib/i386-linux-gnu/libpthread.so.0 -> /run/host/usr/lib/i386-linux-gnu/libpthread.so.0", | |
"overrides/lib/i386-linux-gnu/libresolv.so.2 -> /run/host/usr/lib/i386-linux-gnu/libresolv.so.2", | |
"overrides/lib/i386-linux-gnu/librt.so.1 -> /run/host/usr/lib/i386-linux-gnu/librt.so.1", | |
"overrides/lib/i386-linux-gnu/libsensors.so.5 -> /run/host/usr/lib/i386-linux-gnu/libsensors.so.5.0.0", | |
"overrides/lib/i386-linux-gnu/libstdc++.so.6 -> /run/host/usr/lib/i386-linux-gnu/libstdc++.so.6.0.32", | |
"overrides/lib/i386-linux-gnu/libthread_db.so.1 -> /run/host/usr/lib/i386-linux-gnu/libthread_db.so.1", | |
"overrides/lib/i386-linux-gnu/libtinfo.so.6 -> /run/host/usr/lib/i386-linux-gnu/libtinfo.so.6.4", | |
"overrides/lib/i386-linux-gnu/libudev.so.1 -> /run/host/usr/lib/i386-linux-gnu/libudev.so.1.7.6", | |
"overrides/lib/i386-linux-gnu/libunistring.so.2 -> /run/host/usr/lib/i386-linux-gnu/libunistring.so.2.2.0", | |
"overrides/lib/i386-linux-gnu/libutil.so.1 -> /run/host/usr/lib/i386-linux-gnu/libutil.so.1", | |
"overrides/lib/i386-linux-gnu/libva-drm.so.2 -> /run/host/usr/lib/i386-linux-gnu/libva-drm.so.2.2000.0", | |
"overrides/lib/i386-linux-gnu/libva-glx.so.2 -> /run/host/usr/lib/i386-linux-gnu/libva-glx.so.2.2000.0", | |
"overrides/lib/i386-linux-gnu/libva-x11.so.2 -> /run/host/usr/lib/i386-linux-gnu/libva-x11.so.2.2000.0", | |
"overrides/lib/i386-linux-gnu/libva.so.2 -> /run/host/usr/lib/i386-linux-gnu/libva.so.2.2000.0", | |
"overrides/lib/i386-linux-gnu/libvdpau.so.1 -> /run/host/usr/lib/i386-linux-gnu/libvdpau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libvulkan.so.1 -> /run/host/usr/lib/i386-linux-gnu/libvulkan.so.1.3.268", | |
"overrides/lib/i386-linux-gnu/libwayland-client.so.0 -> /run/host/usr/lib/i386-linux-gnu/libwayland-client.so.0.22.0", | |
"overrides/lib/i386-linux-gnu/libwayland-server.so.0 -> /run/host/usr/lib/i386-linux-gnu/libwayland-server.so.0.22.0", | |
"overrides/lib/i386-linux-gnu/libxcb-dri2.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-dri2.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb-dri3.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-dri3.so.0.1.0", | |
"overrides/lib/i386-linux-gnu/libxcb-glx.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-glx.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb-present.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-present.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb-randr.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-randr.so.0.1.0", | |
"overrides/lib/i386-linux-gnu/libxcb-shm.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-shm.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb-sync.so.1 -> /run/host/usr/lib/i386-linux-gnu/libxcb-sync.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb-xfixes.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-xfixes.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb.so.1 -> /run/host/usr/lib/i386-linux-gnu/libxcb.so.1.1.0", | |
"overrides/lib/i386-linux-gnu/libxml2.so.2 -> /run/host/usr/lib/i386-linux-gnu/libxml2.so.2.9.14", | |
"overrides/lib/i386-linux-gnu/libxshmfence.so.1 -> /run/host/usr/lib/i386-linux-gnu/libxshmfence.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libz.so.1 -> /run/host/usr/lib/i386-linux-gnu/libz.so.1.2.13", | |
"overrides/lib/i386-linux-gnu/libzstd.so.1 -> /run/host/usr/lib/i386-linux-gnu/libzstd.so.1.5.5", | |
"overrides/lib/i386-linux-gnu/vdpau/", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_r600.so -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_r600.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_radeonsi.so -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_radeonsi.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_trace.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_trace.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_virtio_gpu.so -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_virtio_gpu.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vulkan/", | |
"overrides/lib/i386-linux-gnu/vulkan/00/", | |
"overrides/lib/i386-linux-gnu/vulkan/01/", | |
"overrides/lib/i386-linux-gnu/vulkan/01/libvulkan_intel_hasvk.so -> /run/host/usr/lib/i386-linux-gnu/libvulkan_intel_hasvk.so", | |
"overrides/lib/i386-linux-gnu/vulkan/02/", | |
"overrides/lib/i386-linux-gnu/vulkan/03/", | |
"overrides/lib/i386-linux-gnu/vulkan/03/libvulkan_intel.so -> /run/host/usr/lib/i386-linux-gnu/libvulkan_intel.so", | |
"overrides/lib/i386-linux-gnu/vulkan/04/", | |
"overrides/lib/i386-linux-gnu/vulkan/05/", | |
"overrides/lib/i386-linux-gnu/vulkan/05/libvulkan_lvp.so -> /run/host/usr/lib/i386-linux-gnu/libvulkan_lvp.so", | |
"overrides/lib/i386-linux-gnu/vulkan/06/", | |
"overrides/lib/i386-linux-gnu/vulkan/07/", | |
"overrides/lib/i386-linux-gnu/vulkan/07/libvulkan_radeon.so -> /run/host/usr/lib/i386-linux-gnu/libvulkan_radeon.so", | |
"overrides/lib/i386-linux-gnu/vulkan/08/", | |
"overrides/lib/i386-linux-gnu/vulkan/09/", | |
"overrides/lib/i386-linux-gnu/vulkan/09/libvulkan_virtio.so -> /run/host/usr/lib/i386-linux-gnu/libvulkan_virtio.so", | |
"overrides/lib/i386-linux-gnu/vulkan/10/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/00/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/00/libVkLayer_steam_fossilize.so -> $HOME/.local/share/Steam/ubuntu12_32/libVkLayer_steam_fossilize.so", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/01/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/02/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/02/steamoverlayvulkanlayer.so -> $HOME/.local/share/Steam/ubuntu12_32/steamoverlayvulkanlayer.so", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/03/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/04/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/04/libMangoHud.so -> /run/host/usr/lib/i386-linux-gnu/mangohud/libMangoHud.so", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/05/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/07/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/08/", | |
"overrides/lib/platform-haswell -> x86_64-linux-gnu", | |
"overrides/lib/platform-i386 -> i386-linux-gnu", | |
"overrides/lib/platform-i486 -> i386-linux-gnu", | |
"overrides/lib/platform-i586 -> i386-linux-gnu", | |
"overrides/lib/platform-i686 -> i386-linux-gnu", | |
"overrides/lib/platform-x86_64 -> x86_64-linux-gnu", | |
"overrides/lib/platform-xeon_phi -> x86_64-linux-gnu", | |
"overrides/lib/x86_64-linux-gnu/", | |
"overrides/lib/x86_64-linux-gnu/aliases/", | |
"overrides/lib/x86_64-linux-gnu/aliases/libOSMesa.so.6 -> /usr/lib/x86_64-linux-gnu/libOSMesa.so.8", | |
"overrides/lib/x86_64-linux-gnu/aliases/libXaw7.so.7 -> /usr/lib/x86_64-linux-gnu/libXaw.so.7", | |
"overrides/lib/x86_64-linux-gnu/aliases/libbz2.so.1 -> /usr/lib/x86_64-linux-gnu/libbz2.so.1.0", | |
"overrides/lib/x86_64-linux-gnu/aliases/libcurl-gnutls.so.3 -> /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4", | |
"overrides/lib/x86_64-linux-gnu/dri/", | |
"overrides/lib/x86_64-linux-gnu/dri/crocus_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/d3d12_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"overrides/lib/x86_64-linux-gnu/dri/i915_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/i965_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/i965_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/iris_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/nouveau_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"overrides/lib/x86_64-linux-gnu/dri/nouveau_vieux_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/i965_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/r200_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/i965_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/r300_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/r600_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/r600_drv_video.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"overrides/lib/x86_64-linux-gnu/dri/radeon_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/i965_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/radeonsi_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"overrides/lib/x86_64-linux-gnu/dri/swrast_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/virtio_gpu_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/virtio_gpu_drv_video.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"overrides/lib/x86_64-linux-gnu/dri/vmwgfx_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/zink_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/libBrokenLocale.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libBrokenLocale.so.1", | |
"overrides/lib/x86_64-linux-gnu/libEGL.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libEGL.so.1.1.0", | |
"overrides/lib/x86_64-linux-gnu/libEGL_mesa.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libEGL_nvidia.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libEGL_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libGL.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libGL.so.1.7.0", | |
"overrides/lib/x86_64-linux-gnu/libGLESv1_CM.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1.2.0", | |
"overrides/lib/x86_64-linux-gnu/libGLESv1_CM_nvidia.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libGLESv1_CM_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libGLESv2.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libGLESv2.so.2.1.0", | |
"overrides/lib/x86_64-linux-gnu/libGLESv2_nvidia.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libGLESv2_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libGLX.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libGLX_indirect.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libGLX_mesa.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libGLX_nvidia.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libGLdispatch.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libLLVM-17.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libLLVM-17.so.1", | |
"overrides/lib/x86_64-linux-gnu/libOpenCL.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libOpenGL.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libOpenGL.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libVkLayer_INTEL_nullhw.so -> /run/host/usr/lib/x86_64-linux-gnu/libVkLayer_INTEL_nullhw.so", | |
"overrides/lib/x86_64-linux-gnu/libVkLayer_MESA_device_select.so -> /run/host/usr/lib/x86_64-linux-gnu/libVkLayer_MESA_device_select.so", | |
"overrides/lib/x86_64-linux-gnu/libVkLayer_MESA_overlay.so -> /run/host/usr/lib/x86_64-linux-gnu/libVkLayer_MESA_overlay.so", | |
"overrides/lib/x86_64-linux-gnu/libX11-xcb.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libX11.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libX11.so.6.4.0", | |
"overrides/lib/x86_64-linux-gnu/libXNVCtrl.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libXNVCtrl.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libXau.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libXau.so.6.0.0", | |
"overrides/lib/x86_64-linux-gnu/libXdmcp.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0", | |
"overrides/lib/x86_64-linux-gnu/libXext.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libXext.so.6.4.0", | |
"overrides/lib/x86_64-linux-gnu/libXfixes.so.3 -> /run/host/usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0", | |
"overrides/lib/x86_64-linux-gnu/libXxf86vm.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libanl.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libanl.so.1", | |
"overrides/lib/x86_64-linux-gnu/libbsd.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libbsd.so.0.11.7", | |
"overrides/lib/x86_64-linux-gnu/libc.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libc.so.6", | |
"overrides/lib/x86_64-linux-gnu/libcap.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libcap.so.2.66", | |
"overrides/lib/x86_64-linux-gnu/libcrypto.so.3 -> /run/host/usr/lib/x86_64-linux-gnu/libcrypto.so.3", | |
"overrides/lib/x86_64-linux-gnu/libcuda.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libcuda.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libcudadebugger.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libcudadebugger.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libdl.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libdl.so.2", | |
"overrides/lib/x86_64-linux-gnu/libdrm.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0", | |
"overrides/lib/x86_64-linux-gnu/libdrm_amdgpu.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libdrm_amdgpu.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libdrm_intel.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0", | |
"overrides/lib/x86_64-linux-gnu/libdrm_radeon.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1.0.1", | |
"overrides/lib/x86_64-linux-gnu/libedit.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libedit.so.2.0.70", | |
"overrides/lib/x86_64-linux-gnu/libelf.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libelf-0.189.so", | |
"overrides/lib/x86_64-linux-gnu/libexpat.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libexpat.so.1.8.10", | |
"overrides/lib/x86_64-linux-gnu/libffi.so.8 -> /run/host/usr/lib/x86_64-linux-gnu/libffi.so.8.1.2", | |
"overrides/lib/x86_64-linux-gnu/libgbm.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libgcc_s.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libgcc_s.so.1", | |
"overrides/lib/x86_64-linux-gnu/libglapi.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libicudata.so.72 -> /run/host/usr/lib/x86_64-linux-gnu/libicudata.so.72.1", | |
"overrides/lib/x86_64-linux-gnu/libicuuc.so.72 -> /run/host/usr/lib/x86_64-linux-gnu/libicuuc.so.72.1", | |
"overrides/lib/x86_64-linux-gnu/libidn2.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libidn2.so.0.3.8", | |
"overrides/lib/x86_64-linux-gnu/liblzma.so.5 -> /run/host/usr/lib/x86_64-linux-gnu/liblzma.so.5.4.1", | |
"overrides/lib/x86_64-linux-gnu/libm.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libm.so.6", | |
"overrides/lib/x86_64-linux-gnu/libmd.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libmd.so.0.1.0", | |
"overrides/lib/x86_64-linux-gnu/libmemusage.so -> /run/host/usr/lib/x86_64-linux-gnu/libmemusage.so", | |
"overrides/lib/x86_64-linux-gnu/libmvec.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libmvec.so.1", | |
"overrides/lib/x86_64-linux-gnu/libnsl.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnsl.so.1", | |
"overrides/lib/x86_64-linux-gnu/libnss_compat.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libnss_compat.so.2", | |
"overrides/lib/x86_64-linux-gnu/libnss_dns.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libnss_dns.so.2", | |
"overrides/lib/x86_64-linux-gnu/libnss_files.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libnss_files.so.2", | |
"overrides/lib/x86_64-linux-gnu/libnvcuvid.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvcuvid.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-allocator.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-allocator.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-api.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-api.so.1", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-cfg.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-cfg.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-egl-gbm.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-egl-gbm.so.1.1.0", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-egl-wayland.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-egl-wayland.so.1.1.13", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-eglcore.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-eglcore.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-encode.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-encode.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-fbc.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-fbc.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-glcore.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-glsi.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-ml.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-ngx.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-ngx.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-nvvm.so.4 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-nvvm.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-opencl.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-opticalflow.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-opticalflow.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-pkcs11-openssl3.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-pkcs11-openssl3.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-rtcore.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-rtcore.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-tls.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-tls.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-vulkan-producer.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-vulkan-producer.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvoptix.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvoptix.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libpciaccess.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libpciaccess.so.0.11.1", | |
"overrides/lib/x86_64-linux-gnu/libpcprofile.so -> /run/host/usr/lib/x86_64-linux-gnu/libpcprofile.so", | |
"overrides/lib/x86_64-linux-gnu/libpthread.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libpthread.so.0", | |
"overrides/lib/x86_64-linux-gnu/libresolv.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libresolv.so.2", | |
"overrides/lib/x86_64-linux-gnu/librt.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/librt.so.1", | |
"overrides/lib/x86_64-linux-gnu/libsensors.so.5 -> /run/host/usr/lib/x86_64-linux-gnu/libsensors.so.5.0.0", | |
"overrides/lib/x86_64-linux-gnu/libstdc++.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.32", | |
"overrides/lib/x86_64-linux-gnu/libthread_db.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libthread_db.so.1", | |
"overrides/lib/x86_64-linux-gnu/libtinfo.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libtinfo.so.6.4", | |
"overrides/lib/x86_64-linux-gnu/libudev.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libudev.so.1.7.6", | |
"overrides/lib/x86_64-linux-gnu/libunistring.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libunistring.so.2.2.0", | |
"overrides/lib/x86_64-linux-gnu/libutil.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libutil.so.1", | |
"overrides/lib/x86_64-linux-gnu/libva-drm.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libva-drm.so.2.2000.0", | |
"overrides/lib/x86_64-linux-gnu/libva-glx.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libva-glx.so.2.2000.0", | |
"overrides/lib/x86_64-linux-gnu/libva-x11.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libva-x11.so.2.2000.0", | |
"overrides/lib/x86_64-linux-gnu/libva.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libva.so.2.2000.0", | |
"overrides/lib/x86_64-linux-gnu/libvdpau.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libvdpau.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libvulkan.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan.so.1.3.268", | |
"overrides/lib/x86_64-linux-gnu/libwayland-client.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libwayland-client.so.0.22.0", | |
"overrides/lib/x86_64-linux-gnu/libwayland-server.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libwayland-server.so.0.22.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-dri2.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-dri3.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.1.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-glx.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-present.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-randr.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-randr.so.0.1.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-shm.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-sync.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-xfixes.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0", | |
"overrides/lib/x86_64-linux-gnu/libxml2.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libxml2.so.2.9.14", | |
"overrides/lib/x86_64-linux-gnu/libxshmfence.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libz.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libz.so.1.2.13", | |
"overrides/lib/x86_64-linux-gnu/libzstd.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libzstd.so.1.5.5", | |
"overrides/lib/x86_64-linux-gnu/vdpau/", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_r600.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_r600.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_radeonsi.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_radeonsi.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_trace.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_trace.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_virtio_gpu.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_virtio_gpu.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vulkan/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/00/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/00/libvulkan_dzn.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_dzn.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan/01/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/02/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/02/libvulkan_intel_hasvk.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_intel_hasvk.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan/03/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/04/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/04/libvulkan_intel.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_intel.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan/05/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/06/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/06/libvulkan_lvp.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_lvp.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan/07/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/08/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/08/libvulkan_radeon.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_radeon.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan/09/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/10/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/10/libvulkan_virtio.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_virtio.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/00/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/01/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/01/libVkLayer_steam_fossilize.so -> $HOME/.local/share/Steam/ubuntu12_64/libVkLayer_steam_fossilize.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/02/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/03/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/03/steamoverlayvulkanlayer.so -> $HOME/.local/share/Steam/ubuntu12_64/steamoverlayvulkanlayer.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/04/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/05/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/05/libMangoHud.so -> /run/host/usr/lib/x86_64-linux-gnu/mangohud/libMangoHud.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/07/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/08/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/10/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/10/libvkbasalt.so -> /run/host/usr/lib/x86_64-linux-gnu/vkbasalt/libvkbasalt.so", | |
"overrides/share/", | |
"overrides/share/egl/", | |
"overrides/share/egl/egl_external_platform.d/", | |
"overrides/share/egl/egl_external_platform.d/10_nvidia_wayland.json -> /run/host/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json", | |
"overrides/share/egl/egl_external_platform.d/15_nvidia_gbm.json -> /run/host/usr/share/egl/egl_external_platform.d/15_nvidia_gbm.json", | |
"overrides/share/glvnd/", | |
"overrides/share/glvnd/egl_vendor.d/", | |
"overrides/share/glvnd/egl_vendor.d/10_nvidia.json -> /run/host/usr/share/glvnd/egl_vendor.d/10_nvidia.json", | |
"overrides/share/glvnd/egl_vendor.d/50_mesa.json -> /run/host/usr/share/glvnd/egl_vendor.d/50_mesa.json", | |
"overrides/share/vulkan/", | |
"overrides/share/vulkan/explicit_layer.d/", | |
"overrides/share/vulkan/explicit_layer.d/0.json -> /run/host/usr/share/vulkan/explicit_layer.d/VkLayer_INTEL_nullhw.json", | |
"overrides/share/vulkan/explicit_layer.d/1.json -> /run/host/usr/share/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json", | |
"overrides/share/vulkan/icd.d/", | |
"overrides/share/vulkan/icd.d/dzn_icd.x86_64.json", | |
"overrides/share/vulkan/icd.d/intel_hasvk_icd.i686.json", | |
"overrides/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json", | |
"overrides/share/vulkan/icd.d/intel_icd.i686.json", | |
"overrides/share/vulkan/icd.d/intel_icd.x86_64.json", | |
"overrides/share/vulkan/icd.d/lvp_icd.i686.json", | |
"overrides/share/vulkan/icd.d/lvp_icd.x86_64.json", | |
"overrides/share/vulkan/icd.d/nvidia_icd.json -> /run/host/usr/share/vulkan/icd.d/nvidia_icd.json", | |
"overrides/share/vulkan/icd.d/radeon_icd.i686.json", | |
"overrides/share/vulkan/icd.d/radeon_icd.x86_64.json", | |
"overrides/share/vulkan/icd.d/virtio_icd.i686.json", | |
"overrides/share/vulkan/icd.d/virtio_icd.x86_64.json", | |
"overrides/share/vulkan/implicit_layer.d/", | |
"overrides/share/vulkan/implicit_layer.d/00-i386-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/01-x86_64-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/02-i386-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/03-x86_64-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/04-i386-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/05-x86_64-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/06.json -> /run/host/usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json", | |
"overrides/share/vulkan/implicit_layer.d/09.json -> /run/host/usr/share/vulkan/implicit_layer.d/nvidia_layers.json", | |
"overrides/share/vulkan/implicit_layer.d/10-x86_64-linux-gnu.json" | |
] | |
}, | |
"pinned_libs_32" : { | |
"list" : [ | |
"pinned_libs_32/libcurl.so.3 -> $HOME/.steam/root/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libcurl.so.4", | |
"pinned_libs_32/libcurl.so.4 -> $HOME/.steam/root/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/libcurl.so.4" | |
] | |
}, | |
"pinned_libs_64" : { | |
"list" : [ | |
"pinned_libs_64/libcurl.so.3 -> $HOME/.steam/root/ubuntu12_32/steam-runtime/usr/lib/x86_64-linux-gnu/libcurl.so.4", | |
"pinned_libs_64/libcurl.so.4 -> $HOME/.steam/root/ubuntu12_32/steam-runtime/usr/lib/x86_64-linux-gnu/libcurl.so.4" | |
] | |
} | |
}, | |
"os-release" : { | |
"id" : "steamrt", | |
"id_like" : [ | |
"debian" | |
], | |
"name" : "Steam Runtime", | |
"pretty_name" : "Steam Runtime 2 (soldier)", | |
"version_id" : "2", | |
"version_codename" : "soldier", | |
"build_id" : "0.20231107.66294", | |
"variant_id" : "com.valvesoftware.steamruntime.platform-amd64_i386-soldier", | |
"variant" : "Platform", | |
"source_path" : "/etc/os-release", | |
"source_path_resolved" : "/usr/lib/os-release" | |
}, | |
"virtualization" : { | |
"type" : "none" | |
}, | |
"container" : { | |
"type" : "pressure-vessel", | |
"host" : { | |
"path" : "/run/host", | |
"os-release" : { | |
"id" : "pika", | |
"id_like" : [ | |
"ubuntu", | |
"debian" | |
], | |
"name" : "PikaOS", | |
"pretty_name" : "PikaOS Linux 3", | |
"version_id" : "3", | |
"version_codename" : "devel", | |
"source_path" : "/etc/os-release", | |
"source_path_resolved" : "/usr/lib/os-release" | |
} | |
} | |
}, | |
"driver_environment" : [ | |
"DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1=1", | |
"LD_LIBRARY_PATH=/mnt/data/__steam_lib_2/steamapps/common/SteamLinuxRuntime/var/steam-runtime/pinned_libs_32:/mnt/data/__steam_lib_2/steamapps/common/SteamLinuxRuntime/var/steam-runtime/pinned_libs_64:/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/aliases:/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/aliases:/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu:/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu:/lib/i386-linux-gnu:/usr/local/lib:/lib/x86_64-linux-gnu:/lib:/mnt/data/__steam_lib_2/steamapps/common/SteamLinuxRuntime/var/steam-runtime/lib/i386-linux-gnu:/mnt/data/__steam_lib_2/steamapps/common/SteamLinuxRuntime/var/steam-runtime/usr/lib/i386-linux-gnu:/mnt/data/__steam_lib_2/steamapps/common/SteamLinuxRuntime/var/steam-runtime/lib/x86_64-linux-gnu:/mnt/data/__steam_lib_2/steamapps/common/SteamLinuxRuntime/var/steam-runtime/usr/lib/x86_64-linux-gnu:/mnt/data/__steam_lib_2/steamapps/common/SteamLinuxRuntime/var/steam-runtime/lib:/mnt/data/__steam_lib_2/steamapps/common/SteamLinuxRuntime/var/steam-runtime/usr/lib", | |
"PULSE_CLIENTCONFIG=/run/pressure-vessel/pulse/config", | |
"PULSE_SERVER=unix:/run/pressure-vessel/pulse/native", | |
"SDL_GAMECONTROLLERCONFIG=03000000de280000ff11000001000000,Steam Virtual Gamepad,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,\n03000000de280000fc11000001000000,Steam Controller,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,\n03000000632500002605000010010000,SHANWAN Android Gamepad,a:b0,b:b1,x:b3,y:b4,back:b10,guide:b12,start:b11,leftstick:b13,rightstick:b14,leftshoulder:b6,rightshoulder:b7,dpup:h0.1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:a5,righttrigger:a4,crc:0ecc,platform:Linux,", | |
"VK_DRIVER_FILES=/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/dzn_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/nvidia_icd.json", | |
"VK_ICD_FILENAMES=/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/dzn_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/nvidia_icd.json", | |
"XDG_RUNTIME_DIR=/run/user/1001", | |
"__EGL_EXTERNAL_PLATFORM_CONFIG_FILENAMES=/usr/lib/pressure-vessel/overrides/share/egl/egl_external_platform.d/10_nvidia_wayland.json:/usr/lib/pressure-vessel/overrides/share/egl/egl_external_platform.d/15_nvidia_gbm.json", | |
"__EGL_VENDOR_LIBRARY_FILENAMES=/usr/lib/pressure-vessel/overrides/share/glvnd/egl_vendor.d/10_nvidia.json:/usr/lib/pressure-vessel/overrides/share/glvnd/egl_vendor.d/50_mesa.json" | |
], | |
"architectures" : { | |
"i386-linux-gnu" : { | |
"can-run" : true, | |
"libdl-LIB" : "lib/i386-linux-gnu", | |
"libdl-PLATFORM" : "i686", | |
"runtime-linker" : { | |
"path" : "/lib/ld-linux.so.2", | |
"resolved" : "/run/host/usr/lib/i386-linux-gnu/ld-linux.so.2" | |
}, | |
"library-issues-summary" : [ | |
], | |
"graphics-details" : { | |
"x11/vulkan" : { | |
"renderer" : "Intel(R) UHD Graphics (CML GT2)", | |
"version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"devices" : [ | |
{ | |
"name" : "Intel(R) UHD Graphics (CML GT2)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 6, | |
"driver-name" : "Intel open-source Mesa driver", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"vendor-id" : "0x8086", | |
"device-id" : "0x9bc4", | |
"type" : "integrated-gpu" | |
}, | |
{ | |
"name" : "NVIDIA GeForce GTX 1650", | |
"api-version" : "1.3.242", | |
"vulkan-driver-id" : 4, | |
"driver-name" : "NVIDIA", | |
"driver-version" : "535.129.03", | |
"vendor-id" : "0x10de", | |
"device-id" : "0x1f99", | |
"type" : "discrete-gpu" | |
}, | |
{ | |
"name" : "llvmpipe (LLVM 17.0.2, 256 bits)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 13, | |
"driver-name" : "llvmpipe", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1) (LLVM 17.0.2)", | |
"vendor-id" : "0x10005", | |
"device-id" : "0", | |
"type" : "cpu", | |
"issues" : [ | |
"software-rendering" | |
] | |
} | |
] | |
}, | |
"x11/vdpau" : { | |
"messages" : [ | |
"Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory", | |
"vdp_device_create_x11 (display, screen, &device, &vdp_get_proc_address) failed: 1" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"x11/vaapi" : { | |
"messages" : [ | |
"libva info: VA-API version 1.20.0", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/iHD_drv_video.so", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/iHD_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/i965_drv_video.so", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/i965_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"vaInitialize (va_display, &major_version, &minor_version) failed: unknown libva error (-1)" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"glx/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/glesv2" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "OpenGL ES 3.2 Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
} | |
}, | |
"dri_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/crocus_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/i915_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/iris_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/kms_swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/nouveau_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/r300_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/r600_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/radeonsi_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/virtio_gpu_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/vmwgfx_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/zink_dri.so" | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/i915_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/iris_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/kms_swrast_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/nouveau_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/r300_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/r600_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/radeonsi_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/swrast_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/virtio_gpu_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/vmwgfx_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/zink_dri.so", | |
"is_extra" : true | |
} | |
], | |
"va-api_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/r600_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/radeonsi_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/virtio_gpu_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/r600_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/radeonsi_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/virtio_gpu_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/home/gamer/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu/dri/dummy_drv_video.so", | |
"version" : "libva1", | |
"is_extra" : true | |
} | |
], | |
"vdpau_drivers" : [ | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so", | |
"library_link" : "libvdpau_nouveau.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1", | |
"library_link" : "libvdpau_nouveau.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so", | |
"library_link" : "libvdpau_nvidia.so.535.129.03", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so.1", | |
"library_link" : "libvdpau_nvidia.so.535.129.03", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_r600.so", | |
"library_link" : "libvdpau_r600.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_r600.so.1", | |
"library_link" : "libvdpau_r600.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_radeonsi.so", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_radeonsi.so.1", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_trace.so.1", | |
"library_link" : "libvdpau_trace.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_virtio_gpu.so", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_virtio_gpu.so.1", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0", | |
"is_extra" : true | |
} | |
], | |
"glx_drivers" : [ | |
{ | |
"library_soname" : "libGLX_indirect.so.0", | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_mesa.so.0", | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_nvidia.so.0", | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/libGLX_nvidia.so.535.129.03" | |
} | |
] | |
}, | |
"x86_64-linux-gnu" : { | |
"can-run" : true, | |
"libdl-LIB" : "lib/x86_64-linux-gnu", | |
"libdl-PLATFORM" : "haswell", | |
"runtime-linker" : { | |
"path" : "/lib64/ld-linux-x86-64.so.2", | |
"resolved" : "/run/host/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" | |
}, | |
"library-issues-summary" : [ | |
], | |
"graphics-details" : { | |
"x11/vulkan" : { | |
"renderer" : "Intel(R) UHD Graphics (CML GT2)", | |
"version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"devices" : [ | |
{ | |
"name" : "Intel(R) UHD Graphics (CML GT2)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 6, | |
"driver-name" : "Intel open-source Mesa driver", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"vendor-id" : "0x8086", | |
"device-id" : "0x9bc4", | |
"type" : "integrated-gpu" | |
}, | |
{ | |
"name" : "NVIDIA GeForce GTX 1650", | |
"api-version" : "1.3.242", | |
"vulkan-driver-id" : 4, | |
"driver-name" : "NVIDIA", | |
"driver-version" : "535.129.03", | |
"vendor-id" : "0x10de", | |
"device-id" : "0x1f99", | |
"type" : "discrete-gpu" | |
}, | |
{ | |
"name" : "llvmpipe (LLVM 17.0.2, 256 bits)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 13, | |
"driver-name" : "llvmpipe", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1) (LLVM 17.0.2)", | |
"vendor-id" : "0x10005", | |
"device-id" : "0", | |
"type" : "cpu", | |
"issues" : [ | |
"software-rendering" | |
] | |
} | |
] | |
}, | |
"x11/vdpau" : { | |
"messages" : [ | |
"Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory", | |
"vdp_device_create_x11 (display, screen, &device, &vdp_get_proc_address) failed: 1" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"x11/vaapi" : { | |
"messages" : [ | |
"libva info: VA-API version 1.20.0", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/iHD_drv_video.so", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/iHD_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/i965_drv_video.so", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/i965_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"vaInitialize (va_display, &major_version, &minor_version) failed: unknown libva error (-1)" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"glx/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/glesv2" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "OpenGL ES 3.2 Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
} | |
}, | |
"dri_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/crocus_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/d3d12_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/i915_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/i965_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/iris_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/nouveau_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/nouveau_vieux_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/r200_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/r300_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/r600_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/radeon_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/radeonsi_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/virtio_gpu_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/vmwgfx_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/zink_dri.so" | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/i915_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/i965_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/iris_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/nouveau_vieux_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/r200_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/r300_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/r600_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/virtio_gpu_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/vmwgfx_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/zink_dri.so", | |
"is_extra" : true | |
} | |
], | |
"va-api_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/r600_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/virtio_gpu_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/virtio_gpu_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/home/gamer/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/x86_64-linux-gnu/dri/dummy_drv_video.so", | |
"version" : "libva1", | |
"is_extra" : true | |
} | |
], | |
"vdpau_drivers" : [ | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so", | |
"library_link" : "libvdpau_d3d12.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1", | |
"library_link" : "libvdpau_d3d12.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so", | |
"library_link" : "libvdpau_nouveau.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so.1", | |
"library_link" : "libvdpau_nouveau.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so", | |
"library_link" : "libvdpau_nvidia.so.535.129.03", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.1", | |
"library_link" : "libvdpau_nvidia.so.535.129.03", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_r600.so", | |
"library_link" : "libvdpau_r600.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_r600.so.1", | |
"library_link" : "libvdpau_r600.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_radeonsi.so", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_radeonsi.so.1", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_trace.so.1", | |
"library_link" : "libvdpau_trace.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_virtio_gpu.so", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_virtio_gpu.so.1", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0", | |
"is_extra" : true | |
} | |
], | |
"glx_drivers" : [ | |
{ | |
"library_soname" : "libGLX_indirect.so.0", | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_mesa.so.0", | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_nvidia.so.0", | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.535.129.03" | |
} | |
] | |
} | |
}, | |
"locale-issues" : [ | |
], | |
"locales" : { | |
"<default>" : { | |
"resulting-name" : "en_US.UTF-8", | |
"charset" : "UTF-8", | |
"is_utf8" : true | |
}, | |
"C" : { | |
"resulting-name" : "C", | |
"charset" : "ANSI_X3.4-1968", | |
"is_utf8" : false | |
}, | |
"C.UTF-8" : { | |
"resulting-name" : "C.UTF-8", | |
"charset" : "UTF-8", | |
"is_utf8" : true | |
}, | |
"en_US.UTF-8" : { | |
"resulting-name" : "en_US.UTF-8", | |
"charset" : "UTF-8", | |
"is_utf8" : true | |
} | |
}, | |
"egl" : { | |
"icds" : [ | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/glvnd/egl_vendor.d/10_nvidia.json", | |
"library_path" : "libEGL_nvidia.so.0", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/glvnd/egl_vendor.d/50_mesa.json", | |
"library_path" : "libEGL_mesa.so.0", | |
"issues" : [ | |
] | |
} | |
], | |
"external_platforms" : [ | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/egl/egl_external_platform.d/10_nvidia_wayland.json", | |
"library_path" : "libnvidia-egl-wayland.so.1", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/egl/egl_external_platform.d/15_nvidia_gbm.json", | |
"library_path" : "libnvidia-egl-gbm.so.1", | |
"issues" : [ | |
] | |
} | |
] | |
}, | |
"vulkan" : { | |
"icds" : [ | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/dzn_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/00/libvulkan_dzn.so", | |
"library_arch" : "64", | |
"api_version" : "1.1.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.i686.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan/01/libvulkan_intel_hasvk.so", | |
"library_arch" : "32", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/02/libvulkan_intel_hasvk.so", | |
"library_arch" : "64", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.i686.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan/03/libvulkan_intel.so", | |
"library_arch" : "32", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/04/libvulkan_intel.so", | |
"library_arch" : "64", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.i686.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan/05/libvulkan_lvp.so", | |
"library_arch" : "32", | |
"api_version" : "1.1.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/06/libvulkan_lvp.so", | |
"library_arch" : "64", | |
"api_version" : "1.1.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.i686.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan/07/libvulkan_radeon.so", | |
"library_arch" : "32", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/08/libvulkan_radeon.so", | |
"library_arch" : "64", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.i686.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan/09/libvulkan_virtio.so", | |
"library_arch" : "32", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/10/libvulkan_virtio.so", | |
"library_arch" : "64", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/nvidia_icd.json", | |
"library_path" : "libGLX_nvidia.so.0", | |
"api_version" : "1.3.242", | |
"issues" : [ | |
] | |
} | |
], | |
"explicit_layers" : [ | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/explicit_layer.d/0.json", | |
"name" : "VK_LAYER_INTEL_nullhw", | |
"description" : "INTEL NULL HW", | |
"type" : "GLOBAL", | |
"api_version" : "1.1.73", | |
"implementation_version" : "1", | |
"library_path" : "libVkLayer_INTEL_nullhw.so", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/explicit_layer.d/1.json", | |
"name" : "VK_LAYER_MESA_overlay", | |
"description" : "Mesa Overlay layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.211", | |
"implementation_version" : "1", | |
"library_path" : "libVkLayer_MESA_overlay.so", | |
"issues" : [ | |
] | |
} | |
], | |
"implicit_layers" : [ | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/00-i386-linux-gnu.json", | |
"name" : "VK_LAYER_VALVE_steam_fossilize_32", | |
"description" : "Steam Pipeline Caching Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan_imp_layer/00/libVkLayer_steam_fossilize.so", | |
"library_arch" : "32", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/01-x86_64-linux-gnu.json", | |
"name" : "VK_LAYER_VALVE_steam_fossilize_64", | |
"description" : "Steam Pipeline Caching Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/01/libVkLayer_steam_fossilize.so", | |
"library_arch" : "64", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/02-i386-linux-gnu.json", | |
"name" : "VK_LAYER_VALVE_steam_overlay_32", | |
"description" : "Steam Overlay Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan_imp_layer/02/steamoverlayvulkanlayer.so", | |
"library_arch" : "32", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/03-x86_64-linux-gnu.json", | |
"name" : "VK_LAYER_VALVE_steam_overlay_64", | |
"description" : "Steam Overlay Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/03/steamoverlayvulkanlayer.so", | |
"library_arch" : "64", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/04-i386-linux-gnu.json", | |
"name" : "VK_LAYER_MANGOHUD_overlay_x86", | |
"description" : "Vulkan Hud Overlay", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.0", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan_imp_layer/04/libMangoHud.so", | |
"library_arch" : "32", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/05-x86_64-linux-gnu.json", | |
"name" : "VK_LAYER_MANGOHUD_overlay_x86_64", | |
"description" : "Vulkan Hud Overlay", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.0", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/05/libMangoHud.so", | |
"library_arch" : "64", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/06.json", | |
"name" : "VK_LAYER_MESA_device_select", | |
"description" : "Linux device selection layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.211", | |
"implementation_version" : "1", | |
"library_path" : "libVkLayer_MESA_device_select.so", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/09.json", | |
"name" : "VK_LAYER_NV_optimus", | |
"description" : "NVIDIA Optimus layer", | |
"type" : "INSTANCE", | |
"api_version" : "1.3.242", | |
"implementation_version" : "1", | |
"library_path" : "libGLX_nvidia.so.0", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/10-x86_64-linux-gnu.json", | |
"name" : "VK_LAYER_VKBASALT_post_processing", | |
"description" : "a post processing layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.223", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/10/libvkbasalt.so", | |
"library_arch" : "64", | |
"issues" : [ | |
] | |
} | |
] | |
}, | |
"desktop-entries" : [ | |
], | |
"display" : { | |
"environment" : [ | |
"DISPLAY=:1", | |
"XDG_SESSION_CLASS=user", | |
"XDG_SESSION_DESKTOP=openbox", | |
"XDG_SESSION_TYPE=x11" | |
], | |
"wayland-session" : false, | |
"wayland-issues" : [ | |
"missing-socket" | |
], | |
"x11-type" : "native" | |
}, | |
"xdg-portals" : { | |
"details" : { | |
"interfaces" : { | |
"org.freedesktop.portal.Email" : { | |
"available" : true, | |
"version" : 4 | |
}, | |
"org.freedesktop.portal.FileChooser" : { | |
"available" : true, | |
"version" : 3 | |
}, | |
"org.freedesktop.portal.Inhibit" : { | |
"available" : true, | |
"version" : 3 | |
}, | |
"org.freedesktop.portal.OpenURI" : { | |
"available" : true, | |
"version" : 3 | |
}, | |
"org.freedesktop.portal.ScreenCast" : { | |
"available" : false | |
}, | |
"org.freedesktop.portal.Settings" : { | |
"available" : false | |
} | |
}, | |
"backends" : { | |
"org.freedesktop.impl.portal.desktop.gtk" : { | |
"available" : true | |
}, | |
"org.freedesktop.impl.portal.desktop.kde" : { | |
"available" : false | |
} | |
} | |
}, | |
"issues" : [ | |
"missing-interface" | |
], | |
"messages" : [ | |
"The 'version' property is not available for 'org.freedesktop.portal.ScreenCast', either there isn't a working xdg-desktop-portal or it is a very old version", | |
"The 'version' property is not available for 'org.freedesktop.portal.Settings', either there isn't a working xdg-desktop-portal or it is a very old version" | |
] | |
}, | |
"cpu-features" : { | |
"x86-64" : true, | |
"sse3" : true, | |
"cmpxchg16b" : true | |
} | |
} | |
"soldier runtime container" information: | |
{ | |
"steam-runtime-system-info" : { | |
"version" : "0.20231107.1+bsrt2.1", | |
"path" : "/usr/bin/steam-runtime-system-info" | |
}, | |
"can-write-uinput" : true, | |
"steam-installation" : { | |
"path" : "/home/gamer/.local/share/Steam", | |
"data_path" : "/home/gamer/.local/share/Steam", | |
"bin32_path" : "/home/gamer/.local/share/Steam/ubuntu12_32", | |
"steamscript_path" : "/usr/bin/steam", | |
"steamscript_version" : "1.0.0.78", | |
"issues" : [ | |
"missing-steam-uri-handler", | |
"unexpected-steam-uri-handler" | |
] | |
}, | |
"runtime" : { | |
"path" : "/", | |
"version" : "0.20231107.66294", | |
"issues" : [ | |
], | |
"overrides" : { | |
"list" : [ | |
"overrides/lib/", | |
"overrides/lib/i386-linux-gnu/", | |
"overrides/lib/i386-linux-gnu/aliases/", | |
"overrides/lib/i386-linux-gnu/aliases/libOSMesa.so.6 -> /usr/lib/i386-linux-gnu/libOSMesa.so.8", | |
"overrides/lib/i386-linux-gnu/aliases/libXaw7.so.7 -> /usr/lib/i386-linux-gnu/libXaw.so.7", | |
"overrides/lib/i386-linux-gnu/aliases/libbz2.so.1 -> /usr/lib/i386-linux-gnu/libbz2.so.1.0", | |
"overrides/lib/i386-linux-gnu/aliases/libcurl-gnutls.so.3 -> /usr/lib/i386-linux-gnu/libcurl-gnutls.so.4", | |
"overrides/lib/i386-linux-gnu/dri/", | |
"overrides/lib/i386-linux-gnu/dri/crocus_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/i915_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/iris_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/kms_swrast_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/nouveau_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/nouveau_drv_video.so -> /run/host/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"overrides/lib/i386-linux-gnu/dri/r300_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/r600_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/r600_drv_video.so -> /run/host/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"overrides/lib/i386-linux-gnu/dri/radeonsi_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/radeonsi_drv_video.so -> /run/host/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"overrides/lib/i386-linux-gnu/dri/swrast_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/virtio_gpu_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/virtio_gpu_drv_video.so -> /run/host/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"overrides/lib/i386-linux-gnu/dri/vmwgfx_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/zink_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/libBrokenLocale.so.1 -> /run/host/usr/lib/i386-linux-gnu/libBrokenLocale.so.1", | |
"overrides/lib/i386-linux-gnu/libEGL.so.1 -> /run/host/usr/lib/i386-linux-gnu/libEGL.so.1.1.0", | |
"overrides/lib/i386-linux-gnu/libEGL_mesa.so.0 -> /run/host/usr/lib/i386-linux-gnu/libEGL_mesa.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libEGL_nvidia.so.0 -> /run/host/usr/lib/i386-linux-gnu/libEGL_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libGL.so.1 -> /run/host/usr/lib/i386-linux-gnu/libGL.so.1.7.0", | |
"overrides/lib/i386-linux-gnu/libGLESv1_CM.so.1 -> /run/host/usr/lib/i386-linux-gnu/libGLESv1_CM.so.1.2.0", | |
"overrides/lib/i386-linux-gnu/libGLESv1_CM_nvidia.so.1 -> /run/host/usr/lib/i386-linux-gnu/libGLESv1_CM_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libGLESv2.so.2 -> /run/host/usr/lib/i386-linux-gnu/libGLESv2.so.2.1.0", | |
"overrides/lib/i386-linux-gnu/libGLESv2_nvidia.so.2 -> /run/host/usr/lib/i386-linux-gnu/libGLESv2_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libGLX.so.0 -> /run/host/usr/lib/i386-linux-gnu/libGLX.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libGLX_indirect.so.0 -> /run/host/usr/lib/i386-linux-gnu/libGLX_mesa.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libGLX_mesa.so.0 -> /run/host/usr/lib/i386-linux-gnu/libGLX_mesa.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libGLX_nvidia.so.0 -> /run/host/usr/lib/i386-linux-gnu/libGLX_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libGLdispatch.so.0 -> /run/host/usr/lib/i386-linux-gnu/libGLdispatch.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libLLVM-17.so.1 -> /run/host/usr/lib/i386-linux-gnu/libLLVM-17.so.1", | |
"overrides/lib/i386-linux-gnu/libOpenCL.so.1 -> /run/host/usr/lib/i386-linux-gnu/libOpenCL.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libOpenGL.so.0 -> /run/host/usr/lib/i386-linux-gnu/libOpenGL.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libVkLayer_INTEL_nullhw.so -> /run/host/usr/lib/i386-linux-gnu/libVkLayer_INTEL_nullhw.so", | |
"overrides/lib/i386-linux-gnu/libVkLayer_MESA_device_select.so -> /run/host/usr/lib/i386-linux-gnu/libVkLayer_MESA_device_select.so", | |
"overrides/lib/i386-linux-gnu/libVkLayer_MESA_overlay.so -> /run/host/usr/lib/i386-linux-gnu/libVkLayer_MESA_overlay.so", | |
"overrides/lib/i386-linux-gnu/libX11-xcb.so.1 -> /run/host/usr/lib/i386-linux-gnu/libX11-xcb.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libX11.so.6 -> /run/host/usr/lib/i386-linux-gnu/libX11.so.6.4.0", | |
"overrides/lib/i386-linux-gnu/libXau.so.6 -> /run/host/usr/lib/i386-linux-gnu/libXau.so.6.0.0", | |
"overrides/lib/i386-linux-gnu/libXdmcp.so.6 -> /run/host/usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0", | |
"overrides/lib/i386-linux-gnu/libXext.so.6 -> /run/host/usr/lib/i386-linux-gnu/libXext.so.6.4.0", | |
"overrides/lib/i386-linux-gnu/libXfixes.so.3 -> /run/host/usr/lib/i386-linux-gnu/libXfixes.so.3.1.0", | |
"overrides/lib/i386-linux-gnu/libXxf86vm.so.1 -> /run/host/usr/lib/i386-linux-gnu/libXxf86vm.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libanl.so.1 -> /run/host/usr/lib/i386-linux-gnu/libanl.so.1", | |
"overrides/lib/i386-linux-gnu/libatomic.so.1 -> /run/host/usr/lib/i386-linux-gnu/libatomic.so.1.2.0", | |
"overrides/lib/i386-linux-gnu/libbsd.so.0 -> /run/host/usr/lib/i386-linux-gnu/libbsd.so.0.11.7", | |
"overrides/lib/i386-linux-gnu/libc.so.6 -> /run/host/usr/lib/i386-linux-gnu/libc.so.6", | |
"overrides/lib/i386-linux-gnu/libcap.so.2 -> /run/host/usr/lib/i386-linux-gnu/libcap.so.2.66", | |
"overrides/lib/i386-linux-gnu/libcuda.so.1 -> /run/host/usr/lib/i386-linux-gnu/libcuda.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libdl.so.2 -> /run/host/usr/lib/i386-linux-gnu/libdl.so.2", | |
"overrides/lib/i386-linux-gnu/libdrm.so.2 -> /run/host/usr/lib/i386-linux-gnu/libdrm.so.2.4.0", | |
"overrides/lib/i386-linux-gnu/libdrm_amdgpu.so.1 -> /run/host/usr/lib/i386-linux-gnu/libdrm_amdgpu.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libdrm_intel.so.1 -> /run/host/usr/lib/i386-linux-gnu/libdrm_intel.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libdrm_nouveau.so.2 -> /run/host/usr/lib/i386-linux-gnu/libdrm_nouveau.so.2.0.0", | |
"overrides/lib/i386-linux-gnu/libdrm_radeon.so.1 -> /run/host/usr/lib/i386-linux-gnu/libdrm_radeon.so.1.0.1", | |
"overrides/lib/i386-linux-gnu/libedit.so.2 -> /run/host/usr/lib/i386-linux-gnu/libedit.so.2.0.70", | |
"overrides/lib/i386-linux-gnu/libelf.so.1 -> /run/host/usr/lib/i386-linux-gnu/libelf-0.189.so", | |
"overrides/lib/i386-linux-gnu/libexpat.so.1 -> /run/host/usr/lib/i386-linux-gnu/libexpat.so.1.8.10", | |
"overrides/lib/i386-linux-gnu/libffi.so.8 -> /run/host/usr/lib/i386-linux-gnu/libffi.so.8.1.2", | |
"overrides/lib/i386-linux-gnu/libgbm.so.1 -> /run/host/usr/lib/i386-linux-gnu/libgbm.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libgcc_s.so.1 -> /run/host/usr/lib/i386-linux-gnu/libgcc_s.so.1", | |
"overrides/lib/i386-linux-gnu/libglapi.so.0 -> /run/host/usr/lib/i386-linux-gnu/libglapi.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libicudata.so.72 -> /run/host/usr/lib/i386-linux-gnu/libicudata.so.72.1", | |
"overrides/lib/i386-linux-gnu/libicuuc.so.72 -> /run/host/usr/lib/i386-linux-gnu/libicuuc.so.72.1", | |
"overrides/lib/i386-linux-gnu/libidn2.so.0 -> /run/host/usr/lib/i386-linux-gnu/libidn2.so.0.3.8", | |
"overrides/lib/i386-linux-gnu/liblzma.so.5 -> /run/host/usr/lib/i386-linux-gnu/liblzma.so.5.4.1", | |
"overrides/lib/i386-linux-gnu/libm.so.6 -> /run/host/usr/lib/i386-linux-gnu/libm.so.6", | |
"overrides/lib/i386-linux-gnu/libmd.so.0 -> /run/host/usr/lib/i386-linux-gnu/libmd.so.0.1.0", | |
"overrides/lib/i386-linux-gnu/libmemusage.so -> /run/host/usr/lib/i386-linux-gnu/libmemusage.so", | |
"overrides/lib/i386-linux-gnu/libnsl.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnsl.so.1", | |
"overrides/lib/i386-linux-gnu/libnss_compat.so.2 -> /run/host/usr/lib/i386-linux-gnu/libnss_compat.so.2", | |
"overrides/lib/i386-linux-gnu/libnss_dns.so.2 -> /run/host/usr/lib/i386-linux-gnu/libnss_dns.so.2", | |
"overrides/lib/i386-linux-gnu/libnss_files.so.2 -> /run/host/usr/lib/i386-linux-gnu/libnss_files.so.2", | |
"overrides/lib/i386-linux-gnu/libnvcuvid.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvcuvid.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-eglcore.so.535.129.03 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-eglcore.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-encode.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-encode.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-fbc.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-fbc.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-glcore.so.535.129.03 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-glcore.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-glsi.so.535.129.03 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-glsi.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-glvkspirv.so.535.129.03 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-glvkspirv.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-ml.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-ml.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-nvvm.so.4 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-nvvm.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-opencl.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-opencl.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-opticalflow.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-opticalflow.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-ptxjitcompiler.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-ptxjitcompiler.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-tls.so.535.129.03 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-tls.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libpciaccess.so.0 -> /run/host/usr/lib/i386-linux-gnu/libpciaccess.so.0.11.1", | |
"overrides/lib/i386-linux-gnu/libpcprofile.so -> /run/host/usr/lib/i386-linux-gnu/libpcprofile.so", | |
"overrides/lib/i386-linux-gnu/libpthread.so.0 -> /run/host/usr/lib/i386-linux-gnu/libpthread.so.0", | |
"overrides/lib/i386-linux-gnu/libresolv.so.2 -> /run/host/usr/lib/i386-linux-gnu/libresolv.so.2", | |
"overrides/lib/i386-linux-gnu/librt.so.1 -> /run/host/usr/lib/i386-linux-gnu/librt.so.1", | |
"overrides/lib/i386-linux-gnu/libsensors.so.5 -> /run/host/usr/lib/i386-linux-gnu/libsensors.so.5.0.0", | |
"overrides/lib/i386-linux-gnu/libstdc++.so.6 -> /run/host/usr/lib/i386-linux-gnu/libstdc++.so.6.0.32", | |
"overrides/lib/i386-linux-gnu/libthread_db.so.1 -> /run/host/usr/lib/i386-linux-gnu/libthread_db.so.1", | |
"overrides/lib/i386-linux-gnu/libtinfo.so.6 -> /run/host/usr/lib/i386-linux-gnu/libtinfo.so.6.4", | |
"overrides/lib/i386-linux-gnu/libudev.so.1 -> /run/host/usr/lib/i386-linux-gnu/libudev.so.1.7.6", | |
"overrides/lib/i386-linux-gnu/libunistring.so.2 -> /run/host/usr/lib/i386-linux-gnu/libunistring.so.2.2.0", | |
"overrides/lib/i386-linux-gnu/libutil.so.1 -> /run/host/usr/lib/i386-linux-gnu/libutil.so.1", | |
"overrides/lib/i386-linux-gnu/libva-drm.so.2 -> /run/host/usr/lib/i386-linux-gnu/libva-drm.so.2.2000.0", | |
"overrides/lib/i386-linux-gnu/libva-glx.so.2 -> /run/host/usr/lib/i386-linux-gnu/libva-glx.so.2.2000.0", | |
"overrides/lib/i386-linux-gnu/libva-x11.so.2 -> /run/host/usr/lib/i386-linux-gnu/libva-x11.so.2.2000.0", | |
"overrides/lib/i386-linux-gnu/libva.so.2 -> /run/host/usr/lib/i386-linux-gnu/libva.so.2.2000.0", | |
"overrides/lib/i386-linux-gnu/libvdpau.so.1 -> /run/host/usr/lib/i386-linux-gnu/libvdpau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libvulkan.so.1 -> /run/host/usr/lib/i386-linux-gnu/libvulkan.so.1.3.268", | |
"overrides/lib/i386-linux-gnu/libwayland-client.so.0 -> /run/host/usr/lib/i386-linux-gnu/libwayland-client.so.0.22.0", | |
"overrides/lib/i386-linux-gnu/libwayland-server.so.0 -> /run/host/usr/lib/i386-linux-gnu/libwayland-server.so.0.22.0", | |
"overrides/lib/i386-linux-gnu/libxcb-dri2.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-dri2.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb-dri3.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-dri3.so.0.1.0", | |
"overrides/lib/i386-linux-gnu/libxcb-glx.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-glx.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb-present.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-present.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb-randr.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-randr.so.0.1.0", | |
"overrides/lib/i386-linux-gnu/libxcb-shm.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-shm.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb-sync.so.1 -> /run/host/usr/lib/i386-linux-gnu/libxcb-sync.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb-xfixes.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-xfixes.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb.so.1 -> /run/host/usr/lib/i386-linux-gnu/libxcb.so.1.1.0", | |
"overrides/lib/i386-linux-gnu/libxml2.so.2 -> /run/host/usr/lib/i386-linux-gnu/libxml2.so.2.9.14", | |
"overrides/lib/i386-linux-gnu/libxshmfence.so.1 -> /run/host/usr/lib/i386-linux-gnu/libxshmfence.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libz.so.1 -> /run/host/usr/lib/i386-linux-gnu/libz.so.1.2.13", | |
"overrides/lib/i386-linux-gnu/libzstd.so.1 -> /run/host/usr/lib/i386-linux-gnu/libzstd.so.1.5.5", | |
"overrides/lib/i386-linux-gnu/vdpau/", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_r600.so -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_r600.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_radeonsi.so -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_radeonsi.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_trace.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_trace.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_virtio_gpu.so -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_virtio_gpu.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vulkan/", | |
"overrides/lib/i386-linux-gnu/vulkan/00/", | |
"overrides/lib/i386-linux-gnu/vulkan/01/", | |
"overrides/lib/i386-linux-gnu/vulkan/01/libvulkan_intel_hasvk.so -> /run/host/usr/lib/i386-linux-gnu/libvulkan_intel_hasvk.so", | |
"overrides/lib/i386-linux-gnu/vulkan/02/", | |
"overrides/lib/i386-linux-gnu/vulkan/03/", | |
"overrides/lib/i386-linux-gnu/vulkan/03/libvulkan_intel.so -> /run/host/usr/lib/i386-linux-gnu/libvulkan_intel.so", | |
"overrides/lib/i386-linux-gnu/vulkan/04/", | |
"overrides/lib/i386-linux-gnu/vulkan/05/", | |
"overrides/lib/i386-linux-gnu/vulkan/05/libvulkan_lvp.so -> /run/host/usr/lib/i386-linux-gnu/libvulkan_lvp.so", | |
"overrides/lib/i386-linux-gnu/vulkan/06/", | |
"overrides/lib/i386-linux-gnu/vulkan/07/", | |
"overrides/lib/i386-linux-gnu/vulkan/07/libvulkan_radeon.so -> /run/host/usr/lib/i386-linux-gnu/libvulkan_radeon.so", | |
"overrides/lib/i386-linux-gnu/vulkan/08/", | |
"overrides/lib/i386-linux-gnu/vulkan/09/", | |
"overrides/lib/i386-linux-gnu/vulkan/09/libvulkan_virtio.so -> /run/host/usr/lib/i386-linux-gnu/libvulkan_virtio.so", | |
"overrides/lib/i386-linux-gnu/vulkan/10/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/00/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/00/libVkLayer_steam_fossilize.so -> $HOME/.local/share/Steam/ubuntu12_32/libVkLayer_steam_fossilize.so", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/01/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/02/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/02/steamoverlayvulkanlayer.so -> $HOME/.local/share/Steam/ubuntu12_32/steamoverlayvulkanlayer.so", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/03/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/04/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/04/libMangoHud.so -> /run/host/usr/lib/i386-linux-gnu/mangohud/libMangoHud.so", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/05/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/07/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/08/", | |
"overrides/lib/platform-haswell -> x86_64-linux-gnu", | |
"overrides/lib/platform-i386 -> i386-linux-gnu", | |
"overrides/lib/platform-i486 -> i386-linux-gnu", | |
"overrides/lib/platform-i586 -> i386-linux-gnu", | |
"overrides/lib/platform-i686 -> i386-linux-gnu", | |
"overrides/lib/platform-x86_64 -> x86_64-linux-gnu", | |
"overrides/lib/platform-xeon_phi -> x86_64-linux-gnu", | |
"overrides/lib/x86_64-linux-gnu/", | |
"overrides/lib/x86_64-linux-gnu/aliases/", | |
"overrides/lib/x86_64-linux-gnu/aliases/libOSMesa.so.6 -> /usr/lib/x86_64-linux-gnu/libOSMesa.so.8", | |
"overrides/lib/x86_64-linux-gnu/aliases/libXaw7.so.7 -> /usr/lib/x86_64-linux-gnu/libXaw.so.7", | |
"overrides/lib/x86_64-linux-gnu/aliases/libbz2.so.1 -> /usr/lib/x86_64-linux-gnu/libbz2.so.1.0", | |
"overrides/lib/x86_64-linux-gnu/aliases/libcurl-gnutls.so.3 -> /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4", | |
"overrides/lib/x86_64-linux-gnu/dri/", | |
"overrides/lib/x86_64-linux-gnu/dri/crocus_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/d3d12_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"overrides/lib/x86_64-linux-gnu/dri/i915_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/i965_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/i965_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/iris_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/nouveau_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"overrides/lib/x86_64-linux-gnu/dri/nouveau_vieux_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/i965_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/r200_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/i965_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/r300_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/r600_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/r600_drv_video.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"overrides/lib/x86_64-linux-gnu/dri/radeon_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/i965_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/radeonsi_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"overrides/lib/x86_64-linux-gnu/dri/swrast_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/virtio_gpu_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/virtio_gpu_drv_video.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"overrides/lib/x86_64-linux-gnu/dri/vmwgfx_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/zink_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/libBrokenLocale.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libBrokenLocale.so.1", | |
"overrides/lib/x86_64-linux-gnu/libEGL.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libEGL.so.1.1.0", | |
"overrides/lib/x86_64-linux-gnu/libEGL_mesa.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libEGL_nvidia.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libEGL_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libGL.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libGL.so.1.7.0", | |
"overrides/lib/x86_64-linux-gnu/libGLESv1_CM.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1.2.0", | |
"overrides/lib/x86_64-linux-gnu/libGLESv1_CM_nvidia.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libGLESv1_CM_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libGLESv2.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libGLESv2.so.2.1.0", | |
"overrides/lib/x86_64-linux-gnu/libGLESv2_nvidia.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libGLESv2_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libGLX.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libGLX_indirect.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libGLX_mesa.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libGLX_nvidia.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libGLdispatch.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libLLVM-17.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libLLVM-17.so.1", | |
"overrides/lib/x86_64-linux-gnu/libOpenCL.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libOpenGL.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libOpenGL.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libVkLayer_INTEL_nullhw.so -> /run/host/usr/lib/x86_64-linux-gnu/libVkLayer_INTEL_nullhw.so", | |
"overrides/lib/x86_64-linux-gnu/libVkLayer_MESA_device_select.so -> /run/host/usr/lib/x86_64-linux-gnu/libVkLayer_MESA_device_select.so", | |
"overrides/lib/x86_64-linux-gnu/libVkLayer_MESA_overlay.so -> /run/host/usr/lib/x86_64-linux-gnu/libVkLayer_MESA_overlay.so", | |
"overrides/lib/x86_64-linux-gnu/libX11-xcb.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libX11.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libX11.so.6.4.0", | |
"overrides/lib/x86_64-linux-gnu/libXNVCtrl.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libXNVCtrl.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libXau.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libXau.so.6.0.0", | |
"overrides/lib/x86_64-linux-gnu/libXdmcp.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0", | |
"overrides/lib/x86_64-linux-gnu/libXext.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libXext.so.6.4.0", | |
"overrides/lib/x86_64-linux-gnu/libXfixes.so.3 -> /run/host/usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0", | |
"overrides/lib/x86_64-linux-gnu/libXxf86vm.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libanl.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libanl.so.1", | |
"overrides/lib/x86_64-linux-gnu/libbsd.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libbsd.so.0.11.7", | |
"overrides/lib/x86_64-linux-gnu/libc.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libc.so.6", | |
"overrides/lib/x86_64-linux-gnu/libcap.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libcap.so.2.66", | |
"overrides/lib/x86_64-linux-gnu/libcrypto.so.3 -> /run/host/usr/lib/x86_64-linux-gnu/libcrypto.so.3", | |
"overrides/lib/x86_64-linux-gnu/libcuda.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libcuda.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libcudadebugger.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libcudadebugger.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libdl.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libdl.so.2", | |
"overrides/lib/x86_64-linux-gnu/libdrm.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0", | |
"overrides/lib/x86_64-linux-gnu/libdrm_amdgpu.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libdrm_amdgpu.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libdrm_intel.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0", | |
"overrides/lib/x86_64-linux-gnu/libdrm_radeon.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1.0.1", | |
"overrides/lib/x86_64-linux-gnu/libedit.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libedit.so.2.0.70", | |
"overrides/lib/x86_64-linux-gnu/libelf.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libelf-0.189.so", | |
"overrides/lib/x86_64-linux-gnu/libexpat.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libexpat.so.1.8.10", | |
"overrides/lib/x86_64-linux-gnu/libffi.so.8 -> /run/host/usr/lib/x86_64-linux-gnu/libffi.so.8.1.2", | |
"overrides/lib/x86_64-linux-gnu/libgbm.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libgcc_s.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libgcc_s.so.1", | |
"overrides/lib/x86_64-linux-gnu/libglapi.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libicudata.so.72 -> /run/host/usr/lib/x86_64-linux-gnu/libicudata.so.72.1", | |
"overrides/lib/x86_64-linux-gnu/libicuuc.so.72 -> /run/host/usr/lib/x86_64-linux-gnu/libicuuc.so.72.1", | |
"overrides/lib/x86_64-linux-gnu/libidn2.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libidn2.so.0.3.8", | |
"overrides/lib/x86_64-linux-gnu/liblzma.so.5 -> /run/host/usr/lib/x86_64-linux-gnu/liblzma.so.5.4.1", | |
"overrides/lib/x86_64-linux-gnu/libm.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libm.so.6", | |
"overrides/lib/x86_64-linux-gnu/libmd.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libmd.so.0.1.0", | |
"overrides/lib/x86_64-linux-gnu/libmemusage.so -> /run/host/usr/lib/x86_64-linux-gnu/libmemusage.so", | |
"overrides/lib/x86_64-linux-gnu/libmvec.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libmvec.so.1", | |
"overrides/lib/x86_64-linux-gnu/libnsl.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnsl.so.1", | |
"overrides/lib/x86_64-linux-gnu/libnss_compat.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libnss_compat.so.2", | |
"overrides/lib/x86_64-linux-gnu/libnss_dns.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libnss_dns.so.2", | |
"overrides/lib/x86_64-linux-gnu/libnss_files.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libnss_files.so.2", | |
"overrides/lib/x86_64-linux-gnu/libnvcuvid.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvcuvid.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-allocator.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-allocator.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-api.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-api.so.1", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-cfg.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-cfg.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-egl-gbm.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-egl-gbm.so.1.1.0", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-egl-wayland.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-egl-wayland.so.1.1.13", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-eglcore.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-eglcore.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-encode.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-encode.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-fbc.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-fbc.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-glcore.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-glsi.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-ml.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-ngx.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-ngx.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-nvvm.so.4 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-nvvm.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-opencl.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-opticalflow.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-opticalflow.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-pkcs11-openssl3.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-pkcs11-openssl3.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-rtcore.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-rtcore.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-tls.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-tls.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-vulkan-producer.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-vulkan-producer.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvoptix.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvoptix.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libpciaccess.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libpciaccess.so.0.11.1", | |
"overrides/lib/x86_64-linux-gnu/libpcprofile.so -> /run/host/usr/lib/x86_64-linux-gnu/libpcprofile.so", | |
"overrides/lib/x86_64-linux-gnu/libpthread.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libpthread.so.0", | |
"overrides/lib/x86_64-linux-gnu/libresolv.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libresolv.so.2", | |
"overrides/lib/x86_64-linux-gnu/librt.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/librt.so.1", | |
"overrides/lib/x86_64-linux-gnu/libsensors.so.5 -> /run/host/usr/lib/x86_64-linux-gnu/libsensors.so.5.0.0", | |
"overrides/lib/x86_64-linux-gnu/libstdc++.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.32", | |
"overrides/lib/x86_64-linux-gnu/libthread_db.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libthread_db.so.1", | |
"overrides/lib/x86_64-linux-gnu/libtinfo.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libtinfo.so.6.4", | |
"overrides/lib/x86_64-linux-gnu/libudev.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libudev.so.1.7.6", | |
"overrides/lib/x86_64-linux-gnu/libunistring.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libunistring.so.2.2.0", | |
"overrides/lib/x86_64-linux-gnu/libutil.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libutil.so.1", | |
"overrides/lib/x86_64-linux-gnu/libva-drm.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libva-drm.so.2.2000.0", | |
"overrides/lib/x86_64-linux-gnu/libva-glx.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libva-glx.so.2.2000.0", | |
"overrides/lib/x86_64-linux-gnu/libva-x11.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libva-x11.so.2.2000.0", | |
"overrides/lib/x86_64-linux-gnu/libva.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libva.so.2.2000.0", | |
"overrides/lib/x86_64-linux-gnu/libvdpau.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libvdpau.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libvulkan.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan.so.1.3.268", | |
"overrides/lib/x86_64-linux-gnu/libwayland-client.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libwayland-client.so.0.22.0", | |
"overrides/lib/x86_64-linux-gnu/libwayland-server.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libwayland-server.so.0.22.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-dri2.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-dri3.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.1.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-glx.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-present.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-randr.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-randr.so.0.1.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-shm.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-sync.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-xfixes.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0", | |
"overrides/lib/x86_64-linux-gnu/libxml2.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libxml2.so.2.9.14", | |
"overrides/lib/x86_64-linux-gnu/libxshmfence.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libz.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libz.so.1.2.13", | |
"overrides/lib/x86_64-linux-gnu/libzstd.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libzstd.so.1.5.5", | |
"overrides/lib/x86_64-linux-gnu/vdpau/", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_r600.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_r600.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_radeonsi.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_radeonsi.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_trace.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_trace.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_virtio_gpu.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_virtio_gpu.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vulkan/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/00/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/00/libvulkan_dzn.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_dzn.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan/01/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/02/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/02/libvulkan_intel_hasvk.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_intel_hasvk.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan/03/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/04/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/04/libvulkan_intel.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_intel.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan/05/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/06/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/06/libvulkan_lvp.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_lvp.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan/07/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/08/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/08/libvulkan_radeon.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_radeon.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan/09/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/10/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/10/libvulkan_virtio.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_virtio.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/00/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/01/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/01/libVkLayer_steam_fossilize.so -> $HOME/.local/share/Steam/ubuntu12_64/libVkLayer_steam_fossilize.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/02/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/03/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/03/steamoverlayvulkanlayer.so -> $HOME/.local/share/Steam/ubuntu12_64/steamoverlayvulkanlayer.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/04/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/05/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/05/libMangoHud.so -> /run/host/usr/lib/x86_64-linux-gnu/mangohud/libMangoHud.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/07/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/08/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/10/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/10/libvkbasalt.so -> /run/host/usr/lib/x86_64-linux-gnu/vkbasalt/libvkbasalt.so", | |
"overrides/share/", | |
"overrides/share/egl/", | |
"overrides/share/egl/egl_external_platform.d/", | |
"overrides/share/egl/egl_external_platform.d/10_nvidia_wayland.json -> /run/host/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json", | |
"overrides/share/egl/egl_external_platform.d/15_nvidia_gbm.json -> /run/host/usr/share/egl/egl_external_platform.d/15_nvidia_gbm.json", | |
"overrides/share/glvnd/", | |
"overrides/share/glvnd/egl_vendor.d/", | |
"overrides/share/glvnd/egl_vendor.d/10_nvidia.json -> /run/host/usr/share/glvnd/egl_vendor.d/10_nvidia.json", | |
"overrides/share/glvnd/egl_vendor.d/50_mesa.json -> /run/host/usr/share/glvnd/egl_vendor.d/50_mesa.json", | |
"overrides/share/vulkan/", | |
"overrides/share/vulkan/explicit_layer.d/", | |
"overrides/share/vulkan/explicit_layer.d/0.json -> /run/host/usr/share/vulkan/explicit_layer.d/VkLayer_INTEL_nullhw.json", | |
"overrides/share/vulkan/explicit_layer.d/1.json -> /run/host/usr/share/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json", | |
"overrides/share/vulkan/icd.d/", | |
"overrides/share/vulkan/icd.d/dzn_icd.x86_64.json", | |
"overrides/share/vulkan/icd.d/intel_hasvk_icd.i686.json", | |
"overrides/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json", | |
"overrides/share/vulkan/icd.d/intel_icd.i686.json", | |
"overrides/share/vulkan/icd.d/intel_icd.x86_64.json", | |
"overrides/share/vulkan/icd.d/lvp_icd.i686.json", | |
"overrides/share/vulkan/icd.d/lvp_icd.x86_64.json", | |
"overrides/share/vulkan/icd.d/nvidia_icd.json -> /run/host/usr/share/vulkan/icd.d/nvidia_icd.json", | |
"overrides/share/vulkan/icd.d/radeon_icd.i686.json", | |
"overrides/share/vulkan/icd.d/radeon_icd.x86_64.json", | |
"overrides/share/vulkan/icd.d/virtio_icd.i686.json", | |
"overrides/share/vulkan/icd.d/virtio_icd.x86_64.json", | |
"overrides/share/vulkan/implicit_layer.d/", | |
"overrides/share/vulkan/implicit_layer.d/00-i386-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/01-x86_64-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/02-i386-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/03-x86_64-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/04-i386-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/05-x86_64-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/06.json -> /run/host/usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json", | |
"overrides/share/vulkan/implicit_layer.d/09.json -> /run/host/usr/share/vulkan/implicit_layer.d/nvidia_layers.json", | |
"overrides/share/vulkan/implicit_layer.d/10-x86_64-linux-gnu.json" | |
] | |
} | |
}, | |
"os-release" : { | |
"id" : "steamrt", | |
"id_like" : [ | |
"debian" | |
], | |
"name" : "Steam Runtime", | |
"pretty_name" : "Steam Runtime 2 (soldier)", | |
"version_id" : "2", | |
"version_codename" : "soldier", | |
"build_id" : "0.20231107.66294", | |
"variant_id" : "com.valvesoftware.steamruntime.platform-amd64_i386-soldier", | |
"variant" : "Platform", | |
"source_path" : "/etc/os-release", | |
"source_path_resolved" : "/usr/lib/os-release" | |
}, | |
"virtualization" : { | |
"type" : "none" | |
}, | |
"container" : { | |
"type" : "pressure-vessel", | |
"host" : { | |
"path" : "/run/host", | |
"os-release" : { | |
"id" : "pika", | |
"id_like" : [ | |
"ubuntu", | |
"debian" | |
], | |
"name" : "PikaOS", | |
"pretty_name" : "PikaOS Linux 3", | |
"version_id" : "3", | |
"version_codename" : "devel", | |
"source_path" : "/etc/os-release", | |
"source_path_resolved" : "/usr/lib/os-release" | |
} | |
} | |
}, | |
"driver_environment" : [ | |
"DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1=1", | |
"LD_LIBRARY_PATH=/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/aliases:/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/aliases", | |
"PULSE_CLIENTCONFIG=/run/pressure-vessel/pulse/config", | |
"PULSE_SERVER=unix:/run/pressure-vessel/pulse/native", | |
"SDL_GAMECONTROLLERCONFIG=03000000de280000ff11000001000000,Steam Virtual Gamepad,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,\n03000000de280000fc11000001000000,Steam Controller,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,\n03000000632500002605000010010000,SHANWAN Android Gamepad,a:b0,b:b1,x:b3,y:b4,back:b10,guide:b12,start:b11,leftstick:b13,rightstick:b14,leftshoulder:b6,rightshoulder:b7,dpup:h0.1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:a5,righttrigger:a4,crc:0ecc,platform:Linux,", | |
"VK_DRIVER_FILES=/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/dzn_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/nvidia_icd.json", | |
"VK_ICD_FILENAMES=/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/dzn_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/nvidia_icd.json", | |
"XDG_RUNTIME_DIR=/run/user/1001", | |
"__EGL_EXTERNAL_PLATFORM_CONFIG_FILENAMES=/usr/lib/pressure-vessel/overrides/share/egl/egl_external_platform.d/10_nvidia_wayland.json:/usr/lib/pressure-vessel/overrides/share/egl/egl_external_platform.d/15_nvidia_gbm.json", | |
"__EGL_VENDOR_LIBRARY_FILENAMES=/usr/lib/pressure-vessel/overrides/share/glvnd/egl_vendor.d/10_nvidia.json:/usr/lib/pressure-vessel/overrides/share/glvnd/egl_vendor.d/50_mesa.json" | |
], | |
"architectures" : { | |
"i386-linux-gnu" : { | |
"can-run" : true, | |
"libdl-LIB" : "lib/i386-linux-gnu", | |
"libdl-PLATFORM" : "i686", | |
"runtime-linker" : { | |
"path" : "/lib/ld-linux.so.2", | |
"resolved" : "/run/host/usr/lib/i386-linux-gnu/ld-linux.so.2" | |
}, | |
"library-issues-summary" : [ | |
], | |
"graphics-details" : { | |
"x11/vulkan" : { | |
"renderer" : "Intel(R) UHD Graphics (CML GT2)", | |
"version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"devices" : [ | |
{ | |
"name" : "Intel(R) UHD Graphics (CML GT2)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 6, | |
"driver-name" : "Intel open-source Mesa driver", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"vendor-id" : "0x8086", | |
"device-id" : "0x9bc4", | |
"type" : "integrated-gpu" | |
}, | |
{ | |
"name" : "NVIDIA GeForce GTX 1650", | |
"api-version" : "1.3.242", | |
"vulkan-driver-id" : 4, | |
"driver-name" : "NVIDIA", | |
"driver-version" : "535.129.03", | |
"vendor-id" : "0x10de", | |
"device-id" : "0x1f99", | |
"type" : "discrete-gpu" | |
}, | |
{ | |
"name" : "llvmpipe (LLVM 17.0.2, 256 bits)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 13, | |
"driver-name" : "llvmpipe", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1) (LLVM 17.0.2)", | |
"vendor-id" : "0x10005", | |
"device-id" : "0", | |
"type" : "cpu", | |
"issues" : [ | |
"software-rendering" | |
] | |
} | |
] | |
}, | |
"x11/vdpau" : { | |
"messages" : [ | |
"Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory", | |
"vdp_device_create_x11 (display, screen, &device, &vdp_get_proc_address) failed: 1" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"x11/vaapi" : { | |
"messages" : [ | |
"libva info: VA-API version 1.20.0", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/iHD_drv_video.so", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/iHD_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/i965_drv_video.so", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/i965_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"vaInitialize (va_display, &major_version, &minor_version) failed: unknown libva error (-1)" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"glx/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/glesv2" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "OpenGL ES 3.2 Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
} | |
}, | |
"dri_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/crocus_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/i915_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/iris_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/kms_swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/nouveau_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/r300_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/r600_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/radeonsi_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/virtio_gpu_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/vmwgfx_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/zink_dri.so" | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/i915_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/iris_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/kms_swrast_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/nouveau_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/r300_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/r600_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/radeonsi_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/swrast_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/virtio_gpu_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/vmwgfx_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/zink_dri.so", | |
"is_extra" : true | |
} | |
], | |
"va-api_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/r600_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/radeonsi_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/virtio_gpu_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/r600_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/radeonsi_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/virtio_gpu_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
} | |
], | |
"vdpau_drivers" : [ | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so", | |
"library_link" : "libvdpau_nouveau.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1", | |
"library_link" : "libvdpau_nouveau.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so", | |
"library_link" : "libvdpau_nvidia.so.535.129.03", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so.1", | |
"library_link" : "libvdpau_nvidia.so.535.129.03", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_r600.so", | |
"library_link" : "libvdpau_r600.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_r600.so.1", | |
"library_link" : "libvdpau_r600.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_radeonsi.so", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_radeonsi.so.1", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_trace.so.1", | |
"library_link" : "libvdpau_trace.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_virtio_gpu.so", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_virtio_gpu.so.1", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0", | |
"is_extra" : true | |
} | |
], | |
"glx_drivers" : [ | |
{ | |
"library_soname" : "libGLX_mesa.so.0", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libGLX_mesa.so.0" | |
}, | |
{ | |
"library_soname" : "libGLX_nvidia.so.0", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libGLX_nvidia.so.0" | |
}, | |
{ | |
"library_soname" : "libGLX_indirect.so.0", | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_mesa.so.0", | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_nvidia.so.0", | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/libGLX_nvidia.so.535.129.03" | |
} | |
] | |
}, | |
"x86_64-linux-gnu" : { | |
"can-run" : true, | |
"libdl-LIB" : "lib/x86_64-linux-gnu", | |
"libdl-PLATFORM" : "haswell", | |
"runtime-linker" : { | |
"path" : "/lib64/ld-linux-x86-64.so.2", | |
"resolved" : "/run/host/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" | |
}, | |
"library-issues-summary" : [ | |
], | |
"graphics-details" : { | |
"x11/vulkan" : { | |
"renderer" : "Intel(R) UHD Graphics (CML GT2)", | |
"version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"devices" : [ | |
{ | |
"name" : "Intel(R) UHD Graphics (CML GT2)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 6, | |
"driver-name" : "Intel open-source Mesa driver", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"vendor-id" : "0x8086", | |
"device-id" : "0x9bc4", | |
"type" : "integrated-gpu" | |
}, | |
{ | |
"name" : "NVIDIA GeForce GTX 1650", | |
"api-version" : "1.3.242", | |
"vulkan-driver-id" : 4, | |
"driver-name" : "NVIDIA", | |
"driver-version" : "535.129.03", | |
"vendor-id" : "0x10de", | |
"device-id" : "0x1f99", | |
"type" : "discrete-gpu" | |
}, | |
{ | |
"name" : "llvmpipe (LLVM 17.0.2, 256 bits)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 13, | |
"driver-name" : "llvmpipe", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1) (LLVM 17.0.2)", | |
"vendor-id" : "0x10005", | |
"device-id" : "0", | |
"type" : "cpu", | |
"issues" : [ | |
"software-rendering" | |
] | |
} | |
] | |
}, | |
"x11/vdpau" : { | |
"messages" : [ | |
"Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory", | |
"vdp_device_create_x11 (display, screen, &device, &vdp_get_proc_address) failed: 1" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"x11/vaapi" : { | |
"messages" : [ | |
"libva info: VA-API version 1.20.0", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/iHD_drv_video.so", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/iHD_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/i965_drv_video.so", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/i965_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"vaInitialize (va_display, &major_version, &minor_version) failed: unknown libva error (-1)" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"glx/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/glesv2" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "OpenGL ES 3.2 Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
} | |
}, | |
"dri_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/crocus_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/d3d12_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/i915_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/i965_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/iris_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/nouveau_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/nouveau_vieux_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/r200_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/r300_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/r600_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/radeon_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/radeonsi_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/virtio_gpu_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/vmwgfx_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/zink_dri.so" | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/i915_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/i965_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/iris_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/nouveau_vieux_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/r200_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/r300_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/r600_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/virtio_gpu_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/vmwgfx_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/zink_dri.so", | |
"is_extra" : true | |
} | |
], | |
"va-api_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/r600_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/virtio_gpu_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/virtio_gpu_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
} | |
], | |
"vdpau_drivers" : [ | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so", | |
"library_link" : "libvdpau_d3d12.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1", | |
"library_link" : "libvdpau_d3d12.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so", | |
"library_link" : "libvdpau_nouveau.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so.1", | |
"library_link" : "libvdpau_nouveau.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so", | |
"library_link" : "libvdpau_nvidia.so.535.129.03", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.1", | |
"library_link" : "libvdpau_nvidia.so.535.129.03", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_r600.so", | |
"library_link" : "libvdpau_r600.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_r600.so.1", | |
"library_link" : "libvdpau_r600.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_radeonsi.so", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_radeonsi.so.1", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_trace.so.1", | |
"library_link" : "libvdpau_trace.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_virtio_gpu.so", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_virtio_gpu.so.1", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0", | |
"is_extra" : true | |
} | |
], | |
"glx_drivers" : [ | |
{ | |
"library_soname" : "libGLX_mesa.so.0", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libGLX_mesa.so.0" | |
}, | |
{ | |
"library_soname" : "libGLX_nvidia.so.0", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libGLX_nvidia.so.0" | |
}, | |
{ | |
"library_soname" : "libGLX_indirect.so.0", | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_mesa.so.0", | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_nvidia.so.0", | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.535.129.03" | |
} | |
] | |
} | |
}, | |
"locale-issues" : [ | |
], | |
"locales" : { | |
"<default>" : { | |
"resulting-name" : "en_US.UTF-8", | |
"charset" : "UTF-8", | |
"is_utf8" : true | |
}, | |
"C" : { | |
"resulting-name" : "C", | |
"charset" : "ANSI_X3.4-1968", | |
"is_utf8" : false | |
}, | |
"C.UTF-8" : { | |
"resulting-name" : "C.UTF-8", | |
"charset" : "UTF-8", | |
"is_utf8" : true | |
}, | |
"en_US.UTF-8" : { | |
"resulting-name" : "en_US.UTF-8", | |
"charset" : "UTF-8", | |
"is_utf8" : true | |
} | |
}, | |
"egl" : { | |
"icds" : [ | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/glvnd/egl_vendor.d/10_nvidia.json", | |
"library_path" : "libEGL_nvidia.so.0", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/glvnd/egl_vendor.d/50_mesa.json", | |
"library_path" : "libEGL_mesa.so.0", | |
"issues" : [ | |
] | |
} | |
], | |
"external_platforms" : [ | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/egl/egl_external_platform.d/10_nvidia_wayland.json", | |
"library_path" : "libnvidia-egl-wayland.so.1", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/egl/egl_external_platform.d/15_nvidia_gbm.json", | |
"library_path" : "libnvidia-egl-gbm.so.1", | |
"issues" : [ | |
] | |
} | |
] | |
}, | |
"vulkan" : { | |
"icds" : [ | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/dzn_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/00/libvulkan_dzn.so", | |
"library_arch" : "64", | |
"api_version" : "1.1.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.i686.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan/01/libvulkan_intel_hasvk.so", | |
"library_arch" : "32", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/02/libvulkan_intel_hasvk.so", | |
"library_arch" : "64", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.i686.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan/03/libvulkan_intel.so", | |
"library_arch" : "32", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/04/libvulkan_intel.so", | |
"library_arch" : "64", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.i686.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan/05/libvulkan_lvp.so", | |
"library_arch" : "32", | |
"api_version" : "1.1.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/06/libvulkan_lvp.so", | |
"library_arch" : "64", | |
"api_version" : "1.1.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.i686.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan/07/libvulkan_radeon.so", | |
"library_arch" : "32", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/08/libvulkan_radeon.so", | |
"library_arch" : "64", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.i686.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan/09/libvulkan_virtio.so", | |
"library_arch" : "32", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/10/libvulkan_virtio.so", | |
"library_arch" : "64", | |
"api_version" : "1.3.267", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/nvidia_icd.json", | |
"library_path" : "libGLX_nvidia.so.0", | |
"api_version" : "1.3.242", | |
"issues" : [ | |
] | |
} | |
], | |
"explicit_layers" : [ | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/explicit_layer.d/0.json", | |
"name" : "VK_LAYER_INTEL_nullhw", | |
"description" : "INTEL NULL HW", | |
"type" : "GLOBAL", | |
"api_version" : "1.1.73", | |
"implementation_version" : "1", | |
"library_path" : "libVkLayer_INTEL_nullhw.so", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/explicit_layer.d/1.json", | |
"name" : "VK_LAYER_MESA_overlay", | |
"description" : "Mesa Overlay layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.211", | |
"implementation_version" : "1", | |
"library_path" : "libVkLayer_MESA_overlay.so", | |
"issues" : [ | |
] | |
} | |
], | |
"implicit_layers" : [ | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/00-i386-linux-gnu.json", | |
"name" : "VK_LAYER_VALVE_steam_fossilize_32", | |
"description" : "Steam Pipeline Caching Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan_imp_layer/00/libVkLayer_steam_fossilize.so", | |
"library_arch" : "32", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/01-x86_64-linux-gnu.json", | |
"name" : "VK_LAYER_VALVE_steam_fossilize_64", | |
"description" : "Steam Pipeline Caching Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/01/libVkLayer_steam_fossilize.so", | |
"library_arch" : "64", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/02-i386-linux-gnu.json", | |
"name" : "VK_LAYER_VALVE_steam_overlay_32", | |
"description" : "Steam Overlay Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan_imp_layer/02/steamoverlayvulkanlayer.so", | |
"library_arch" : "32", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/03-x86_64-linux-gnu.json", | |
"name" : "VK_LAYER_VALVE_steam_overlay_64", | |
"description" : "Steam Overlay Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/03/steamoverlayvulkanlayer.so", | |
"library_arch" : "64", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/04-i386-linux-gnu.json", | |
"name" : "VK_LAYER_MANGOHUD_overlay_x86", | |
"description" : "Vulkan Hud Overlay", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.0", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan_imp_layer/04/libMangoHud.so", | |
"library_arch" : "32", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/05-x86_64-linux-gnu.json", | |
"name" : "VK_LAYER_MANGOHUD_overlay_x86_64", | |
"description" : "Vulkan Hud Overlay", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.0", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/05/libMangoHud.so", | |
"library_arch" : "64", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/06.json", | |
"name" : "VK_LAYER_MESA_device_select", | |
"description" : "Linux device selection layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.211", | |
"implementation_version" : "1", | |
"library_path" : "libVkLayer_MESA_device_select.so", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/09.json", | |
"name" : "VK_LAYER_NV_optimus", | |
"description" : "NVIDIA Optimus layer", | |
"type" : "INSTANCE", | |
"api_version" : "1.3.242", | |
"implementation_version" : "1", | |
"library_path" : "libGLX_nvidia.so.0", | |
"issues" : [ | |
] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/10-x86_64-linux-gnu.json", | |
"name" : "VK_LAYER_VKBASALT_post_processing", | |
"description" : "a post processing layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.223", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/10/libvkbasalt.so", | |
"library_arch" : "64", | |
"issues" : [ | |
] | |
} | |
] | |
}, | |
"desktop-entries" : [ | |
], | |
"display" : { | |
"environment" : [ | |
"DISPLAY=:1", | |
"XDG_SESSION_CLASS=user", | |
"XDG_SESSION_DESKTOP=openbox", | |
"XDG_SESSION_TYPE=x11" | |
], | |
"wayland-session" : false, | |
"wayland-issues" : [ | |
"missing-socket" | |
], | |
"x11-type" : "native" | |
}, | |
"xdg-portals" : { | |
"details" : { | |
"interfaces" : { | |
"org.freedesktop.portal.Email" : { | |
"available" : true, | |
"version" : 4 | |
}, | |
"org.freedesktop.portal.FileChooser" : { | |
"available" : true, | |
"version" : 3 | |
}, | |
"org.freedesktop.portal.Inhibit" : { | |
"available" : true, | |
"version" : 3 | |
}, | |
"org.freedesktop.portal.OpenURI" : { | |
"available" : true, | |
"version" : 3 | |
}, | |
"org.freedesktop.portal.ScreenCast" : { | |
"available" : false | |
}, | |
"org.freedesktop.portal.Settings" : { | |
"available" : false | |
} | |
}, | |
"backends" : { | |
"org.freedesktop.impl.portal.desktop.gtk" : { | |
"available" : true | |
}, | |
"org.freedesktop.impl.portal.desktop.kde" : { | |
"available" : false | |
} | |
} | |
}, | |
"issues" : [ | |
"missing-interface" | |
], | |
"messages" : [ | |
"The 'version' property is not available for 'org.freedesktop.portal.ScreenCast', either there isn't a working xdg-desktop-portal or it is a very old version", | |
"The 'version' property is not available for 'org.freedesktop.portal.Settings', either there isn't a working xdg-desktop-portal or it is a very old version" | |
] | |
}, | |
"cpu-features" : { | |
"x86-64" : true, | |
"sse3" : true, | |
"cmpxchg16b" : true | |
} | |
} | |
"sniper runtime container" information: | |
{ | |
"steam-runtime-system-info" : { | |
"version" : "0.20231107.1+bsrt3.1", | |
"path" : "/usr/bin/steam-runtime-system-info" | |
}, | |
"can-write-uinput" : true, | |
"steam-installation" : { | |
"path" : "/home/gamer/.local/share/Steam", | |
"data_path" : "/home/gamer/.local/share/Steam", | |
"bin32_path" : "/home/gamer/.local/share/Steam/ubuntu12_32", | |
"steamscript_path" : "/usr/bin/steam", | |
"steamscript_version" : "1.0.0.78", | |
"issues" : [ | |
"missing-steam-uri-handler", | |
"unexpected-steam-uri-handler" | |
] | |
}, | |
"runtime" : { | |
"path" : "/", | |
"version" : "0.20231107.66301", | |
"issues" : [], | |
"overrides" : { | |
"list" : [ | |
"overrides/lib/", | |
"overrides/lib/i386-linux-gnu/", | |
"overrides/lib/i386-linux-gnu/aliases/", | |
"overrides/lib/i386-linux-gnu/aliases/libOSMesa.so.6 -> /usr/lib/i386-linux-gnu/libOSMesa.so.8", | |
"overrides/lib/i386-linux-gnu/aliases/libXaw7.so.7 -> /usr/lib/i386-linux-gnu/libXaw.so.7", | |
"overrides/lib/i386-linux-gnu/aliases/libbz2.so.1 -> /usr/lib/i386-linux-gnu/libbz2.so.1.0", | |
"overrides/lib/i386-linux-gnu/aliases/libcurl-gnutls.so.3 -> /usr/lib/i386-linux-gnu/libcurl-gnutls.so.4", | |
"overrides/lib/i386-linux-gnu/dri/", | |
"overrides/lib/i386-linux-gnu/dri/crocus_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/i915_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/iris_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/kms_swrast_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/nouveau_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/nouveau_drv_video.so -> /run/host/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"overrides/lib/i386-linux-gnu/dri/r300_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/r600_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/r600_drv_video.so -> /run/host/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"overrides/lib/i386-linux-gnu/dri/radeonsi_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/radeonsi_drv_video.so -> /run/host/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"overrides/lib/i386-linux-gnu/dri/swrast_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/virtio_gpu_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/virtio_gpu_drv_video.so -> /run/host/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"overrides/lib/i386-linux-gnu/dri/vmwgfx_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/dri/zink_dri.so -> /run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/i386-linux-gnu/libBrokenLocale.so.1 -> /run/host/usr/lib/i386-linux-gnu/libBrokenLocale.so.1", | |
"overrides/lib/i386-linux-gnu/libEGL.so.1 -> /run/host/usr/lib/i386-linux-gnu/libEGL.so.1.1.0", | |
"overrides/lib/i386-linux-gnu/libEGL_mesa.so.0 -> /run/host/usr/lib/i386-linux-gnu/libEGL_mesa.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libEGL_nvidia.so.0 -> /run/host/usr/lib/i386-linux-gnu/libEGL_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libGL.so.1 -> /run/host/usr/lib/i386-linux-gnu/libGL.so.1.7.0", | |
"overrides/lib/i386-linux-gnu/libGLESv1_CM.so.1 -> /run/host/usr/lib/i386-linux-gnu/libGLESv1_CM.so.1.2.0", | |
"overrides/lib/i386-linux-gnu/libGLESv1_CM_nvidia.so.1 -> /run/host/usr/lib/i386-linux-gnu/libGLESv1_CM_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libGLESv2.so.2 -> /run/host/usr/lib/i386-linux-gnu/libGLESv2.so.2.1.0", | |
"overrides/lib/i386-linux-gnu/libGLESv2_nvidia.so.2 -> /run/host/usr/lib/i386-linux-gnu/libGLESv2_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libGLX.so.0 -> /run/host/usr/lib/i386-linux-gnu/libGLX.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libGLX_indirect.so.0 -> /run/host/usr/lib/i386-linux-gnu/libGLX_mesa.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libGLX_mesa.so.0 -> /run/host/usr/lib/i386-linux-gnu/libGLX_mesa.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libGLX_nvidia.so.0 -> /run/host/usr/lib/i386-linux-gnu/libGLX_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libGLdispatch.so.0 -> /run/host/usr/lib/i386-linux-gnu/libGLdispatch.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libLLVM-17.so.1 -> /run/host/usr/lib/i386-linux-gnu/libLLVM-17.so.1", | |
"overrides/lib/i386-linux-gnu/libOpenCL.so.1 -> /run/host/usr/lib/i386-linux-gnu/libOpenCL.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libOpenGL.so.0 -> /run/host/usr/lib/i386-linux-gnu/libOpenGL.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libVkLayer_INTEL_nullhw.so -> /run/host/usr/lib/i386-linux-gnu/libVkLayer_INTEL_nullhw.so", | |
"overrides/lib/i386-linux-gnu/libVkLayer_MESA_device_select.so -> /run/host/usr/lib/i386-linux-gnu/libVkLayer_MESA_device_select.so", | |
"overrides/lib/i386-linux-gnu/libVkLayer_MESA_overlay.so -> /run/host/usr/lib/i386-linux-gnu/libVkLayer_MESA_overlay.so", | |
"overrides/lib/i386-linux-gnu/libX11-xcb.so.1 -> /run/host/usr/lib/i386-linux-gnu/libX11-xcb.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libX11.so.6 -> /run/host/usr/lib/i386-linux-gnu/libX11.so.6.4.0", | |
"overrides/lib/i386-linux-gnu/libXau.so.6 -> /run/host/usr/lib/i386-linux-gnu/libXau.so.6.0.0", | |
"overrides/lib/i386-linux-gnu/libXdmcp.so.6 -> /run/host/usr/lib/i386-linux-gnu/libXdmcp.so.6.0.0", | |
"overrides/lib/i386-linux-gnu/libXext.so.6 -> /run/host/usr/lib/i386-linux-gnu/libXext.so.6.4.0", | |
"overrides/lib/i386-linux-gnu/libXfixes.so.3 -> /run/host/usr/lib/i386-linux-gnu/libXfixes.so.3.1.0", | |
"overrides/lib/i386-linux-gnu/libXxf86vm.so.1 -> /run/host/usr/lib/i386-linux-gnu/libXxf86vm.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libanl.so.1 -> /run/host/usr/lib/i386-linux-gnu/libanl.so.1", | |
"overrides/lib/i386-linux-gnu/libatomic.so.1 -> /run/host/usr/lib/i386-linux-gnu/libatomic.so.1.2.0", | |
"overrides/lib/i386-linux-gnu/libbsd.so.0 -> /run/host/usr/lib/i386-linux-gnu/libbsd.so.0.11.7", | |
"overrides/lib/i386-linux-gnu/libc.so.6 -> /run/host/usr/lib/i386-linux-gnu/libc.so.6", | |
"overrides/lib/i386-linux-gnu/libcap.so.2 -> /run/host/usr/lib/i386-linux-gnu/libcap.so.2.66", | |
"overrides/lib/i386-linux-gnu/libcuda.so.1 -> /run/host/usr/lib/i386-linux-gnu/libcuda.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libdl.so.2 -> /run/host/usr/lib/i386-linux-gnu/libdl.so.2", | |
"overrides/lib/i386-linux-gnu/libdrm.so.2 -> /run/host/usr/lib/i386-linux-gnu/libdrm.so.2.4.0", | |
"overrides/lib/i386-linux-gnu/libdrm_amdgpu.so.1 -> /run/host/usr/lib/i386-linux-gnu/libdrm_amdgpu.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libdrm_intel.so.1 -> /run/host/usr/lib/i386-linux-gnu/libdrm_intel.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libdrm_nouveau.so.2 -> /run/host/usr/lib/i386-linux-gnu/libdrm_nouveau.so.2.0.0", | |
"overrides/lib/i386-linux-gnu/libdrm_radeon.so.1 -> /run/host/usr/lib/i386-linux-gnu/libdrm_radeon.so.1.0.1", | |
"overrides/lib/i386-linux-gnu/libedit.so.2 -> /run/host/usr/lib/i386-linux-gnu/libedit.so.2.0.70", | |
"overrides/lib/i386-linux-gnu/libelf.so.1 -> /run/host/usr/lib/i386-linux-gnu/libelf-0.189.so", | |
"overrides/lib/i386-linux-gnu/libexpat.so.1 -> /run/host/usr/lib/i386-linux-gnu/libexpat.so.1.8.10", | |
"overrides/lib/i386-linux-gnu/libffi.so.8 -> /run/host/usr/lib/i386-linux-gnu/libffi.so.8.1.2", | |
"overrides/lib/i386-linux-gnu/libgbm.so.1 -> /run/host/usr/lib/i386-linux-gnu/libgbm.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libgcc_s.so.1 -> /run/host/usr/lib/i386-linux-gnu/libgcc_s.so.1", | |
"overrides/lib/i386-linux-gnu/libglapi.so.0 -> /run/host/usr/lib/i386-linux-gnu/libglapi.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libicudata.so.72 -> /run/host/usr/lib/i386-linux-gnu/libicudata.so.72.1", | |
"overrides/lib/i386-linux-gnu/libicuuc.so.72 -> /run/host/usr/lib/i386-linux-gnu/libicuuc.so.72.1", | |
"overrides/lib/i386-linux-gnu/libidn2.so.0 -> /run/host/usr/lib/i386-linux-gnu/libidn2.so.0.3.8", | |
"overrides/lib/i386-linux-gnu/liblzma.so.5 -> /run/host/usr/lib/i386-linux-gnu/liblzma.so.5.4.1", | |
"overrides/lib/i386-linux-gnu/libm.so.6 -> /run/host/usr/lib/i386-linux-gnu/libm.so.6", | |
"overrides/lib/i386-linux-gnu/libmd.so.0 -> /run/host/usr/lib/i386-linux-gnu/libmd.so.0.1.0", | |
"overrides/lib/i386-linux-gnu/libmemusage.so -> /run/host/usr/lib/i386-linux-gnu/libmemusage.so", | |
"overrides/lib/i386-linux-gnu/libnsl.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnsl.so.1", | |
"overrides/lib/i386-linux-gnu/libnss_compat.so.2 -> /run/host/usr/lib/i386-linux-gnu/libnss_compat.so.2", | |
"overrides/lib/i386-linux-gnu/libnss_dns.so.2 -> /run/host/usr/lib/i386-linux-gnu/libnss_dns.so.2", | |
"overrides/lib/i386-linux-gnu/libnss_files.so.2 -> /run/host/usr/lib/i386-linux-gnu/libnss_files.so.2", | |
"overrides/lib/i386-linux-gnu/libnvcuvid.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvcuvid.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-eglcore.so.535.129.03 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-eglcore.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-encode.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-encode.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-fbc.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-fbc.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-glcore.so.535.129.03 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-glcore.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-glsi.so.535.129.03 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-glsi.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-glvkspirv.so.535.129.03 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-glvkspirv.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-ml.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-ml.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-nvvm.so.4 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-nvvm.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-opencl.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-opencl.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-opticalflow.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-opticalflow.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-ptxjitcompiler.so.1 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-ptxjitcompiler.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libnvidia-tls.so.535.129.03 -> /run/host/usr/lib/i386-linux-gnu/libnvidia-tls.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/libpciaccess.so.0 -> /run/host/usr/lib/i386-linux-gnu/libpciaccess.so.0.11.1", | |
"overrides/lib/i386-linux-gnu/libpcprofile.so -> /run/host/usr/lib/i386-linux-gnu/libpcprofile.so", | |
"overrides/lib/i386-linux-gnu/libpthread.so.0 -> /run/host/usr/lib/i386-linux-gnu/libpthread.so.0", | |
"overrides/lib/i386-linux-gnu/libresolv.so.2 -> /run/host/usr/lib/i386-linux-gnu/libresolv.so.2", | |
"overrides/lib/i386-linux-gnu/librt.so.1 -> /run/host/usr/lib/i386-linux-gnu/librt.so.1", | |
"overrides/lib/i386-linux-gnu/libsensors.so.5 -> /run/host/usr/lib/i386-linux-gnu/libsensors.so.5.0.0", | |
"overrides/lib/i386-linux-gnu/libstdc++.so.6 -> /run/host/usr/lib/i386-linux-gnu/libstdc++.so.6.0.32", | |
"overrides/lib/i386-linux-gnu/libthread_db.so.1 -> /run/host/usr/lib/i386-linux-gnu/libthread_db.so.1", | |
"overrides/lib/i386-linux-gnu/libtinfo.so.6 -> /run/host/usr/lib/i386-linux-gnu/libtinfo.so.6.4", | |
"overrides/lib/i386-linux-gnu/libudev.so.1 -> /run/host/usr/lib/i386-linux-gnu/libudev.so.1.7.6", | |
"overrides/lib/i386-linux-gnu/libunistring.so.2 -> /run/host/usr/lib/i386-linux-gnu/libunistring.so.2.2.0", | |
"overrides/lib/i386-linux-gnu/libutil.so.1 -> /run/host/usr/lib/i386-linux-gnu/libutil.so.1", | |
"overrides/lib/i386-linux-gnu/libva-drm.so.2 -> /run/host/usr/lib/i386-linux-gnu/libva-drm.so.2.2000.0", | |
"overrides/lib/i386-linux-gnu/libva-glx.so.2 -> /run/host/usr/lib/i386-linux-gnu/libva-glx.so.2.2000.0", | |
"overrides/lib/i386-linux-gnu/libva-x11.so.2 -> /run/host/usr/lib/i386-linux-gnu/libva-x11.so.2.2000.0", | |
"overrides/lib/i386-linux-gnu/libva.so.2 -> /run/host/usr/lib/i386-linux-gnu/libva.so.2.2000.0", | |
"overrides/lib/i386-linux-gnu/libvdpau.so.1 -> /run/host/usr/lib/i386-linux-gnu/libvdpau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libvulkan.so.1 -> /run/host/usr/lib/i386-linux-gnu/libvulkan.so.1.3.268", | |
"overrides/lib/i386-linux-gnu/libwayland-client.so.0 -> /run/host/usr/lib/i386-linux-gnu/libwayland-client.so.0.22.0", | |
"overrides/lib/i386-linux-gnu/libwayland-server.so.0 -> /run/host/usr/lib/i386-linux-gnu/libwayland-server.so.0.22.0", | |
"overrides/lib/i386-linux-gnu/libxcb-dri2.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-dri2.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb-dri3.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-dri3.so.0.1.0", | |
"overrides/lib/i386-linux-gnu/libxcb-glx.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-glx.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb-present.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-present.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb-randr.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-randr.so.0.1.0", | |
"overrides/lib/i386-linux-gnu/libxcb-shm.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-shm.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb-sync.so.1 -> /run/host/usr/lib/i386-linux-gnu/libxcb-sync.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb-xfixes.so.0 -> /run/host/usr/lib/i386-linux-gnu/libxcb-xfixes.so.0.0.0", | |
"overrides/lib/i386-linux-gnu/libxcb.so.1 -> /run/host/usr/lib/i386-linux-gnu/libxcb.so.1.1.0", | |
"overrides/lib/i386-linux-gnu/libxml2.so.2 -> /run/host/usr/lib/i386-linux-gnu/libxml2.so.2.9.14", | |
"overrides/lib/i386-linux-gnu/libxshmfence.so.1 -> /run/host/usr/lib/i386-linux-gnu/libxshmfence.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/libz.so.1 -> /run/host/usr/lib/i386-linux-gnu/libz.so.1.2.13", | |
"overrides/lib/i386-linux-gnu/libzstd.so.1 -> /run/host/usr/lib/i386-linux-gnu/libzstd.so.1.5.5", | |
"overrides/lib/i386-linux-gnu/vdpau/", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so.535.129.03", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_r600.so -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_r600.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_radeonsi.so -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_radeonsi.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_trace.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_trace.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_virtio_gpu.so -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vdpau/libvdpau_virtio_gpu.so.1 -> /run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1.0.0", | |
"overrides/lib/i386-linux-gnu/vulkan/", | |
"overrides/lib/i386-linux-gnu/vulkan/00/", | |
"overrides/lib/i386-linux-gnu/vulkan/01/", | |
"overrides/lib/i386-linux-gnu/vulkan/01/libvulkan_intel_hasvk.so -> /run/host/usr/lib/i386-linux-gnu/libvulkan_intel_hasvk.so", | |
"overrides/lib/i386-linux-gnu/vulkan/02/", | |
"overrides/lib/i386-linux-gnu/vulkan/03/", | |
"overrides/lib/i386-linux-gnu/vulkan/03/libvulkan_intel.so -> /run/host/usr/lib/i386-linux-gnu/libvulkan_intel.so", | |
"overrides/lib/i386-linux-gnu/vulkan/04/", | |
"overrides/lib/i386-linux-gnu/vulkan/05/", | |
"overrides/lib/i386-linux-gnu/vulkan/05/libvulkan_lvp.so -> /run/host/usr/lib/i386-linux-gnu/libvulkan_lvp.so", | |
"overrides/lib/i386-linux-gnu/vulkan/06/", | |
"overrides/lib/i386-linux-gnu/vulkan/07/", | |
"overrides/lib/i386-linux-gnu/vulkan/07/libvulkan_radeon.so -> /run/host/usr/lib/i386-linux-gnu/libvulkan_radeon.so", | |
"overrides/lib/i386-linux-gnu/vulkan/08/", | |
"overrides/lib/i386-linux-gnu/vulkan/09/", | |
"overrides/lib/i386-linux-gnu/vulkan/09/libvulkan_virtio.so -> /run/host/usr/lib/i386-linux-gnu/libvulkan_virtio.so", | |
"overrides/lib/i386-linux-gnu/vulkan/10/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/00/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/00/libVkLayer_steam_fossilize.so -> $HOME/.local/share/Steam/ubuntu12_32/libVkLayer_steam_fossilize.so", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/01/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/02/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/02/steamoverlayvulkanlayer.so -> $HOME/.local/share/Steam/ubuntu12_32/steamoverlayvulkanlayer.so", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/03/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/04/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/04/libMangoHud.so -> /run/host/usr/lib/i386-linux-gnu/mangohud/libMangoHud.so", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/05/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/07/", | |
"overrides/lib/i386-linux-gnu/vulkan_imp_layer/08/", | |
"overrides/lib/platform-haswell -> x86_64-linux-gnu", | |
"overrides/lib/platform-i386 -> i386-linux-gnu", | |
"overrides/lib/platform-i486 -> i386-linux-gnu", | |
"overrides/lib/platform-i586 -> i386-linux-gnu", | |
"overrides/lib/platform-i686 -> i386-linux-gnu", | |
"overrides/lib/platform-x86_64 -> x86_64-linux-gnu", | |
"overrides/lib/platform-xeon_phi -> x86_64-linux-gnu", | |
"overrides/lib/x86_64-linux-gnu/", | |
"overrides/lib/x86_64-linux-gnu/aliases/", | |
"overrides/lib/x86_64-linux-gnu/aliases/libOSMesa.so.6 -> /usr/lib/x86_64-linux-gnu/libOSMesa.so.8", | |
"overrides/lib/x86_64-linux-gnu/aliases/libXaw7.so.7 -> /usr/lib/x86_64-linux-gnu/libXaw.so.7", | |
"overrides/lib/x86_64-linux-gnu/aliases/libbz2.so.1 -> /usr/lib/x86_64-linux-gnu/libbz2.so.1.0", | |
"overrides/lib/x86_64-linux-gnu/aliases/libcurl-gnutls.so.3 -> /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4", | |
"overrides/lib/x86_64-linux-gnu/dri/", | |
"overrides/lib/x86_64-linux-gnu/dri/crocus_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/d3d12_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"overrides/lib/x86_64-linux-gnu/dri/i915_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/i965_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/i965_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/iris_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/nouveau_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"overrides/lib/x86_64-linux-gnu/dri/nouveau_vieux_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/i965_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/r200_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/i965_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/r300_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/r600_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/r600_drv_video.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"overrides/lib/x86_64-linux-gnu/dri/radeon_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/i965_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/radeonsi_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"overrides/lib/x86_64-linux-gnu/dri/swrast_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/virtio_gpu_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/virtio_gpu_drv_video.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"overrides/lib/x86_64-linux-gnu/dri/vmwgfx_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/dri/zink_dri.so -> /run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"overrides/lib/x86_64-linux-gnu/libBrokenLocale.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libBrokenLocale.so.1", | |
"overrides/lib/x86_64-linux-gnu/libEGL.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libEGL.so.1.1.0", | |
"overrides/lib/x86_64-linux-gnu/libEGL_mesa.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libEGL_mesa.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libEGL_nvidia.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libEGL_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libGL.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libGL.so.1.7.0", | |
"overrides/lib/x86_64-linux-gnu/libGLESv1_CM.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1.2.0", | |
"overrides/lib/x86_64-linux-gnu/libGLESv1_CM_nvidia.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libGLESv1_CM_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libGLESv2.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libGLESv2.so.2.1.0", | |
"overrides/lib/x86_64-linux-gnu/libGLESv2_nvidia.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libGLESv2_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libGLX.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libGLX.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libGLX_indirect.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libGLX_mesa.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libGLX_nvidia.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libGLdispatch.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libGLdispatch.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libLLVM-17.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libLLVM-17.so.1", | |
"overrides/lib/x86_64-linux-gnu/libOpenCL.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libOpenCL.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libOpenGL.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libOpenGL.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libVkLayer_INTEL_nullhw.so -> /run/host/usr/lib/x86_64-linux-gnu/libVkLayer_INTEL_nullhw.so", | |
"overrides/lib/x86_64-linux-gnu/libVkLayer_MESA_device_select.so -> /run/host/usr/lib/x86_64-linux-gnu/libVkLayer_MESA_device_select.so", | |
"overrides/lib/x86_64-linux-gnu/libVkLayer_MESA_overlay.so -> /run/host/usr/lib/x86_64-linux-gnu/libVkLayer_MESA_overlay.so", | |
"overrides/lib/x86_64-linux-gnu/libX11-xcb.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libX11.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libX11.so.6.4.0", | |
"overrides/lib/x86_64-linux-gnu/libXNVCtrl.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libXNVCtrl.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libXau.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libXau.so.6.0.0", | |
"overrides/lib/x86_64-linux-gnu/libXdmcp.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0", | |
"overrides/lib/x86_64-linux-gnu/libXext.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libXext.so.6.4.0", | |
"overrides/lib/x86_64-linux-gnu/libXfixes.so.3 -> /run/host/usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0", | |
"overrides/lib/x86_64-linux-gnu/libXxf86vm.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libanl.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libanl.so.1", | |
"overrides/lib/x86_64-linux-gnu/libbsd.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libbsd.so.0.11.7", | |
"overrides/lib/x86_64-linux-gnu/libc.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libc.so.6", | |
"overrides/lib/x86_64-linux-gnu/libcap.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libcap.so.2.66", | |
"overrides/lib/x86_64-linux-gnu/libcrypto.so.3 -> /run/host/usr/lib/x86_64-linux-gnu/libcrypto.so.3", | |
"overrides/lib/x86_64-linux-gnu/libcuda.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libcuda.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libcudadebugger.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libcudadebugger.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libdl.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libdl.so.2", | |
"overrides/lib/x86_64-linux-gnu/libdrm.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0", | |
"overrides/lib/x86_64-linux-gnu/libdrm_amdgpu.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libdrm_amdgpu.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libdrm_intel.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libdrm_nouveau.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libdrm_nouveau.so.2.0.0", | |
"overrides/lib/x86_64-linux-gnu/libdrm_radeon.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libdrm_radeon.so.1.0.1", | |
"overrides/lib/x86_64-linux-gnu/libedit.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libedit.so.2.0.70", | |
"overrides/lib/x86_64-linux-gnu/libelf.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libelf-0.189.so", | |
"overrides/lib/x86_64-linux-gnu/libexpat.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libexpat.so.1.8.10", | |
"overrides/lib/x86_64-linux-gnu/libffi.so.8 -> /run/host/usr/lib/x86_64-linux-gnu/libffi.so.8.1.2", | |
"overrides/lib/x86_64-linux-gnu/libgbm.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libgcc_s.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libgcc_s.so.1", | |
"overrides/lib/x86_64-linux-gnu/libglapi.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libicudata.so.72 -> /run/host/usr/lib/x86_64-linux-gnu/libicudata.so.72.1", | |
"overrides/lib/x86_64-linux-gnu/libicuuc.so.72 -> /run/host/usr/lib/x86_64-linux-gnu/libicuuc.so.72.1", | |
"overrides/lib/x86_64-linux-gnu/libidn2.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libidn2.so.0.3.8", | |
"overrides/lib/x86_64-linux-gnu/liblzma.so.5 -> /run/host/usr/lib/x86_64-linux-gnu/liblzma.so.5.4.1", | |
"overrides/lib/x86_64-linux-gnu/libm.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libm.so.6", | |
"overrides/lib/x86_64-linux-gnu/libmd.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libmd.so.0.1.0", | |
"overrides/lib/x86_64-linux-gnu/libmemusage.so -> /run/host/usr/lib/x86_64-linux-gnu/libmemusage.so", | |
"overrides/lib/x86_64-linux-gnu/libmvec.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libmvec.so.1", | |
"overrides/lib/x86_64-linux-gnu/libnsl.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnsl.so.1", | |
"overrides/lib/x86_64-linux-gnu/libnss_compat.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libnss_compat.so.2", | |
"overrides/lib/x86_64-linux-gnu/libnss_dns.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libnss_dns.so.2", | |
"overrides/lib/x86_64-linux-gnu/libnss_files.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libnss_files.so.2", | |
"overrides/lib/x86_64-linux-gnu/libnvcuvid.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvcuvid.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-allocator.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-allocator.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-api.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-api.so.1", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-cfg.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-cfg.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-egl-gbm.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-egl-gbm.so.1.1.0", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-egl-wayland.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-egl-wayland.so.1.1.13", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-eglcore.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-eglcore.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-encode.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-encode.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-fbc.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-fbc.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-glcore.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-glsi.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-glsi.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-glvkspirv.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-ml.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-ngx.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-ngx.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-nvvm.so.4 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-nvvm.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-opencl.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-opencl.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-opticalflow.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-opticalflow.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-pkcs11-openssl3.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-pkcs11-openssl3.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-ptxjitcompiler.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-rtcore.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-rtcore.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-tls.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-tls.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvidia-vulkan-producer.so.535.129.03 -> /run/host/usr/lib/x86_64-linux-gnu/libnvidia-vulkan-producer.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libnvoptix.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libnvoptix.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/libpciaccess.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libpciaccess.so.0.11.1", | |
"overrides/lib/x86_64-linux-gnu/libpcprofile.so -> /run/host/usr/lib/x86_64-linux-gnu/libpcprofile.so", | |
"overrides/lib/x86_64-linux-gnu/libpthread.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libpthread.so.0", | |
"overrides/lib/x86_64-linux-gnu/libresolv.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libresolv.so.2", | |
"overrides/lib/x86_64-linux-gnu/librt.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/librt.so.1", | |
"overrides/lib/x86_64-linux-gnu/libsensors.so.5 -> /run/host/usr/lib/x86_64-linux-gnu/libsensors.so.5.0.0", | |
"overrides/lib/x86_64-linux-gnu/libstdc++.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.32", | |
"overrides/lib/x86_64-linux-gnu/libthread_db.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libthread_db.so.1", | |
"overrides/lib/x86_64-linux-gnu/libtinfo.so.6 -> /run/host/usr/lib/x86_64-linux-gnu/libtinfo.so.6.4", | |
"overrides/lib/x86_64-linux-gnu/libudev.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libudev.so.1.7.6", | |
"overrides/lib/x86_64-linux-gnu/libunistring.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libunistring.so.2.2.0", | |
"overrides/lib/x86_64-linux-gnu/libutil.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libutil.so.1", | |
"overrides/lib/x86_64-linux-gnu/libva-drm.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libva-drm.so.2.2000.0", | |
"overrides/lib/x86_64-linux-gnu/libva-glx.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libva-glx.so.2.2000.0", | |
"overrides/lib/x86_64-linux-gnu/libva-x11.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libva-x11.so.2.2000.0", | |
"overrides/lib/x86_64-linux-gnu/libva.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libva.so.2.2000.0", | |
"overrides/lib/x86_64-linux-gnu/libvdpau.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libvdpau.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libvulkan.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan.so.1.3.268", | |
"overrides/lib/x86_64-linux-gnu/libwayland-client.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libwayland-client.so.0.22.0", | |
"overrides/lib/x86_64-linux-gnu/libwayland-server.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libwayland-server.so.0.22.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-dri2.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-dri3.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0.1.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-glx.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-present.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-present.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-randr.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-randr.so.0.1.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-shm.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-sync.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-sync.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb-xfixes.so.0 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so.0.0.0", | |
"overrides/lib/x86_64-linux-gnu/libxcb.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0", | |
"overrides/lib/x86_64-linux-gnu/libxml2.so.2 -> /run/host/usr/lib/x86_64-linux-gnu/libxml2.so.2.9.14", | |
"overrides/lib/x86_64-linux-gnu/libxshmfence.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libxshmfence.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/libz.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libz.so.1.2.13", | |
"overrides/lib/x86_64-linux-gnu/libzstd.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/libzstd.so.1.5.5", | |
"overrides/lib/x86_64-linux-gnu/vdpau/", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.535.129.03", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_r600.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_r600.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_radeonsi.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_radeonsi.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_trace.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_trace.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_virtio_gpu.so -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vdpau/libvdpau_virtio_gpu.so.1 -> /run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1.0.0", | |
"overrides/lib/x86_64-linux-gnu/vulkan/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/00/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/00/libvulkan_dzn.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_dzn.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan/01/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/02/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/02/libvulkan_intel_hasvk.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_intel_hasvk.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan/03/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/04/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/04/libvulkan_intel.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_intel.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan/05/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/06/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/06/libvulkan_lvp.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_lvp.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan/07/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/08/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/08/libvulkan_radeon.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_radeon.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan/09/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/10/", | |
"overrides/lib/x86_64-linux-gnu/vulkan/10/libvulkan_virtio.so -> /run/host/usr/lib/x86_64-linux-gnu/libvulkan_virtio.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/00/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/01/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/01/libVkLayer_steam_fossilize.so -> $HOME/.local/share/Steam/ubuntu12_64/libVkLayer_steam_fossilize.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/02/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/03/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/03/steamoverlayvulkanlayer.so -> $HOME/.local/share/Steam/ubuntu12_64/steamoverlayvulkanlayer.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/04/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/05/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/05/libMangoHud.so -> /run/host/usr/lib/x86_64-linux-gnu/mangohud/libMangoHud.so", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/07/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/08/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/10/", | |
"overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/10/libvkbasalt.so -> /run/host/usr/lib/x86_64-linux-gnu/vkbasalt/libvkbasalt.so", | |
"overrides/share/", | |
"overrides/share/egl/", | |
"overrides/share/egl/egl_external_platform.d/", | |
"overrides/share/egl/egl_external_platform.d/10_nvidia_wayland.json -> /run/host/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json", | |
"overrides/share/egl/egl_external_platform.d/15_nvidia_gbm.json -> /run/host/usr/share/egl/egl_external_platform.d/15_nvidia_gbm.json", | |
"overrides/share/glvnd/", | |
"overrides/share/glvnd/egl_vendor.d/", | |
"overrides/share/glvnd/egl_vendor.d/10_nvidia.json -> /run/host/usr/share/glvnd/egl_vendor.d/10_nvidia.json", | |
"overrides/share/glvnd/egl_vendor.d/50_mesa.json -> /run/host/usr/share/glvnd/egl_vendor.d/50_mesa.json", | |
"overrides/share/vulkan/", | |
"overrides/share/vulkan/explicit_layer.d/", | |
"overrides/share/vulkan/explicit_layer.d/0.json -> /run/host/usr/share/vulkan/explicit_layer.d/VkLayer_INTEL_nullhw.json", | |
"overrides/share/vulkan/explicit_layer.d/1.json -> /run/host/usr/share/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json", | |
"overrides/share/vulkan/icd.d/", | |
"overrides/share/vulkan/icd.d/dzn_icd.x86_64.json", | |
"overrides/share/vulkan/icd.d/intel_hasvk_icd.i686.json", | |
"overrides/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json", | |
"overrides/share/vulkan/icd.d/intel_icd.i686.json", | |
"overrides/share/vulkan/icd.d/intel_icd.x86_64.json", | |
"overrides/share/vulkan/icd.d/lvp_icd.i686.json", | |
"overrides/share/vulkan/icd.d/lvp_icd.x86_64.json", | |
"overrides/share/vulkan/icd.d/nvidia_icd.json -> /run/host/usr/share/vulkan/icd.d/nvidia_icd.json", | |
"overrides/share/vulkan/icd.d/radeon_icd.i686.json", | |
"overrides/share/vulkan/icd.d/radeon_icd.x86_64.json", | |
"overrides/share/vulkan/icd.d/virtio_icd.i686.json", | |
"overrides/share/vulkan/icd.d/virtio_icd.x86_64.json", | |
"overrides/share/vulkan/implicit_layer.d/", | |
"overrides/share/vulkan/implicit_layer.d/00-i386-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/01-x86_64-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/02-i386-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/03-x86_64-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/04-i386-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/05-x86_64-linux-gnu.json", | |
"overrides/share/vulkan/implicit_layer.d/06.json -> /run/host/usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json", | |
"overrides/share/vulkan/implicit_layer.d/09.json -> /run/host/usr/share/vulkan/implicit_layer.d/nvidia_layers.json", | |
"overrides/share/vulkan/implicit_layer.d/10-x86_64-linux-gnu.json" | |
] | |
} | |
}, | |
"os-release" : { | |
"id" : "steamrt", | |
"id_like" : [ | |
"debian" | |
], | |
"name" : "Steam Runtime", | |
"pretty_name" : "Steam Runtime 3 (sniper)", | |
"version_id" : "3", | |
"version_codename" : "sniper", | |
"build_id" : "0.20231107.66301", | |
"variant_id" : "com.valvesoftware.steamruntime.platform-amd64_i386-sniper", | |
"variant" : "Platform", | |
"source_path" : "/etc/os-release", | |
"source_path_resolved" : "/usr/lib/os-release" | |
}, | |
"virtualization" : { | |
"type" : "none" | |
}, | |
"container" : { | |
"type" : "pressure-vessel", | |
"host" : { | |
"path" : "/run/host", | |
"os-release" : { | |
"id" : "pika", | |
"id_like" : [ | |
"ubuntu", | |
"debian" | |
], | |
"name" : "PikaOS", | |
"pretty_name" : "PikaOS Linux 3", | |
"version_id" : "3", | |
"version_codename" : "devel", | |
"source_path" : "/etc/os-release", | |
"source_path_resolved" : "/usr/lib/os-release" | |
} | |
} | |
}, | |
"driver_environment" : [ | |
"DISABLE_LAYER_AMD_SWITCHABLE_GRAPHICS_1=1", | |
"LD_LIBRARY_PATH=/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/aliases:/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/aliases", | |
"PULSE_CLIENTCONFIG=/run/pressure-vessel/pulse/config", | |
"PULSE_SERVER=unix:/run/pressure-vessel/pulse/native", | |
"SDL_GAMECONTROLLERCONFIG=03000000de280000ff11000001000000,Steam Virtual Gamepad,a:b0,b:b1,back:b6,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,\n03000000de280000fc11000001000000,Steam Controller,a:b0,b:b1,back:b6,dpdown:b14,dpleft:b15,dpright:b13,dpup:b12,guide:b8,leftshoulder:b4,leftstick:b9,lefttrigger:a2,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b10,righttrigger:a5,rightx:a3,righty:a4,start:b7,x:b2,y:b3,platform:Linux,\n03000000632500002605000010010000,SHANWAN Android Gamepad,a:b0,b:b1,x:b3,y:b4,back:b10,guide:b12,start:b11,leftstick:b13,rightstick:b14,leftshoulder:b6,rightshoulder:b7,dpup:h0.1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:a5,righttrigger:a4,crc:0ecc,platform:Linux,", | |
"VK_DRIVER_FILES=/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/dzn_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/nvidia_icd.json", | |
"VK_ICD_FILENAMES=/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/dzn_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.i686.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.x86_64.json:/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/nvidia_icd.json", | |
"XDG_RUNTIME_DIR=/run/user/1001", | |
"__EGL_EXTERNAL_PLATFORM_CONFIG_FILENAMES=/usr/lib/pressure-vessel/overrides/share/egl/egl_external_platform.d/10_nvidia_wayland.json:/usr/lib/pressure-vessel/overrides/share/egl/egl_external_platform.d/15_nvidia_gbm.json", | |
"__EGL_VENDOR_LIBRARY_FILENAMES=/usr/lib/pressure-vessel/overrides/share/glvnd/egl_vendor.d/10_nvidia.json:/usr/lib/pressure-vessel/overrides/share/glvnd/egl_vendor.d/50_mesa.json" | |
], | |
"architectures" : { | |
"i386-linux-gnu" : { | |
"can-run" : true, | |
"libdl-LIB" : "lib/i386-linux-gnu", | |
"libdl-PLATFORM" : "i686", | |
"runtime-linker" : { | |
"path" : "/lib/ld-linux.so.2", | |
"resolved" : "/run/host/usr/lib/i386-linux-gnu/ld-linux.so.2" | |
}, | |
"library-issues-summary" : [ | |
"cannot-load" | |
], | |
"library-details" : { | |
"libBrokenLocale.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libBrokenLocale.so.1" | |
}, | |
"libCg.so" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libCg.so" | |
}, | |
"libCgGL.so" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libCgGL.so" | |
}, | |
"libFLAC.so.8" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libFLAC.so.8" | |
}, | |
"libGL.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libGL.so.1" | |
}, | |
"libGLEW.so.2.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libGLEW.so.2.1" | |
}, | |
"libGLU.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libGLU.so.1" | |
}, | |
"libICE.so.6" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libICE.so.6" | |
}, | |
"libOSMesa.so.8" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libOSMesa.so.8" | |
}, | |
"libSDL2-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libSDL2-2.0.so.0" | |
}, | |
"libSDL2_image-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libSDL2_image-2.0.so.0" | |
}, | |
"libSDL2_mixer-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libSDL2_mixer-2.0.so.0" | |
}, | |
"libSDL2_net-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libSDL2_net-2.0.so.0" | |
}, | |
"libSDL2_ttf-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libSDL2_ttf-2.0.so.0" | |
}, | |
"libSM.so.6" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libSM.so.6" | |
}, | |
"libX11-xcb.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libX11-xcb.so.1" | |
}, | |
"libX11.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libX11.so.6" | |
}, | |
"libXNVCtrl.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXNVCtrl.so.0" | |
}, | |
"libXau.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libXau.so.6" | |
}, | |
"libXaw.so.7" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXaw.so.7" | |
}, | |
"libXcomposite.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXcomposite.so.1" | |
}, | |
"libXcursor.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXcursor.so.1" | |
}, | |
"libXdamage.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXdamage.so.1" | |
}, | |
"libXdmcp.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libXdmcp.so.6" | |
}, | |
"libXext.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libXext.so.6" | |
}, | |
"libXfixes.so.3" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libXfixes.so.3" | |
}, | |
"libXft.so.2" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXft.so.2" | |
}, | |
"libXi.so.6" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXi.so.6" | |
}, | |
"libXinerama.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXinerama.so.1" | |
}, | |
"libXmu.so.6" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXmu.so.6" | |
}, | |
"libXpm.so.4" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXpm.so.4" | |
}, | |
"libXpresent.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXpresent.so.1" | |
}, | |
"libXrandr.so.2" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXrandr.so.2" | |
}, | |
"libXrender.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXrender.so.1" | |
}, | |
"libXss.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXss.so.1" | |
}, | |
"libXt.so.6" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXt.so.6" | |
}, | |
"libXtst.so.6" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libXtst.so.6" | |
}, | |
"libXxf86vm.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libXxf86vm.so.1" | |
}, | |
"libacl.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libacl.so.1" | |
}, | |
"libanl.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libanl.so.1" | |
}, | |
"libasound.so.2" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libasound.so.2" | |
}, | |
"libasyncns.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libasyncns.so.0" | |
}, | |
"libatk-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libatk-1.0.so.0" | |
}, | |
"libatomic.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libatomic.so.1" | |
}, | |
"libattr.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libattr.so.1" | |
}, | |
"libblas.so.3" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libblas.so.3" | |
}, | |
"libbz2.so.1.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libbz2.so.1.0" | |
}, | |
"libc.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libc.so.6" | |
}, | |
"libcairo.so.2" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libcairo.so.2" | |
}, | |
"libcap.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libcap.so.2" | |
}, | |
"libcrypt.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libcrypt.so.1" | |
}, | |
"libcrypto.so.1.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libcrypto.so.1.1" | |
}, | |
"libcups.so.2" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libcups.so.2" | |
}, | |
"libcurl-gnutls.so.4" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libcurl-gnutls.so.4" | |
}, | |
"libcurl.so.4" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libcurl.so.4" | |
}, | |
"libdbus-1.so.3" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libdbus-1.so.3" | |
}, | |
"libdl.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libdl.so.2" | |
}, | |
"libdrm.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libdrm.so.2" | |
}, | |
"libdrm_amdgpu.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libdrm_amdgpu.so.1" | |
}, | |
"libdrm_intel.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libdrm_intel.so.1" | |
}, | |
"libdrm_nouveau.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libdrm_nouveau.so.2" | |
}, | |
"libdrm_radeon.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libdrm_radeon.so.1" | |
}, | |
"libedit.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libedit.so.2" | |
}, | |
"libelf.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libelf.so.1" | |
}, | |
"libexif.so.12" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libexif.so.12" | |
}, | |
"libexpat.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libexpat.so.1" | |
}, | |
"libexpatw.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libexpatw.so.1" | |
}, | |
"libexslt.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libexslt.so.0" | |
}, | |
"libffi.so.7" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libffi.so.7" | |
}, | |
"libfltk.so.1.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libfltk.so.1.1" | |
}, | |
"libfltk_forms.so.1.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libfltk_forms.so.1.1" | |
}, | |
"libfltk_gl.so.1.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libfltk_gl.so.1.1" | |
}, | |
"libfltk_images.so.1.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libfltk_images.so.1.1" | |
}, | |
"libfontconfig.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libfontconfig.so.1" | |
}, | |
"libform.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/i386-linux-gnu/libncurses.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libformw.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/i386-linux-gnu/libncursesw.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libfreetype.so.6" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libfreetype.so.6" | |
}, | |
"libgcc_s.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libgcc_s.so.1" | |
}, | |
"libgcrypt.so.20" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libgcrypt.so.20" | |
}, | |
"libgdk-3.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libgdk-3.so.0" | |
}, | |
"libgdk_pixbuf-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libgdk_pixbuf-2.0.so.0" | |
}, | |
"libgio-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libgio-2.0.so.0" | |
}, | |
"libglib-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libglib-2.0.so.0" | |
}, | |
"libglut.so.3" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libglut.so.3" | |
}, | |
"libgmodule-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libgmodule-2.0.so.0" | |
}, | |
"libgmp.so.10" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libgmp.so.10" | |
}, | |
"libgnutls.so.30" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libgnutls.so.30" | |
}, | |
"libgobject-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libgobject-2.0.so.0" | |
}, | |
"libgomp.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libgomp.so.1" | |
}, | |
"libgpg-error.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libgpg-error.so.0" | |
}, | |
"libgthread-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libgthread-2.0.so.0" | |
}, | |
"libgtk-3.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libgtk-3.so.0" | |
}, | |
"libgudev-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libgudev-1.0.so.0" | |
}, | |
"libibus-1.0.so.5" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libibus-1.0.so.5" | |
}, | |
"libidn2.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libidn2.so.0" | |
}, | |
"libitm.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libitm.so.1" | |
}, | |
"libjack.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libjack.so.0" | |
}, | |
"libjacknet.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libjacknet.so.0" | |
}, | |
"libjpeg.so.62" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libjpeg.so.62" | |
}, | |
"libjson-glib-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libjson-glib-1.0.so.0" | |
}, | |
"liblapack.so.3" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/liblapack.so.3" | |
}, | |
"liblcms2.so.2" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/liblcms2.so.2" | |
}, | |
"libm.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libm.so.6" | |
}, | |
"libmenu.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/i386-linux-gnu/libncurses.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libmenuw.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/i386-linux-gnu/libncursesw.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libmpg123.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libmpg123.so.0" | |
}, | |
"libncurses.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/i386-linux-gnu/libncurses.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libncursesw.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/i386-linux-gnu/libncursesw.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libnotify.so.4" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libnotify.so.4" | |
}, | |
"libnsl.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libnsl.so.1" | |
}, | |
"libnspr4.so" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libnspr4.so" | |
}, | |
"libnss3.so" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libnss3.so" | |
}, | |
"libnssutil3.so" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libnssutil3.so" | |
}, | |
"libogg.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libogg.so.0" | |
}, | |
"libopenal.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libopenal.so.1" | |
}, | |
"libopenblas.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libopenblas.so.0" | |
}, | |
"libopus.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libopus.so.0" | |
}, | |
"libopusfile.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libopusfile.so.0" | |
}, | |
"libopusurl.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libopusurl.so.0" | |
}, | |
"libp11-kit.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libp11-kit.so.0" | |
}, | |
"libpanel.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/i386-linux-gnu/libncurses.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libpanelw.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/i386-linux-gnu/libncursesw.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libpango-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libpango-1.0.so.0" | |
}, | |
"libpangocairo-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libpangocairo-1.0.so.0" | |
}, | |
"libpangoft2-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libpangoft2-1.0.so.0" | |
}, | |
"libpangoxft-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libpangoxft-1.0.so.0" | |
}, | |
"libpci.so.3" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libpci.so.3" | |
}, | |
"libpcre.so.3" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libpcre.so.3" | |
}, | |
"libpcreposix.so.3" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libpcreposix.so.3" | |
}, | |
"libpipewire-0.3.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libpipewire-0.3.so.0" | |
}, | |
"libpixman-1.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libpixman-1.so.0" | |
}, | |
"libplc4.so" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libplc4.so" | |
}, | |
"libplds4.so" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libplds4.so" | |
}, | |
"libpng16.so.16" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libpng16.so.16" | |
}, | |
"libpthread.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libpthread.so.0" | |
}, | |
"libpulse-simple.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libpulse-simple.so.0" | |
}, | |
"libpulse.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libpulse.so.0" | |
}, | |
"libquadmath.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libquadmath.so.0" | |
}, | |
"libresolv.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libresolv.so.2" | |
}, | |
"librt.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/librt.so.1" | |
}, | |
"libsamplerate.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libsamplerate.so.0" | |
}, | |
"libselinux.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libselinux.so.1" | |
}, | |
"libsmime3.so" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libsmime3.so" | |
}, | |
"libsndfile.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libsndfile.so.1" | |
}, | |
"libsoup-2.4.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libsoup-2.4.so.1" | |
}, | |
"libspeex.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libspeex.so.1" | |
}, | |
"libspeexdsp.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libspeexdsp.so.1" | |
}, | |
"libsqlite3.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libsqlite3.so.0" | |
}, | |
"libssl.so.1.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libssl.so.1.1" | |
}, | |
"libssl3.so" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libssl3.so" | |
}, | |
"libstdc++.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libstdc++.so.6" | |
}, | |
"libsteam-runtime-tools-0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libsteam-runtime-tools-0.so.0" | |
}, | |
"libtasn1.so.6" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libtasn1.so.6" | |
}, | |
"libtbb.so.2" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libtbb.so.2" | |
}, | |
"libtbbmalloc.so.2" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libtbbmalloc.so.2" | |
}, | |
"libtbbmalloc_proxy.so.2" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libtbbmalloc_proxy.so.2" | |
}, | |
"libtheora.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libtheora.so.0" | |
}, | |
"libtheoradec.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libtheoradec.so.1" | |
}, | |
"libtheoraenc.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libtheoraenc.so.1" | |
}, | |
"libtic.so.6" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libtic.so.6" | |
}, | |
"libtiff.so.5" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libtiff.so.5" | |
}, | |
"libtinfo.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libtinfo.so.6" | |
}, | |
"libudev.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libudev.so.1" | |
}, | |
"libusb-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libusb-1.0.so.0" | |
}, | |
"libutil.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libutil.so.1" | |
}, | |
"libuuid.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libuuid.so.1" | |
}, | |
"libv4l2.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libv4l2.so.0" | |
}, | |
"libva-drm.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libva-drm.so.2" | |
}, | |
"libva-glx.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libva-glx.so.2" | |
}, | |
"libva-wayland.so.2" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libva-wayland.so.2" | |
}, | |
"libva-x11.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libva-x11.so.2" | |
}, | |
"libva.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libva.so.2" | |
}, | |
"libvdpau.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libvdpau.so.1" | |
}, | |
"libvorbis.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libvorbis.so.0" | |
}, | |
"libvorbisenc.so.2" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libvorbisenc.so.2" | |
}, | |
"libvorbisfile.so.3" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libvorbisfile.so.3" | |
}, | |
"libvpx.so.6" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libvpx.so.6" | |
}, | |
"libvulkan.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libvulkan.so.1" | |
}, | |
"libwaffle-1.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libwaffle-1.so.0" | |
}, | |
"libwayland-client.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libwayland-client.so.0" | |
}, | |
"libwebp.so.6" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libwebp.so.6" | |
}, | |
"libwrap.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libwrap.so.0" | |
}, | |
"libxcb-composite.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libxcb-composite.so.0" | |
}, | |
"libxcb-damage.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libxcb-damage.so.0" | |
}, | |
"libxcb-dpms.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libxcb-dpms.so.0" | |
}, | |
"libxcb-dri2.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libxcb-dri2.so.0" | |
}, | |
"libxcb-dri3.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libxcb-dri3.so.0" | |
}, | |
"libxcb-glx.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libxcb-glx.so.0" | |
}, | |
"libxcb-present.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libxcb-present.so.0" | |
}, | |
"libxcb-randr.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libxcb-randr.so.0" | |
}, | |
"libxcb-record.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libxcb-record.so.0" | |
}, | |
"libxcb-render.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libxcb-render.so.0" | |
}, | |
"libxcb-res.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libxcb-res.so.0" | |
}, | |
"libxcb-screensaver.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libxcb-screensaver.so.0" | |
}, | |
"libxcb-shape.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libxcb-shape.so.0" | |
}, | |
"libxcb-shm.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libxcb-shm.so.0" | |
}, | |
"libxcb-sync.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libxcb-sync.so.1" | |
}, | |
"libxcb-xf86dri.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libxcb-xf86dri.so.0" | |
}, | |
"libxcb-xfixes.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libxcb-xfixes.so.0" | |
}, | |
"libxcb-xinerama.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libxcb-xinerama.so.0" | |
}, | |
"libxcb-xkb.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libxcb-xkb.so.1" | |
}, | |
"libxcb-xtest.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libxcb-xtest.so.0" | |
}, | |
"libxcb-xv.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libxcb-xv.so.0" | |
}, | |
"libxcb-xvmc.so.0" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libxcb-xvmc.so.0" | |
}, | |
"libxcb.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libxcb.so.1" | |
}, | |
"libxml2.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libxml2.so.2" | |
}, | |
"libxslt.so.1" : { | |
"soname" : null, | |
"path" : "/lib/i386-linux-gnu/libxslt.so.1" | |
}, | |
"libz.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libz.so.1" | |
} | |
}, | |
"graphics-details" : { | |
"x11/vulkan" : { | |
"renderer" : "Intel(R) UHD Graphics (CML GT2)", | |
"version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"devices" : [ | |
{ | |
"name" : "Intel(R) UHD Graphics (CML GT2)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 6, | |
"driver-name" : "Intel open-source Mesa driver", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"vendor-id" : "0x8086", | |
"device-id" : "0x9bc4", | |
"type" : "integrated-gpu" | |
}, | |
{ | |
"name" : "NVIDIA GeForce GTX 1650", | |
"api-version" : "1.3.242", | |
"vulkan-driver-id" : 4, | |
"driver-name" : "NVIDIA", | |
"driver-version" : "535.129.03", | |
"vendor-id" : "0x10de", | |
"device-id" : "0x1f99", | |
"type" : "discrete-gpu" | |
}, | |
{ | |
"name" : "llvmpipe (LLVM 17.0.2, 256 bits)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 13, | |
"driver-name" : "llvmpipe", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1) (LLVM 17.0.2)", | |
"vendor-id" : "0x10005", | |
"device-id" : "0", | |
"type" : "cpu", | |
"issues" : [ | |
"software-rendering" | |
] | |
} | |
] | |
}, | |
"x11/vdpau" : { | |
"messages" : [ | |
"Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory", | |
"vdp_device_create_x11 (display, screen, &device, &vdp_get_proc_address) failed: 1" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"x11/vaapi" : { | |
"messages" : [ | |
"libva info: VA-API version 1.20.0", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/iHD_drv_video.so", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/iHD_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/i965_drv_video.so", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/i965_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"vaInitialize (va_display, &major_version, &minor_version) failed: unknown libva error (-1)" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"glx/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/glesv2" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "OpenGL ES 3.2 Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
} | |
}, | |
"dri_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/crocus_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/i915_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/iris_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/kms_swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/nouveau_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/r300_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/r600_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/radeonsi_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/virtio_gpu_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/vmwgfx_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/zink_dri.so" | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/crocus_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/i915_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/iris_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/kms_swrast_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/nouveau_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/r300_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/r600_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/radeonsi_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/swrast_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/virtio_gpu_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/vmwgfx_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/zink_dri.so", | |
"is_extra" : true | |
} | |
], | |
"va-api_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/r600_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/radeonsi_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/virtio_gpu_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/nouveau_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/r600_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/radeonsi_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/dri/virtio_gpu_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
} | |
], | |
"vdpau_drivers" : [ | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so", | |
"library_link" : "libvdpau_nouveau.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nouveau.so.1", | |
"library_link" : "libvdpau_nouveau.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so", | |
"library_link" : "libvdpau_nvidia.so.535.129.03", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_nvidia.so.1", | |
"library_link" : "libvdpau_nvidia.so.535.129.03", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_r600.so", | |
"library_link" : "libvdpau_r600.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_r600.so.1", | |
"library_link" : "libvdpau_r600.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_radeonsi.so", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_radeonsi.so.1", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_trace.so.1", | |
"library_link" : "libvdpau_trace.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_virtio_gpu.so", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/vdpau/libvdpau_virtio_gpu.so.1", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0", | |
"is_extra" : true | |
} | |
], | |
"glx_drivers" : [ | |
{ | |
"library_soname" : "libGLX_mesa.so.0", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libGLX_mesa.so.0" | |
}, | |
{ | |
"library_soname" : "libGLX_nvidia.so.0", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/libGLX_nvidia.so.0" | |
}, | |
{ | |
"library_soname" : "libGLX_indirect.so.0", | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_mesa.so.0", | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_nvidia.so.0", | |
"library_path" : "/run/host/usr/lib/i386-linux-gnu/libGLX_nvidia.so.535.129.03" | |
} | |
] | |
}, | |
"x86_64-linux-gnu" : { | |
"can-run" : true, | |
"libdl-LIB" : "lib/x86_64-linux-gnu", | |
"libdl-PLATFORM" : "haswell", | |
"runtime-linker" : { | |
"path" : "/lib64/ld-linux-x86-64.so.2", | |
"resolved" : "/run/host/usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2" | |
}, | |
"library-issues-summary" : [ | |
"cannot-load" | |
], | |
"library-details" : { | |
"libBrokenLocale.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libBrokenLocale.so.1" | |
}, | |
"libCg.so" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libCg.so" | |
}, | |
"libCgGL.so" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libCgGL.so" | |
}, | |
"libFLAC.so.8" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libFLAC.so.8" | |
}, | |
"libGL.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libGL.so.1" | |
}, | |
"libGLEW.so.2.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libGLEW.so.2.1" | |
}, | |
"libGLU.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libGLU.so.1" | |
}, | |
"libICE.so.6" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libICE.so.6" | |
}, | |
"libOSMesa.so.8" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libOSMesa.so.8" | |
}, | |
"libSDL2-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libSDL2-2.0.so.0" | |
}, | |
"libSDL2_image-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libSDL2_image-2.0.so.0" | |
}, | |
"libSDL2_mixer-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libSDL2_mixer-2.0.so.0" | |
}, | |
"libSDL2_net-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libSDL2_net-2.0.so.0" | |
}, | |
"libSDL2_ttf-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libSDL2_ttf-2.0.so.0" | |
}, | |
"libSM.so.6" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libSM.so.6" | |
}, | |
"libX11-xcb.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libX11-xcb.so.1" | |
}, | |
"libX11.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libX11.so.6" | |
}, | |
"libXNVCtrl.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libXNVCtrl.so.0" | |
}, | |
"libXau.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libXau.so.6" | |
}, | |
"libXaw.so.7" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libXaw.so.7" | |
}, | |
"libXcomposite.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libXcomposite.so.1" | |
}, | |
"libXcursor.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libXcursor.so.1" | |
}, | |
"libXdamage.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libXdamage.so.1" | |
}, | |
"libXdmcp.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libXdmcp.so.6" | |
}, | |
"libXext.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libXext.so.6" | |
}, | |
"libXfixes.so.3" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libXfixes.so.3" | |
}, | |
"libXft.so.2" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libXft.so.2" | |
}, | |
"libXi.so.6" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libXi.so.6" | |
}, | |
"libXinerama.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libXinerama.so.1" | |
}, | |
"libXmu.so.6" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libXmu.so.6" | |
}, | |
"libXpm.so.4" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libXpm.so.4" | |
}, | |
"libXpresent.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libXpresent.so.1" | |
}, | |
"libXrandr.so.2" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libXrandr.so.2" | |
}, | |
"libXrender.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libXrender.so.1" | |
}, | |
"libXss.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libXss.so.1" | |
}, | |
"libXt.so.6" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libXt.so.6" | |
}, | |
"libXtst.so.6" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libXtst.so.6" | |
}, | |
"libXxf86vm.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libXxf86vm.so.1" | |
}, | |
"libacl.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libacl.so.1" | |
}, | |
"libanl.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libanl.so.1" | |
}, | |
"libasound.so.2" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libasound.so.2" | |
}, | |
"libasyncns.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libasyncns.so.0" | |
}, | |
"libatk-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libatk-1.0.so.0" | |
}, | |
"libatomic.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libatomic.so.1" | |
}, | |
"libattr.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libattr.so.1" | |
}, | |
"libblas.so.3" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libblas.so.3" | |
}, | |
"libbz2.so.1.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libbz2.so.1.0" | |
}, | |
"libc.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libc.so.6" | |
}, | |
"libcairo.so.2" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libcairo.so.2" | |
}, | |
"libcap.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libcap.so.2" | |
}, | |
"libcrypt.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libcrypt.so.1" | |
}, | |
"libcrypto.so.1.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libcrypto.so.1.1" | |
}, | |
"libcups.so.2" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libcups.so.2" | |
}, | |
"libcurl-gnutls.so.4" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libcurl-gnutls.so.4" | |
}, | |
"libcurl.so.4" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libcurl.so.4" | |
}, | |
"libdbus-1.so.3" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libdbus-1.so.3" | |
}, | |
"libdl.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libdl.so.2" | |
}, | |
"libdrm.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libdrm.so.2" | |
}, | |
"libdrm_amdgpu.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libdrm_amdgpu.so.1" | |
}, | |
"libdrm_intel.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libdrm_intel.so.1" | |
}, | |
"libdrm_nouveau.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libdrm_nouveau.so.2" | |
}, | |
"libdrm_radeon.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libdrm_radeon.so.1" | |
}, | |
"libedit.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libedit.so.2" | |
}, | |
"libelf.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libelf.so.1" | |
}, | |
"libexif.so.12" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libexif.so.12" | |
}, | |
"libexpat.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libexpat.so.1" | |
}, | |
"libexpatw.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libexpatw.so.1" | |
}, | |
"libexslt.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libexslt.so.0" | |
}, | |
"libffi.so.7" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libffi.so.7" | |
}, | |
"libfltk.so.1.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libfltk.so.1.1" | |
}, | |
"libfltk_forms.so.1.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libfltk_forms.so.1.1" | |
}, | |
"libfltk_gl.so.1.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libfltk_gl.so.1.1" | |
}, | |
"libfltk_images.so.1.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libfltk_images.so.1.1" | |
}, | |
"libfontconfig.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libfontconfig.so.1" | |
}, | |
"libform.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/x86_64-linux-gnu/libncurses.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libformw.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/x86_64-linux-gnu/libncursesw.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libfreetype.so.6" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libfreetype.so.6" | |
}, | |
"libgcc_s.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libgcc_s.so.1" | |
}, | |
"libgcrypt.so.20" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libgcrypt.so.20" | |
}, | |
"libgdk-3.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libgdk-3.so.0" | |
}, | |
"libgdk_pixbuf-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0" | |
}, | |
"libgio-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libgio-2.0.so.0" | |
}, | |
"libglib-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libglib-2.0.so.0" | |
}, | |
"libglut.so.3" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libglut.so.3" | |
}, | |
"libgmodule-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libgmodule-2.0.so.0" | |
}, | |
"libgmp.so.10" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libgmp.so.10" | |
}, | |
"libgnutls.so.30" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libgnutls.so.30" | |
}, | |
"libgobject-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libgobject-2.0.so.0" | |
}, | |
"libgomp.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libgomp.so.1" | |
}, | |
"libgpg-error.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libgpg-error.so.0" | |
}, | |
"libgthread-2.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libgthread-2.0.so.0" | |
}, | |
"libgtk-3.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libgtk-3.so.0" | |
}, | |
"libgudev-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libgudev-1.0.so.0" | |
}, | |
"libibus-1.0.so.5" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libibus-1.0.so.5" | |
}, | |
"libidn2.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libidn2.so.0" | |
}, | |
"libitm.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libitm.so.1" | |
}, | |
"libjack.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libjack.so.0" | |
}, | |
"libjacknet.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libjacknet.so.0" | |
}, | |
"libjpeg.so.62" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libjpeg.so.62" | |
}, | |
"libjson-glib-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libjson-glib-1.0.so.0" | |
}, | |
"liblapack.so.3" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/liblapack.so.3" | |
}, | |
"liblcms2.so.2" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/liblcms2.so.2" | |
}, | |
"libm.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libm.so.6" | |
}, | |
"libmenu.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/x86_64-linux-gnu/libncurses.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libmenuw.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/x86_64-linux-gnu/libncursesw.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libmpg123.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libmpg123.so.0" | |
}, | |
"libncurses.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/x86_64-linux-gnu/libncurses.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libncursesw.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/x86_64-linux-gnu/libncursesw.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libnotify.so.4" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libnotify.so.4" | |
}, | |
"libnsl.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libnsl.so.1" | |
}, | |
"libnspr4.so" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libnspr4.so" | |
}, | |
"libnss3.so" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libnss3.so" | |
}, | |
"libnssutil3.so" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libnssutil3.so" | |
}, | |
"libogg.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libogg.so.0" | |
}, | |
"libopenal.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libopenal.so.1" | |
}, | |
"libopenblas.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libopenblas.so.0" | |
}, | |
"libopus.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libopus.so.0" | |
}, | |
"libopusfile.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libopusfile.so.0" | |
}, | |
"libopusurl.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libopusurl.so.0" | |
}, | |
"libp11-kit.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libp11-kit.so.0" | |
}, | |
"libpanel.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/x86_64-linux-gnu/libncurses.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libpanelw.so.6" : { | |
"messages" : [ | |
"Unable to find the library: /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libtinfo.so.6: version `NCURSES6_TINFO_6.2.current' not found (required by /lib/x86_64-linux-gnu/libncursesw.so.6)" | |
], | |
"soname" : null, | |
"path" : null, | |
"issues" : [ | |
"cannot-load" | |
], | |
"exit-status" : 1 | |
}, | |
"libpango-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libpango-1.0.so.0" | |
}, | |
"libpangocairo-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0" | |
}, | |
"libpangoft2-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0" | |
}, | |
"libpangoxft-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libpangoxft-1.0.so.0" | |
}, | |
"libpci.so.3" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libpci.so.3" | |
}, | |
"libpcre.so.3" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libpcre.so.3" | |
}, | |
"libpcreposix.so.3" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libpcreposix.so.3" | |
}, | |
"libpipewire-0.3.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libpipewire-0.3.so.0" | |
}, | |
"libpixman-1.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libpixman-1.so.0" | |
}, | |
"libplc4.so" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libplc4.so" | |
}, | |
"libplds4.so" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libplds4.so" | |
}, | |
"libpng16.so.16" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libpng16.so.16" | |
}, | |
"libpthread.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libpthread.so.0" | |
}, | |
"libpulse-simple.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libpulse-simple.so.0" | |
}, | |
"libpulse.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libpulse.so.0" | |
}, | |
"libquadmath.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libquadmath.so.0" | |
}, | |
"libresolv.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libresolv.so.2" | |
}, | |
"librt.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/librt.so.1" | |
}, | |
"libsamplerate.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libsamplerate.so.0" | |
}, | |
"libselinux.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libselinux.so.1" | |
}, | |
"libsmime3.so" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libsmime3.so" | |
}, | |
"libsndfile.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libsndfile.so.1" | |
}, | |
"libsoup-2.4.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libsoup-2.4.so.1" | |
}, | |
"libspeex.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libspeex.so.1" | |
}, | |
"libspeexdsp.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libspeexdsp.so.1" | |
}, | |
"libsqlite3.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libsqlite3.so.0" | |
}, | |
"libssl.so.1.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libssl.so.1.1" | |
}, | |
"libssl3.so" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libssl3.so" | |
}, | |
"libstdc++.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libstdc++.so.6" | |
}, | |
"libsteam-runtime-tools-0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libsteam-runtime-tools-0.so.0" | |
}, | |
"libtasn1.so.6" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libtasn1.so.6" | |
}, | |
"libtbb.so.2" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libtbb.so.2" | |
}, | |
"libtbbmalloc.so.2" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libtbbmalloc.so.2" | |
}, | |
"libtbbmalloc_proxy.so.2" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libtbbmalloc_proxy.so.2" | |
}, | |
"libtheora.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libtheora.so.0" | |
}, | |
"libtheoradec.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libtheoradec.so.1" | |
}, | |
"libtheoraenc.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libtheoraenc.so.1" | |
}, | |
"libtic.so.6" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libtic.so.6" | |
}, | |
"libtiff.so.5" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libtiff.so.5" | |
}, | |
"libtinfo.so.6" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libtinfo.so.6" | |
}, | |
"libudev.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libudev.so.1" | |
}, | |
"libusb-1.0.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libusb-1.0.so.0" | |
}, | |
"libutil.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libutil.so.1" | |
}, | |
"libuuid.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libuuid.so.1" | |
}, | |
"libv4l2.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libv4l2.so.0" | |
}, | |
"libva-drm.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libva-drm.so.2" | |
}, | |
"libva-glx.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libva-glx.so.2" | |
}, | |
"libva-wayland.so.2" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libva-wayland.so.2" | |
}, | |
"libva-x11.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libva-x11.so.2" | |
}, | |
"libva.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libva.so.2" | |
}, | |
"libvdpau.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libvdpau.so.1" | |
}, | |
"libvorbis.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libvorbis.so.0" | |
}, | |
"libvorbisenc.so.2" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libvorbisenc.so.2" | |
}, | |
"libvorbisfile.so.3" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libvorbisfile.so.3" | |
}, | |
"libvpx.so.6" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libvpx.so.6" | |
}, | |
"libvulkan.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libvulkan.so.1" | |
}, | |
"libwaffle-1.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libwaffle-1.so.0" | |
}, | |
"libwayland-client.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libwayland-client.so.0" | |
}, | |
"libwebp.so.6" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libwebp.so.6" | |
}, | |
"libwrap.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libwrap.so.0" | |
}, | |
"libxcb-composite.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libxcb-composite.so.0" | |
}, | |
"libxcb-damage.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libxcb-damage.so.0" | |
}, | |
"libxcb-dpms.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libxcb-dpms.so.0" | |
}, | |
"libxcb-dri2.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libxcb-dri2.so.0" | |
}, | |
"libxcb-dri3.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libxcb-dri3.so.0" | |
}, | |
"libxcb-glx.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libxcb-glx.so.0" | |
}, | |
"libxcb-present.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libxcb-present.so.0" | |
}, | |
"libxcb-randr.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libxcb-randr.so.0" | |
}, | |
"libxcb-record.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libxcb-record.so.0" | |
}, | |
"libxcb-render.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libxcb-render.so.0" | |
}, | |
"libxcb-res.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libxcb-res.so.0" | |
}, | |
"libxcb-screensaver.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libxcb-screensaver.so.0" | |
}, | |
"libxcb-shape.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libxcb-shape.so.0" | |
}, | |
"libxcb-shm.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libxcb-shm.so.0" | |
}, | |
"libxcb-sync.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libxcb-sync.so.1" | |
}, | |
"libxcb-xf86dri.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libxcb-xf86dri.so.0" | |
}, | |
"libxcb-xfixes.so.0" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libxcb-xfixes.so.0" | |
}, | |
"libxcb-xinerama.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libxcb-xinerama.so.0" | |
}, | |
"libxcb-xkb.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libxcb-xkb.so.1" | |
}, | |
"libxcb-xtest.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libxcb-xtest.so.0" | |
}, | |
"libxcb-xv.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libxcb-xv.so.0" | |
}, | |
"libxcb-xvmc.so.0" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libxcb-xvmc.so.0" | |
}, | |
"libxcb.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libxcb.so.1" | |
}, | |
"libxml2.so.2" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libxml2.so.2" | |
}, | |
"libxslt.so.1" : { | |
"soname" : null, | |
"path" : "/lib/x86_64-linux-gnu/libxslt.so.1" | |
}, | |
"libz.so.1" : { | |
"soname" : null, | |
"path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libz.so.1" | |
} | |
}, | |
"graphics-details" : { | |
"x11/vulkan" : { | |
"renderer" : "Intel(R) UHD Graphics (CML GT2)", | |
"version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"devices" : [ | |
{ | |
"name" : "Intel(R) UHD Graphics (CML GT2)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 6, | |
"driver-name" : "Intel open-source Mesa driver", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1)", | |
"vendor-id" : "0x8086", | |
"device-id" : "0x9bc4", | |
"type" : "integrated-gpu" | |
}, | |
{ | |
"name" : "NVIDIA GeForce GTX 1650", | |
"api-version" : "1.3.242", | |
"vulkan-driver-id" : 4, | |
"driver-name" : "NVIDIA", | |
"driver-version" : "535.129.03", | |
"vendor-id" : "0x10de", | |
"device-id" : "0x1f99", | |
"type" : "discrete-gpu" | |
}, | |
{ | |
"name" : "llvmpipe (LLVM 17.0.2, 256 bits)", | |
"api-version" : "1.3.267", | |
"vulkan-driver-id" : 13, | |
"driver-name" : "llvmpipe", | |
"driver-version" : "Mesa 24.0-100pika20231127.git.2.da3f3a46b19 (git-da3f3a46b1) (LLVM 17.0.2)", | |
"vendor-id" : "0x10005", | |
"device-id" : "0", | |
"type" : "cpu", | |
"issues" : [ | |
"software-rendering" | |
] | |
} | |
] | |
}, | |
"x11/vdpau" : { | |
"messages" : [ | |
"Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory", | |
"vdp_device_create_x11 (display, screen, &device, &vdp_get_proc_address) failed: 1" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"x11/vaapi" : { | |
"messages" : [ | |
"libva info: VA-API version 1.20.0", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/iHD_drv_video.so", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/iHD_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/i965_drv_video.so", | |
"libva info: Trying to open /usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/dri/i965_drv_video.so", | |
"libva info: va_openDriver() returns -1", | |
"vaInitialize (va_display, &major_version, &minor_version) failed: unknown libva error (-1)" | |
], | |
"renderer" : null, | |
"version" : null, | |
"issues" : [ | |
"cannot-draw" | |
], | |
"exit-status" : 1 | |
}, | |
"glx/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/gl" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "4.6 (Compatibility Profile) Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
}, | |
"egl_x11/glesv2" : { | |
"renderer" : "Mesa Intel(R) UHD Graphics (CML GT2)", | |
"version" : "OpenGL ES 3.2 Mesa 23.3.0-rc5 - PikaOS YellowBirb Mesa Stable (git-c03abd2d9f)", | |
"library-vendor" : "glvnd" | |
} | |
}, | |
"dri_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/crocus_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/d3d12_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/i915_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/i965_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/iris_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/nouveau_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/nouveau_vieux_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/r200_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/r300_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/r600_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/radeon_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/radeonsi_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/swrast_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/virtio_gpu_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/vmwgfx_dri.so" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/zink_dri.so" | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/crocus_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/i915_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/i965_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/iris_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/kms_swrast_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/nouveau_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/nouveau_vieux_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/r200_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/r300_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/r600_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/radeon_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/virtio_gpu_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/vmwgfx_dri.so", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/zink_dri.so", | |
"is_extra" : true | |
} | |
], | |
"va-api_drivers" : [ | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/r600_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/dri/virtio_gpu_drv_video.so", | |
"version" : "libva2" | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/d3d12_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/nouveau_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/dri/virtio_gpu_drv_video.so", | |
"version" : "libva2", | |
"is_extra" : true | |
} | |
], | |
"vdpau_drivers" : [ | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so", | |
"library_link" : "libvdpau_d3d12.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_d3d12.so.1", | |
"library_link" : "libvdpau_d3d12.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so", | |
"library_link" : "libvdpau_nouveau.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nouveau.so.1", | |
"library_link" : "libvdpau_nouveau.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so", | |
"library_link" : "libvdpau_nvidia.so.535.129.03", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_nvidia.so.1", | |
"library_link" : "libvdpau_nvidia.so.535.129.03", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_r600.so", | |
"library_link" : "libvdpau_r600.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_r600.so.1", | |
"library_link" : "libvdpau_r600.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_radeonsi.so", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_radeonsi.so.1", | |
"library_link" : "libvdpau_radeonsi.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_trace.so.1", | |
"library_link" : "libvdpau_trace.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_virtio_gpu.so", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0", | |
"is_extra" : true | |
}, | |
{ | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/vdpau/libvdpau_virtio_gpu.so.1", | |
"library_link" : "libvdpau_virtio_gpu.so.1.0.0", | |
"is_extra" : true | |
} | |
], | |
"glx_drivers" : [ | |
{ | |
"library_soname" : "libGLX_mesa.so.0", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libGLX_mesa.so.0" | |
}, | |
{ | |
"library_soname" : "libGLX_nvidia.so.0", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/libGLX_nvidia.so.0" | |
}, | |
{ | |
"library_soname" : "libGLX_indirect.so.0", | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_mesa.so.0", | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0.0.0" | |
}, | |
{ | |
"library_soname" : "libGLX_nvidia.so.0", | |
"library_path" : "/run/host/usr/lib/x86_64-linux-gnu/libGLX_nvidia.so.535.129.03" | |
} | |
] | |
} | |
}, | |
"locale-issues" : [], | |
"locales" : { | |
"<default>" : { | |
"resulting-name" : "en_US.UTF-8", | |
"charset" : "UTF-8", | |
"is_utf8" : true | |
}, | |
"C" : { | |
"resulting-name" : "C", | |
"charset" : "ANSI_X3.4-1968", | |
"is_utf8" : false | |
}, | |
"C.UTF-8" : { | |
"resulting-name" : "C.UTF-8", | |
"charset" : "UTF-8", | |
"is_utf8" : true | |
}, | |
"en_US.UTF-8" : { | |
"resulting-name" : "en_US.UTF-8", | |
"charset" : "UTF-8", | |
"is_utf8" : true | |
} | |
}, | |
"egl" : { | |
"icds" : [ | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/glvnd/egl_vendor.d/10_nvidia.json", | |
"library_path" : "libEGL_nvidia.so.0", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/glvnd/egl_vendor.d/50_mesa.json", | |
"library_path" : "libEGL_mesa.so.0", | |
"issues" : [] | |
} | |
], | |
"external_platforms" : [ | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/egl/egl_external_platform.d/10_nvidia_wayland.json", | |
"library_path" : "libnvidia-egl-wayland.so.1", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/egl/egl_external_platform.d/15_nvidia_gbm.json", | |
"library_path" : "libnvidia-egl-gbm.so.1", | |
"issues" : [] | |
} | |
] | |
}, | |
"vulkan" : { | |
"icds" : [ | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/dzn_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/00/libvulkan_dzn.so", | |
"library_arch" : "64", | |
"api_version" : "1.1.267", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.i686.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan/01/libvulkan_intel_hasvk.so", | |
"library_arch" : "32", | |
"api_version" : "1.3.267", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_hasvk_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/02/libvulkan_intel_hasvk.so", | |
"library_arch" : "64", | |
"api_version" : "1.3.267", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.i686.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan/03/libvulkan_intel.so", | |
"library_arch" : "32", | |
"api_version" : "1.3.267", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/intel_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/04/libvulkan_intel.so", | |
"library_arch" : "64", | |
"api_version" : "1.3.267", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.i686.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan/05/libvulkan_lvp.so", | |
"library_arch" : "32", | |
"api_version" : "1.1.267", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/lvp_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/06/libvulkan_lvp.so", | |
"library_arch" : "64", | |
"api_version" : "1.1.267", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.i686.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan/07/libvulkan_radeon.so", | |
"library_arch" : "32", | |
"api_version" : "1.3.267", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/radeon_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/08/libvulkan_radeon.so", | |
"library_arch" : "64", | |
"api_version" : "1.3.267", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.i686.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan/09/libvulkan_virtio.so", | |
"library_arch" : "32", | |
"api_version" : "1.3.267", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/virtio_icd.x86_64.json", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan/10/libvulkan_virtio.so", | |
"library_arch" : "64", | |
"api_version" : "1.3.267", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/icd.d/nvidia_icd.json", | |
"library_path" : "libGLX_nvidia.so.0", | |
"api_version" : "1.3.242", | |
"issues" : [] | |
} | |
], | |
"explicit_layers" : [ | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/explicit_layer.d/0.json", | |
"name" : "VK_LAYER_INTEL_nullhw", | |
"description" : "INTEL NULL HW", | |
"type" : "GLOBAL", | |
"api_version" : "1.1.73", | |
"implementation_version" : "1", | |
"library_path" : "libVkLayer_INTEL_nullhw.so", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/explicit_layer.d/1.json", | |
"name" : "VK_LAYER_MESA_overlay", | |
"description" : "Mesa Overlay layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.211", | |
"implementation_version" : "1", | |
"library_path" : "libVkLayer_MESA_overlay.so", | |
"issues" : [] | |
} | |
], | |
"implicit_layers" : [ | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/00-i386-linux-gnu.json", | |
"name" : "VK_LAYER_VALVE_steam_fossilize_32", | |
"description" : "Steam Pipeline Caching Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan_imp_layer/00/libVkLayer_steam_fossilize.so", | |
"library_arch" : "32", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/01-x86_64-linux-gnu.json", | |
"name" : "VK_LAYER_VALVE_steam_fossilize_64", | |
"description" : "Steam Pipeline Caching Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/01/libVkLayer_steam_fossilize.so", | |
"library_arch" : "64", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/02-i386-linux-gnu.json", | |
"name" : "VK_LAYER_VALVE_steam_overlay_32", | |
"description" : "Steam Overlay Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan_imp_layer/02/steamoverlayvulkanlayer.so", | |
"library_arch" : "32", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/03-x86_64-linux-gnu.json", | |
"name" : "VK_LAYER_VALVE_steam_overlay_64", | |
"description" : "Steam Overlay Layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.207", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/03/steamoverlayvulkanlayer.so", | |
"library_arch" : "64", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/04-i386-linux-gnu.json", | |
"name" : "VK_LAYER_MANGOHUD_overlay_x86", | |
"description" : "Vulkan Hud Overlay", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.0", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/i386-linux-gnu/vulkan_imp_layer/04/libMangoHud.so", | |
"library_arch" : "32", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/05-x86_64-linux-gnu.json", | |
"name" : "VK_LAYER_MANGOHUD_overlay_x86_64", | |
"description" : "Vulkan Hud Overlay", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.0", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/05/libMangoHud.so", | |
"library_arch" : "64", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/06.json", | |
"name" : "VK_LAYER_MESA_device_select", | |
"description" : "Linux device selection layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.211", | |
"implementation_version" : "1", | |
"library_path" : "libVkLayer_MESA_device_select.so", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/09.json", | |
"name" : "VK_LAYER_NV_optimus", | |
"description" : "NVIDIA Optimus layer", | |
"type" : "INSTANCE", | |
"api_version" : "1.3.242", | |
"implementation_version" : "1", | |
"library_path" : "libGLX_nvidia.so.0", | |
"issues" : [] | |
}, | |
{ | |
"json_path" : "/usr/lib/pressure-vessel/overrides/share/vulkan/implicit_layer.d/10-x86_64-linux-gnu.json", | |
"name" : "VK_LAYER_VKBASALT_post_processing", | |
"description" : "a post processing layer", | |
"type" : "GLOBAL", | |
"api_version" : "1.3.223", | |
"implementation_version" : "1", | |
"library_path" : "/usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/vulkan_imp_layer/10/libvkbasalt.so", | |
"library_arch" : "64", | |
"issues" : [] | |
} | |
] | |
}, | |
"desktop-entries" : [], | |
"display" : { | |
"environment" : [ | |
"DISPLAY=:1", | |
"XDG_SESSION_CLASS=user", | |
"XDG_SESSION_DESKTOP=openbox", | |
"XDG_SESSION_TYPE=x11" | |
], | |
"wayland-session" : false, | |
"wayland-issues" : [ | |
"missing-socket" | |
], | |
"x11-type" : "native" | |
}, | |
"xdg-portals" : { | |
"details" : { | |
"interfaces" : { | |
"org.freedesktop.portal.Email" : { | |
"available" : true, | |
"version" : 4 | |
}, | |
"org.freedesktop.portal.FileChooser" : { | |
"available" : true, | |
"version" : 3 | |
}, | |
"org.freedesktop.portal.Inhibit" : { | |
"available" : true, | |
"version" : 3 | |
}, | |
"org.freedesktop.portal.OpenURI" : { | |
"available" : true, | |
"version" : 3 | |
}, | |
"org.freedesktop.portal.ScreenCast" : { | |
"available" : false | |
}, | |
"org.freedesktop.portal.Settings" : { | |
"available" : false | |
} | |
}, | |
"backends" : { | |
"org.freedesktop.impl.portal.desktop.gtk" : { | |
"available" : true | |
}, | |
"org.freedesktop.impl.portal.desktop.kde" : { | |
"available" : false | |
} | |
} | |
}, | |
"issues" : [ | |
"missing-interface" | |
], | |
"messages" : [ | |
"The 'version' property is not available for 'org.freedesktop.portal.ScreenCast', either there isn't a working xdg-desktop-portal or it is a very old version", | |
"The 'version' property is not available for 'org.freedesktop.portal.Settings', either there isn't a working xdg-desktop-portal or it is a very old version" | |
] | |
}, | |
"cpu-features" : { | |
"x86-64" : true, | |
"sse3" : true, | |
"cmpxchg16b" : true | |
} | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================== | |
Proton: 1701933636 experimental-8.0-20231207 | |
SteamGameId: 1817190 | |
Command: ["/mnt/data/__steam_lib_4/steamapps/common/Marvel's Spider-Man Miles Morales/MilesMorales.exe"] | |
Options: {'forcelgadd', 'enablenvapi'} | |
depot: 0.20231107.66301 | |
pressure-vessel: 0.20231107.1 scout | |
scripts: 0.20231107.1 | |
sniper: 0.20231107.66301 sniper 0.20231107.66301 | |
Kernel: Linux 6.6.0-pikaos #4 SMP PREEMPT_DYNAMIC Sat Nov 4 19:18:08 UTC 2023 x86_64 | |
Language: LC_ALL None, LC_MESSAGES None, LC_CTYPE None | |
Effective WINEDEBUG: +timestamp,+pid,+tid,+seh,+unwind,+threadname,+debugstr,+loaddll,+mscoree | |
====================== | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
fsync: up and running. | |
wine: RLIMIT_NICE is <= 20, unable to use setpriority safely | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
62520.551:0028:002c:trace:seh:install_bpf Installing seccomp filters. | |
62520.551:0028:002c:trace:seh:check_bpf_jit_enable enabled 0x31. | |
62520.552:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\wineboot.exe" at 0000000140000000: builtin | |
62520.552:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernelbase.dll" at 000000007B000000: builtin | |
62520.552:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernel32.dll" at 000000007B600000: builtin | |
62520.553:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0000000228280000: builtin | |
62520.554:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 00000002C7470000: builtin | |
62520.554:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\sechost.dll" at 00000001EAF60000: builtin | |
62520.554:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\advapi32.dll" at 00000001D8C90000: builtin | |
62520.554:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ws2_32.dll" at 0000000370F70000: builtin | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
62520.583:0030:0034:trace:seh:sigsys_handler SIGSYS, rax 0xffff, rip 0x600000000005. | |
62520.583:0030:0034:trace:seh:install_bpf Seccomp filters already installed. | |
62520.583:0030:0034:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\services.exe" at 0000000140000000: builtin | |
62520.584:0030:0034:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernelbase.dll" at 000000007B000000: builtin | |
62520.584:0030:0034:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernel32.dll" at 000000007B600000: builtin | |
62520.585:0030:0034:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0000000228280000: builtin | |
62520.585:0030:0034:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 00000002C7470000: builtin | |
62520.585:0030:0034:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\sechost.dll" at 00000001EAF60000: builtin | |
62520.585:0030:0034:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\advapi32.dll" at 00000001D8C90000: builtin | |
62520.585:0030:0034:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0000000368420000: builtin | |
62520.586:0030:0034:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\version.dll" at 000000025DC30000: builtin | |
62520.586:0030:0034:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\setupapi.dll" at 000000036D860000: builtin | |
62520.586:0030:0034:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\userenv.dll" at 0000000244FC0000: builtin | |
62520.594:0030:0038:warn:threadname:NtSetInformationThread Thread renamed to L"wine_rpcrt4_server" | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
62520.633:003c:0040:trace:seh:sigsys_handler SIGSYS, rax 0xffff, rip 0x600000000005. | |
62520.633:003c:0040:trace:seh:install_bpf Seccomp filters already installed. | |
62520.634:003c:0040:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\winedevice.exe" at 0000000140000000: builtin | |
62520.634:003c:0040:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernelbase.dll" at 000000007B000000: builtin | |
62520.634:003c:0040:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernel32.dll" at 000000007B600000: builtin | |
62520.635:003c:0040:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0000000228280000: builtin | |
62520.635:003c:0040:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 00000002C7470000: builtin | |
62520.635:003c:0040:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\sechost.dll" at 00000001EAF60000: builtin | |
62520.635:003c:0040:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\advapi32.dll" at 00000001D8C90000: builtin | |
62520.636:003c:0040:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ntoskrnl.exe" at 000000031CA90000: builtin | |
62520.640:003c:0040:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0000000368420000: builtin | |
62520.640:0030:0044:warn:threadname:NtSetInformationThread Thread renamed to L"wine_rpcrt4_io" | |
62520.641:0030:0048:warn:threadname:NtSetInformationThread Thread renamed to L"wine_threadpool_worker" | |
62520.642:003c:0050:warn:threadname:NtSetInformationThread Thread renamed to L"wine_sechost_service" | |
62520.643:0030:0054:warn:threadname:NtSetInformationThread Thread renamed to L"wine_rpcrt4_io" | |
62520.645:003c:004c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\drivers\\mountmgr.sys" at 00000003BE830000: builtin | |
62520.648:003c:004c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\version.dll" at 000000025DC30000: builtin | |
62520.648:003c:004c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\setupapi.dll" at 000000036D860000: builtin | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
62520.670:0064:0068:trace:seh:sigsys_handler SIGSYS, rax 0xffff, rip 0x600000000005. | |
62520.670:0064:0068:trace:seh:install_bpf Seccomp filters already installed. | |
62520.670:0064:0068:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\winedevice.exe" at 0000000140000000: builtin | |
62520.670:0064:0068:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernelbase.dll" at 000000007B000000: builtin | |
62520.670:0064:0068:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernel32.dll" at 000000007B600000: builtin | |
62520.671:0064:0068:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0000000228280000: builtin | |
62520.672:0064:0068:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 00000002C7470000: builtin | |
62520.672:0064:0068:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\sechost.dll" at 00000001EAF60000: builtin | |
62520.672:0064:0068:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\advapi32.dll" at 00000001D8C90000: builtin | |
62520.672:0064:0068:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ntoskrnl.exe" at 000000031CA90000: builtin | |
62520.691:0064:0068:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0000000368420000: builtin | |
62520.694:0030:006c:warn:threadname:NtSetInformationThread Thread renamed to L"wine_rpcrt4_io" | |
62520.703:0064:0074:warn:threadname:NtSetInformationThread Thread renamed to L"wine_sechost_service" | |
62520.713:0064:0070:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\drivers\\wineusb.sys" at 00000001E58A0000: builtin | |
62520.714:0064:0070:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\version.dll" at 000000025DC30000: builtin | |
62520.714:0064:0070:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\setupapi.dll" at 000000036D860000: builtin | |
62520.718:0064:0070:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\drivers\\hidparse.sys" at 00000002AB600000: builtin | |
62520.718:0064:0070:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\drivers\\winebus.sys" at 0000000219DA0000: builtin | |
62520.719:0064:0070:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 | |
62520.721:0064:0070:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\win32u.dll" at 00000002C73A0000: builtin | |
62520.722:0064:0070:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\gdi32.dll" at 00000002BB0A0000: builtin | |
62520.722:0064:0070:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\user32.dll" at 00000002169D0000: builtin | |
62520.722:0064:0070:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\drivers\\hidclass.sys" at 0000000332E40000: builtin | |
62520.722:0064:0070:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\drivers\\winehid.sys" at 00000002FE9D0000: builtin | |
62520.738:0064:0078:fixme:wineusb:add_usb_device Interface 1 has 12 alternate settings; using the first one. | |
62520.850:0064:0078:fixme:wineusb:add_usb_device Interface 1 has 7 alternate settings; using the first one. | |
62521.311:0064:0070:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\imm32.dll" at 0000000393730000: builtin | |
62520.858:0064:0078:fixme:wineusb:query_id Unhandled ID query type 0x5. | |
62521.312:0064:0070:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 | |
62521.313:0064:0078:fixme:wineusb:query_id Unhandled ID query type 0x5. | |
62521.314:0064:0070:trace:seh:dispatch_exception code=6ba flags=0 addr=000000007B00CDB7 ip=7b00cdb7 | |
62521.314:0064:0070:warn:seh:dispatch_exception unknown exception (code=6ba) raised | |
62521.314:0064:0070:trace:seh:dispatch_exception rax=0000000000b2d800 rbx=0000000000b2dae8 rcx=0000000000b2d800 rdx=0000000000000000 | |
62521.314:0064:0070:trace:seh:dispatch_exception rsi=00000000000000cc rdi=00000000008f3d00 rbp=0000000000b2d8d0 rsp=0000000000b2d7e0 | |
62521.314:0064:0070:trace:seh:dispatch_exception r8=0000000000000000 r9=0000000000000000 r10=00000000008f4020 r11=0000000000000014 | |
62521.314:0064:0070:trace:seh:dispatch_exception r12=0000000000b2dae8 r13=0000000000f3d4a0 r14=0000000000f3d4a0 r15=00000000000000b8 | |
62521.314:0064:0070:trace:seh:call_vectored_handlers calling handler at 000000031CAB5E10 code=6ba flags=0 | |
62521.314:0064:0070:trace:seh:call_vectored_handlers handler at 000000031CAB5E10 returned 0 | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 7b00cdb7 rsp b2d7e0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind inside epilog. | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 3684498f6 rsp b2d8b0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 298e0-2992b | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368489D34 flags 0 prolog 0x8 bytes function 00000003684498E0-000000036844992B | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 368436006 rsp b2d8e0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 15f70-16007 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368487440 flags 0 prolog 0xd bytes function 0000000368435F70-0000000368436007 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xd: leaq 0x40(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x48,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x4: pushq %rbx | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %rsi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rdi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 31cab4ea2 rsp b2d950 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 24db0-24fb9 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA500 flags 0 prolog 0x17 bytes function 000000031CAB4DB0-000000031CAB4FB9 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x17: leaq 0x80(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0x338,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x8: pushq %rbx | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %rsi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x6: pushq %rdi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r12 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r13 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:seh:call_stack_handlers found wine frame 0000000000B2D9C0 rsp 0000000000B2DCC0 handler 000000031CAAED80 | |
62521.314:0064:0070:trace:seh:call_teb_handler calling TEB handler 000000031CAAED80 (rec=0000000000B2D800, frame=0000000000B2D9C0 context=0000000000B2CD30, dispatch=0000000000B2CC00) | |
62521.314:0064:0070:trace:seh:call_teb_handler handler at 000000031CAAED80 returned 1 | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 31cab5870 rsp b2dcc0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 257a0-25881 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CAC9EF0 flags 0 prolog 0x11 bytes function 000000031CAB57A0-000000031CAB5881 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x11: leaq 0x80(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x9: subq $0x168,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rbx | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:seh:call_stack_handlers found wine frame 0000000000B2DCF0 rsp 0000000000B2DE40 handler 000000031CAAF000 | |
62521.314:0064:0070:trace:seh:call_teb_handler calling TEB handler 000000031CAAF000 (rec=0000000000B2D800, frame=0000000000B2DCF0 context=0000000000B2CD30, dispatch=0000000000B2CC00) | |
62521.314:0064:0070:trace:unwind:RtlUnwindEx code=6ba flags=2 end_frame=0000000000B2DCF0 target_ip=000000031CA9D91A rip=0000000170033be5 | |
62521.314:0064:0070:trace:unwind:RtlUnwindEx rax=000000007fed0000 rbx=0000000000b2d9c0 rcx=0000000000b2c5f0 rdx=000000031ca9d91a | |
62521.314:0064:0070:trace:unwind:RtlUnwindEx rsi=0000000000b2c0a0 rdi=0000000000b2cd30 rbp=0000000000b2bfb0 rsp=0000000000b2bf30 | |
62521.314:0064:0070:trace:unwind:RtlUnwindEx r8=0000000000b2d800 r9=000000031cab5de0 r10=0000000000b2c9d0 r11=0000000000029030 | |
62521.314:0064:0070:trace:unwind:RtlUnwindEx r12=0000000000b2d800 r13=0000000000b2c5f0 r14=0000000000b2dcf0 r15=000000017006d3b0 | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170033be5 rsp b2bf30 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 33b90-342f8 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E4AC flags 0 prolog 0x1b bytes function 0000000170033B90-00000001700342F8 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x13: subq $0x648,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170033b77 rsp b2c5c0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 33b50-33b81 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E4C8 flags 0 prolog 0x10 bytes function 0000000170033B50-0000000170033B81 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x10: leaq 0x80(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x500,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31ca9d91a rsp b2cad0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func d900-d91c | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA5EC flags 0 prolog 0x8 bytes function 000000031CA9D900-000000031CA9D91C | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31cab5ddd rsp b2cb00 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 25db0-25dde | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA5F8 flags 0 prolog 0x8 bytes function 000000031CAB5DB0-000000031CAB5DDE | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31caaf058 rsp b2cb30 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 1f000-1f059 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA610 flags 0 prolog 0x10 bytes function 000000031CAAF000-000000031CAAF059 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x30(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x10: leaq 0x30(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xb: subq $0x38,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r12 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r13 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r14 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170042262 rsp b2cb90 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 42040-42501 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E430 flags 0 prolog 0x1b bytes function 0000000170042040-0000000170042501 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x13: subq $0x678,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170044959 rsp b2d250 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 44620-44c0f | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E44C flags 0 prolog 0x15 bytes function 0000000170044620-0000000170044C0F | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x15: leaq 0x40(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x10: subq $0x48,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 17000f12b rsp b2d2e0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func f0bc-f138 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E360 flags 0 prolog 0x7 bytes function 000000017000F0BC-000000017000F138 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x7: subq $0x4f8,%rsp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 7b00cdb7 rsp b2d7e0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind inside epilog. | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 3684498f6 rsp b2d8b0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 298e0-2992b | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368489D34 flags 0 prolog 0x8 bytes function 00000003684498E0-000000036844992B | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 368436006 rsp b2d8e0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 15f70-16007 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368487440 flags 0 prolog 0xd bytes function 0000000368435F70-0000000368436007 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xd: leaq 0x40(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x48,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x4: pushq %rbx | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %rsi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rdi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31cab4ea2 rsp b2d950 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 24db0-24fb9 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA500 flags 0 prolog 0x17 bytes function 000000031CAB4DB0-000000031CAB4FB9 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x17: leaq 0x80(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0x338,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x8: pushq %rbx | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %rsi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x6: pushq %rdi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r12 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r13 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlUnwindEx found builtin frame 0000000000B2D9C0 handler 000000031CAAED80 | |
62521.314:0064:0070:trace:unwind:call_teb_unwind_handler calling TEB handler 000000031CAAED80 (rec=0000000000B2D800, frame=0000000000B2D9C0 context=0000000000B2C5F0, dispatch=0000000000B2BFB0) | |
62521.314:0064:0070:trace:unwind:call_teb_unwind_handler handler at 000000031CAAED80 returned 1 | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31cab5870 rsp b2dcc0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 257a0-25881 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CAC9EF0 flags 0 prolog 0x11 bytes function 000000031CAB57A0-000000031CAB5881 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x11: leaq 0x80(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x9: subq $0x168,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rbx | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:seh:RtlRestoreContext returning to 000000031CA9D91A stack 0000000000B2DCC0 | |
62521.314:0064:0070:trace:seh:dispatch_exception code=6ba flags=0 addr=000000007B00CDB7 ip=7b00cdb7 | |
62521.314:0064:0070:warn:seh:dispatch_exception unknown exception (code=6ba) raised | |
62521.314:0064:0070:trace:seh:dispatch_exception rax=0000000000b2d800 rbx=0000000000b2dae8 rcx=0000000000b2d800 rdx=0000000000000000 | |
62521.314:0064:0070:trace:seh:dispatch_exception rsi=00000000000000cc rdi=00000000008f3d00 rbp=0000000000b2d8d0 rsp=0000000000b2d7e0 | |
62521.314:0064:0070:trace:seh:dispatch_exception r8=0000000000000000 r9=0000000000000000 r10=00000000008f4020 r11=0000000000000014 | |
62521.314:0064:0070:trace:seh:dispatch_exception r12=0000000000b2dae8 r13=0000000000f3d4a0 r14=0000000000f3d4a0 r15=00000000000000b8 | |
62521.314:0064:0070:trace:seh:call_vectored_handlers calling handler at 000000031CAB5E10 code=6ba flags=0 | |
62521.314:0064:0070:trace:seh:call_vectored_handlers handler at 000000031CAB5E10 returned 0 | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 7b00cdb7 rsp b2d7e0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind inside epilog. | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 3684498f6 rsp b2d8b0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 298e0-2992b | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368489D34 flags 0 prolog 0x8 bytes function 00000003684498E0-000000036844992B | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 368436006 rsp b2d8e0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 15f70-16007 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368487440 flags 0 prolog 0xd bytes function 0000000368435F70-0000000368436007 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xd: leaq 0x40(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x48,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x4: pushq %rbx | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %rsi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rdi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 31cab4ea2 rsp b2d950 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 24db0-24fb9 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA500 flags 0 prolog 0x17 bytes function 000000031CAB4DB0-000000031CAB4FB9 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x17: leaq 0x80(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0x338,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x8: pushq %rbx | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %rsi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x6: pushq %rdi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r12 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r13 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:seh:call_stack_handlers found wine frame 0000000000B2D9C0 rsp 0000000000B2DCC0 handler 000000031CAAED80 | |
62521.314:0064:0070:trace:seh:call_teb_handler calling TEB handler 000000031CAAED80 (rec=0000000000B2D800, frame=0000000000B2D9C0 context=0000000000B2CD30, dispatch=0000000000B2CC00) | |
62521.314:0064:0070:trace:seh:call_teb_handler handler at 000000031CAAED80 returned 1 | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 31cab5870 rsp b2dcc0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 257a0-25881 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CAC9EF0 flags 0 prolog 0x11 bytes function 000000031CAB57A0-000000031CAB5881 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x11: leaq 0x80(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x9: subq $0x168,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rbx | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:seh:call_stack_handlers found wine frame 0000000000B2DCF0 rsp 0000000000B2DE40 handler 000000031CAAF000 | |
62521.314:0064:0070:trace:seh:call_teb_handler calling TEB handler 000000031CAAF000 (rec=0000000000B2D800, frame=0000000000B2DCF0 context=0000000000B2CD30, dispatch=0000000000B2CC00) | |
62521.314:0064:0070:trace:unwind:RtlUnwindEx code=6ba flags=2 end_frame=0000000000B2DCF0 target_ip=000000031CA9D91A rip=0000000170033be5 | |
62521.314:0064:0070:trace:unwind:RtlUnwindEx rax=000000007fed0000 rbx=0000000000b2d9c0 rcx=0000000000b2c5f0 rdx=000000031ca9d91a | |
62521.314:0064:0070:trace:unwind:RtlUnwindEx rsi=0000000000b2c0a0 rdi=0000000000b2cd30 rbp=0000000000b2bfb0 rsp=0000000000b2bf30 | |
62521.314:0064:0070:trace:unwind:RtlUnwindEx r8=0000000000b2d800 r9=000000031cab5de0 r10=00007f6a3499c600 r11=0000000000000202 | |
62521.314:0064:0070:trace:unwind:RtlUnwindEx r12=0000000000b2d800 r13=0000000000b2c5f0 r14=0000000000b2dcf0 r15=000000017006d3b0 | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170033be5 rsp b2bf30 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 33b90-342f8 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E4AC flags 0 prolog 0x1b bytes function 0000000170033B90-00000001700342F8 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x13: subq $0x648,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170033b77 rsp b2c5c0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 33b50-33b81 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E4C8 flags 0 prolog 0x10 bytes function 0000000170033B50-0000000170033B81 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x10: leaq 0x80(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x500,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31ca9d91a rsp b2cad0 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func d900-d91c | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA5EC flags 0 prolog 0x8 bytes function 000000031CA9D900-000000031CA9D91C | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31cab5ddd rsp b2cb00 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 25db0-25dde | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA5F8 flags 0 prolog 0x8 bytes function 000000031CAB5DB0-000000031CAB5DDE | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31caaf058 rsp b2cb30 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 1f000-1f059 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA610 flags 0 prolog 0x10 bytes function 000000031CAAF000-000000031CAAF059 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x30(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x10: leaq 0x30(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xb: subq $0x38,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r12 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r13 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r14 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170042262 rsp b2cb90 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 42040-42501 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E430 flags 0 prolog 0x1b bytes function 0000000170042040-0000000170042501 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x13: subq $0x678,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.314:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170044959 rsp b2d250 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info **** func 44620-44c0f | |
62521.314:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E44C flags 0 prolog 0x15 bytes function 0000000170044620-0000000170044C0F | |
62521.314:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x15: leaq 0x40(%rsp),rbp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x10: subq $0x48,%rsp | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62521.314:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.315:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 17000f12b rsp b2d2e0 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info **** func f0bc-f138 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E360 flags 0 prolog 0x7 bytes function 000000017000F0BC-000000017000F138 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x7: subq $0x4f8,%rsp | |
62521.315:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 7b00cdb7 rsp b2d7e0 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62521.315:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62521.315:0064:0070:trace:unwind:RtlVirtualUnwind inside epilog. | |
62521.315:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 3684498f6 rsp b2d8b0 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info **** func 298e0-2992b | |
62521.315:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368489D34 flags 0 prolog 0x8 bytes function 00000003684498E0-000000036844992B | |
62521.315:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.315:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 368436006 rsp b2d8e0 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info **** func 15f70-16007 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368487440 flags 0 prolog 0xd bytes function 0000000368435F70-0000000368436007 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0xd: leaq 0x40(%rsp),rbp | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x48,%rsp | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x4: pushq %rbx | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %rsi | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rdi | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.315:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31cab4ea2 rsp b2d950 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info **** func 24db0-24fb9 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA500 flags 0 prolog 0x17 bytes function 000000031CAB4DB0-000000031CAB4FB9 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x17: leaq 0x80(%rsp),rbp | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0x338,%rsp | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x8: pushq %rbx | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %rsi | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x6: pushq %rdi | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r12 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r13 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.315:0064:0070:trace:unwind:RtlUnwindEx found builtin frame 0000000000B2D9C0 handler 000000031CAAED80 | |
62521.315:0064:0070:trace:unwind:call_teb_unwind_handler calling TEB handler 000000031CAAED80 (rec=0000000000B2D800, frame=0000000000B2D9C0 context=0000000000B2C5F0, dispatch=0000000000B2BFB0) | |
62521.315:0064:0070:trace:unwind:call_teb_unwind_handler handler at 000000031CAAED80 returned 1 | |
62521.315:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31cab5870 rsp b2dcc0 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info **** func 257a0-25881 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CAC9EF0 flags 0 prolog 0x11 bytes function 000000031CAB57A0-000000031CAB5881 | |
62521.315:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x11: leaq 0x80(%rsp),rbp | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x9: subq $0x168,%rsp | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rbx | |
62521.315:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.315:0064:0070:trace:seh:RtlRestoreContext returning to 000000031CA9D91A stack 0000000000B2DCC0 | |
62521.315:0064:0078:fixme:wineusb:query_id Unhandled ID query type 0x5. | |
62521.315:0064:0070:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 | |
62521.316:0064:0070:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 | |
62521.316:0064:0078:fixme:wineusb:query_id Unhandled ID query type 0x5. | |
62521.318:0064:0070:trace:seh:dispatch_exception code=6ba flags=0 addr=000000007B00CDB7 ip=7b00cdb7 | |
62521.318:0064:0070:warn:seh:dispatch_exception unknown exception (code=6ba) raised | |
62521.318:0064:0070:trace:seh:dispatch_exception rax=0000000000b2d800 rbx=0000000000b2dae8 rcx=0000000000b2d800 rdx=0000000000000000 | |
62521.318:0064:0070:trace:seh:dispatch_exception rsi=00000000000000cc rdi=00000000008f3d00 rbp=0000000000b2d8d0 rsp=0000000000b2d7e0 | |
62521.318:0064:0070:trace:seh:dispatch_exception r8=0000000000000000 r9=0000000000000000 r10=00000000008f4020 r11=000000000000001c | |
62521.318:0064:0070:trace:seh:dispatch_exception r12=0000000000b2dae8 r13=0000000000f41e40 r14=0000000000f41e40 r15=00000000000000b8 | |
62521.318:0064:0070:trace:seh:call_vectored_handlers calling handler at 000000031CAB5E10 code=6ba flags=0 | |
62521.318:0064:0070:trace:seh:call_vectored_handlers handler at 000000031CAB5E10 returned 0 | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 7b00cdb7 rsp b2d7e0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind inside epilog. | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 3684498f6 rsp b2d8b0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 298e0-2992b | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368489D34 flags 0 prolog 0x8 bytes function 00000003684498E0-000000036844992B | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 368436006 rsp b2d8e0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 15f70-16007 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368487440 flags 0 prolog 0xd bytes function 0000000368435F70-0000000368436007 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xd: leaq 0x40(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x48,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x4: pushq %rbx | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %rsi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rdi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 31cab4ea2 rsp b2d950 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 24db0-24fb9 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA500 flags 0 prolog 0x17 bytes function 000000031CAB4DB0-000000031CAB4FB9 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x17: leaq 0x80(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0x338,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x8: pushq %rbx | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %rsi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x6: pushq %rdi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r12 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r13 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:seh:call_stack_handlers found wine frame 0000000000B2D9C0 rsp 0000000000B2DCC0 handler 000000031CAAED80 | |
62521.318:0064:0070:trace:seh:call_teb_handler calling TEB handler 000000031CAAED80 (rec=0000000000B2D800, frame=0000000000B2D9C0 context=0000000000B2CD30, dispatch=0000000000B2CC00) | |
62521.318:0064:0070:trace:seh:call_teb_handler handler at 000000031CAAED80 returned 1 | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 31cab5870 rsp b2dcc0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 257a0-25881 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CAC9EF0 flags 0 prolog 0x11 bytes function 000000031CAB57A0-000000031CAB5881 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x11: leaq 0x80(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x9: subq $0x168,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rbx | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:seh:call_stack_handlers found wine frame 0000000000B2DCF0 rsp 0000000000B2DE40 handler 000000031CAAF000 | |
62521.318:0064:0070:trace:seh:call_teb_handler calling TEB handler 000000031CAAF000 (rec=0000000000B2D800, frame=0000000000B2DCF0 context=0000000000B2CD30, dispatch=0000000000B2CC00) | |
62521.318:0064:0070:trace:unwind:RtlUnwindEx code=6ba flags=2 end_frame=0000000000B2DCF0 target_ip=000000031CA9D91A rip=0000000170033be5 | |
62521.318:0064:0070:trace:unwind:RtlUnwindEx rax=000000007fed0000 rbx=0000000000b2d9c0 rcx=0000000000b2c5f0 rdx=000000031ca9d91a | |
62521.318:0064:0070:trace:unwind:RtlUnwindEx rsi=0000000000b2c0a0 rdi=0000000000b2cd30 rbp=0000000000b2bfb0 rsp=0000000000b2bf30 | |
62521.318:0064:0070:trace:unwind:RtlUnwindEx r8=0000000000b2d800 r9=000000031cab5de0 r10=00007f6a3499c600 r11=0000000000000202 | |
62521.318:0064:0070:trace:unwind:RtlUnwindEx r12=0000000000b2d800 r13=0000000000b2c5f0 r14=0000000000b2dcf0 r15=000000017006d3b0 | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170033be5 rsp b2bf30 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 33b90-342f8 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E4AC flags 0 prolog 0x1b bytes function 0000000170033B90-00000001700342F8 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x13: subq $0x648,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0078:fixme:wineusb:query_id Unhandled ID query type 0x5. | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170033b77 rsp b2c5c0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 33b50-33b81 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E4C8 flags 0 prolog 0x10 bytes function 0000000170033B50-0000000170033B81 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x10: leaq 0x80(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x500,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31ca9d91a rsp b2cad0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func d900-d91c | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA5EC flags 0 prolog 0x8 bytes function 000000031CA9D900-000000031CA9D91C | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31cab5ddd rsp b2cb00 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 25db0-25dde | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA5F8 flags 0 prolog 0x8 bytes function 000000031CAB5DB0-000000031CAB5DDE | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31caaf058 rsp b2cb30 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 1f000-1f059 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA610 flags 0 prolog 0x10 bytes function 000000031CAAF000-000000031CAAF059 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x30(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x10: leaq 0x30(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xb: subq $0x38,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r12 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r13 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r14 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170042262 rsp b2cb90 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 42040-42501 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E430 flags 0 prolog 0x1b bytes function 0000000170042040-0000000170042501 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x13: subq $0x678,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170044959 rsp b2d250 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 44620-44c0f | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E44C flags 0 prolog 0x15 bytes function 0000000170044620-0000000170044C0F | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x15: leaq 0x40(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x10: subq $0x48,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 17000f12b rsp b2d2e0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func f0bc-f138 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E360 flags 0 prolog 0x7 bytes function 000000017000F0BC-000000017000F138 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x7: subq $0x4f8,%rsp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 7b00cdb7 rsp b2d7e0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind inside epilog. | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 3684498f6 rsp b2d8b0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 298e0-2992b | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368489D34 flags 0 prolog 0x8 bytes function 00000003684498E0-000000036844992B | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 368436006 rsp b2d8e0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 15f70-16007 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368487440 flags 0 prolog 0xd bytes function 0000000368435F70-0000000368436007 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xd: leaq 0x40(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x48,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x4: pushq %rbx | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %rsi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rdi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31cab4ea2 rsp b2d950 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 24db0-24fb9 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA500 flags 0 prolog 0x17 bytes function 000000031CAB4DB0-000000031CAB4FB9 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x17: leaq 0x80(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0x338,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x8: pushq %rbx | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %rsi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x6: pushq %rdi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r12 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r13 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlUnwindEx found builtin frame 0000000000B2D9C0 handler 000000031CAAED80 | |
62521.318:0064:0070:trace:unwind:call_teb_unwind_handler calling TEB handler 000000031CAAED80 (rec=0000000000B2D800, frame=0000000000B2D9C0 context=0000000000B2C5F0, dispatch=0000000000B2BFB0) | |
62521.318:0064:0070:trace:unwind:call_teb_unwind_handler handler at 000000031CAAED80 returned 1 | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31cab5870 rsp b2dcc0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 257a0-25881 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CAC9EF0 flags 0 prolog 0x11 bytes function 000000031CAB57A0-000000031CAB5881 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x11: leaq 0x80(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x9: subq $0x168,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rbx | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:seh:RtlRestoreContext returning to 000000031CA9D91A stack 0000000000B2DCC0 | |
62521.318:0064:0070:trace:seh:dispatch_exception code=6ba flags=0 addr=000000007B00CDB7 ip=7b00cdb7 | |
62521.318:0064:0070:warn:seh:dispatch_exception unknown exception (code=6ba) raised | |
62521.318:0064:0070:trace:seh:dispatch_exception rax=0000000000b2d800 rbx=0000000000b2dae8 rcx=0000000000b2d800 rdx=0000000000000000 | |
62521.318:0064:0070:trace:seh:dispatch_exception rsi=00000000000000cc rdi=00000000008f3d00 rbp=0000000000b2d8d0 rsp=0000000000b2d7e0 | |
62521.318:0064:0070:trace:seh:dispatch_exception r8=0000000000000000 r9=0000000000000000 r10=00000000008f4020 r11=000000000000001c | |
62521.318:0064:0070:trace:seh:dispatch_exception r12=0000000000b2dae8 r13=0000000000f41e40 r14=0000000000f41e40 r15=00000000000000b8 | |
62521.318:0064:0070:trace:seh:call_vectored_handlers calling handler at 000000031CAB5E10 code=6ba flags=0 | |
62521.318:0064:0070:trace:seh:call_vectored_handlers handler at 000000031CAB5E10 returned 0 | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 7b00cdb7 rsp b2d7e0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind inside epilog. | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 3684498f6 rsp b2d8b0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 298e0-2992b | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368489D34 flags 0 prolog 0x8 bytes function 00000003684498E0-000000036844992B | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 368436006 rsp b2d8e0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 15f70-16007 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368487440 flags 0 prolog 0xd bytes function 0000000368435F70-0000000368436007 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xd: leaq 0x40(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x48,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x4: pushq %rbx | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %rsi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rdi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 31cab4ea2 rsp b2d950 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 24db0-24fb9 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA500 flags 0 prolog 0x17 bytes function 000000031CAB4DB0-000000031CAB4FB9 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x17: leaq 0x80(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0x338,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x8: pushq %rbx | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %rsi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x6: pushq %rdi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r12 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r13 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:seh:call_stack_handlers found wine frame 0000000000B2D9C0 rsp 0000000000B2DCC0 handler 000000031CAAED80 | |
62521.318:0064:0070:trace:seh:call_teb_handler calling TEB handler 000000031CAAED80 (rec=0000000000B2D800, frame=0000000000B2D9C0 context=0000000000B2CD30, dispatch=0000000000B2CC00) | |
62521.318:0064:0070:trace:seh:call_teb_handler handler at 000000031CAAED80 returned 1 | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 1 rip 31cab5870 rsp b2dcc0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 257a0-25881 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CAC9EF0 flags 0 prolog 0x11 bytes function 000000031CAB57A0-000000031CAB5881 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x11: leaq 0x80(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x9: subq $0x168,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rbx | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:seh:call_stack_handlers found wine frame 0000000000B2DCF0 rsp 0000000000B2DE40 handler 000000031CAAF000 | |
62521.318:0064:0070:trace:seh:call_teb_handler calling TEB handler 000000031CAAF000 (rec=0000000000B2D800, frame=0000000000B2DCF0 context=0000000000B2CD30, dispatch=0000000000B2CC00) | |
62521.318:0064:0070:trace:unwind:RtlUnwindEx code=6ba flags=2 end_frame=0000000000B2DCF0 target_ip=000000031CA9D91A rip=0000000170033be5 | |
62521.318:0064:0070:trace:unwind:RtlUnwindEx rax=000000007fed0000 rbx=0000000000b2d9c0 rcx=0000000000b2c5f0 rdx=000000031ca9d91a | |
62521.318:0064:0070:trace:unwind:RtlUnwindEx rsi=0000000000b2c0a0 rdi=0000000000b2cd30 rbp=0000000000b2bfb0 rsp=0000000000b2bf30 | |
62521.318:0064:0070:trace:unwind:RtlUnwindEx r8=0000000000b2d800 r9=000000031cab5de0 r10=00007f6a3499c600 r11=0000000000000202 | |
62521.318:0064:0070:trace:unwind:RtlUnwindEx r12=0000000000b2d800 r13=0000000000b2c5f0 r14=0000000000b2dcf0 r15=000000017006d3b0 | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170033be5 rsp b2bf30 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 33b90-342f8 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E4AC flags 0 prolog 0x1b bytes function 0000000170033B90-00000001700342F8 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x13: subq $0x648,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170033b77 rsp b2c5c0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 33b50-33b81 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E4C8 flags 0 prolog 0x10 bytes function 0000000170033B50-0000000170033B81 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x10: leaq 0x80(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x500,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31ca9d91a rsp b2cad0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func d900-d91c | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA5EC flags 0 prolog 0x8 bytes function 000000031CA9D900-000000031CA9D91C | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31cab5ddd rsp b2cb00 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 25db0-25dde | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA5F8 flags 0 prolog 0x8 bytes function 000000031CAB5DB0-000000031CAB5DDE | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31caaf058 rsp b2cb30 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 1f000-1f059 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA610 flags 0 prolog 0x10 bytes function 000000031CAAF000-000000031CAAF059 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x30(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x10: leaq 0x30(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xb: subq $0x38,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r12 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r13 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r14 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170042262 rsp b2cb90 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 42040-42501 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E430 flags 0 prolog 0x1b bytes function 0000000170042040-0000000170042501 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x13: subq $0x678,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 170044959 rsp b2d250 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func 44620-44c0f | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E44C flags 0 prolog 0x15 bytes function 0000000170044620-0000000170044C0F | |
62521.318:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x15: leaq 0x40(%rsp),rbp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x10: subq $0x48,%rsp | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.318:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 17000f12b rsp b2d2e0 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info **** func f0bc-f138 | |
62521.318:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000017008E360 flags 0 prolog 0x7 bytes function 000000017000F0BC-000000017000F138 | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x7: subq $0x4f8,%rsp | |
62521.319:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 7b00cdb7 rsp b2d7e0 | |
62521.319:0064:0070:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62521.319:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62521.319:0064:0070:trace:unwind:RtlVirtualUnwind inside epilog. | |
62521.319:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 3684498f6 rsp b2d8b0 | |
62521.319:0064:0070:trace:unwind:dump_unwind_info **** func 298e0-2992b | |
62521.319:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368489D34 flags 0 prolog 0x8 bytes function 00000003684498E0-000000036844992B | |
62521.319:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.319:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 368436006 rsp b2d8e0 | |
62521.319:0064:0070:trace:unwind:dump_unwind_info **** func 15f70-16007 | |
62521.319:0064:0070:trace:unwind:dump_unwind_info unwind info at 0000000368487440 flags 0 prolog 0xd bytes function 0000000368435F70-0000000368436007 | |
62521.319:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0xd: leaq 0x40(%rsp),rbp | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x8: subq $0x48,%rsp | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x4: pushq %rbx | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %rsi | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rdi | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.319:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31cab4ea2 rsp b2d950 | |
62521.319:0064:0070:trace:unwind:dump_unwind_info **** func 24db0-24fb9 | |
62521.319:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CACA500 flags 0 prolog 0x17 bytes function 000000031CAB4DB0-000000031CAB4FB9 | |
62521.319:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x17: leaq 0x80(%rsp),rbp | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0xf: subq $0x338,%rsp | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x8: pushq %rbx | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x7: pushq %rsi | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x6: pushq %rdi | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x5: pushq %r12 | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x3: pushq %r13 | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.319:0064:0070:trace:unwind:RtlUnwindEx found builtin frame 0000000000B2D9C0 handler 000000031CAAED80 | |
62521.319:0064:0070:trace:unwind:call_teb_unwind_handler calling TEB handler 000000031CAAED80 (rec=0000000000B2D800, frame=0000000000B2D9C0 context=0000000000B2C5F0, dispatch=0000000000B2BFB0) | |
62521.319:0064:0070:trace:unwind:call_teb_unwind_handler handler at 000000031CAAED80 returned 1 | |
62521.319:0064:0070:trace:unwind:RtlVirtualUnwind type 2 rip 31cab5870 rsp b2dcc0 | |
62521.319:0064:0070:trace:unwind:dump_unwind_info **** func 257a0-25881 | |
62521.319:0064:0070:trace:unwind:dump_unwind_info unwind info at 000000031CAC9EF0 flags 0 prolog 0x11 bytes function 000000031CAB57A0-000000031CAB5881 | |
62521.319:0064:0070:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x11: leaq 0x80(%rsp),rbp | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x9: subq $0x168,%rsp | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x2: pushq %rbx | |
62521.319:0064:0070:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62521.319:0064:0070:trace:seh:RtlRestoreContext returning to 000000031CA9D91A stack 0000000000B2DCC0 | |
62521.319:0064:0078:fixme:wineusb:query_id Unhandled ID query type 0x5. | |
62521.321:0064:0078:fixme:wineusb:query_id Unhandled ID query type 0x5. | |
62521.322:0064:0078:fixme:wineusb:query_id Unhandled ID query type 0x5. | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
62522.033:0090:0094:trace:seh:sigsys_handler SIGSYS, rax 0xffff, rip 0x600000000005. | |
62522.033:0090:0094:trace:seh:install_bpf Seccomp filters already installed. | |
62522.034:0090:0094:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\plugplay.exe" at 0000000140000000: builtin | |
62522.035:0090:0094:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernelbase.dll" at 000000007B000000: builtin | |
62522.035:0090:0094:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernel32.dll" at 000000007B600000: builtin | |
62522.035:0090:0094:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0000000228280000: builtin | |
62522.036:0090:0094:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 00000002C7470000: builtin | |
62522.036:0090:0094:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\sechost.dll" at 00000001EAF60000: builtin | |
62522.036:0090:0094:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\advapi32.dll" at 00000001D8C90000: builtin | |
62522.036:0090:0094:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0000000368420000: builtin | |
62522.037:0090:0094:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\win32u.dll" at 00000002C73A0000: builtin | |
62522.037:0090:0094:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\gdi32.dll" at 00000002BB0A0000: builtin | |
62522.037:0090:0094:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\version.dll" at 000000025DC30000: builtin | |
62522.037:0090:0094:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\user32.dll" at 00000002169D0000: builtin | |
62522.069:0090:0094:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\imm32.dll" at 0000000393730000: builtin | |
62522.070:0030:0098:warn:threadname:NtSetInformationThread Thread renamed to L"wine_rpcrt4_io" | |
62522.072:0090:00a0:warn:threadname:NtSetInformationThread Thread renamed to L"wine_sechost_service" | |
62522.072:0090:00a4:warn:threadname:NtSetInformationThread Thread renamed to L"wine_rpcrt4_server" | |
62522.074:003c:004c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\drivers\\sharedgpures.sys" at 000000029E400000: builtin | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
62522.096:00a8:00ac:trace:seh:sigsys_handler SIGSYS, rax 0xffff, rip 0x600000000005. | |
62522.096:00a8:00ac:trace:seh:install_bpf Seccomp filters already installed. | |
62522.096:00a8:00ac:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\svchost.exe" at 0000000140000000: builtin | |
62522.097:00a8:00ac:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernelbase.dll" at 000000007B000000: builtin | |
62522.097:00a8:00ac:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernel32.dll" at 000000007B600000: builtin | |
62522.098:00a8:00ac:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0000000228280000: builtin | |
62522.098:00a8:00ac:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 00000002C7470000: builtin | |
62522.098:00a8:00ac:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\sechost.dll" at 00000001EAF60000: builtin | |
62522.098:00a8:00ac:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\advapi32.dll" at 00000001D8C90000: builtin | |
62522.112:00a8:00ac:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\wevtsvc.dll" at 000000029E840000: builtin | |
62522.113:00a8:00ac:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0000000368420000: builtin | |
62522.116:0030:00b0:warn:threadname:NtSetInformationThread Thread renamed to L"wine_rpcrt4_io" | |
62522.125:00a8:00b8:warn:threadname:NtSetInformationThread Thread renamed to L"wine_sechost_service" | |
62522.134:003c:004c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\drivers\\nsiproxy.sys" at 000000033BB90000: builtin | |
62522.142:003c:004c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\dnsapi.dll" at 0000000296590000: builtin | |
62522.142:003c:004c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\nsi.dll" at 000000026C190000: builtin | |
62522.142:003c:004c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\iphlpapi.dll" at 00000003982D0000: builtin | |
62522.142:003c:004c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\drivers\\ndis.sys" at 0000000212240000: builtin | |
62522.145:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\version.dll" at 000000025DC30000: builtin | |
62522.145:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\win32u.dll" at 00000002C73A0000: builtin | |
62522.145:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\user32.dll" at 00000002169D0000: builtin | |
62522.145:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\gdi32.dll" at 00000002BB0A0000: builtin | |
62522.145:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\shcore.dll" at 00000002BDE30000: builtin | |
62522.145:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\shlwapi.dll" at 00000002A2380000: builtin | |
62522.145:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\shell32.dll" at 000000023BC00000: builtin | |
62522.171:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\imm32.dll" at 0000000393730000: builtin | |
62522.172:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0000000368420000: builtin | |
62522.172:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\combase.dll" at 000000031C5D0000: builtin | |
62522.172:0028:002c:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ole32.dll" at 000000020B860000: builtin | |
62522.174:0020:0024:trace:seh:install_bpf Installing seccomp filters. | |
62522.174:0020:0024:trace:seh:check_bpf_jit_enable enabled 0x31. | |
62522.175:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\steam.exe" at 00007F4BE7B70000: builtin | |
62522.176:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernelbase.dll" at 000000007B000000: builtin | |
62522.176:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernel32.dll" at 000000007B600000: builtin | |
62522.176:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0000000228280000: builtin | |
62522.177:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 00000002C7470000: builtin | |
62522.177:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\sechost.dll" at 00000001EAF60000: builtin | |
62522.177:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\advapi32.dll" at 00000001D8C90000: builtin | |
62522.177:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\cabinet.dll" at 0000000309660000: builtin | |
62522.178:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\version.dll" at 000000025DC30000: builtin | |
62522.178:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\win32u.dll" at 00000002C73A0000: builtin | |
62522.178:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\user32.dll" at 00000002169D0000: builtin | |
62522.178:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\gdi32.dll" at 00000002BB0A0000: builtin | |
62522.179:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\imm32.dll" at 0000000393730000: builtin | |
62522.179:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\comctl32.dll" at 00000002FB3C0000: builtin | |
62522.179:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\bcrypt.dll" at 00000002EE630000: builtin | |
62522.179:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\crypt32.dll" at 00000002964D0000: builtin | |
62522.180:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\dbghelp.dll" at 000000023ECB0000: builtin | |
62522.180:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\imagehlp.dll" at 00000002604A0000: builtin | |
62522.180:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\mspatcha.dll" at 0000000311BC0000: builtin | |
62522.180:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\odbccp32.dll" at 00000003681B0000: builtin | |
62522.181:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0000000368420000: builtin | |
62522.181:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\combase.dll" at 000000031C5D0000: builtin | |
62522.181:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ole32.dll" at 000000020B860000: builtin | |
62522.181:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\oleaut32.dll" at 00000001D0E20000: builtin | |
62522.182:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\shcore.dll" at 00000002BDE30000: builtin | |
62522.182:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\shlwapi.dll" at 00000002A2380000: builtin | |
62522.182:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\shell32.dll" at 000000023BC00000: builtin | |
62522.182:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\sxs.dll" at 00000002B4DE0000: builtin | |
62522.182:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\mpr.dll" at 0000000250CD0000: builtin | |
62522.183:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ws2_32.dll" at 0000000370F70000: builtin | |
62522.183:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\wininet.dll" at 0000000345640000: builtin | |
62522.183:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\urlmon.dll" at 00000001DE160000: builtin | |
62522.183:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\wintrust.dll" at 00000002A3D30000: builtin | |
62522.183:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msi.dll" at 0000000392C60000: builtin | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
62522.233:00c8:00cc:trace:seh:sigsys_handler SIGSYS, rax 0xffff, rip 0x600000000005. | |
62522.233:00c8:00cc:trace:seh:install_bpf Seccomp filters already installed. | |
62522.234:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\explorer.exe" at 0000000140000000: builtin | |
62522.234:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernelbase.dll" at 000000007B000000: builtin | |
62522.234:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernel32.dll" at 000000007B600000: builtin | |
62522.236:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0000000228280000: builtin | |
62522.236:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 00000002C7470000: builtin | |
62522.236:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\sechost.dll" at 00000001EAF60000: builtin | |
62522.236:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\advapi32.dll" at 00000001D8C90000: builtin | |
62522.237:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\version.dll" at 000000025DC30000: builtin | |
62522.237:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\win32u.dll" at 00000002C73A0000: builtin | |
62522.237:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\user32.dll" at 00000002169D0000: builtin | |
62522.237:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\gdi32.dll" at 00000002BB0A0000: builtin | |
62522.238:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0000000368420000: builtin | |
62522.267:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\imm32.dll" at 0000000393730000: builtin | |
62522.268:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\winex11.drv" at 0000000251D80000: builtin | |
[2023-12-15 00:32:13.285] [MANGOHUD] [info] [blacklist.cpp:68] process 'explorer.exe' is blacklisted in MangoHud | |
[2023-12-15 00:32:13.369] [MANGOHUD] [info] [blacklist.cpp:68] process 'explorer.exe' is blacklisted in MangoHud | |
[2023-12-15 00:32:13.429] [MANGOHUD] [info] [blacklist.cpp:68] process 'explorer.exe' is blacklisted in MangoHud | |
[2023-12-15 00:32:13.461] [MANGOHUD] [info] [blacklist.cpp:68] process 'explorer.exe' is blacklisted in MangoHud | |
[2023-12-15 00:32:13.553] [MANGOHUD] [info] [blacklist.cpp:68] process 'explorer.exe' is blacklisted in MangoHud | |
[2023-12-15 00:32:13.604] [MANGOHUD] [info] [blacklist.cpp:68] process 'explorer.exe' is blacklisted in MangoHud | |
62522.626:00c8:00cc:err:xrandr:xrandr14_get_adapters Failed to get adapters | |
62522.653:00c8:00cc:err:xrandr:xrandr14_get_adapters Failed to get adapters | |
[2023-12-15 00:32:13.662] [MANGOHUD] [info] [blacklist.cpp:68] process 'explorer.exe' is blacklisted in MangoHud | |
[2023-12-15 00:32:13.752] [MANGOHUD] [info] [blacklist.cpp:68] process 'explorer.exe' is blacklisted in MangoHud | |
[2023-12-15 00:32:13.805] [MANGOHUD] [info] [blacklist.cpp:68] process 'explorer.exe' is blacklisted in MangoHud | |
62522.837:00c8:00cc:err:xrandr:xrandr14_get_adapters Failed to get adapters | |
62522.844:00c8:00cc:err:xrandr:xrandr14_get_adapters Failed to get adapters | |
62522.846:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\uxtheme.dll" at 000000026C230000: builtin | |
62522.855:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\shcore.dll" at 00000002BDE30000: builtin | |
62522.855:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\shlwapi.dll" at 00000002A2380000: builtin | |
62522.856:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\shell32.dll" at 000000023BC00000: builtin | |
62522.864:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\combase.dll" at 000000031C5D0000: builtin | |
62522.864:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ole32.dll" at 000000020B860000: builtin | |
62522.869:00c8:00d4:warn:threadname:NtSetInformationThread Thread renamed to L"wine_rpcrt4_server" | |
62522.872:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\oleaut32.dll" at 00000001D0E20000: builtin | |
62522.873:00c8:00cc:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\actxprxy.dll" at 00000002F3610000: builtin | |
62522.874:00c8:00cc:trace:seh:dispatch_exception code=6ba flags=0 addr=000000007B00CDB7 ip=7b00cdb7 | |
62522.874:00c8:00cc:warn:seh:dispatch_exception unknown exception (code=6ba) raised | |
62522.874:00c8:00cc:trace:seh:dispatch_exception rax=000000000021e7b0 rbx=000000000021ea98 rcx=000000000021e7b0 rdx=0000000000000000 | |
62522.874:00c8:00cc:trace:seh:dispatch_exception rsi=000000000000006c rdi=00000000009f3920 rbp=000000000021e880 rsp=000000000021e790 | |
62522.874:00c8:00cc:trace:seh:dispatch_exception r8=0000000000000000 r9=0000000000000000 r10=00000000009f3a60 r11=0000000000000014 | |
62522.874:00c8:00cc:trace:seh:dispatch_exception r12=000000000021ea98 r13=00000000009f24a0 r14=00000000009f0e00 r15=0000000000000001 | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 1 rip 7b00cdb7 rsp 21e790 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind inside epilog. | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 1 rip 3684498f6 rsp 21e860 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func 298e0-2992b | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 0000000368489D34 flags 0 prolog 0x8 bytes function 00000003684498E0-000000036844992B | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 1 rip 368436006 rsp 21e890 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func 15f70-16007 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 0000000368487440 flags 0 prolog 0xd bytes function 0000000368435F70-0000000368436007 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xd: leaq 0x40(%rsp),rbp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x8: subq $0x48,%rsp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x4: pushq %rbx | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x3: pushq %rsi | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x2: pushq %rdi | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 1 rip 31c5ee635 rsp 21e900 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func 1e540-1e793 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 000000031C610E74 flags 0 prolog 0x19 bytes function 000000031C5EE540-000000031C5EE793 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x19: leaq 0x80(%rsp),rbp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x11: subq $0x330,%rsp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xa: pushq %rbx | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x9: pushq %rsi | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x8: pushq %rdi | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x7: pushq %r12 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x5: pushq %r13 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x3: pushq %r14 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62522.874:00c8:00cc:trace:seh:call_stack_handlers found wine frame 000000000021E970 rsp 000000000021EC70 handler 000000031C5E4F20 | |
62522.874:00c8:00cc:trace:seh:call_teb_handler calling TEB handler 000000031C5E4F20 (rec=000000000021E7B0, frame=000000000021E970 context=000000000021DCE0, dispatch=000000000021DBB0) | |
62522.874:00c8:00cc:trace:seh:call_teb_handler handler at 000000031C5E4F20 returned 1 | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 1 rip 31c5f1834 rsp 21ec70 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func 21750-2185a | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 000000031C610490 flags 0 prolog 0x13 bytes function 000000031C5F1750-000000031C5F185A | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x13: leaq 0x80(%rsp),rbp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xb: subq $0x170,%rsp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x4: pushq %rbx | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x3: pushq %r12 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62522.874:00c8:00cc:trace:seh:call_stack_handlers found wine frame 000000000021ECB0 rsp 000000000021EE00 handler 000000031C5E51A0 | |
62522.874:00c8:00cc:trace:seh:call_teb_handler calling TEB handler 000000031C5E51A0 (rec=000000000021E7B0, frame=000000000021ECB0 context=000000000021DCE0, dispatch=000000000021DBB0) | |
62522.874:00c8:00cc:trace:unwind:RtlUnwindEx code=6ba flags=2 end_frame=000000000021ECB0 target_ip=000000031C5D3EAA rip=0000000170033be5 | |
62522.874:00c8:00cc:trace:unwind:RtlUnwindEx rax=000000007fee0000 rbx=000000000021e970 rcx=000000000021d5a0 rdx=000000031c5d3eaa | |
62522.874:00c8:00cc:trace:unwind:RtlUnwindEx rsi=000000000021d050 rdi=000000000021dce0 rbp=000000000021cf60 rsp=000000000021cee0 | |
62522.874:00c8:00cc:trace:unwind:RtlUnwindEx r8=000000000021e7b0 r9=000000031c5f5b30 r10=00007f0077b9d600 r11=0000000000000202 | |
62522.874:00c8:00cc:trace:unwind:RtlUnwindEx r12=000000000021e7b0 r13=000000000021d5a0 r14=000000000021ecb0 r15=000000017006d3b0 | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 2 rip 170033be5 rsp 21cee0 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func 33b90-342f8 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 000000017008E4AC flags 0 prolog 0x1b bytes function 0000000170033B90-00000001700342F8 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x13: subq $0x648,%rsp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 2 rip 170033b77 rsp 21d570 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func 33b50-33b81 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 000000017008E4C8 flags 0 prolog 0x10 bytes function 0000000170033B50-0000000170033B81 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x10: leaq 0x80(%rsp),rbp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x8: subq $0x500,%rsp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 2 rip 31c5d3eaa rsp 21da80 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func 3e90-3eac | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 000000031C610F94 flags 0 prolog 0x8 bytes function 000000031C5D3E90-000000031C5D3EAC | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 2 rip 31c5f5b2d rsp 21dab0 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func 25b00-25b2e | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 000000031C610FA0 flags 0 prolog 0x8 bytes function 000000031C5F5B00-000000031C5F5B2E | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 2 rip 31c5e51f8 rsp 21dae0 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func 151a0-151f9 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 000000031C610FB8 flags 0 prolog 0x10 bytes function 000000031C5E51A0-000000031C5E51F9 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info frame register rbp offset 0x30(%rsp) | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x10: leaq 0x30(%rsp),rbp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xb: subq $0x38,%rsp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x7: pushq %r12 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x5: pushq %r13 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x3: pushq %r14 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 2 rip 170042262 rsp 21db40 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func 42040-42501 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 000000017008E430 flags 0 prolog 0x1b bytes function 0000000170042040-0000000170042501 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x13: subq $0x678,%rsp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 2 rip 170044959 rsp 21e200 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func 44620-44c0f | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 000000017008E44C flags 0 prolog 0x15 bytes function 0000000170044620-0000000170044C0F | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x15: leaq 0x40(%rsp),rbp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x10: subq $0x48,%rsp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 2 rip 17000f12b rsp 21e290 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func f0bc-f138 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 000000017008E360 flags 0 prolog 0x7 bytes function 000000017000F0BC-000000017000F138 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x7: subq $0x4f8,%rsp | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 2 rip 7b00cdb7 rsp 21e790 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind inside epilog. | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 2 rip 3684498f6 rsp 21e860 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func 298e0-2992b | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 0000000368489D34 flags 0 prolog 0x8 bytes function 00000003684498E0-000000036844992B | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 2 rip 368436006 rsp 21e890 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func 15f70-16007 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 0000000368487440 flags 0 prolog 0xd bytes function 0000000368435F70-0000000368436007 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xd: leaq 0x40(%rsp),rbp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x8: subq $0x48,%rsp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x4: pushq %rbx | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x3: pushq %rsi | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x2: pushq %rdi | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 2 rip 31c5ee635 rsp 21e900 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func 1e540-1e793 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 000000031C610E74 flags 0 prolog 0x19 bytes function 000000031C5EE540-000000031C5EE793 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x19: leaq 0x80(%rsp),rbp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x11: subq $0x330,%rsp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xa: pushq %rbx | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x9: pushq %rsi | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x8: pushq %rdi | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x7: pushq %r12 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x5: pushq %r13 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x3: pushq %r14 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62522.874:00c8:00cc:trace:unwind:RtlUnwindEx found builtin frame 000000000021E970 handler 000000031C5E4F20 | |
62522.874:00c8:00cc:trace:unwind:call_teb_unwind_handler calling TEB handler 000000031C5E4F20 (rec=000000000021E7B0, frame=000000000021E970 context=000000000021D5A0, dispatch=000000000021CF60) | |
62522.874:00c8:00cc:trace:unwind:call_teb_unwind_handler handler at 000000031C5E4F20 returned 1 | |
62522.874:00c8:00cc:trace:unwind:RtlVirtualUnwind type 2 rip 31c5f1834 rsp 21ec70 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info **** func 21750-2185a | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info unwind info at 000000031C610490 flags 0 prolog 0x13 bytes function 000000031C5F1750-000000031C5F185A | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x13: leaq 0x80(%rsp),rbp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0xb: subq $0x170,%rsp | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x4: pushq %rbx | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x3: pushq %r12 | |
62522.874:00c8:00cc:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62522.874:00c8:00cc:trace:seh:RtlRestoreContext returning to 000000031C5D3EAA stack 000000000021EC70 | |
62522.879:0030:00d8:warn:threadname:NtSetInformationThread Thread renamed to L"wine_rpcrt4_io" | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
62522.904:00dc:00e0:trace:seh:sigsys_handler SIGSYS, rax 0xffff, rip 0x600000000005. | |
62522.904:00dc:00e0:trace:seh:install_bpf Seccomp filters already installed. | |
62522.905:00dc:00e0:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\rpcss.exe" at 0000000140000000: builtin | |
62522.905:00dc:00e0:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernelbase.dll" at 000000007B000000: builtin | |
62522.905:00dc:00e0:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernel32.dll" at 000000007B600000: builtin | |
62522.906:00dc:00e0:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0000000228280000: builtin | |
62522.907:00dc:00e0:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 00000002C7470000: builtin | |
62522.907:00dc:00e0:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\sechost.dll" at 00000001EAF60000: builtin | |
62522.907:00dc:00e0:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\advapi32.dll" at 00000001D8C90000: builtin | |
62522.907:00dc:00e0:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0000000368420000: builtin | |
62522.911:0030:00e4:warn:threadname:NtSetInformationThread Thread renamed to L"wine_rpcrt4_io" | |
62522.912:0030:00e8:warn:threadname:NtSetInformationThread Thread renamed to L"wine_threadpool_worker" | |
62522.913:00dc:00f0:warn:threadname:NtSetInformationThread Thread renamed to L"wine_sechost_service" | |
62522.914:00dc:00f4:warn:threadname:NtSetInformationThread Thread renamed to L"wine_rpcrt4_server" | |
62522.915:00dc:00f8:warn:threadname:NtSetInformationThread Thread renamed to L"wine_rpcrt4_server" | |
62522.916:00dc:00fc:warn:threadname:NtSetInformationThread Thread renamed to L"wine_rpcrt4_io" | |
62522.917:00dc:0100:warn:threadname:NtSetInformationThread Thread renamed to L"wine_threadpool_worker" | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
62522.924:0104:0108:trace:seh:sigsys_handler SIGSYS, rax 0xffff, rip 0x600000000005. | |
62522.924:0104:0108:trace:seh:install_bpf Seccomp filters already installed. | |
62522.924:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\tabtip.exe" at 0000000140000000: builtin | |
62522.925:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernelbase.dll" at 000000007B000000: builtin | |
62522.925:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernel32.dll" at 000000007B600000: builtin | |
62522.926:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0000000228280000: builtin | |
62522.926:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 00000002C7470000: builtin | |
62522.926:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\sechost.dll" at 00000001EAF60000: builtin | |
62522.926:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\advapi32.dll" at 00000001D8C90000: builtin | |
62522.927:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\version.dll" at 000000025DC30000: builtin | |
62522.927:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\win32u.dll" at 00000002C73A0000: builtin | |
62522.927:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\user32.dll" at 00000002169D0000: builtin | |
62522.928:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\gdi32.dll" at 00000002BB0A0000: builtin | |
62522.928:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0000000368420000: builtin | |
62522.928:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\combase.dll" at 000000031C5D0000: builtin | |
62522.928:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ole32.dll" at 000000020B860000: builtin | |
62522.928:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\oleaut32.dll" at 00000001D0E20000: builtin | |
62522.929:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\shcore.dll" at 00000002BDE30000: builtin | |
62522.929:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\shlwapi.dll" at 00000002A2380000: builtin | |
62522.929:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\shell32.dll" at 000000023BC00000: builtin | |
62522.991:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\imm32.dll" at 0000000393730000: builtin | |
62522.993:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\winex11.drv" at 0000000251D80000: builtin | |
62522.993:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\oleacc.dll" at 00000003B8910000: builtin | |
62522.993:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\uiautomationcore.dll" at 000000029DB00000: builtin | |
62522.995:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\winex11.drv" at 0000000251D80000: builtin | |
[2023-12-15 00:32:14.032] [MANGOHUD] [info] [blacklist.cpp:68] process 'steam.exe' is blacklisted in MangoHud | |
[2023-12-15 00:32:14.053] [MANGOHUD] [info] [blacklist.cpp:68] process 'tabtip.exe' is blacklisted in MangoHud | |
[2023-12-15 00:32:14.220] [MANGOHUD] [info] [blacklist.cpp:68] process 'steam.exe' is blacklisted in MangoHud | |
[2023-12-15 00:32:14.269] [MANGOHUD] [info] [blacklist.cpp:68] process 'tabtip.exe' is blacklisted in MangoHud | |
[2023-12-15 00:32:14.278] [MANGOHUD] [info] [blacklist.cpp:68] process 'steam.exe' is blacklisted in MangoHud | |
62523.344:0020:0024:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\uxtheme.dll" at 000000026C230000: builtin | |
[2023-12-15 00:32:14.354] [MANGOHUD] [info] [blacklist.cpp:68] process 'tabtip.exe' is blacklisted in MangoHud | |
Setting breakpad minidump AppID = 1817190 | |
[2023-12-15 00:32:14.363] [MANGOHUD] [info] [blacklist.cpp:68] process 'steam.exe' is blacklisted in MangoHud | |
Steam_SetMinidumpSteamID: Caching Steam ID: 76561198117594905 [API loaded no] | |
62523.391:0020:0024:fixme:steam:setup_steam_registry Game language "english", defaulting LC_CTYPE / LC_MESSAGES to en_US.UTF-8. | |
62523.407:0104:0108:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\uxtheme.dll" at 000000026C230000: builtin | |
62523.412:0104:0108:fixme:oleacc:find_class_data unhandled window class: L"#32769" | |
62523.412:0104:0108:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented. | |
62523.412:0104:0108:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024 | |
62523.413:0104:0114:warn:threadname:NtSetInformationThread Thread renamed to L"wine_rpcrt4_server" | |
62523.414:0104:0108:fixme:uiautomation:msaa_fragment_get_FragmentRoot 00000000008B3CD8, 000000000021FA90: stub! | |
[2023-12-15 00:32:14.459] [MANGOHUD] [info] [blacklist.cpp:68] process 'steam.exe' is blacklisted in MangoHud | |
[2023-12-15 00:32:14.500] [MANGOHUD] [info] [blacklist.cpp:68] process 'tabtip.exe' is blacklisted in MangoHud | |
[2023-12-15 00:32:14.525] [MANGOHUD] [info] [blacklist.cpp:68] process 'steam.exe' is blacklisted in MangoHud | |
62523.574:0020:010c:err:xrandr:xrandr14_get_adapters Failed to get adapters | |
[2023-12-15 00:32:14.603] [MANGOHUD] [info] [blacklist.cpp:68] process 'tabtip.exe' is blacklisted in MangoHud | |
[2023-12-15 00:32:14.703] [MANGOHUD] [info] [blacklist.cpp:68] process 'tabtip.exe' is blacklisted in MangoHud | |
62523.732:0104:0108:err:xrandr:xrandr14_get_adapters Failed to get adapters | |
62523.744:0104:0118:fixme:uiautomation:uia_get_providers_for_hwnd Override provider callback currently unimplemented. | |
62523.744:0104:0118:fixme:uiautomation:msaa_provider_GetPropertyValue Unimplemented propertyId 30024 | |
62523.745:0104:0118:fixme:uiautomation:msaa_fragment_get_FragmentRoot 00000000008F4168, 0000000001B2FAB0: stub! | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
62523.839:0124:0128:trace:seh:sigsys_handler SIGSYS, rax 0xffff, rip 0x600000000005. | |
62523.839:0124:0128:trace:seh:install_bpf Seccomp filters already installed. | |
62523.839:0124:0128:trace:loaddll:build_module Loaded L"Z:\\mnt\\data\\__steam_lib_4\\steamapps\\common\\Marvel's Spider-Man Miles Morales\\MilesMorales.exe" at 0000000140000000: native | |
62523.840:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernelbase.dll" at 000000007B000000: builtin | |
62523.840:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernel32.dll" at 000000007B600000: builtin | |
62523.841:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0000000228280000: builtin | |
62523.842:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 00000002C7470000: builtin | |
62523.842:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\sechost.dll" at 00000001EAF60000: builtin | |
62523.842:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ADVAPI32.dll" at 00000001D8C90000: builtin | |
62523.843:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\version.dll" at 000000025DC30000: builtin | |
62523.843:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\win32u.dll" at 00000002C73A0000: builtin | |
62523.843:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\user32.dll" at 00000002169D0000: builtin | |
62523.843:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\gdi32.dll" at 00000002BB0A0000: builtin | |
62523.844:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\shcore.dll" at 00000002BDE30000: builtin | |
62523.844:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\shlwapi.dll" at 00000002A2380000: builtin | |
62523.844:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\SHELL32.dll" at 000000023BC00000: builtin | |
62523.844:0124:0128:trace:loaddll:build_module Loaded L"Z:\\mnt\\data\\__steam_lib_4\\steamapps\\common\\Marvel's Spider-Man Miles Morales\\steam_api64.dll" at 000000013B400000: native | |
62523.845:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\rpcrt4.dll" at 0000000368420000: builtin | |
62523.845:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\combase.dll" at 000000031C5D0000: builtin | |
62523.845:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ole32.dll" at 000000020B860000: builtin | |
62523.845:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\oleaut32.dll" at 00000001D0E20000: builtin | |
62523.845:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ws2_32.dll" at 0000000370F70000: builtin | |
62523.845:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\jsproxy.dll" at 00000002EB680000: builtin | |
62523.845:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\WINHTTP.dll" at 00000001EFE00000: builtin | |
62523.846:0124:0128:trace:loaddll:build_module Loaded L"Z:\\mnt\\data\\__steam_lib_4\\steamapps\\common\\Marvel's Spider-Man Miles Morales\\amd_ags_x64.dll" at 0000000180000000: native | |
62523.846:0124:0128:trace:loaddll:build_module Loaded L"Z:\\mnt\\data\\__steam_lib_4\\steamapps\\common\\Marvel's Spider-Man Miles Morales\\GFSDK_SSAO_D3D11.win64.dll" at 0000000000460000: native | |
62523.847:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\SETUPAPI.dll" at 000000036D860000: builtin | |
62523.847:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\faultrep.dll" at 0000000380DD0000: builtin | |
62523.847:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\dbghelp.dll" at 000000023ECB0000: builtin | |
62523.848:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\dnsapi.dll" at 0000000296590000: builtin | |
62523.848:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\nsi.dll" at 000000026C190000: builtin | |
62523.848:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\IPHLPAPI.DLL" at 00000003982D0000: builtin | |
62523.849:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msacm32.dll" at 0000000351A60000: builtin | |
62523.849:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\WINMM.dll" at 00000002945E0000: builtin | |
62523.849:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\pdh.dll" at 000000036AA80000: builtin | |
62523.850:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\HID.DLL" at 00000002E0D50000: builtin | |
62523.850:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\propsys.dll" at 0000000263650000: builtin | |
62523.850:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\rtworkq.dll" at 00000001FFB10000: builtin | |
62523.851:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\MFPlat.DLL" at 00000003BB450000: builtin | |
62523.851:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\MFReadWrite.dll" at 00000002B0A60000: builtin | |
62523.851:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\bcrypt.dll" at 00000002EE630000: builtin | |
62523.852:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\UxTheme.dll" at 000000026C230000: builtin | |
62523.896:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\imm32.dll" at 0000000393730000: builtin | |
62523.899:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\winex11.drv" at 0000000251D80000: builtin | |
62524.345:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\VCRUNTIME140.dll" at 0000000001450000: native | |
62524.345:0124:0128:trace:loaddll:build_module Loaded L"Z:\\mnt\\data\\__steam_lib_4\\steamapps\\common\\Marvel's Spider-Man Miles Morales\\gattaca.dll" at 0000000001400000: native | |
62524.348:0124:0128:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION | |
62524.354:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\lsteamclient.dll" at 00007FA630F40000: builtin | |
62524.354:0124:0128:trace:loaddll:build_module Loaded L"C:\\Program Files (x86)\\Steam\\steamclient64.dll" at 0000000138000000: native | |
62524.354:0124:0128:warn:debugstr:OutputDebugStringA "[S_API] SteamAPI_Init(): Loaded 'C:\\Program Files (x86)\\Steam\\steamclient64.dll' OK.\n" | |
62524.354:0124:0128:trace:seh:dispatch_exception code=40010006 flags=0 addr=000000007B00CDB7 ip=7b00cdb7 | |
62524.354:0124:0128:trace:seh:dispatch_exception info[0]=0000000000000056 | |
62524.354:0124:0128:trace:seh:dispatch_exception info[1]=000000000011ed10 | |
62524.354:0124:0128:warn:seh:dispatch_exception "[S_API] SteamAPI_Init(): Loaded 'C:\\Program Files (x86)\\Steam\\steamclient64.dll' OK.\n" | |
62524.354:0124:0128:trace:unwind:RtlVirtualUnwind type 1 rip 7b00cdb7 rsp 11e930 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62524.354:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62524.354:0124:0128:trace:unwind:RtlVirtualUnwind inside epilog. | |
62524.354:0124:0128:trace:unwind:RtlVirtualUnwind type 1 rip 7b622444 rsp 11ea00 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info **** func 221c0-226b0 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000007B63C384 flags 0 prolog 0x21 bytes function 000000007B6221C0-000000007B6226B0 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x21: leaq 0x80(%rsp),rbp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x19: subq $0x2a8,%rsp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x12: pushq %rbx | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x11: pushq %r12 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xf: pushq %r13 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xd: pushq %r14 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xb: pushq %r15 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x9: pushq %rbp | |
62524.354:0124:0128:trace:seh:call_stack_handlers found wine frame 000000000011EB70 rsp 000000000011ECE0 handler 000000007B62A0A0 | |
62524.354:0124:0128:trace:seh:call_teb_handler calling TEB handler 000000007B62A0A0 (rec=000000000011E950, frame=000000000011EB70 context=000000000011DE80, dispatch=000000000011DD50) | |
62524.354:0124:0128:trace:unwind:RtlUnwindEx code=40010006 flags=2 end_frame=000000000011EB70 target_ip=000000007B61417A rip=0000000170033be5 | |
62524.354:0124:0128:trace:unwind:RtlUnwindEx info[0]=0000000000000056 | |
62524.354:0124:0128:trace:unwind:RtlUnwindEx info[1]=000000000011ed10 | |
62524.354:0124:0128:trace:unwind:RtlUnwindEx rax=000000007fee0000 rbx=000000000011eb70 rcx=000000000011d740 rdx=000000007b61417a | |
62524.354:0124:0128:trace:unwind:RtlUnwindEx rsi=000000000011d1f0 rdi=000000000011de80 rbp=000000000011d100 rsp=000000000011d080 | |
62524.354:0124:0128:trace:unwind:RtlUnwindEx r8=000000000011e950 r9=000000007b62d160 r10=00007fa633d9c600 r11=0000000000000202 | |
62524.354:0124:0128:trace:unwind:RtlUnwindEx r12=000000000011e950 r13=000000000011d740 r14=000000000011eb70 r15=000000017006d3b0 | |
62524.354:0124:0128:trace:unwind:RtlVirtualUnwind type 2 rip 170033be5 rsp 11d080 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info **** func 33b90-342f8 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000017008E4AC flags 0 prolog 0x1b bytes function 0000000170033B90-00000001700342F8 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x13: subq $0x648,%rsp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.354:0124:0128:trace:unwind:RtlVirtualUnwind type 2 rip 170033b77 rsp 11d710 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info **** func 33b50-33b81 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000017008E4C8 flags 0 prolog 0x10 bytes function 0000000170033B50-0000000170033B81 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x10: leaq 0x80(%rsp),rbp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x8: subq $0x500,%rsp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.354:0124:0128:trace:unwind:RtlVirtualUnwind type 2 rip 7b61417a rsp 11dc20 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info **** func 14160-1417c | |
62524.354:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000007B63DE74 flags 0 prolog 0x8 bytes function 000000007B614160-000000007B61417C | |
62524.354:0124:0128:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.354:0124:0128:trace:unwind:RtlVirtualUnwind type 2 rip 7b62d15d rsp 11dc50 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info **** func 2d130-2d15e | |
62524.354:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000007B63DE80 flags 0 prolog 0x8 bytes function 000000007B62D130-000000007B62D15E | |
62524.354:0124:0128:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.354:0124:0128:trace:unwind:RtlVirtualUnwind type 2 rip 7b62a0f8 rsp 11dc80 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info **** func 2a0a0-2a0f9 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000007B63DE98 flags 0 prolog 0x10 bytes function 000000007B62A0A0-000000007B62A0F9 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info frame register rbp offset 0x30(%rsp) | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x10: leaq 0x30(%rsp),rbp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xb: subq $0x38,%rsp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x7: pushq %r12 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x5: pushq %r13 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x3: pushq %r14 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.354:0124:0128:trace:unwind:RtlVirtualUnwind type 2 rip 170042262 rsp 11dce0 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info **** func 42040-42501 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000017008E430 flags 0 prolog 0x1b bytes function 0000000170042040-0000000170042501 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x13: subq $0x678,%rsp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.354:0124:0128:trace:unwind:RtlVirtualUnwind type 2 rip 170044959 rsp 11e3a0 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info **** func 44620-44c0f | |
62524.354:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000017008E44C flags 0 prolog 0x15 bytes function 0000000170044620-0000000170044C0F | |
62524.354:0124:0128:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x15: leaq 0x40(%rsp),rbp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x10: subq $0x48,%rsp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.354:0124:0128:trace:unwind:RtlVirtualUnwind type 2 rip 17000f12b rsp 11e430 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info **** func f0bc-f138 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000017008E360 flags 0 prolog 0x7 bytes function 000000017000F0BC-000000017000F138 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x7: subq $0x4f8,%rsp | |
62524.354:0124:0128:trace:unwind:RtlVirtualUnwind type 2 rip 7b00cdb7 rsp 11e930 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62524.354:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62524.354:0124:0128:trace:unwind:RtlVirtualUnwind inside epilog. | |
62524.354:0124:0128:trace:unwind:RtlVirtualUnwind type 2 rip 7b622444 rsp 11ea00 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info **** func 221c0-226b0 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000007B63C384 flags 0 prolog 0x21 bytes function 000000007B6221C0-000000007B6226B0 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x21: leaq 0x80(%rsp),rbp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x19: subq $0x2a8,%rsp | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x12: pushq %rbx | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x11: pushq %r12 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xf: pushq %r13 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xd: pushq %r14 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0xb: pushq %r15 | |
62524.354:0124:0128:trace:unwind:dump_unwind_info 0x9: pushq %rbp | |
62524.354:0124:0128:trace:seh:RtlRestoreContext returning to 000000007B61417A stack 000000000011EA00 | |
Setting breakpad minidump AppID = 1817190 | |
62524.370:0124:0128:trace:loaddll:build_module Loaded L"C:\\Program Files (x86)\\Steam\\gameoverlayrenderer64.dll" at 0000000001B80000: native | |
62524.370:0124:0128:fixme:steamclient:manual_convert_Set_SteamAPI_CCheckCallbackRegisteredInProcess_func_156 not implemented! | |
SteamInternal_SetMinidumpSteamID: Caching Steam ID: 76561198117594905 [API loaded no] | |
62524.372:0124:013c:trace:seh:dispatch_exception code=406d1388 flags=0 addr=000000007B00CDB7 ip=7b00cdb7 | |
62524.372:0124:013c:trace:seh:dispatch_exception info[0]=0000000000001000 | |
62524.372:0124:013c:trace:seh:dispatch_exception info[1]=000000014577ed90 | |
62524.372:0124:013c:trace:seh:dispatch_exception info[2]=000000000000013c | |
62524.372:0124:013c:warn:threadname:dispatch_exception Thread ID 013c renamed to "TTY Transmitter" | |
62524.372:0124:013c:trace:unwind:RtlVirtualUnwind type 1 rip 7b00cdb7 rsp 1e0fe30 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62524.372:0124:013c:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62524.372:0124:013c:trace:unwind:RtlVirtualUnwind inside epilog. | |
62524.372:0124:013c:trace:unwind:RtlVirtualUnwind type 1 rip 1420caf43 rsp 1e0ff00 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info **** func 20caf10-20caf4a | |
62524.372:0124:013c:trace:unwind:dump_unwind_info unwind info at 00000001463B5A74 flags 1 prolog 0x4 bytes function 00000001420CAF10-00000001420CAF4A | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x4: subq $0x48,%rsp | |
62524.372:0124:013c:trace:unwind:dump_unwind_info handler 0000000143B64624 data at 00000001463B5A80 | |
62524.372:0124:013c:trace:seh:call_handler calling handler 0000000143B64624 (rec=0000000001E0FE50, frame=0000000001E0FF00 context=0000000001E0F380, dispatch=0000000001E0F250) | |
62524.372:0124:013c:trace:unwind:RtlUnwindEx code=406d1388 flags=2 end_frame=0000000001E0FF00 target_ip=00000001420CAF45 rip=0000000170033be5 | |
62524.372:0124:013c:trace:unwind:RtlUnwindEx info[0]=0000000000001000 | |
62524.372:0124:013c:trace:unwind:RtlUnwindEx info[1]=000000014577ed90 | |
62524.372:0124:013c:trace:unwind:RtlUnwindEx info[2]=000000000000013c | |
62524.372:0124:013c:trace:unwind:RtlUnwindEx rax=000000007fea0000 rbx=ffffffffffffffff rcx=0000000001e0f380 rdx=00000001420caf45 | |
62524.372:0124:013c:trace:unwind:RtlUnwindEx rsi=0000000001e0ec20 rdi=0000000000000000 rbp=0000000001e0eb30 rsp=0000000001e0eab0 | |
62524.372:0124:013c:trace:unwind:RtlUnwindEx r8=0000000001e0fe50 r9=00000000406d1388 r10=00007fa633d9c600 r11=0000000000000202 | |
62524.372:0124:013c:trace:unwind:RtlUnwindEx r12=0000000001e0fe50 r13=0000000001e0f380 r14=00000000020caf43 r15=0000000001e0f250 | |
62524.372:0124:013c:trace:unwind:RtlVirtualUnwind type 2 rip 170033be5 rsp 1e0eab0 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info **** func 33b90-342f8 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info unwind info at 000000017008E4AC flags 0 prolog 0x1b bytes function 0000000170033B90-00000001700342F8 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x13: subq $0x648,%rsp | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.372:0124:013c:trace:unwind:RtlVirtualUnwind type 2 rip 143b64739 rsp 1e0f140 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info **** func 3b64624-3b6482f | |
62524.372:0124:013c:trace:unwind:dump_unwind_info unwind info at 000000014669C2FC flags 0 prolog 0x1c bytes function 0000000143B64624-0000000143B6482F | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x1c: movq %rsi,0x80(%rsp) | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x1c: movq %rbp,0x78(%rsp) | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x1c: movq %rbx,0x70(%rsp) | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x1c: subq $0x40,%rsp | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x18: pushq %r15 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x16: pushq %r14 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x14: pushq %r13 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x12: pushq %r12 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x10: pushq %rdi | |
62524.372:0124:013c:trace:unwind:RtlVirtualUnwind type 2 rip 17000ef74 rsp 1e0f1b0 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info **** func ef6c-ef7a | |
62524.372:0124:013c:trace:unwind:dump_unwind_info unwind info at 000000017008E2E0 flags 1 prolog 0x0 bytes function 000000017000EF6C-000000017000EF7A | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x4: subq $0x28,%rsp | |
62524.372:0124:013c:trace:unwind:dump_unwind_info handler 0000000170052BD0 data at 000000017008E2EC | |
62524.372:0124:013c:trace:unwind:RtlVirtualUnwind type 2 rip 17004212c rsp 1e0f1e0 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info **** func 42040-42501 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info unwind info at 000000017008E430 flags 0 prolog 0x1b bytes function 0000000170042040-0000000170042501 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x13: subq $0x678,%rsp | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.372:0124:013c:trace:unwind:RtlVirtualUnwind type 2 rip 170044959 rsp 1e0f8a0 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info **** func 44620-44c0f | |
62524.372:0124:013c:trace:unwind:dump_unwind_info unwind info at 000000017008E44C flags 0 prolog 0x15 bytes function 0000000170044620-0000000170044C0F | |
62524.372:0124:013c:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x15: leaq 0x40(%rsp),rbp | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x10: subq $0x48,%rsp | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.372:0124:013c:trace:unwind:RtlVirtualUnwind type 2 rip 17000f12b rsp 1e0f930 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info **** func f0bc-f138 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info unwind info at 000000017008E360 flags 0 prolog 0x7 bytes function 000000017000F0BC-000000017000F138 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x7: subq $0x4f8,%rsp | |
62524.372:0124:013c:trace:unwind:RtlVirtualUnwind type 2 rip 7b00cdb7 rsp 1e0fe30 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62524.372:0124:013c:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62524.372:0124:013c:trace:unwind:RtlVirtualUnwind inside epilog. | |
62524.372:0124:013c:trace:unwind:RtlVirtualUnwind type 2 rip 1420caf43 rsp 1e0ff00 | |
62524.372:0124:013c:trace:unwind:dump_unwind_info **** func 20caf10-20caf4a | |
62524.372:0124:013c:trace:unwind:dump_unwind_info unwind info at 00000001463B5A74 flags 1 prolog 0x4 bytes function 00000001420CAF10-00000001420CAF4A | |
62524.372:0124:013c:trace:unwind:dump_unwind_info 0x4: subq $0x48,%rsp | |
62524.372:0124:013c:trace:unwind:dump_unwind_info handler 0000000143B64624 data at 00000001463B5A80 | |
62524.372:0124:013c:trace:seh:RtlRestoreContext returning to 00000001420CAF45 stack 0000000001E0FF00 | |
62524.376:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msdmo.dll" at 0000000218320000: builtin | |
62524.376:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\winegstreamer.dll" at 000000039B8D0000: builtin | |
[2023-12-15 00:32:15.455] [MANGOHUD] [info] [gl_renderer.cpp:422] GL version: 4.5 | |
62524.531:0124:0128:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\atl100.dll" at 0000000240290000: builtin | |
62524.532:0124:0128:err:ole:com_get_class_object apartment not initialised | |
62524.532:0124:0128:fixme:bcrypt:BCryptGenerateSymmetricKey ignoring object buffer | |
62524.532:0124:0128:fixme:bcrypt:BCryptGenerateSymmetricKey ignoring object buffer | |
62524.532:0124:0140:warn:threadname:NtSetInformationThread Thread renamed to L"wine_threadpool_worker" | |
62524.554:0124:0128:warn:seh:dispatch_exception backtrace: --- Exception 0xc0000005. | |
62524.554:0124:0128:trace:seh:dispatch_exception code=c0000005 flags=0 addr=00000001420E0800 ip=1420e0800 | |
62524.554:0124:0128:trace:seh:dispatch_exception info[0]=0000000000000000 | |
62524.554:0124:0128:trace:seh:dispatch_exception info[1]=000000000000000c | |
62524.554:0124:0128:warn:seh:dispatch_exception EXCEPTION_ACCESS_VIOLATION exception (code=c0000005) raised | |
62524.554:0124:0128:trace:seh:dispatch_exception rax=0000000000441660 rbx=0000000000000000 rcx=0000000000000000 rdx=00000000ede8ada9 | |
62524.554:0124:0144:trace:seh:dispatch_exception code=406d1388 flags=0 addr=000000007B00CDB7 ip=7b00cdb7 | |
62524.554:0124:0128:trace:seh:dispatch_exception rsi=0000000147e4c918 rdi=0000000112a754e0 rbp=000000000011e870 rsp=000000000011e298 | |
62524.554:0124:0144:trace:seh:dispatch_exception info[0]=0000000000001000 | |
62524.554:0124:0128:trace:seh:dispatch_exception r8=0000000000426d10 r9=0000000000000014 r10=000000014577de30 r11=000000000011e270 | |
62524.554:0124:0144:trace:seh:dispatch_exception info[1]=000000014579ea40 | |
62524.554:0124:0128:trace:seh:dispatch_exception r12=0000000000000000 r13=0000000140000000 r14=00000001476874e0 r15=0000000146a4b400 | |
62524.554:0124:0144:trace:seh:dispatch_exception info[2]=0000000000000144 | |
62524.554:0124:0144:warn:threadname:dispatch_exception Thread ID 0144 renamed to "NxStorage Copy" | |
62524.554:0124:0128:warn:unwind:virtual_unwind exception data not found in L"MilesMorales.exe" | |
62524.554:0124:0128:warn:seh:virtual_unwind backtrace: 0000000141BE1F6D: L"MilesMorales.exe" + 0000000001BE1F6D. | |
62524.554:0124:0128:trace:unwind:RtlVirtualUnwind type 1 rip 141be1f6d rsp 11e2a0 | |
62524.554:0124:0128:trace:unwind:dump_unwind_info **** func 1be1f50-1be20af | |
62524.554:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000014633E278 flags 0 prolog 0xa bytes function 0000000141BE1F50-0000000141BE20AF | |
62524.554:0124:0128:trace:unwind:dump_unwind_info 0xa: movq %rbx,0x30(%rsp) | |
62524.554:0124:0128:trace:unwind:dump_unwind_info 0xa: subq $0x20,%rsp | |
62524.554:0124:0128:trace:unwind:dump_unwind_info 0x6: pushq %rdi | |
62524.554:0124:0144:trace:unwind:RtlVirtualUnwind type 1 rip 7b00cdb7 rsp 6098fe00 | |
62524.554:0124:0128:warn:seh:virtual_unwind backtrace: 0000000141BE73D3: L"MilesMorales.exe" + 0000000001BE73D3. | |
62524.554:0124:0144:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62524.554:0124:0128:trace:unwind:RtlVirtualUnwind type 1 rip 141be73d3 rsp 11e2d0 | |
62524.554:0124:0144:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62524.554:0124:0128:trace:unwind:dump_unwind_info **** func 1be7380-1be73dd | |
62524.554:0124:0144:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62524.554:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000014633EB48 flags 0 prolog 0x16 bytes function 0000000141BE7380-0000000141BE73DD | |
62524.554:0124:0144:trace:unwind:RtlVirtualUnwind inside epilog. | |
62524.554:0124:0128:trace:unwind:dump_unwind_info 0x16: movq %rsi,0x260(%rsp) | |
62524.554:0124:0144:trace:unwind:RtlVirtualUnwind type 1 rip 14221ee23 rsp 6098fed0 | |
62524.554:0124:0128:trace:unwind:dump_unwind_info 0x16: movq %rbx,0x258(%rsp) | |
62524.554:0124:0144:trace:unwind:dump_unwind_info **** func 221edf0-221ee2a | |
62524.554:0124:0128:trace:unwind:dump_unwind_info 0x16: subq $0x230,%rsp | |
62524.554:0124:0144:trace:unwind:dump_unwind_info unwind info at 00000001463D6A14 flags 1 prolog 0x4 bytes function 000000014221EDF0-000000014221EE2A | |
62524.554:0124:0148:trace:seh:dispatch_exception code=406d1388 flags=0 addr=000000007B00CDB7 ip=7b00cdb7 | |
62524.554:0124:0128:trace:unwind:dump_unwind_info 0xf: pushq %r15 | |
62524.554:0124:0144:trace:unwind:dump_unwind_info 0x4: subq $0x48,%rsp | |
62524.554:0124:0148:trace:seh:dispatch_exception info[0]=0000000000001000 | |
62524.554:0124:0128:trace:unwind:dump_unwind_info 0xd: pushq %r14 | |
62524.554:0124:0144:trace:unwind:dump_unwind_info handler 0000000143B64624 data at 00000001463D6A20 | |
62524.554:0124:0148:trace:seh:dispatch_exception info[1]=000000014579ea28 | |
62524.554:0124:0128:trace:unwind:dump_unwind_info 0xb: pushq %rdi | |
62524.554:0124:0144:trace:seh:call_handler calling handler 0000000143B64624 (rec=000000006098FE20, frame=000000006098FED0 context=000000006098F350, dispatch=000000006098F220) | |
62524.554:0124:0148:trace:seh:dispatch_exception info[2]=0000000000000148 | |
62524.554:0124:0128:warn:seh:virtual_unwind backtrace: 0000000141BE2B74: L"MilesMorales.exe" + 0000000001BE2B74. | |
62524.554:0124:0144:trace:unwind:RtlUnwindEx code=406d1388 flags=2 end_frame=000000006098FED0 target_ip=000000014221EE25 rip=0000000170033be5 | |
62524.554:0124:0128:trace:unwind:RtlVirtualUnwind type 1 rip 141be2b74 rsp 11e520 | |
62524.554:0124:0148:warn:threadname:dispatch_exception Thread ID 0148 renamed to "NxStorage Command" | |
62524.554:0124:0144:trace:unwind:RtlUnwindEx info[0]=0000000000001000 | |
62524.554:0124:0128:trace:unwind:dump_unwind_info **** func 1be2b4e-1be2b91 | |
62524.554:0124:0144:trace:unwind:RtlUnwindEx info[1]=000000014579ea40 | |
62524.554:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000014633E334 flags 4 prolog 0x0 bytes function 0000000141BE2B4E-0000000141BE2B91 | |
62524.554:0124:0144:trace:unwind:RtlUnwindEx info[2]=0000000000000144 | |
62524.554:0124:0128:trace:unwind:dump_unwind_info chained to function 0000000141BE28F0-0000000141BE291D | |
62524.554:0124:0144:trace:unwind:RtlUnwindEx rax=000000007fe80000 rbx=ffffffffffffffff rcx=000000006098f350 rdx=000000014221ee25 | |
62524.554:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000014633E2D8 flags 0 prolog 0x9 bytes function 0000000141BE28F0-0000000141BE291D | |
62524.554:0124:0144:trace:unwind:RtlUnwindEx rsi=000000006098ebf0 rdi=0000000000000000 rbp=000000006098eb00 rsp=000000006098ea80 | |
62524.554:0124:0128:trace:unwind:dump_unwind_info 0x9: subq $0x78,%rsp | |
62524.554:0124:0144:trace:unwind:RtlUnwindEx r8=000000006098fe20 r9=00000000406d1388 r10=00007fa633d9c600 r11=0000000000000202 | |
62524.554:0124:0128:trace:unwind:dump_unwind_info 0x5: pushq %rdi | |
62524.554:0124:0144:trace:unwind:RtlUnwindEx r12=000000006098fe20 r13=000000006098f350 r14=000000000221ee23 r15=000000006098f220 | |
62524.554:0124:0128:trace:unwind:dump_unwind_info 0x4: pushq %rbx | |
62524.554:0124:0144:trace:unwind:RtlVirtualUnwind type 2 rip 170033be5 rsp 6098ea80 | |
62524.554:0124:0128:warn:seh:virtual_unwind backtrace: 0000000141C08B1B: L"MilesMorales.exe" + 0000000001C08B1B. | |
62524.554:0124:0144:trace:unwind:dump_unwind_info **** func 33b90-342f8 | |
62524.554:0124:0128:trace:unwind:RtlVirtualUnwind type 1 rip 141c08b1b rsp 11e5b0 | |
62524.554:0124:0144:trace:unwind:dump_unwind_info unwind info at 000000017008E4AC flags 0 prolog 0x1b bytes function 0000000170033B90-00000001700342F8 | |
62524.554:0124:0128:trace:unwind:dump_unwind_info **** func 1c08abf-1c08b7b | |
62524.554:0124:0144:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62524.554:0124:0128:trace:unwind:dump_unwind_info unwind info at 0000000146341B74 flags 4 prolog 0x0 bytes function 0000000141C08ABF-0000000141C08B7B | |
62524.554:0124:0144:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62524.555:0124:0128:trace:unwind:dump_unwind_info chained to function 0000000141C088A0-0000000141C089E4 | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x13: subq $0x648,%rsp | |
62524.555:0124:0128:trace:unwind:dump_unwind_info unwind info at 0000000146341B24 flags 0 prolog 0x9 bytes function 0000000141C088A0-0000000141C089E4 | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.555:0124:0148:trace:unwind:RtlVirtualUnwind type 1 rip 7b00cdb7 rsp 60b8fe30 | |
62524.555:0124:0128:trace:unwind:dump_unwind_info 0x9: subq $0x140,%rsp | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.555:0124:0148:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62524.555:0124:0128:trace:unwind:dump_unwind_info 0x2: pushq %rdi | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.555:0124:0148:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.555:0124:0128:warn:seh:virtual_unwind backtrace: 0000000141C641D6: L"MilesMorales.exe" + 0000000001C641D6. | |
62524.555:0124:0148:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.555:0124:0128:trace:unwind:RtlVirtualUnwind type 1 rip 141c641d6 rsp 11e700 | |
62524.555:0124:0148:trace:unwind:RtlVirtualUnwind inside epilog. | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.555:0124:0128:trace:unwind:dump_unwind_info **** func 1c641c0-1c641f6 | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.555:0124:0148:trace:unwind:RtlVirtualUnwind type 1 rip 14221ee23 rsp 60b8ff00 | |
62524.555:0124:0128:trace:unwind:dump_unwind_info unwind info at 0000000146348394 flags 0 prolog 0x6 bytes function 0000000141C641C0-0000000141C641F6 | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.555:0124:0148:trace:unwind:dump_unwind_info **** func 221edf0-221ee2a | |
62524.555:0124:0128:trace:unwind:dump_unwind_info 0x6: subq $0x20,%rsp | |
62524.555:0124:0144:trace:unwind:RtlVirtualUnwind type 2 rip 143b64739 rsp 6098f110 | |
62524.555:0124:0148:trace:unwind:dump_unwind_info unwind info at 00000001463D6A14 flags 1 prolog 0x4 bytes function 000000014221EDF0-000000014221EE2A | |
62524.555:0124:0128:trace:unwind:dump_unwind_info 0x2: pushq %rbx | |
62524.555:0124:0144:trace:unwind:dump_unwind_info **** func 3b64624-3b6482f | |
62524.555:0124:0148:trace:unwind:dump_unwind_info 0x4: subq $0x48,%rsp | |
62524.555:0124:0128:warn:seh:virtual_unwind backtrace: 00000001424BE98A: L"MilesMorales.exe" + 00000000024BE98A. | |
62524.555:0124:0144:trace:unwind:dump_unwind_info unwind info at 000000014669C2FC flags 0 prolog 0x1c bytes function 0000000143B64624-0000000143B6482F | |
62524.555:0124:0148:trace:unwind:dump_unwind_info handler 0000000143B64624 data at 00000001463D6A20 | |
62524.555:0124:0128:trace:unwind:RtlVirtualUnwind type 1 rip 1424be98a rsp 11e730 | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x1c: movq %rsi,0x80(%rsp) | |
62524.555:0124:0148:trace:seh:call_handler calling handler 0000000143B64624 (rec=0000000060B8FE50, frame=0000000060B8FF00 context=0000000060B8F380, dispatch=0000000060B8F250) | |
62524.555:0124:0128:trace:unwind:dump_unwind_info **** func 24be8f0-24be99e | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x1c: movq %rbp,0x78(%rsp) | |
62524.555:0124:0148:trace:unwind:RtlUnwindEx code=406d1388 flags=2 end_frame=0000000060B8FF00 target_ip=000000014221EE25 rip=0000000170033be5 | |
62524.555:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000014643AC38 flags 0 prolog 0x6 bytes function 00000001424BE8F0-00000001424BE99E | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x1c: movq %rbx,0x70(%rsp) | |
62524.555:0124:0148:trace:unwind:RtlUnwindEx info[0]=0000000000001000 | |
62524.555:0124:0128:trace:unwind:dump_unwind_info 0x6: subq $0x30,%rsp | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x1c: subq $0x40,%rsp | |
62524.555:0124:0148:trace:unwind:RtlUnwindEx info[1]=000000014579ea28 | |
62524.555:0124:0128:trace:unwind:dump_unwind_info 0x2: pushq %rbx | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x18: pushq %r15 | |
62524.555:0124:014c:trace:seh:dispatch_exception code=406d1388 flags=0 addr=000000007B00CDB7 ip=7b00cdb7 | |
62524.555:0124:0148:trace:unwind:RtlUnwindEx info[2]=0000000000000148 | |
62524.555:0124:0128:warn:seh:virtual_unwind backtrace: 0000000142236703: L"MilesMorales.exe" + 0000000002236703. | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x16: pushq %r14 | |
62524.555:0124:014c:trace:seh:dispatch_exception info[0]=0000000000001000 | |
62524.555:0124:0148:trace:unwind:RtlUnwindEx rax=000000007fe70000 rbx=ffffffffffffffff rcx=0000000060b8f380 rdx=000000014221ee25 | |
62524.555:0124:0128:trace:unwind:RtlVirtualUnwind type 1 rip 142236703 rsp 11e770 | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x14: pushq %r13 | |
62524.555:0124:014c:trace:seh:dispatch_exception info[1]=000000014579ea40 | |
62524.555:0124:0148:trace:unwind:RtlUnwindEx rsi=0000000060b8ec20 rdi=0000000000000000 rbp=0000000060b8eb30 rsp=0000000060b8eab0 | |
62524.555:0124:0128:trace:unwind:dump_unwind_info **** func 22363a0-22368e7 | |
62524.555:0124:0148:trace:unwind:RtlUnwindEx r8=0000000060b8fe50 r9=00000000406d1388 r10=00007fa633d9c600 r11=0000000000000202 | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x12: pushq %r12 | |
62524.555:0124:014c:trace:seh:dispatch_exception info[2]=000000000000014c | |
62524.555:0124:0150:trace:seh:dispatch_exception code=406d1388 flags=0 addr=000000007B00CDB7 ip=7b00cdb7 | |
62524.555:0124:0128:trace:unwind:dump_unwind_info unwind info at 00000001463D9614 flags 2 prolog 0x2a bytes function 00000001422363A0-00000001422368E7 | |
62524.555:0124:0148:trace:unwind:RtlUnwindEx r12=0000000060b8fe50 r13=0000000060b8f380 r14=000000000221ee23 r15=0000000060b8f250 | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x10: pushq %rdi | |
62524.555:0124:014c:warn:threadname:dispatch_exception Thread ID 014c renamed to "NxStorage Copy" | |
62524.555:0124:0150:trace:seh:dispatch_exception info[0]=0000000000001000 | |
62524.555:0124:0128:trace:unwind:dump_unwind_info 0x2a: movq %rbx,0x14f0(%rsp) | |
62524.555:0124:0148:trace:unwind:RtlVirtualUnwind type 2 rip 170033be5 rsp 60b8eab0 | |
62524.555:0124:0144:trace:unwind:RtlVirtualUnwind type 2 rip 17000ef74 rsp 6098f180 | |
62524.555:0124:0150:trace:seh:dispatch_exception info[1]=000000014579ea28 | |
62524.555:0124:0128:trace:unwind:dump_unwind_info 0x2a: subq $0x14a0,%rsp | |
62524.555:0124:0148:trace:unwind:dump_unwind_info **** func 33b90-342f8 | |
62524.555:0124:0144:trace:unwind:dump_unwind_info **** func ef6c-ef7a | |
62524.555:0124:0150:trace:seh:dispatch_exception info[2]=0000000000000150 | |
62524.555:0124:0128:trace:unwind:dump_unwind_info 0x15: pushq %r15 | |
62524.555:0124:0148:trace:unwind:dump_unwind_info unwind info at 000000017008E4AC flags 0 prolog 0x1b bytes function 0000000170033B90-00000001700342F8 | |
62524.555:0124:0144:trace:unwind:dump_unwind_info unwind info at 000000017008E2E0 flags 1 prolog 0x0 bytes function 000000017000EF6C-000000017000EF7A | |
62524.555:0124:0150:warn:threadname:dispatch_exception Thread ID 0150 renamed to "NxStorage Command" | |
62524.555:0124:0128:trace:unwind:dump_unwind_info 0x13: pushq %r14 | |
62524.555:0124:0148:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62524.555:0124:0144:trace:unwind:dump_unwind_info 0x4: subq $0x28,%rsp | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0x11: pushq %r13 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62524.556:0124:0144:trace:unwind:dump_unwind_info handler 0000000170052BD0 data at 000000017008E2EC | |
62524.556:0124:014c:trace:unwind:RtlVirtualUnwind type 1 rip 7b00cdb7 rsp 62f9fe00 | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0xf: pushq %r12 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x13: subq $0x648,%rsp | |
62524.556:0124:0144:trace:unwind:RtlVirtualUnwind type 2 rip 17004212c rsp 6098f1b0 | |
62524.556:0124:014c:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0xd: pushq %rdi | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.556:0124:0144:trace:unwind:dump_unwind_info **** func 42040-42501 | |
62524.556:0124:014c:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0xc: pushq %rsi | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.556:0124:0150:trace:unwind:RtlVirtualUnwind type 1 rip 7b00cdb7 rsp 6319fe30 | |
62524.556:0124:0144:trace:unwind:dump_unwind_info unwind info at 000000017008E430 flags 0 prolog 0x1b bytes function 0000000170042040-0000000170042501 | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0xb: pushq %rbp | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.556:0124:0150:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62524.556:0124:0144:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62524.556:0124:014c:trace:unwind:RtlVirtualUnwind inside epilog. | |
62524.556:0124:0128:trace:unwind:dump_unwind_info handler 0000000143B6251C data at 00000001463D9634 | |
62524.556:0124:014c:trace:unwind:RtlVirtualUnwind type 1 rip 14221ee23 rsp 62f9fed0 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.556:0124:0150:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62524.556:0124:0128:warn:seh:virtual_unwind backtrace: 000000014030EED0: L"MilesMorales.exe" + 000000000030EED0. | |
62524.556:0124:014c:trace:unwind:dump_unwind_info **** func 221edf0-221ee2a | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x13: subq $0x678,%rsp | |
62524.556:0124:0128:trace:unwind:RtlVirtualUnwind type 1 rip 14030eed0 rsp 11fc50 | |
62524.556:0124:014c:trace:unwind:dump_unwind_info unwind info at 00000001463D6A14 flags 1 prolog 0x4 bytes function 000000014221EDF0-000000014221EE2A | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.556:0124:0150:trace:unwind:RtlVirtualUnwind inside epilog. | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.556:0124:0128:trace:unwind:dump_unwind_info **** func 30e820-30ef8c | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0x4: subq $0x48,%rsp | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.556:0124:0150:trace:unwind:RtlVirtualUnwind type 1 rip 14221ee23 rsp 6319ff00 | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.556:0124:0128:trace:unwind:dump_unwind_info unwind info at 0000000146033540 flags 0 prolog 0x2c bytes function 000000014030E820-000000014030EF8C | |
62524.556:0124:014c:trace:unwind:dump_unwind_info handler 0000000143B64624 data at 00000001463D6A20 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.556:0124:0150:trace:unwind:dump_unwind_info **** func 221edf0-221ee2a | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0x2c: movq %rdi,0x308(%rsp) | |
62524.556:0124:014c:trace:seh:call_handler calling handler 0000000143B64624 (rec=0000000062F9FE20, frame=0000000062F9FED0 context=0000000062F9F350, dispatch=0000000062F9F220) | |
62524.556:0124:0148:trace:unwind:RtlVirtualUnwind type 2 rip 143b64739 rsp 60b8f140 | |
62524.556:0124:0150:trace:unwind:dump_unwind_info unwind info at 00000001463D6A14 flags 1 prolog 0x4 bytes function 000000014221EDF0-000000014221EE2A | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0x2c: movq %rsi,0x300(%rsp) | |
62524.556:0124:014c:trace:unwind:RtlUnwindEx code=406d1388 flags=2 end_frame=0000000062F9FED0 target_ip=000000014221EE25 rip=0000000170033be5 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info **** func 3b64624-3b6482f | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0x4: subq $0x48,%rsp | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0x2c: movq %rbx,0x2f8(%rsp) | |
62524.556:0124:014c:trace:unwind:RtlUnwindEx info[0]=0000000000001000 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info unwind info at 000000014669C2FC flags 0 prolog 0x1c bytes function 0000000143B64624-0000000143B6482F | |
62524.556:0124:0150:trace:unwind:dump_unwind_info handler 0000000143B64624 data at 00000001463D6A20 | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0x2c: subq $0x2c0,%rsp | |
62524.556:0124:014c:trace:unwind:RtlUnwindEx info[1]=000000014579ea40 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x1c: movq %rsi,0x80(%rsp) | |
62524.556:0124:0150:trace:seh:call_handler calling handler 0000000143B64624 (rec=000000006319FE50, frame=000000006319FF00 context=000000006319F380, dispatch=000000006319F250) | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.556:0124:0150:trace:unwind:RtlUnwindEx code=406d1388 flags=2 end_frame=000000006319FF00 target_ip=000000014221EE25 rip=0000000170033be5 | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0x1d: pushq %r15 | |
62524.556:0124:014c:trace:unwind:RtlUnwindEx info[2]=000000000000014c | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x1c: movq %rbp,0x78(%rsp) | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.556:0124:0150:trace:unwind:RtlUnwindEx info[0]=0000000000001000 | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0x1b: pushq %r14 | |
62524.556:0124:014c:trace:unwind:RtlUnwindEx rax=000000007fe60000 rbx=ffffffffffffffff rcx=0000000062f9f350 rdx=000000014221ee25 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x1c: movq %rbx,0x70(%rsp) | |
62524.556:0124:0150:trace:unwind:RtlUnwindEx info[1]=000000014579ea28 | |
62524.556:0124:0144:trace:unwind:RtlVirtualUnwind type 2 rip 170044959 rsp 6098f870 | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0x19: pushq %r13 | |
62524.556:0124:014c:trace:unwind:RtlUnwindEx rsi=0000000062f9ebf0 rdi=0000000000000000 rbp=0000000062f9eb00 rsp=0000000062f9ea80 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x1c: subq $0x40,%rsp | |
62524.556:0124:0150:trace:unwind:RtlUnwindEx info[2]=0000000000000150 | |
62524.556:0124:0144:trace:unwind:dump_unwind_info **** func 44620-44c0f | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0x17: pushq %r12 | |
62524.556:0124:014c:trace:unwind:RtlUnwindEx r8=0000000062f9fe20 r9=00000000406d1388 r10=00007fa633d9c600 r11=0000000000000202 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x18: pushq %r15 | |
62524.556:0124:0150:trace:unwind:RtlUnwindEx rax=000000007fe50000 rbx=ffffffffffffffff rcx=000000006319f380 rdx=000000014221ee25 | |
62524.556:0124:0144:trace:unwind:dump_unwind_info unwind info at 000000017008E44C flags 0 prolog 0x15 bytes function 0000000170044620-0000000170044C0F | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0x15: pushq %rbp | |
62524.556:0124:014c:trace:unwind:RtlUnwindEx r12=0000000062f9fe20 r13=0000000062f9f350 r14=000000000221ee23 r15=0000000062f9f220 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x16: pushq %r14 | |
62524.556:0124:0150:trace:unwind:RtlUnwindEx rsi=000000006319ec20 rdi=0000000000000000 rbp=000000006319eb30 rsp=000000006319eab0 | |
62524.556:0124:0144:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62524.556:0124:0128:warn:seh:virtual_unwind backtrace: 0000000143B5C11E: L"MilesMorales.exe" + 0000000003B5C11E. | |
62524.556:0124:014c:trace:unwind:RtlVirtualUnwind type 2 rip 170033be5 rsp 62f9ea80 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x14: pushq %r13 | |
62524.556:0124:0150:trace:unwind:RtlUnwindEx r8=000000006319fe50 r9=00000000406d1388 r10=00007fa633d9c600 r11=0000000000000202 | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x15: leaq 0x40(%rsp),rbp | |
62524.556:0124:0128:trace:unwind:RtlVirtualUnwind type 1 rip 143b5c11e rsp 11ff40 | |
62524.556:0124:014c:trace:unwind:dump_unwind_info **** func 33b90-342f8 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x12: pushq %r12 | |
62524.556:0124:0150:trace:unwind:RtlUnwindEx r12=000000006319fe50 r13=000000006319f380 r14=000000000221ee23 r15=000000006319f250 | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x10: subq $0x48,%rsp | |
62524.556:0124:0150:trace:unwind:RtlVirtualUnwind type 2 rip 170033be5 rsp 6319eab0 | |
62524.556:0124:0128:trace:unwind:dump_unwind_info **** func 3b5c018-3b5c189 | |
62524.556:0124:014c:trace:unwind:dump_unwind_info unwind info at 000000017008E4AC flags 0 prolog 0x1b bytes function 0000000170033B90-00000001700342F8 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x10: pushq %rdi | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.556:0124:0150:trace:unwind:dump_unwind_info **** func 33b90-342f8 | |
62524.556:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000014669BB70 flags 1 prolog 0xa bytes function 0000000143B5C018-0000000143B5C189 | |
62524.556:0124:014c:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62524.556:0124:0148:trace:unwind:RtlVirtualUnwind type 2 rip 17000ef74 rsp 60b8f1b0 | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.556:0124:0150:trace:unwind:dump_unwind_info unwind info at 000000017008E4AC flags 0 prolog 0x1b bytes function 0000000170033B90-00000001700342F8 | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0xa: movq %rbx,0x40(%rsp) | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62524.556:0124:0148:trace:unwind:dump_unwind_info **** func ef6c-ef7a | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.556:0124:0150:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0xa: subq $0x30,%rsp | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0x13: subq $0x648,%rsp | |
62524.556:0124:0148:trace:unwind:dump_unwind_info unwind info at 000000017008E2E0 flags 1 prolog 0x0 bytes function 000000017000EF6C-000000017000EF7A | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0x6: pushq %rdi | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x4: subq $0x28,%rsp | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0x13: subq $0x648,%rsp | |
62524.556:0124:0128:trace:unwind:dump_unwind_info handler 0000000143B64624 data at 000000014669BB80 | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.556:0124:0128:trace:seh:call_handler calling handler 0000000143B64624 (rec=000000000011E060, frame=000000000011FF40 context=000000000011D5C0, dispatch=000000000011D490) | |
62524.556:0124:0148:trace:unwind:dump_unwind_info handler 0000000170052BD0 data at 000000017008E2EC | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.556:0124:0128:trace:seh:call_handler handler at 0000000143B64624 returned 1 | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.556:0124:0148:trace:unwind:RtlVirtualUnwind type 2 rip 17004212c rsp 60b8f1e0 | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.556:0124:0128:warn:seh:virtual_unwind backtrace: 000000007B6146ED: L"kernel32.dll" + 00000000000146ED. | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.556:0124:0148:trace:unwind:dump_unwind_info **** func 42040-42501 | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.556:0124:0128:trace:unwind:RtlVirtualUnwind type 1 rip 7b6146ed rsp 11ff80 | |
62524.556:0124:0144:trace:unwind:RtlVirtualUnwind type 2 rip 17000f12b rsp 6098f900 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info unwind info at 000000017008E430 flags 0 prolog 0x1b bytes function 0000000170042040-0000000170042501 | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.556:0124:0128:trace:unwind:dump_unwind_info **** func 146e0-146f6 | |
62524.556:0124:0144:trace:unwind:dump_unwind_info **** func f0bc-f138 | |
62524.556:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000007B63DA28 flags 0 prolog 0x8 bytes function 000000007B6146E0-000000007B6146F6 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.556:0124:0144:trace:unwind:dump_unwind_info unwind info at 000000017008E360 flags 0 prolog 0x7 bytes function 000000017000F0BC-000000017000F138 | |
62524.556:0124:0128:trace:unwind:dump_unwind_info frame register rbp offset 0x0(%rsp) | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x7: subq $0x4f8,%rsp | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0x8: subq $0x20,%rsp | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x13: subq $0x678,%rsp | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.556:0124:014c:trace:unwind:RtlVirtualUnwind type 2 rip 143b64739 rsp 62f9f110 | |
62524.556:0124:0144:trace:unwind:RtlVirtualUnwind type 2 rip 7b00cdb7 rsp 6098fe00 | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0x4: leaq 0x0(%rsp),rbp | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.556:0124:014c:trace:unwind:dump_unwind_info **** func 3b64624-3b6482f | |
62524.556:0124:0144:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.556:0124:0150:trace:unwind:RtlVirtualUnwind type 2 rip 143b64739 rsp 6319f140 | |
62524.556:0124:014c:trace:unwind:dump_unwind_info unwind info at 000000014669C2FC flags 0 prolog 0x1c bytes function 0000000143B64624-0000000143B6482F | |
62524.556:0124:0144:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62524.556:0124:0128:warn:seh:virtual_unwind backtrace: 000000017000F1A7: L"ntdll.dll" + 000000000000F1A7. | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.556:0124:0150:trace:unwind:dump_unwind_info **** func 3b64624-3b6482f | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0x1c: movq %rsi,0x80(%rsp) | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62524.556:0124:0128:trace:unwind:RtlVirtualUnwind type 1 rip 17000f1a7 rsp 11ffb0 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.556:0124:0150:trace:unwind:dump_unwind_info unwind info at 000000014669C2FC flags 0 prolog 0x1c bytes function 0000000143B64624-0000000143B6482F | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0x1c: movq %rbp,0x78(%rsp) | |
62524.556:0124:0144:trace:unwind:RtlVirtualUnwind inside epilog. | |
62524.556:0124:0128:trace:unwind:dump_unwind_info **** func f190-f1a8 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0x1c: movq %rsi,0x80(%rsp) | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0x1c: movq %rbx,0x70(%rsp) | |
62524.556:0124:0144:trace:unwind:RtlVirtualUnwind type 2 rip 14221ee23 rsp 6098fed0 | |
62524.556:0124:0128:trace:unwind:dump_unwind_info unwind info at 000000017008E944 flags 1 prolog 0x4 bytes function 000000017000F190-000000017000F1A8 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0x1c: movq %rbp,0x78(%rsp) | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0x1c: subq $0x40,%rsp | |
62524.556:0124:0144:trace:unwind:dump_unwind_info **** func 221edf0-221ee2a | |
62524.556:0124:0128:trace:unwind:dump_unwind_info 0x4: subq $0x28,%rsp | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0x1c: movq %rbx,0x70(%rsp) | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0x18: pushq %r15 | |
62524.556:0124:0144:trace:unwind:dump_unwind_info unwind info at 00000001463D6A14 flags 1 prolog 0x4 bytes function 000000014221EDF0-000000014221EE2A | |
62524.556:0124:0128:trace:unwind:dump_unwind_info handler 0000000170042510 data at 000000017008E950 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0x1c: subq $0x40,%rsp | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0x16: pushq %r14 | |
62524.556:0124:0144:trace:unwind:dump_unwind_info 0x4: subq $0x48,%rsp | |
62524.556:0124:0128:trace:seh:call_handler calling handler 0000000170042510 (rec=000000000011E060, frame=000000000011FFB0 context=000000000011D5C0, dispatch=000000000011D490) | |
62524.556:0124:0148:trace:unwind:RtlVirtualUnwind type 2 rip 170044959 rsp 60b8f8a0 | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0x18: pushq %r15 | |
62524.556:0124:014c:trace:unwind:dump_unwind_info 0x14: pushq %r13 | |
62524.556:0124:0144:trace:unwind:dump_unwind_info handler 0000000143B64624 data at 00000001463D6A20 | |
62524.556:0124:0148:trace:unwind:dump_unwind_info **** func 44620-44c0f | |
62524.556:0124:0150:trace:unwind:dump_unwind_info 0x16: pushq %r14 | |
62524.558:0124:014c:trace:unwind:dump_unwind_info 0x12: pushq %r12 | |
wine: Unhandled page fault on read access to 000000000000000C at address 00000001420E0800 (thread 0128), starting debugger... | |
62524.558:0124:0144:trace:seh:RtlRestoreContext returning to 000000014221EE25 stack 000000006098FED0 | |
62524.558:0124:0148:trace:unwind:dump_unwind_info unwind info at 000000017008E44C flags 0 prolog 0x15 bytes function 0000000170044620-0000000170044C0F | |
62524.558:0124:0150:trace:unwind:dump_unwind_info 0x14: pushq %r13 | |
62524.558:0124:014c:trace:unwind:dump_unwind_info 0x10: pushq %rdi | |
62524.558:0124:0148:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62524.558:0124:0150:trace:unwind:dump_unwind_info 0x12: pushq %r12 | |
62524.558:0124:014c:trace:unwind:RtlVirtualUnwind type 2 rip 17000ef74 rsp 62f9f180 | |
62524.558:0124:0148:trace:unwind:dump_unwind_info 0x15: leaq 0x40(%rsp),rbp | |
62524.558:0124:0150:trace:unwind:dump_unwind_info 0x10: pushq %rdi | |
62524.558:0124:014c:trace:unwind:dump_unwind_info **** func ef6c-ef7a | |
62524.558:0124:0148:trace:unwind:dump_unwind_info 0x10: subq $0x48,%rsp | |
62524.558:0124:0150:trace:unwind:RtlVirtualUnwind type 2 rip 17000ef74 rsp 6319f1b0 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info unwind info at 000000017008E2E0 flags 1 prolog 0x0 bytes function 000000017000EF6C-000000017000EF7A | |
62524.559:0124:0148:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.559:0124:0150:trace:unwind:dump_unwind_info **** func ef6c-ef7a | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x4: subq $0x28,%rsp | |
62524.559:0124:0148:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.559:0124:0150:trace:unwind:dump_unwind_info unwind info at 000000017008E2E0 flags 1 prolog 0x0 bytes function 000000017000EF6C-000000017000EF7A | |
62524.559:0124:014c:trace:unwind:dump_unwind_info handler 0000000170052BD0 data at 000000017008E2EC | |
62524.559:0124:0148:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x4: subq $0x28,%rsp | |
62524.559:0124:014c:trace:unwind:RtlVirtualUnwind type 2 rip 17004212c rsp 62f9f1b0 | |
62524.559:0124:0148:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info handler 0000000170052BD0 data at 000000017008E2EC | |
62524.559:0124:014c:trace:unwind:dump_unwind_info **** func 42040-42501 | |
62524.559:0124:0148:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.559:0124:0150:trace:unwind:RtlVirtualUnwind type 2 rip 17004212c rsp 6319f1e0 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info unwind info at 000000017008E430 flags 0 prolog 0x1b bytes function 0000000170042040-0000000170042501 | |
62524.559:0124:0148:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info **** func 42040-42501 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62524.559:0124:0148:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info unwind info at 000000017008E430 flags 0 prolog 0x1b bytes function 0000000170042040-0000000170042501 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62524.559:0124:0148:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.559:0124:0150:trace:unwind:dump_unwind_info frame register rbp offset 0x80(%rsp) | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x13: subq $0x678,%rsp | |
62524.559:0124:0148:trace:unwind:RtlVirtualUnwind type 2 rip 17000f12b rsp 60b8f930 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x1b: leaq 0x80(%rsp),rbp | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.559:0124:0148:trace:unwind:dump_unwind_info **** func f0bc-f138 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x13: subq $0x678,%rsp | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.559:0124:0148:trace:unwind:dump_unwind_info unwind info at 000000017008E360 flags 0 prolog 0x7 bytes function 000000017000F0BC-000000017000F138 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.559:0124:0148:trace:unwind:dump_unwind_info 0x7: subq $0x4f8,%rsp | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.559:0124:0148:trace:unwind:RtlVirtualUnwind type 2 rip 7b00cdb7 rsp 60b8fe30 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.559:0124:0148:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.559:0124:0148:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.559:0124:0128:trace:seh:start_debugger Starting debugger L"winedbg --auto 292 272" | |
62524.559:0124:0148:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.559:0124:0148:trace:unwind:RtlVirtualUnwind inside epilog. | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.559:0124:014c:trace:unwind:RtlVirtualUnwind type 2 rip 170044959 rsp 62f9f870 | |
62524.559:0124:0148:trace:unwind:RtlVirtualUnwind type 2 rip 14221ee23 rsp 60b8ff00 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.559:0124:014c:trace:unwind:dump_unwind_info **** func 44620-44c0f | |
62524.559:0124:0148:trace:unwind:dump_unwind_info **** func 221edf0-221ee2a | |
62524.559:0124:0150:trace:unwind:RtlVirtualUnwind type 2 rip 170044959 rsp 6319f8a0 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info unwind info at 000000017008E44C flags 0 prolog 0x15 bytes function 0000000170044620-0000000170044C0F | |
62524.559:0124:0148:trace:unwind:dump_unwind_info unwind info at 00000001463D6A14 flags 1 prolog 0x4 bytes function 000000014221EDF0-000000014221EE2A | |
62524.559:0124:0150:trace:unwind:dump_unwind_info **** func 44620-44c0f | |
62524.559:0124:014c:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62524.559:0124:0148:trace:unwind:dump_unwind_info 0x4: subq $0x48,%rsp | |
62524.559:0124:0150:trace:unwind:dump_unwind_info unwind info at 000000017008E44C flags 0 prolog 0x15 bytes function 0000000170044620-0000000170044C0F | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x15: leaq 0x40(%rsp),rbp | |
62524.559:0124:0148:trace:unwind:dump_unwind_info handler 0000000143B64624 data at 00000001463D6A20 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info frame register rbp offset 0x40(%rsp) | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x10: subq $0x48,%rsp | |
62524.559:0124:0148:trace:seh:RtlRestoreContext returning to 000000014221EE25 stack 0000000060B8FF00 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x15: leaq 0x40(%rsp),rbp | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x10: subq $0x48,%rsp | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0xc: pushq %rbx | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0xb: pushq %rsi | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0xa: pushq %rdi | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x9: pushq %r12 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x7: pushq %r13 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x5: pushq %r14 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x3: pushq %r15 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x1: pushq %rbp | |
62524.559:0124:014c:trace:unwind:RtlVirtualUnwind type 2 rip 17000f12b rsp 62f9f900 | |
62524.559:0124:0150:trace:unwind:RtlVirtualUnwind type 2 rip 17000f12b rsp 6319f930 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info **** func f0bc-f138 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info **** func f0bc-f138 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info unwind info at 000000017008E360 flags 0 prolog 0x7 bytes function 000000017000F0BC-000000017000F138 | |
62524.559:0124:0150:trace:unwind:dump_unwind_info unwind info at 000000017008E360 flags 0 prolog 0x7 bytes function 000000017000F0BC-000000017000F138 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0x7: subq $0x4f8,%rsp | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0x7: subq $0x4f8,%rsp | |
62524.559:0124:014c:trace:unwind:RtlVirtualUnwind type 2 rip 7b00cdb7 rsp 62f9fe00 | |
62524.559:0124:0150:trace:unwind:RtlVirtualUnwind type 2 rip 7b00cdb7 rsp 6319fe30 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62524.559:0124:0150:trace:unwind:dump_unwind_info **** func cd48-cdbf | |
62524.559:0124:014c:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62524.559:0124:0150:trace:unwind:dump_unwind_info unwind info at 000000007B0AD738 flags 0 prolog 0xf bytes function 000000007B00CD48-000000007B00CDBF | |
62524.559:0124:014c:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62524.559:0124:0150:trace:unwind:dump_unwind_info 0xf: subq $0xc8,%rsp | |
62524.559:0124:014c:trace:unwind:RtlVirtualUnwind inside epilog. | |
62524.559:0124:0150:trace:unwind:RtlVirtualUnwind inside epilog. | |
62524.559:0124:014c:trace:unwind:RtlVirtualUnwind type 2 rip 14221ee23 rsp 62f9fed0 | |
62524.559:0124:0150:trace:unwind:RtlVirtualUnwind type 2 rip 14221ee23 rsp 6319ff00 | |
62524.559:0124:014c:trace:unwind:dump_unwind_info **** func 221edf0-221ee2a | |
62524.559:0124:0150:trace:unwind:dump_unwind_info **** func 221edf0-221ee2a | |
62524.559:0124:014c:trace:unwind:dump_unwind_info unwind info at 00000001463D6A14 flags 1 prolog 0x4 bytes function 000000014221EDF0-000000014221EE2A | |
62524.559:0124:0150:trace:unwind:dump_unwind_info unwind info at 00000001463D6A14 flags 1 prolog 0x4 bytes function 000000014221EDF0-000000014221EE2A | |
62524.560:0124:014c:trace:unwind:dump_unwind_info 0x4: subq $0x48,%rsp | |
62524.560:0124:0150:trace:unwind:dump_unwind_info 0x4: subq $0x48,%rsp | |
62524.560:0124:014c:trace:unwind:dump_unwind_info handler 0000000143B64624 data at 00000001463D6A20 | |
62524.560:0124:0150:trace:unwind:dump_unwind_info handler 0000000143B64624 data at 00000001463D6A20 | |
62524.560:0124:014c:trace:seh:RtlRestoreContext returning to 000000014221EE25 stack 0000000062F9FED0 | |
62524.560:0124:0150:trace:seh:RtlRestoreContext returning to 000000014221EE25 stack 000000006319FF00 | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
62524.590:0154:0158:trace:seh:sigsys_handler SIGSYS, rax 0xffff, rip 0x600000000005. | |
62524.590:0154:0158:trace:seh:install_bpf Seccomp filters already installed. | |
62524.591:0154:0158:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\winedbg.exe" at 0000000140000000: builtin | |
62524.591:0154:0158:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernelbase.dll" at 000000007B000000: builtin | |
62524.591:0154:0158:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernel32.dll" at 000000007B600000: builtin | |
62524.592:0154:0158:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0000000228280000: builtin | |
62524.593:0154:0158:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 00000002C7470000: builtin | |
62524.593:0154:0158:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\sechost.dll" at 00000001EAF60000: builtin | |
62524.593:0154:0158:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\advapi32.dll" at 00000001D8C90000: builtin | |
62524.593:0154:0158:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\dbghelp.dll" at 000000023ECB0000: builtin | |
ERROR: ld.so: object 'libgamemodeauto.so.0' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. | |
62524.618:015c:0160:trace:seh:sigsys_handler SIGSYS, rax 0xffff, rip 0x600000000005. | |
62524.618:015c:0160:trace:seh:install_bpf Seccomp filters already installed. | |
62524.619:015c:0160:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\conhost.exe" at 0000000140000000: builtin | |
62524.619:015c:0160:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernelbase.dll" at 000000007B000000: builtin | |
62524.619:015c:0160:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\kernel32.dll" at 000000007B600000: builtin | |
62524.620:015c:0160:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\msvcrt.dll" at 0000000228280000: builtin | |
62524.620:015c:0160:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\ucrtbase.dll" at 00000002C7470000: builtin | |
62524.620:015c:0160:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\sechost.dll" at 00000001EAF60000: builtin | |
62524.620:015c:0160:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\advapi32.dll" at 00000001D8C90000: builtin | |
62524.621:015c:0160:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\version.dll" at 000000025DC30000: builtin | |
62524.621:015c:0160:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\win32u.dll" at 00000002C73A0000: builtin | |
62524.621:015c:0160:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\user32.dll" at 00000002169D0000: builtin | |
62524.621:015c:0160:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\gdi32.dll" at 00000002BB0A0000: builtin | |
62524.666:015c:0160:trace:loaddll:build_module Loaded L"C:\\windows\\system32\\imm32.dll" at 0000000393730000: builtin | |
62524.711:0030:0164:warn:threadname:NtSetInformationThread Thread renamed to L"wine_threadpool_worker" | |
62524.713:0030:0168:warn:threadname:NtSetInformationThread Thread renamed to L"wine_threadpool_worker" | |
62524.718:0030:016c:warn:threadname:NtSetInformationThread Thread renamed to L"wine_threadpool_worker" | |
pid 229814 != 229813, skipping destruction (fork without exec?) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
config_info
8.0-104
/mnt/data/__steam_lib_4/steamapps/common/Proton - Experimental/files/share/fonts/
/mnt/data/__steam_lib_4/steamapps/common/Proton - Experimental/files/lib/
/mnt/data/__steam_lib_4/steamapps/common/Proton - Experimental/files/lib64/
/home/gamer/.local/share/Steam
1701996000.0
1701996004.0
1516738214.0
/mnt/data/_steam_lib_4/steamapps/common/Proton - Experimental/files/share/default_pfx/
1702403799.1278343
False
True
d3dcompiler.dll,d3dcsx.dll,d3dx*.dll,dx8vb.dll,x3daudio*.dll,xactengine*.dll,xapofx*.dll,xaudio*.dll,xinput*.dll,atl1*.dll,concrt1*.dll,msvcp1*.dll,msvcr1*.dll,vcamp1*.dll,vcomp1*.dll,vccorlib1*.dll,vcruntime1*.dll,ntdll.dll,vulkan-1.dll