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

パラ2: Bright Game Over and missing Kanji #9698

Closed
waspennator opened this issue Feb 24, 2023 · 4 comments
Closed

パラ2: Bright Game Over and missing Kanji #9698

waspennator opened this issue Feb 24, 2023 · 4 comments
Labels
A-rendering Area: Rendering & Graphics bug Something isn't working regression Something was working before, but is now broken text Issues relating to text rendering/input

Comments

@waspennator
Copy link

Describe the bug

Para2.zip

Found this game when I was searching up Ruffle on twitter and it seems to work alright, but it has 2 minor issues. Start the game by pressing the number key 5 and use 4 and 6 to steer left and right.

1: The Symbol beneath your character isn't correct. It ends up using a copyright symbol for some reason.
Symbol Ruffle

2: When you get a game over (Miss the moving platform on the bottom), the background gets brighter than expected.
Game Over Ruffle

Expected behavior

1: The Symbol beneath your character should look like this.
Symbol Flash

2: The background should be this bright when you get a game over.
Game Over Flash

Affected platform

Desktop app

Operating system

Windows 11

Browser

No response

Additional information

No response

@waspennator waspennator added the bug Something isn't working label Feb 24, 2023
@n0samu n0samu added text Issues relating to text rendering/input filter-effects Issues involving filter effects such as Blur, Glow, etc. unimplemented Issues for functionality that hasn't been implemented yet regression Something was working before, but is now broken A-rendering Area: Rendering & Graphics and removed unimplemented Issues for functionality that hasn't been implemented yet filter-effects Issues involving filter effects such as Blur, Glow, etc. labels Feb 24, 2023
@n0samu
Copy link
Member

n0samu commented Feb 24, 2023

The copyright symbol issue is another instance of #8390. The character is stored in the EditText field as hex 84 A9, which is supposed to be interpreted as the SHIFT-JIS character and rendered using a device font. Ruffle interprets these bytes with codepage Windows-1252, so the text comes out as „©.

@n0samu
Copy link
Member

n0samu commented Feb 24, 2023

The Game Over screen issue is a regression caused by #6704. Since that PR did not touch the Canvas backend, the game still appears correctly there. It's particularly strange that the problem happens on desktop, considering that wmode is supposed to be a web-only feature.

@waspennator
Copy link
Author

Game over Ruffle fixed
Game over screen on ruffle is no longer overly bright, but the symbol beneath the character is still wrong.

@n0samu
Copy link
Member

n0samu commented Feb 25, 2023

We're tracking the symbol/text issue in #8390, thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rendering Area: Rendering & Graphics bug Something isn't working regression Something was working before, but is now broken text Issues relating to text rendering/input
Projects
None yet
Development

No branches or pull requests

2 participants