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

CrossOver does not show above games in fullscreen mode #1

Closed
lacymorrow opened this issue Oct 7, 2019 · 12 comments
Closed

CrossOver does not show above games in fullscreen mode #1

lacymorrow opened this issue Oct 7, 2019 · 12 comments
Labels
Blocked by Electron bug Something isn't working

Comments

@lacymorrow
Copy link
Owner

Windows attempts to hide overlays on fullscreen mode, requiring windowed fullscreen to work with CrossOver.

@marcmascarell
Copy link
Contributor

This is indeed a big issue for some apps... Give this a look https://github.com/hiitiger/gelectron

@lacymorrow
Copy link
Owner Author

gelectron looks very cool and very similar to what I'm designing, although I'm attempting to make the 'injection' invisible on load and keep this app cross-platform

@lacymorrow lacymorrow added Blocked by Electron bug Something isn't working labels Dec 23, 2020
@lacymorrow lacymorrow added the wontfix This will not be worked on label Jan 26, 2021
@repo-ranger
Copy link

repo-ranger bot commented Jan 26, 2021

⚠️ This has been marked to be closed in 7 days.

@lacymorrow
Copy link
Owner Author

This may actually be near-impossible for Electron apps without some sort of injection method, and then may be detected by anti-cheat systems. Unless someone wants to investigate using native modules to handle this, it will be a wontfix.

Related: #26

@benjaminaudet
Copy link

Hi!
Did you already try this : electron/electron#10078 (comment)

@lacymorrow
Copy link
Owner Author

This is fixed in the latest version 🙂

@lacymorrow lacymorrow removed the wontfix This will not be worked on label Jan 29, 2021
@benjaminaudet
Copy link

I am currently using the 1.0.3 and it's not working with the fullscreen of the game Rust :(

@lacymorrow
Copy link
Owner Author

@benjaminaudet What OS?
Try the latest version as I've made a few updates

@benjaminaudet
Copy link

Windows 10
Still not working with the version 1.0.8 (I built it myself)

@lacymorrow
Copy link
Owner Author

Yep, unfortunately this is a limitation of Electron, GPU-accelerated programs (especially Vulkan), and probably anti-cheat systems. It sucks but until someone can offer me a valid cross-platform method of getting above fullscreen windows, I don't plan to ever support it

(because I am not going to write and support a native extension myself)

@ro31337
Copy link

ro31337 commented Apr 15, 2021

valid cross-platform method

There can't be valid cross-platform method because of specifics of the problem. It's better to start supporting it for one platform with "not implemented" fallback for other platforms.

@lacymorrow lacymorrow changed the title Stay alwaysOnTop even above fullscreen mode CrossOver does not show above games in fullscreen mode Jul 9, 2021
@lacymorrow
Copy link
Owner Author

Fortnite has updated the way they display as well and is no longer showing in windowed-fullscreen mode either :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked by Electron bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants