summary refs log tree commit diff stats
path: root/results/scraper/fex/1867
diff options
context:
space:
mode:
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