You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The game is loading all the files, but stops after full load with error:
Bad Boys 1: ERROR core/src/avm2/events.rs:433 Error dispatching event EventObject(EventObject { type: "all_content_has_been_loaded", class: com.novaideas.controls.preloader::PreloaderEvent, ptr: 0x701b478 }) to handler FunctionObject(FunctionObject { ptr: 0x144b430, name: Ok("com.mvi.client.model::ClientProxy/onAllFilesLoaded()") }) : TypeError: Error #1010: A term is undefined and has no properties. (accessing field: w)
Bad Boys 2: ERROR core/src/avm2/events.rs:433 Error dispatching event EventObject(EventObject { type: "all_content_has_been_loaded", class: com.novaideas.controls.preloader::PreloaderEvent, ptr: 0x7575788 }) to handler FunctionObject(FunctionObject { ptr: 0x1459e00, name: Ok("com.mvi.client.model::ClientProxy/onAllFilesLoaded()") }) : TypeError: Error #1010: A term is undefined and has no properties. (accessing field: w)
I've tried with other Ruffle versions, but there is the same error.
Describe the bug
The game is loading all the files, but stops after full load with error:
Bad Boys 1:
ERROR core/src/avm2/events.rs:433 Error dispatching event EventObject(EventObject { type: "all_content_has_been_loaded", class: com.novaideas.controls.preloader::PreloaderEvent, ptr: 0x701b478 }) to handler FunctionObject(FunctionObject { ptr: 0x144b430, name: Ok("com.mvi.client.model::ClientProxy/onAllFilesLoaded()") }) : TypeError: Error #1010: A term is undefined and has no properties. (accessing field: w)
Bad Boys 2:
ERROR core/src/avm2/events.rs:433 Error dispatching event EventObject(EventObject { type: "all_content_has_been_loaded", class: com.novaideas.controls.preloader::PreloaderEvent, ptr: 0x7575788 }) to handler FunctionObject(FunctionObject { ptr: 0x1459e00, name: Ok("com.mvi.client.model::ClientProxy/onAllFilesLoaded()") }) : TypeError: Error #1010: A term is undefined and has no properties. (accessing field: w)
I've tried with other Ruffle versions, but there is the same error.
Expected behavior
To run the game.
Content Location
Bad Boys 1
Bad Boys 2
Affected platform
Self-hosted version
Operating system
Windows 11
Browser
Google Chrome Version 120.0.6099.200 (Official Build) (64-bit)
Additional information
No response
The text was updated successfully, but these errors were encountered: