ruffle-rs / ruffle

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

Bart Simpson Island Escape #11632

Open CreaZyp154 opened 1 year ago

CreaZyp154 commented 1 year ago

Describe the bug

Clicking and dropping the chocolate on the tree doesn't make the boar go and eat it, which should happen. This make the game impossible to complete.

To reproduce:

Here's the file: Bart%20Simpson%20Island%20Escape.zip

Expected behavior

The boar should go get the chocolate bar, allowing Bart to fall safely from the tree and continuing the game.

Affected platform

Desktop app

Operating system

Windows 10

Browser

No response

Additional information

Tested after this comment. Most of the other issues listed are fixed.

There's no errors or warning showing on the console, only INFO trace but here it is anyways: trace.log

Toad06 commented 1 year ago

Ruffle traces this warning when the boar is supposed to move:

¡¡WARNING!!! El punto no es caminable según el arreglo de terreno aka The point is not walkable according to the terrain arrangement

I'll try to investigate more, but obfuscation makes things difficult.

This issue also affects #10578 (likely the same developer).