spillner
spillner
A few notes on installing the GOG version: (1) GOG has already updated the binary; they're now pushing "setup_star_warstm_episode_i_-_racertm_1.0_hotfix_(20503).exe" (2) The innoextract directions in the Getting Started wiki page aren't...
This issue also affects the main Steam client: when you open the file browser to add files to a support ticket, symbolic links to files or directories do not appear...
This is a build error, not a crash; #384 is irrelevant. The problem here is that the CMakeLists.txt for SSVOpenHexagon tries to pull in vittorioromeo's private branch of SFML as...
I was able to get OpenSceneGraph 3.6.5 to build against ffmpeg-5.1.4 using the attached, in addition to Paul Liu's audio patch from the Debian bug thread linked in https://github.com/openscenegraph/OpenSceneGraph/issues/1111#issuecomment-1253936054. I...
Strange that they're linker failures, not compilation failures, as you might expect if the argument types don't quite match up. Can you tell me which compiler and version of ffmpeg...
Can confirm this fixes the segfault, and should be merged.
This is fixed by https://github.com/tobimensch/aqemu/pull/116/commits ; thanks to johna23-lab for cross-linking with the Void Linux ticket that explains it.
It looks like that behavior is hardcoded into the Xochitl user interface, not anything that the backend can influence. The most straightforward workaround (although I agree it's stupid) is probably...
This is a bug: the CMakeLists are set up as though you're always building from git (hence the admonition to run `git submodule update`) and don't work if you're building...
I took a slightly different tack: even if the submodule is used, allow CMake to search for the system version instead of insisting that a submodule be present under thirdparty/....