ruffle-rs / ruffle

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

Bloom Defender: Broken FLV, title screen softlock #10149

Open waspennator opened 1 year ago

waspennator commented 1 year ago

Describe the bug

https://www.newgrounds.com/portal/view/583769?emulate=flash Preloader seems to load up save for a flashing flv icon on the top left that shouldn't be there, then after the game intros, the game stops before it gets to the title screen.

www.newgrounds.com-1679026182223.log

Ruffle Bloom Defender 1 Ruffle Bloom Defender 2

Expected behavior

The FLV should be playing normally and it should transition to the title screen. Flash Bloom Defender 1

Affected platform

Browser's extension

Operating system

Windows 11

Browser

Edge 110

Additional information

No response

n0samu commented 1 year ago

Looks related to #10705 and to playerglobal versioning (there's the familiar isPlaying error)

olux997 commented 1 year ago

It turned out to be a problem with FLV Problem

Lord-McSweeney commented 1 year ago

There's not even an FLV here, this is stuck on playerglobal versioning.

Lord-McSweeney commented 8 months ago

Unfortunately not fixed by #12967, though the VerifyErrors no longer appear (instead there are now Rejecting namespace match due to versions: Namespace("", SWF_13) Namespace("", FP_10_1) logs)