Nathan Adams

Results 52 comments of Nathan Adams

Hey, thank you for this! Is there any chance you can add a test, or would you like help with that?

> How much longer before Ruffle is ready? Ready for what, exactly? We're already compatible with more content than not.

https://github.com/ruffle-rs/ruffle-android/assets/317625/94029051-5bc2-4347-8129-af17171ede92

(For what it's worth, I highly recommend using nextest rather than test for local development!)

With LocalConnection (WIP local branch), this progresses but still doesn't get past a blue screen. I can see that it's trying to show a login screen, but it just isn't...

With #16834 newcp.net works (assuming that someone sets up the WS proxy). Please open individual issues for any further bugs you find (or other sites if they have issues too,...

For developers who want to test in Desktop, you need to extract the `gaia55_sid` cookie from the browser and then apply it like so: ```patch diff --git a/desktop/src/backends/navigator.rs b/desktop/src/backends/navigator.rs index...

![image](https://github.com/ruffle-rs/ruffle/assets/317625/83ba6aa6-c506-4bb1-9c27-6e7fd99be4b9) If we force `parentAllowsChild` and `childAllowsParent` to make it take the "bridge" branch then this does progress - I'm not sure if that's just patching over the issue, or...

Seems to be down to a Minecraft bug. My test case: Place a glass block in front of a sign which controls a portal. Click the glass block and onBlockDestroy...