-
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
V8 Supercars 3 Shootout artifacts issue #7294
Comments
What does it show with the GE debugger when drawing those weird grey lines? The long load time is odd. I guess it's some HLE function probably? -[Unknown] |
I have been clicking 10 minutes the Step buttons in GE Debugger but never to come to the problematic place.... Is it possible to make it even faster? (It feels like its repeating the same textures) And the long load issue can be fixed with changing the IO timing Host or Simulate UMD. |
Ahh here it is, found an other place with less stuff on screen to find the artifacts easy. http://puu.sh/eeLnX/d80c002fa7.png |
Ohh sorry, it said it must be red. http://puu.sh/eeNaf/22d918c151.png |
I wonder if it is mipmap related, probably not. The UV coords seem odd for where it's drawing... -[Unknown] |
Might it be drawing geometry with a garbage matrix? It has the BOSCH texture selected on one of your shots, and draws a quite long triangle strip. So either the geometry or the transforms are garbage. Very strange-looking glitch. |
Just marking this related to #9527. Does it look correct (even if horribly slow) in the software renderer? If so, that should confirm it. -[Unknown] |
I expect this to work now - on all backends - now that #11393 is merged. How's it look? -[Unknown] |
Any feedback on how this looks now? -[Unknown] |
this can be closed |
Thanks for checking. -[Unknown] |
Not sure what's going on here but the screen is full of artifacts.
And i'm not sure if the minimap was supposed to look like that, it seems like a square border is missing (maybe not) and for some reason you gotta wait long for the game to load.(PPSSPP freezes and after 20-30 seconds the game continues)
https://www.youtube.com/watch?v=eQQ8V0DS_Ss
The text was updated successfully, but these errors were encountered: