diff options
Diffstat (limited to '')
| -rw-r--r-- | results/scraper/fex/348 | 3 | ||||
| -rw-r--r-- | results/scraper/fex/3481 | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/results/scraper/fex/348 b/results/scraper/fex/348 new file mode 100644 index 000000000..98fa6f926 --- /dev/null +++ b/results/scraper/fex/348 @@ -0,0 +1,3 @@ +Config files need to be more robust +Now that we supprot binfmt_misc, config files need to stop blowing away various options. +Time to implement a overlay configuration system \ No newline at end of file diff --git a/results/scraper/fex/3481 b/results/scraper/fex/3481 new file mode 100644 index 000000000..43eaccf5a --- /dev/null +++ b/results/scraper/fex/3481 @@ -0,0 +1,10 @@ +VVVVVV crashes with Vulkan+GL thunks enabled +The game crashes early with a SIGSEGV when vulkan and GL thunks are enabled. GL alone might work but it seemingly blackscreens? + +Anyway, the SIGSEGV occurs because it uses xcb to try and get the PULSE_COOKIE x11 window property, which it gets but then fails to parse (Bad data returned?). + +GL alone doesn't trigger the crash since xcb thunking is disabled in that case. + +The game crashes because not getting the pulse cookie is fatal and it fails to setup some sound samples, it then continues to try and load a pointer that was never allocated. + +Problem should go away once we rewrite how the X11/xcb communication occurs? \ No newline at end of file |