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

"Extreme Pamplona" doesn't render the background, and crashes after losing. #6336

Closed
florin-cg opened this issue Feb 22, 2022 · 2 comments · Fixed by #9447
Closed

"Extreme Pamplona" doesn't render the background, and crashes after losing. #6336

florin-cg opened this issue Feb 22, 2022 · 2 comments · Fixed by #9447
Labels
A-avm1 Area: AVM1 (ActionScript 1 & 2) bug Something isn't working

Comments

@florin-cg
Copy link

florin-cg commented Feb 22, 2022

Describe the bug

When you start playing, the background (stadium) is briefly rendered for a couple of seconds and then completely disappears.
image

When you lose, the game just displays a black screen, and doesn't load anymore.

You can play the game here https://www.crazygames.com/game/extreme-pamplona

Ruffle was build from tag nightly-2022-02-19 and was initialized with "trace" log level, and the self hosted version was built with the debug flag. The log contains the data since the load of the game, until the black screen crash.
extreme-pamplona-log.log

Here are the game files:
extreme-pamplona.zip

Expected behavior

  • The background should be rendered.
  • The game should load again after losing.

Affected platform

Self-hosted version

Operating system

Windows 11

Browser

Google Chrome Version 98.0.4758.102 64-bit

Additional information

No response

@florin-cg florin-cg added the bug Something isn't working label Feb 22, 2022
@Toad06
Copy link
Member

Toad06 commented Feb 23, 2022

Thanks for the report.

The issue with the background is related to BitmapData.draw which is currently unimplemented (#290).

I suspect that the issue with the black screen crash (though there is no error in the console) could be related to #3839, but this would need further investigation.

@Toad06 Toad06 added A-avm1 Area: AVM1 (ActionScript 1 & 2) unimplemented Issues for functionality that hasn't been implemented yet labels Feb 23, 2022
@n0samu
Copy link
Member

n0samu commented Jan 18, 2023

Can confirm that the background issue is now fixed, but the black screen issue is not.

@Lord-McSweeney Lord-McSweeney removed the unimplemented Issues for functionality that hasn't been implemented yet label Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-avm1 Area: AVM1 (ActionScript 1 & 2) bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants