ruffle-rs / ruffle

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

Path Barrel: Missing title screen banners #9596

Open WyvernB opened 1 year ago

WyvernB commented 1 year ago

Describe the bug

Tested on Ruffle Nightly 2023-02-16 Path Barrel SWF used: Path BarrelnewMTg2Ng==.zip

This is what the game looks like in the Ruffle Demo. Path Barrel - Demo

Expected behavior

This is what the game looks like when I launch it using Flashpoint. Path Barrel - Flashpoint

Affected platform

Online demo

Operating system

Windows 10

Browser

Chrome 110

Additional information

No response

n0samu commented 1 year ago

This is caused by two drawing functions being unimplemented, as shown in the console: WARN run_frame:run_all_phases_avm2: ruffle_core::stub: Encountered stub: AVM2 flash.display.Graphics.beginBitmapFill() ERROR run_frame:run_all_phases_avm2: ruffle_core::avm2::activation: ReferenceError: Error #1069: Property drawTriangles not found on flash.display.Graphics and there is no default value.