summary refs log tree commit diff stats
path: root/results/scraper/fex/1867
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-17 09:10:43 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-17 09:10:43 +0200
commitf2ec263023649e596c5076df32c2d328bc9393d2 (patch)
tree5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/1867
parent63d2e9d409831aa8582787234cae4741847504b7 (diff)
downloadqemu-analysis-main.tar.gz
qemu-analysis-main.zip
add downloaded fex bug-reports HEAD main
Diffstat (limited to 'results/scraper/fex/1867')
-rw-r--r--results/scraper/fex/186728
1 files changed, 28 insertions, 0 deletions
diff --git a/results/scraper/fex/1867 b/results/scraper/fex/1867
new file mode 100644
index 000000000..e4b0316df
--- /dev/null
+++ b/results/scraper/fex/1867
@@ -0,0 +1,28 @@
+Enabling XCB thunks breaks steamwebhelper
+Thunking for libxcb is currently not compatible with steamwebhelper. Steam will start fine, but no browser content will render. Looking at console output, steamwebhelper keeps being restarted over a SIGILL. This indicates the issue is related to function pointer thunking.

+

+Example config:

+```json

+{

+"ThunksDB": {

+"GL": 0,

+"xcb": 1,

+"xcb-dri2": 1,

+"xcb-dri3": 1,

+"X11": 0,

+"xcb-xfixes": 1,

+"xcb-shm": 1,

+"xcb-sync": 1,

+"xcb-randr": 0,

+"xcb-present": 0,

+"xcb-glx": 1,

+"xshmfence": 1,

+"drm": 0,

+"Xrender": 0,

+"Xext": 0,

+"Xfixes": 0,

+"Vulkan": 0,

+"asound": 0

+}

+}

+```
\ No newline at end of file