ruffle-rs / ruffle

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

Dead Metal: Stuck on blank screen #11659

Open n0samu opened 1 year ago

n0samu commented 1 year ago

Describe the bug

Link to SWF: https://www.andkon.com/arcade/shooter/deadmetalupdated/deadmetalupdated.swf

Dead Metal is stuck on a blank screen and does not load. The error is:

ERROR run_frame:run_all_phases_avm2: ruffle_core::display_object::movie_clip: Got "TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at MethodInfo-17()
        at Array/forEach()
        at PlayerProfile()
        at Main()" when constructing AVM2 side of movie clip of type Main

Expected behavior

The game should load.

Affected platform

Desktop app

Operating system

Windows 10

Browser

No response

Additional information

No response

Lord-McSweeney commented 1 year ago

This gets into the game now, but nothing spawns.

n0samu commented 1 year ago

Confirmed. Couldn't find the cause either 😦