nosamu
nosamu
The panic seems to be fixed, but now the game is causing a stack overflow: `thread 'main' has overflowed its stack` It's easier to see the error if you use...
SWF URL is https://www.getgames.io/games/swf/nick/MightyB/mighty-b-pier/preloader.swf It works in Flash Player so it is definitely a Ruffle bug
Full error with stack trace: ``` ERROR core/src/avm2/events.rs:428 Error dispatching event EventObject(EventObject { type: "click", class: flash.events::MouseEvent, ptr: 0xca87668 }) to handler FunctionObject(FunctionObject { ptr: 0xcb8c740, name: Ok("com.corus.speedyMax.screens::Landing/playClick()") }) :...
The music looping issue is fixed. And the textbox issue is *mostly* fixed. The text boxes are sized correctly:  But sometimes, when mousing over an option, the text is...
Exactly the same problem occurs in another version of the game called Five Secret Stones: https://github.com/ruffle-rs/ruffle/files/9865345/five.zip
I feel like this might be related to #1029 somehow, what do you think?
Alright, thanks for checking!
Looks like the game somehow broke again between when I last tested it and when the PR was merged. Hopefully @CUB3D can take a look!
@olux997 mentioned another version of the game with the same problem: https://github.com/ruffle-rs/ruffle/files/12271961/5.zip
Hmm, typo? This actually started with nightly 2023-07-06, probably caused by our filter implementation but exposed by #11813.