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
This SWF uses DoSWF encryption/obfuscation. It is an LZMA-compressed SWF (ZWS) and it seems like DoSWF messes with the LZMA headers in a way that Flash Player is fine with but Ruffle is not. When decompressing the SWF, 7-Zip reports a "data error" but succeeds anyway. If I load the decompressed SWF in Ruffle, this error occurs:
ERROR run_frame:run_all_phases_avm2: ruffle_core::display_object::movie_clip: Got "ReferenceError: Error #1069: Property Bytes not found on flash.display.Loader and there is no default value.
at ˂/bytesLen()
at ˂/init()
at ˂()" when constructing AVM2 side of movie clip of type ˂
Like a lot of issues, this is caused by a bug in a String function which causes an operation to return "Bytes" instead of "loadBytes", which causes the failing property access.
https://www.newgrounds.com/portal/view/653687?emulate=flash
ruffle-object.js:81 Asynchronous error occurred: Could not fetch movie https://uploads.ungrounded.net/653000/653687_cubestern-bigdino-distrib.swf?1424439603
a.wbg.__wbg_error_e325755affc8634b @ ruffle-object.js:81
The text was updated successfully, but these errors were encountered: