Nathan Adams

Results 94 comments of Nathan Adams

Hm, I suspect there may be a hidden symbol at work. What OS are you using when you edit files, what editor, and can you please upload (not paste/etc) the...

The line endings on that file are very messed up. I'd suggest editing it in notepad++ using unix-style endings and uploading in binary mode, or editing directly on your server.

With the combination of #16326, #16284 and #16282, this seems to work (though actual styling isn't implemented yet): ![image](https://github.com/ruffle-rs/ruffle/assets/317625/7ed4f1eb-6fbf-489d-8277-490a804e4d65)

``` ruffle_core::avm2::events: Error dispatching event EventObject(EventObject { type: "enterFrame", class: flash.events::Event, ptr: 0x22fe957fd70 }) to handler FunctionObject(FunctionObject { ptr: 0x22ff75a4430, name: Ok("net.flashpunk::Engine/onEnterFrame()") }) : TypeError: Error #1104: Attribute was already...

The names roughly correspond to the E4X specification. e11_5_1 states: > E4X extends the abstract equality comparison algorithm defined by ECMAScript to enable equality comparisons involving QName and Namespace objects...

Can you attach or link to the swf please?

Test for this: [function_base_clip_readded.zip](https://github.com/ruffle-rs/ruffle/files/15370676/function_base_clip_readded.zip)

Sorry, maybe reviewed too quickly. I notice that some places have the potential to return early with `?` before getting to this line. Is that going to be an issue?...

Likely fixed by https://github.com/ruffle-rs/ruffle/pull/16505 but I haven't tested this specific library

Thank you for making that; can you please share it so that I can investigate? Thankyou!