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

Main dialog sometimes not shown on Windows #2966

Closed
bllngr opened this issue Mar 4, 2021 · 6 comments
Closed

Main dialog sometimes not shown on Windows #2966

bllngr opened this issue Mar 4, 2021 · 6 comments
Labels
bug confirmed bug approved by the team feature: ☁️ GUI System tray icon and menu.

Comments

@bllngr
Copy link

bllngr commented Mar 4, 2021

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Expected behaviour

Clicking the tray icon or selecting "Open main dialog" always shows the main dialog in the respective corner, without exception.

Actual behaviour

On one of my Windows 10 machines, the icon in the Windows task bar appears, but the main dialog is not shown. No matter what I do, I cannot get the main overlay to be shown.

Removing the geometry setting from nextcloud.cfg doesn't help either.

Steps to reproduce

Unfortunately, I have no idea how to reproduce it :(

Client configuration

Client version: 3.1.3

Operating system: Windows 10

OS language: en-US

Installation path of client:

Logs

  1. Client logfile:
    https://gist.github.com/bllngr/a2418bc370daeea82d313884f75b3ae6

  2. Web server error log:
    Not applicable

  3. Server logfile: nextcloud log (data/nextcloud.log):
    Not applicable

@FlexW FlexW added bug feature: ☁️ GUI System tray icon and menu. labels Mar 4, 2021
@github-actions
Copy link

github-actions bot commented Apr 2, 2021

This bug report did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details, otherwise the issue will be automatically closed in 2 weeks. Thank you!

@github-actions github-actions bot added the stale label Apr 2, 2021
@bllngr
Copy link
Author

bllngr commented Apr 6, 2021

Well, there hasn't been any release, and the issue continues to persist. @FlexW, is there anything I need to do to not let the issue go stale? Do you need more information? Should I try to find out if older versions work correctly? I'd appreciate some reaction other than a bot telling me my issue is not interesting.

@giantkin
Copy link

giantkin commented Apr 6, 2021

Ive been watching. I have 2 main pc's , ones working perfectly. the other, the nextcloud client wont start up at all. I dont know if its similiar to this or not. (i dl'ed the latest and tried that to no avail as well.)

@FlexW
Copy link

FlexW commented Apr 6, 2021

@giantkin If it won't start, than it's likely a different issue.

@bllngr I've added the approved label, then the bot will not close it but without steps to reproduce the issue, it will be difficult to fix it.

@FlexW FlexW added confirmed bug approved by the team and removed stale labels Apr 6, 2021
@giantkin
Copy link

giantkin commented Apr 6, 2021

@giantkin If it won't start, than it's likely a different issue.

Unfortunately i know its something else. Probably win10 update. (i have 2 things blocked via update now, printer is another!)

@bllngr
Copy link
Author

bllngr commented Jul 9, 2021

I debugged the issue and it turns out that the dialog is in fact shown, but for some reason the QML was not rendered. Paired with the fact that Window.qml disables window decorations, this resulted in a completely transparent window with no window borders.

However, since it works as expected with QT_OPENGL=angle, I suspect a graphics driver issue.

For the records, this is with a Radeon R9 380 (VEN_1002, DEV_6938) with the latest supported Radeon driver (21.5.2) on Windows 10.

At work, we switched to ANGLE by default on Windows because it's much less problematic than OpenGL. I suggest you think about that as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug confirmed bug approved by the team feature: ☁️ GUI System tray icon and menu.
Projects
None yet
Development

No branches or pull requests

3 participants