-
-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
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
Error Dispatching EventObject on: https://gamemaker3d.com/editor/index_flash.html #11789
Comments
Hi, it looks like you included the needed SWZ files on your site, and Ruffle is correctly falling back to those, so there is no problem there. As for the AVM2 error you mentioned, it's most likely caused by a problem that happened earlier. For example, a variable that is supposed to have a value may not have been properly initialized by Ruffle. There are also a lot of warnings like this:
I also see some mentions of classes like:
I wonder if that means your app embeds its own mini ActionScript VM / parser. If so, that's scary advanced! Overall this looks like exactly the kind of super-complex application that will take longest for Ruffle to be able to support. |
This issue is because |
This spits out a bunch of errors now, and many visual elements are missing, but it now manages to finish loading. |
This has progressed, but now panics:
This is probably unrelated to the optimizer since it still happens with |
Now it is not causing a panic, which is a good progress! However, I’ve encountered another problem when submitting a request to the AMF PHP server. Could you please look into this issue? Thank you! https://www.gamemaker3d.com/editor/index_flash.html |
This is currently blocked on several things:
|
Describe the bug
I'm experiencing an issue with the following link:
https://www.gamemaker3d.com/editor/index_flash.html
When I access it, I receive the following error message:
ERROR core/src/avm2/events.rs:419 Error dispatching event EventObject(EventObject { type: "complete", class: flash.events::Event, ptr: 0x3c405dc }) to handler FunctionObject(FunctionObject { ptr: 0x55236c }) : RustError("Cannot set prototype of class to null or undefined")
Additionally, there are multiple errors related to accessing SWZ files from Adobe.
These errors are occurring due to CORS restrictions:
I kindly request your assistance in resolving these issues.
Thank you in advance.
Expected behavior
I expected the link to load without any errors and for the event dispatching of the EventObject to be handled successfully without any issues.
Affected platform
Desktop app
Operating system
Windows 10
Browser
Google chrome 114
Additional information
No response
The text was updated successfully, but these errors were encountered: