-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Bug on trying to change display settings to windowed fullscreen #5228
Comments
I can reproduce this. The game window appears to be rendering underneath the taskbar, rather than on-top of it. It might be worth investigating if this is related to LWJGL/GLFW: Terasology/engine/src/main/java/org/terasology/engine/core/subsystem/lwjgl/LwjglDisplayDevice.java Lines 89 to 100 in 1b48033
|
@BenjaminAmos reproduce with development version as well? in any case it would be really cool to release a new version, now new java version is stable. there is an ancient stackoverflow entry which looks kind of related: |
hi i reproduced it and i found out that when you go from full screen to windowed full screen the task bar is hidden but when i go from windowed to windowed full screen the task bar will appear |
i have a video proof of it 0407.1.mp4 |
yes it was because of this code in engine/src/main/java/org/terasology/engine/core/subsystem/lwjgl/LwjglDisplayDevice.java |
General Info
Terasology Launcher Version: 4.8.0
Terasology Version: 5.3.0
Operating System: Windows 10 x64
Onboard / Dedicated Graphics: Nvidia gtx 1650ti
Java Version: Version 8 361
What you were trying to do
I was attempting to change the display settings to windowed fullscreen to be able to easily switch windows etc..
What actually happened
The screen was still showing the taskbar
How to reproduce
Log details
No crash
Screenshots
here's a link to a video recording showing the process
https://drive.google.com/file/d/1-eZ1HBAPBV6kSBvPoEG-LBjZGtJhWacp/view?usp=sharing
The text was updated successfully, but these errors were encountered: