srwi / EverythingToolbar

Everything integration for the Windows taskbar.
Other
9.49k stars 412 forks source link

Closing animations causes malfunction when using vertical taskbar #381

Closed ShiftWatchOut closed 1 year ago

ShiftWatchOut commented 1 year ago

Preflight Checklist

EverythingToolbar Version

1.0.5.0

Windows Version

Windows 10 Professional 22H2 Build 19045.2913

Steps to reproduce

  1. Open Setting for EverythingToolBar.
  2. Check Disable animations.
  3. Try to open EverythingToolBar panel again.

Expected Behavior

EverythingToolBar panel shows itself without animation.

Actual Behavior

The panel dosen't even show itself, no matter how many times I click on the icon, like it goes with a transparent look, or it closes immediately. I need to restart the Explorer process to make it seeable then uncheck Disable animations option.

Screenshots

I launched two instances at the same time. Both of them behave alike. fixed icon task bar

Log output

2023-05-06 12:11:50.1910|INFO|Launcher|EverythingToolbar Launcher 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-05-06 12:12:53.2723|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1|
2023-05-06 12:17:45.6269|INFO|Launcher|EverythingToolbar Launcher 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-05-06 12:17:53.9148|INFO|Launcher|EverythingToolbar Launcher 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-05-06 12:18:22.7246|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1|
2023-05-06 14:57:48.1436|INFO|Launcher|EverythingToolbar Launcher 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-05-06 14:57:55.8871|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1|
2023-05-06 14:58:18.1937|INFO|Launcher|EverythingToolbar Launcher 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-05-06 14:58:20.2701|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1|
2023-05-06 15:08:55.6335|INFO|Launcher|EverythingToolbar Launcher 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-05-06 15:08:57.7025|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1|
2023-05-06 17:16:13.7300|INFO|Launcher|EverythingToolbar Launcher 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-05-06 17:16:16.9506|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1|
2023-05-06 17:41:00.0621|INFO|CSDeskBand.CSDeskBandWpf|EverythingToolbar 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-05-06 17:41:00.3964|ERROR|EverythingToolbar.Helpers.ShortcutManager|Failed to register hotkey.|NHotkey.HotkeyAlreadyRegisteredException: 热键已注册。 (异常来自 HRESULT:0x80070581) ---> System.Runtime.InteropServices.COMException: 热键已注册。 (异常来自 HRESULT:0x80070581)
   --- 内部异常堆栈跟踪的结尾 ---
   在 NHotkey.Hotkey.Register(IntPtr hwnd, String name)
   在 NHotkey.HotkeyManagerBase.AddOrReplace(String name, UInt32 virtualKey, HotkeyFlags flags, EventHandler`1 handler)
   在 EverythingToolbar.Helpers.ShortcutManager.AddOrReplace(String name, Key key, ModifierKeys modifiers, EventHandler`1 handler) 位置 C:\Users\Stephan\Entwicklung\EverythingToolbar\EverythingToolbar\Helpers\ShortcutManager.cs:行号 69
2023-05-06 17:41:12.4899|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1|
2023-05-06 17:47:51.7348|INFO|CSDeskBand.CSDeskBandWpf|EverythingToolbar 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-05-06 17:48:13.0409|INFO|CSDeskBand.CSDeskBandWpf|EverythingToolbar 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-05-06 17:48:14.5871|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1|
2023-05-06 17:55:05.9078|INFO|CSDeskBand.CSDeskBandWpf|EverythingToolbar 1.0.5.0 started. OS: Microsoft Windows NT 10.0.19045.0|
2023-05-06 17:55:12.6438|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1|

Additional Information

No response

ShiftWatchOut commented 1 year ago

The second screenshot gif had a low frame rate and it failed to capture the frame that the panel popped up.

srwi commented 1 year ago

Interesting. It only happens when the taskbar is vertical.

srwi commented 1 year ago

A fix will be available in the next release. Thanks for reporting the issue!