Skip to content
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

Trizeal - Score Attack additional messages are not displayed on both ends #1048

Open
kihato opened this issue Apr 30, 2023 · 7 comments
Open
Labels
bug Something isn't working graphics Rendering issues

Comments

@kihato
Copy link

kihato commented Apr 30, 2023

Platform / OS / Hardware:
Windows11 / i7-10700F / GTX 1660 SUPER

Github hash: 5f161df

When the monitor type is 0 or 1, both ends of the additional message of Score Attack are cut off and not displayed.
SaveState

@kihato kihato added the bug Something isn't working label Apr 30, 2023
@flyinghead flyinghead added the graphics Rendering issues label May 4, 2023
@flyinghead
Copy link
Owner

I'm not sure it's an emulation issue. The message is first correctly displayed:
image

Then a mask is drawn on top, which erases both sides:
image

It looks like a game bug to me.

@kihato
Copy link
Author

kihato commented May 12, 2023

Luckily I found this video.

@flyinghead
Copy link
Owner

I believe this was recorded with an old version of the flycast libretro core so it's not a great reference ;)

The message is drawn at depth 1, then the mask is drawn at the same depth with depth mode greater or equal so it overwrites the message at the same depth. I can't find anything wrong in the way this is rendered but again, that doesn't mean it's correct.

@kihato
Copy link
Author

kihato commented May 12, 2023

Understood, thanks for the explanation.
Unrelated to this issue, but I commented on the closed issue (#974), is it valid? (I didn't know how to do it.)

@kihato kihato closed this as completed May 12, 2023
@kihato
Copy link
Author

kihato commented Nov 12, 2023

When I checked on the real hardware, the messages on both sides were not deleted and were displayed normally.

@kihato kihato reopened this Nov 12, 2023
@flyinghead
Copy link
Owner

For reference, this looks like original hardware: https://youtu.be/RDXpQ5RyF8A?si=bGTi8yo_PTzyyUY8&t=741

I think I found the cause of this bug but I need to verify that the fix won't break other games.

@flyinghead
Copy link
Owner

Sadly this is once again a wrong track so I'm back to square one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working graphics Rendering issues
Projects
None yet
Development

No branches or pull requests

2 participants