ruffle-rs / ruffle

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

"Lab of the Dead" does not show Zombie #14745

Open Benman2785 opened 9 months ago

Benman2785 commented 9 months ago

Describe the bug

  1. run the game
  2. take specimen (here you see the "shadows")
  3. you will be back in study room and see the wall

Lab_of_the_Dead

Expected behavior

normally you should see a zombie now - but you just see the wall and hear it growl Lab_of_the_Dead_2

Content Location

Lab of the Dead

Affected platform

Self-hosted version

Operating system

Win11 latest

Browser

Firefox & Chrome

Additional information

No response

n0samu commented 9 months ago

There are a ton of errors like these:

ERROR run_frame:run_all_phases_avm2: ruffle_core::display_object::movie_clip: Unexpected PlaceObject during goto: PlaceObject { version: 2, action: Modify, depth: 28, matrix: Some(Matrix { a: Fixed16(35276), b: Fixed16(63394), c: Fixed16(-63394), d: Fixed16(35276), tx: Twips(-3313), ty: Twips(-2026) }), color_transform: None, ratio: None, name: None, clip_depth: None, class_name: None, filters: None, background_color: None, blend_mode: None, clip_actions: None, has_image: false, is_bitmap_cached: None, is_visible: None, amf_data: None }
ERROR run_frame:run_all_phases_avm2: ruffle_core::tag_utils: Error running definition tag: PlaceObject3, got Couldn't read SWF: Invalid data: Invalid PlaceObject type

Not sure if this is related.

Benman2785 commented 8 months ago

anyone has a clue here?