-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mahjong Artifacts missing part of the game play area #15828
Comments
I'm pretty sure this is depth related - the dump unfortunately doesn't include the board, which must've been rendered in a previous frame. A frame dump while using the software renderer would be helpful. That said, the minz and maxz are both set to exactly 0, and I think some accuracy issue is causing the top left (which does use zero depth values) not render. -[Unknown] |
Last bad v1.13.1-289-ga35d26190 |
Is this still working now in the latest git? -[Unknown] |
v1.13.1-381-g5046cbd01 still working |
Thanks for confirming - I'll close this then. -[Unknown] |
2 nd try no problem |
Thanks, will look into it. |
@benderscruffy Can you try v1.13.1-381-g5046cbd01 ? |
@benderscruffy How about v1.13.1-291-g8d0c84bf0 ? |
Strangely, even the software renderer frame dumps have black sections (the texture is black.) I suspect this game renders the board either on CPU or to a temporary buffer, and then just textures from that. Somehow, some parts of that are coming out black. It could be a misdetected framebuffer suboffset. That said, I don't see why software would have black textures... -[Unknown] |
Like the others, this is not likely to be specific to your old pc, so I'm reopening. |
@sum2012 could you try this again on AMD? I suspect a recent fix might have taken care of that. |
v1.17.1-1268 not solved |
Hm, ok, different problem then. Also, thanks for reporting the softgpu one, I'll fix it shortly! |
two more things, sorry @sum2012 : Could you get a GE frame dump? I can't find one in the previous posts. Also, I can't figure out how that can happen, looking at the code :/ What GPU do you have? Do you enable frameskipping or something? |
Never mind, I think I figured out the assert. #19532 The rendering bug in this game is still a mystery though, will at least need a framedump. But fortunately playing with the software renderer should be fine in a game like this. |
Game or games this happens in
Mahjong Artifacts NPUZ00062
What area of the game / PPSSPP
missing part of the game play area
here is a GE Dump
NPUZ00062.zip
What should happen
this is what it is supposed to look like
Logs
No response
Platform
Windows
Mobile phone model or graphics card
AMD RX 580
PPSSPP version affected
PPSSPP v1.13.1-249
Last working version
No response
Graphics backend (3D API)
Vulkan
Checklist
The text was updated successfully, but these errors were encountered: