Describe the bug

https://www.newgrounds.com/portal/view/573755?emulate=flash

And the swf itself if it helps make testing any easier. Story-Of-The-Blanks.zip

Tested on NG and desktop, game seems to get stuck on the preloader almost every time on my laptop, sometimes it'll pop up with the play button, sometimes it won't, or I can use the right click play method to get it to go further, but it still gets stuck in the end.

Blanks1

Looking through the logs I see 3 specific errors.

AVM2 error: Object(ErrorObject(ErrorObject(GcCell(Gc { ptr: 0xb8828c }))))

ReferenceError: Error # 1069: Property threshold not found on flash.display.BitmapData and there is no default value.

Error occured when running AVM2 frame script: AvmError(Object(ErrorObject(ErrorObject(GcCell(Gc { ptr: 0xb8828c })))))

Expected behavior

It should look like this and be able to boot up to the title screen

Blanks2

Affected platform

Browser's extension

Operating system

Windows 11

Browser

Edge 108

Additional information

No response

0

This game needs BitmapData.threshold on AVM2. #8822's implementation of BitmapData.threshold on AVM1 could be ported over to AVM2 to fix this issue.

0

Looks like bitmapdata.threshold got merged in for avm1. Maybe it could be looked into for the avm2 side in the future.

0
© 2022 pullanswer.com - All rights reserved.