bkaankose / Wino-Mail

Built-in Mail & Calendars app clone for Windows.
https://www.winomail.app/
GNU General Public License v3.0
765 stars 35 forks source link

[Bug] Constant "loading" (Windows pointer hourglass) after background auto-launch on Windows startup #402

Open ntpeters opened 1 month ago

ntpeters commented 1 month ago

Describe the bug On Windows startup the app launches in the background minimized to the system tray as expected, but once it does so Windows starts acting like something is constantly being loaded, showing the hourglass flickering next to the mouse pointer. I've tried letting it sit for several minutes like this, but it just continues.

This seems to only occur when Wino is auto launched in the background by the startup setting:

Expected behavior No constant "loading" from Wino when auto launched at startup.

Additional context I've tried uninstalling/reinstalling, and deleting and re-adding my mail accounts. I only have two accounts added currently: one Outlook, and one IMAP

bkaankose commented 1 month ago

Similar issue has been reported by one of the Discord users in the past. He/she was using one of those desktop enhancement software. I don't remember the exact one.

Still though, there might be something wrong with single app model of the Wino server code.

https://github.com/bkaankose/Wino-Mail/blob/a8b19e73fe32dc67d75ff67c1e9743eb30874f4b/Wino.Server/App.xaml.cs#L156C15-L156C55

I personally never experienced this behavior though.

ntpeters commented 1 month ago

The only two apps I have like that are TranslucentTB and ElevenClock. I just tried disabling those from startup and rebooting, and unfortunately I'm still able to repro the issue ☹️

Tiktack commented 1 month ago

I never faced such issue as well. I guess it's something related to TranslucentTB

ntpeters commented 1 month ago

I've tried disabling a few other random things from startup as well, but still can't seem to pinpoint what other app could be interacting with Wino Mail to cause this. I've kept both TranslucentTB and ElevenClock disabled and it's continued to repro.

I'll keep trying some different things and see if I can come up with anything.