ruffle-rs / ruffle

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

[AIR] nativeWindow not Implemented #14984

Open Fancy2209 opened 7 months ago

Fancy2209 commented 7 months ago

Describe the bug

The demo for The Fancy Pants Adventures: Classic Pack Demo does not boot due to nativeWindow not beeing implemented ERROR ruffle_core::display_object::movie_clip: Got "ReferenceError: Error #1069: Property nativeWindow not found on flash.display.Stage and there is no default value." when constructing AVM2 side of movie clip of type SuperLoaderMain

Expected behavior

The Game would boot

Content Location

https://store.steampowered.com/app/1668460/The_Fancy_Pants_Adventures_Classic_Pack/ steam://install/2168130

Affected platform

Desktop app

Operating system

Windows 11

Browser

No response

Additional information

No response

Fancy2209 commented 7 months ago

Was testing this game as it uses a lot of things (LocalConnection, AIR, Stage3D, ATF, Mixed AVM) and can be a good stress test for ruffle