We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Game - https://www.gameflare.com/online-game/bad-piggies/ SWF - https://data.gameflare.com/games/3371/IpvdsF8mGgh7u4.swf
error:
ERROR ruffle_core::avm2::activation: AVM2 error: Object(ErrorObject(ErrorObject { class: ReferenceError, ptr: 0x2811dd76080 })) ERROR ruffle_core::avm2::activation: ReferenceError: Error #1069: Property Bytes not found on flash.display.Loader and there is no default value. ERROR ruffle_core::avm2::events: Error dispatching event EventObject(EventObject { type: "addedToStage", class: flash.events::Event, ptr: 0x2811db5f200 }) to handler FunctionObject(FunctionObject { ptr: 0x2811d7967f0 }) : AvmError(Object(ErrorObject(ErrorObject { class: ReferenceError, ptr: 0x2811dd76080 })))
progress the game
Desktop app
Windows 10
No response
The text was updated successfully, but these errors were encountered:
This is because of an bad implementation of a String function that causes an operation to return "Bytes" instead of "loadBytes".
Sorry, something went wrong.
With these PRs, game looks fully playable...great job 🥳
Still one minor issue- the "resume" button which can be accessed from the pause menu is in the wrong location, but that's a relatively small issue.
No branches or pull requests
Describe the bug
Game - https://www.gameflare.com/online-game/bad-piggies/
SWF - https://data.gameflare.com/games/3371/IpvdsF8mGgh7u4.swf
error:
Expected behavior
progress the game
Affected platform
Desktop app
Operating system
Windows 10
Browser
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: