kd-11
kd-11
I have an idea - try this build: https://cirrus-ci.com/task/5489746785337344 Let's see if it solves the nvidia silent crash problem.
We just have to wait for nvidia to implement VK_EXT_device_fault then. AMD already ships that extension, basically whenever the driver crashes it should give some more information to us about...
Try with https://github.com/RPCS3/rpcs3/pull/13875
Does the driver still crash @Darkhost1999 ?
Well, the log doesn't show any RSX crashing though. The only difference between precise and approximate is that precise makes the RSX code run slowly through the same steps. I've...
Thanks for confirming. In that case, this likely has nothing to do with RSX anymore.
Enable emulator basic stats and advanced stats (if the slowdown is from GPU emulation). Debug -> "Debug Overlay" enable. This requires enabling the debug menu or modifying configuration file manually....
In that case, this is a SPU regression caused by https://github.com/RPCS3/rpcs3/pull/15714
This is not fixed. I think https://github.com/RPCS3/rpcs3/pull/12905 caused some confusion - it is not meant to be used as a fix. It is a hack. That's why I moved it...
This looks like OOM to me. For whatever reason all available memory got used up. It could be a driver memory leak, but double-check memory usage using "free -h" during...