ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.65k stars 811 forks source link

Sandbox Hero no longer works #14596

Closed n0samu closed 9 months ago

n0samu commented 10 months ago

Describe the bug

Sandbox Hero stopped working in Ruffle nightly 2023-11-13. Before then the main menu loaded fine, but now it shows only a black screen after clicking the Play button. And it seems to go into an infinite loop and uses more and more memory over time.

The game is sitelocked and needs to be run with --spoof-url "http://chat.kongregate.com" if run locally.

Expected behavior

The game should load.

Content Location

Page URL: https://www.kongregate.com/games/kongregate/sandbox-hero SWF URL: https://chat.kongregate.com/gamez/0019/2277/live/SandboxHero.swf

Affected platform

Desktop app

Operating system

Windows 10

Browser

No response

Additional information

Same problem as #14593. Another regression caused by #13966.

n0samu commented 9 months ago

Fixed by #14801