RPCS3 / rpcs3

PlayStation 3 emulator and debugger
https://rpcs3.net/
GNU General Public License v2.0
15.37k stars 1.91k forks source link

Weird freezes, sometimes sounds still work #12806

Open pindvs opened 2 years ago

pindvs commented 2 years ago

Quick summary

When I play, in a random moment my game likes to freeze, you can still hear it and sometimes even see the move on screen, but you cant do anything in game.

Details

As above, I am attaching my logs and video of the error, i hope you will resolve this issue. It was not present on Windows. I tried changing a lot of settings but it didnt help.

Attach a log file

RPCS3.log.gz

Attach capture files for visual issues

https://user-images.githubusercontent.com/95176887/195688391-35f9f5b7-ace5-46dd-bf69-6104d8a81acd.mp4

System configuration

image

Other details

No response

Darkhost1999 commented 2 years ago

This happens across many different games even for me with a Ryzen 5 3600 and gtx 1660 S. Unfortunately there is nothing specific with this issue and it could be a combination of things. Assassin's Creed Brotherhood and beyond has similar issues where ppu interpreter + accurate ppu non-java mode (not to be confused with ppu non java mode fixup) mostly solve the issue but it still would freeze sometimes with audio. In fact everything that plays in a loop would continue loading that loop while "frozen" therefore no error has occurred it's just not continuing to the next step. What finally fixed all freezing for me was in addition to the PPU stuff to add Spu accurate xfloat and then to add ordered and atomic rsx accuracy. I've tested this across all the games I own that I have been able to reproduce this behavior just recently in the past 2 to 3 days. All of my games were fixed by this combination or I have yet to run into a freeze.

As there is no actual error code message, crash, or legitimate freeze there appears to be nothing in the logs to actually review. It just never progresses to the next thing

Darkhost1999 commented 2 years ago

Logging the kernel before and then after the freeze may assist in being able to locate the issue honestly.

FlexBy420 commented 1 day ago

Is this still an issue?