ruffle-rs / ruffle

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

Road of the Dead 2: Diane Softlock #17017

Open waspennator opened 1 month ago

waspennator commented 1 month ago

Describe the bug

Game Softlocks on ruffle if you try to pick Diane ingame, does not happen if you pick Cochetta, last worked on build 2023-02-11, sorta, the voice clip didn't play but it still progressed.

Expected behavior

Picking Diane should not softlock the game and she should play a voice clip

Content Location

https://www.newgrounds.com/portal/view/624102?emulate=flash

Affected platform

Browser's extension

Operating system

Android 13

Browser

Chrome 124

Additional information

No response

sleepycatcoding commented 1 month ago

Does not soft lock with #14203, but the sound still does not play. From looking at how the SampleDataEvent is used, this needs flash.media.Sound.extract() (Relevant class DTSound).