Simon McVittie

Results 1561 comments of Simon McVittie

My understanding is that the workaround for this is to downgrade from beta to stable (which of course you can't easily do from the GUI, because it isn't starting). It...

@kevenwyld wrote: > having this problem Please note that the "Steamwebhelper is not responding" dialog is a symptom, not a root cause. It appears whenever the `steamwebhelper` crashes, freezes or...

From your `webhelper-linux.txt`: > `Unable to find 0/amd64/usr/bin/steam-runtime-supervisor` This indicates that you're using `steam-native` or `STEAM_RUNTIME=0`. Valve specifically does not support those configurations. Please try running Steam in the recommended...

Please try running "Steam (runtime)" after a reboot, to get a clean set of logs without workarounds, and then attach those logs so that a Steam Runtime or Steam developer...

> I've been researching, and i've come to guess that this is due to the overlay being 32 bit I don't think that's it. For the `LD_PRELOAD` code-injection used on...

> I personally think Meson is wrong to warn on this It looks as though Meson will stop making noise about this when https://github.com/mesonbuild/meson/commit/8d39c9273b58a7a9ba3c4c34125d5f37e5684a99 gets into a release, making it...

Sorry, I should have been clearer about what parts of tappy I'm using. This is an issue with `TAPTestRunner`, and here's a reproducer simplified from one of the projects I...

Ah, the problem might be that a `Tracker` in streaming mode writes out the version in `__init__`, but the way I'm using it, streaming mode isn't set up until after...

The versions of libogg and libvorbis in sniper are correctly installed, but because they were built with Autotools, they didn't generate CMake-specific metadata describing how to find them. For the...

@eli-schwartz: > If possible please use `pkg_check_modules(OGG IMPORTED_TARGET ogg)`, which similar to meson's `dependency()` will provide an interface dependency, `PkgConfig::OGG`, which is exactly equivalent to cmake-specific metadata such as `Ogg::ogg`...