Moritz Bender
Moritz Bender
> You need more precision in the version number. Not in this case because there's not a single 6.12.* that has the fix. 6.14 apparently released with many previously committed...
> Or just avoid the features that crash (is it just Mupen atm?). As far as I'm aware it's just the mupen core yes, but how do I "avoid the...
This looks like an oversight. It should shutdown the host system instead.
The reason for the crash is `Stopped on unimplemented syscall NR_UNLINK` in the waterboxhost. Whatever code path is calling `unlink` shouldn't.
The entire `HttpCommunication` code in bizhawk seems weird to me. It apparently caches a `GetUrl` and a `PostUrl` that is used when no explicit url is provided in the function...
*sigh*... previously for windows, `AutoScaleFactorX` was 1 and `AutoScaleFactorY` was 1. After that commit, `AutoScaleFactorX` is 1 and `AutoScaleFactorY` is 1. Naively I didn't expect that to differ for linux....
To be honest this isn't really an issue, as `|` are ignored completely when parsing, they only serve semantic purpose. So `test whether trailing or extraneous | or lack thereof...
> make final build downloadable Artifacts are currently uploaded with each successful build, but accessing them requires navigating to the action for the latest commit and having a github account....
Your use case is not supported, see #927.
For the first two, the issue is that two input axes have the same... name? (`field` value in the code). As you can see there are two "paddle"s with a...