mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Norton 360's Data Protector blocked a suspicious action #394
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Fydon on GitHub (May 28, 2024).
Describe the bug
Since updating from v0.1.25 to v0.1.26, I've had Norton 360's Data Protector notify me 8 times that it blocked a suspicious action by komorebic.exe. The target file path always starts with
C:\ProgramData\Microsoft\Windows\WER\:I've tried to look for more details, but haven't managed to find any yet.
To Reproduce
Not sure
Expected behavior
Screenshots and Videos
Operating System
komorebic checkOutputAdditional context
I'm not running AHK scripts or any other software to handle any aspect of window management or manipulation
@LGUG2Z commented on GitHub (May 29, 2024):
https://learn.microsoft.com/en-us/windows/win32/wer/windows-error-reporting
I guess this is something at the OS level or maybe a result of installing with WinGet, because
komorebiandkomorebichave not explicitly opted in to Windows Error Reporting 🤔@Fydon commented on GitHub (May 29, 2024):
Now that I come to think of it, I'd installed 0.1.24 and 0.1.25 with the MSI, but 0.1.26 was probably the first I installed with winget. Therefore maybe it is something to do with that.
@Fydon commented on GitHub (May 29, 2024):
Checking Event Viewer, I see the following for yesterday. It seems to be about a GDI object leak.
@LGUG2Z commented on GitHub (May 29, 2024):
Thanks for grabbing this information! It looks like I was missing a few calls to DeleteObject before - I've added these in which should resolve the GDIObjectLeaks from the border manager at least; I'll need to take a look and see if we need to do something similar for the stackbar manager.
@LGUG2Z commented on GitHub (May 29, 2024):
Found some in the stackbar manager too which I've addressed above ^
This doesn't really address the Norton issue (not sure there is anything we can do for overzealous AV software) - but the info in this issue has definitely helped us improve the correctness of komorebi 🎉
@Fydon commented on GitHub (May 29, 2024):
Thank you for the quick response. I think the next release will resolve it for now. If it happens again I'll know to check event viewer for more information.
@Fydon commented on GitHub (Jun 26, 2024):
Since installing the update, I haven't seen any popups from Norton or logs in Event Viewer about leaks, so I think that this is resolved. Thank you.