-
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
The Red Star: only the hud is visible when you actually start the game #7024
Comments
Screenshot? |
Is is a new problem or has it worked in older version of PPSSPP? |
The game always had this problem,it's not something new. |
Is it one of those #6660 ? |
Can you post screenshots / copy of tab contents for the GE debugger when trying to render some things? When it shows something on the left, and highlights an area on the right where that thing should go, that's perfect. https://github.com/hrydgard/ppsspp/wiki/How-to-find-a-graphic-issue-with-the-GE-debugger -[Unknown] |
Step Frame=>Step Prim once and this red overlay is shown. When everything is loaded(the hud),the next step prim is again red screen and again black screen(all of the textures are visible on the left side...I think) Flags Name Value Lighting Name Value Texture Name Value Settings Name Value |
Sorry, that one is just it clearing the screen, it needs to be a later one (the red shouldn't be covering the ENTIRE screen.) But, it's good to know it's clearing all the depth/stencil/color initially, as games don't always clear all three. If you want to check, another interesting thing might be the "Vertices" when it's clearing. If they don't all have the same color or don't all have the same depth, that might be why it's not working (since we don't clear exactly correctly in that specific case.) -[Unknown] |
I feel like there's a chance this is depth related. When you step prim through, does it highlight in red any areas that it's not drawing? Or does it only highlight the hud? -[Unknown] |
It took some time from Step frame to the next frame(Step Prim only the whole time)but the only thing that was highlighted in red was the hud elements. |
Okay, that seems to indicate it's not related to a graphics test (like depth, alpha, etc.), or clipping, or anything like that. It could mean we're mishandling the matrices, a vfpu bug, or something like that. Did you ever see textures on the left side that looked like probably parts of the game? Or did it not even have textures? -[Unknown] |
If you are talking about the upper left box in the GE debugger,then everything is displayed there but nothing other than the hud appear(or get highlighted)in he right box |
Tried OGL,DX9 and software mode and also check the GE Debugger but nothing other than the hud is rendered(you see the elements that are supposed to be loaded on the left side but they are not displayed on the right side of the GE Debugger)
The text was updated successfully, but these errors were encountered: