-
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
Graphical bugs in Colin McRae Rally 2005 #7810
Comments
Can you try to catch when it's rendering the sky in the GE debugger? Skies can be tricky to catch, especially when they're drawn black. It might be the first thing it renders (before it draws other stuff on top), but it might also be something it draws near the end (stenciled in using depth testing or otherwise.) Best to check the texture on the left to be sure. It also might be separately applying the rain effect: for example, it might first apply the sky, and then do something tricksy to the sky to make it look like rain. It could be that this is now generating black, if you initially see sky and then it's erased. -[Unknown] |
Seems the sky is no longer black, but the shadows are blinking. |
Could you try exporting a GE frame dump? If possible, it'd be great to have one with and one without the shadows (I'd suggest just mashing record, and then checking the dumps that result to find two useful ones.) You can check a dump simply by opening it with PPSSPP. See here for instructions - it's not hard and works on Android too: You can zip that and then drag and drop it into a reply here. -[Unknown] |
Tested with latest build. Same issues: |
Hm, both of those dumps seem to have proper shadows (same as PSP rendering, and they look right too) when played back alone. That means it could be some sort of state issue, or it could be some texture/framebuffer overlap. -[Unknown] |
Oops!! I duplicated. |
Sun still got a blackbox similar to burnout legend Add this game id to IntraVRAMBlockTransferAllowCreateFB fixes the performance issue if SBTE is enable. ge dump |
These are the workarounds to fix shadow flickering:
OR
Setting the Frame skipping to 1 usually fixes the problem. It locks the shadows in either "visible" or "not visible" state. If the shadows are not visible then press the Recent Apps Button, then switch back to PPSSPP. Or disable frameskipping, go back to game, then enable frameskipping again, and repeat it until shadows are visible. OR
The shadows are fixed until you quit the game. The next time you start the game you need to do one of these workarounds again. Except if you load the game from save state, because loading a save state fixes the shadows. Tested it on LG V20 H990N, Android 8. |
Flickering already solve in the latest ppsspp git build |
Thd flickering issue is not solved on my GalaxyS20. And,The flickering disappear when switch from on game to Android home and back to the game. |
Adreno gpu issue because LG V20 H990N is also Snapdragon 820 and adreno 530 gpu
Cannot reproduce the flickering since 12ad2b0 |
To "correct" lens flare until it get fixed. Use this cheat. _S ULES-00111 |
The sun will drawn correctly on v1.13.2-2076. Galaxy S20/Android12 But Windows work smooth. |
Oh indeed, the shadows work too now, that's nice. The slowdown looks to be caused by a GPU readback, I'm gonna see if it's avoidable or not. |
…pies. Improves performance when the sun is visible, see #7810
That wasn't too hard, fix committed. I'm gonna go ahead and close this. Please re-open if you see any new graphical issues. |
The sky doesn't appear when the weather is rainy.
The text was updated successfully, but these errors were encountered: