Skip to content
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

Changing Ruffle's graphics backend detaches game window from main window #619

Open
despoa opened this issue Sep 25, 2024 · 2 comments
Open

Comments

@despoa
Copy link

despoa commented Sep 25, 2024

When using OpenGL in Ruffle (-g gl), the internal game window stays attached and can't be moved. However, when using Vulkan (-g vulkan), the internal game window detaches and can be moved around. This is a problem as before in 1.4.5, many Ruffle movies synced on both graphics backends. This is not the case anymore with 1.4.6 due to the detaching window.

Possibly related to #618 ?

vgl
vulkan

@clementgallet
Copy link
Owner

I couldn't reproduce the game window detaching for Vulkan with the flash games and ruffle version that I have.

However, you are saying that movies were syncing and are not anymore. Can I have an exemple of this? Game window detaching is not supposed to alter syncing in any way.

@despoa
Copy link
Author

despoa commented Sep 27, 2024

I was using the 09-06-2024 version of Ruffle with this Japanese escape room game called 6つの星の部屋からの脱出. And I was talking before in previous versions of Ruffle that worked with 1.4.5 and before where most most movies synced on both vulkan and opengl. I was thinking that would be the case here but it doesn't look like it.

And also, if I start the game in the vulkan backend without having Pause clicked beforehand, the window will show a blank white screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants