ruffle-rs / ruffle

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

Deadly Road Trip does not load #14171

Open n0samu opened 11 months ago

n0samu commented 11 months ago

Describe the bug

Deadly Road Trip does not load; it gets stuck on "preparing graphics": image

The error is:

ERROR ruffle_core::timer: Unhandled AVM2 error in timer callback: ArgumentError: Error #2015: Invalid BitmapData.
        at flash.display::BitmapData/flash::display::BitmapData::init()
        at flash.display::BitmapData()
        at _-LS::_-43/_-7e()
        at _-LS::_-43/_-1Y()
        at _-LS::_-0/_-BB()
        at _-LS::_-0/_-JF()

Expected behavior

The game should load.

Content Location

Page URL: https://www.kongregate.com/games/nonamelab/deadly-road-trip SWF URL: https://chat.kongregate.com/gamez/0019/3930/live/deadlyroadtrip.swf

Affected platform

Self-hosted version

Operating system

Windows 10

Browser

Firefox 120

Additional information

Also happens on desktop.

n0samu commented 11 months ago

Looks like the same issue as https://github.com/ruffle-rs/ruffle/issues/11654#issuecomment-1599974628