makigumo
makigumo
> it should probably also be mentioned in our https://github.com/mpv-player/mpv/blob/master/DOCS/interface-changes.rst file. since the output of VOCTRL_GET_DISPLAY_NAMES changed and scripts/properties etc depend on it. Not sure what if the provided info...
EDIT: It's fine.
If you are feeling brave, you can try to run it with the `.ThrowOnError()` part from the following line removed. This doesn't fix the underlying issue, but may allow the...
That's too bad. It was worth a shot. For me it seems to work, but I have an older AMD card, so that may be a factor. This is what...
On this topic the following observation might be relevant. The game [COCOON](https://github.com/Ryujinx/Ryujinx-Games-List/issues/4756) is running fine with MoltenVK 1.2.0 but produces a shader compilation error on all later versions. The relevant...
On macOS there is now some conflict when vulkan-loader (from Homebrew) is installed. Ryujinx is no longer able to find a vulkan device. Error message after opening Settings. ```log 00:00:06.001...
Unfortunately I'm still seeing exactly the same issue with https://github.com/Ryujinx/Ryujinx/pull/6573 applied, or when using the PR artifact. It's working with `vulkan-loader` removed or unlinked. ### Log when opening *Settings* ```log...
This PR currently breaks Megaman 11 with a crash on startup. ```log 00:00:10.694 |E| HLE.OsThread.6 Application : Unhandled exception caught: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an...
> > This PR currently breaks Megaman 11 with a crash on startup. > > Fixed with commit [8c1ecc2](https://github.com/Ryujinx/Ryujinx/pull/4777/commits/8c1ecc29fafe963a8cd00a0cd6a7b76b8deecacb) Thanks, confirmed.
I think the current approach to determine the availability of the `gamemoderun` command is not really working. The current attempt will fail on other implementations of `which` (bash, zsh, external...