ruffle-rs / ruffle

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

half life 2 flash #4631

Open klaxons1 opened 3 years ago

klaxons1 commented 3 years ago

on demo its worked,but font is screwed. On nightly its crashes. win x64 HLcity17.zip

ousia commented 2 years ago

@davie504,

it seems to work with latest version at https://ruffle.rs/demo/.

I think the issue with the font is the following one:

missing-font

Ruffle isn’t displaying the glyphs and Flash does display it.

ok-font

The SWF file has some embedded fonts, but the missing characters aren’t displayed by Ruffle because the SWF file doesn’t contain the embedded font with the required glyphs (explained in #1862).

I hope it helps.