-
Notifications
You must be signed in to change notification settings - Fork 557
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] No GUI/window appearing #193
Comments
For unrelated reasons I did a fresh install of Windows and re-installed the Vulkan SDK and it's working now. |
Without logs or anything else to go on or proof that it wasn't something I did, I guess this issue is kind of useless, I'll just close it. |
This issue has occurred again and it persists after installing 1.15.0 and 1.14.0 |
check out #542 (might be a problem with config - especially window position) |
Thanks! Yep, 'x' in 'window-position' in 'config.json' was set to around 4000 (I have a 1080p monitor). Setting it between -1920 and 1920 made it visible on again. I occasionally use a dual monitor setup and GPU-side super resolution, so I can see myself moving the application window to some x=4000, closing it and it saving that and trying to put it there again when I'm using a single screen or without super resolution |
@th-ch could maybe add some check that x,y is inside the primary display ? Lines 125 to 128 in ec4c2e9
|
I'm not sure exactly when it happened but no window is displayed anymore.
Now, when I launch, the application shows in the taskbar and a standard window in the windows task switcher (the alt+tab one) with all the GUI as it should, but clicking on either of these doesn't bring up the window, although other windows do lose focus as they should. I can still control audio with the media keys and I can see what's playing through the task switcher or if I hover over it's icon on the taskbar.
I only have one Windows "desktop" active, and it doesnt seem related to the fact that I'm using dual monitors. Its worked fine on my system for months, and it wasn't caused by the latest update, since it was working at one point with this version.
It happened around the time that I installed the Vulkan SDK (latest version, haven't installed any Vulkan SDK before) on my system, but I'm not sure exactly of when it happened so it may be unrelated, I also updated and installed some Visual Studio components but apart from that I can't think of what the cause could be. Renaming the vulkan SDK folder then re-launching or using the portable version doesnt change anything.
I've tested on the latest version 1.11.0 (installer and portable)
The text was updated successfully, but these errors were encountered: