mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Komorebi looses track of windows with error: The system could not find the environment option that was entered. (os error 203) #473
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 @tardyp on GitHub (Sep 27, 2024).
Describe the bug
I recently upgraded my wsl setup. Since that. komorebi started loosing track of certain window.
There is always the error message:
If I restart komorebi, the error disapear (so I don't think this is related to actual metadata of the window)
Then it reappears randomly after about 2 hours of normal work.
Operating System
komorebic checkOutputno error in komorebi check
Additional context
I updated komorebi last week, well before the problem started happening.
@tardyp commented on GitHub (Sep 27, 2024):
Related issue might be this bug:
I indeed have zscaler installed on that PC, that may be messing up with my proxy settings, and WSL might be indeed wanting to magically forward the proxy configuration.
https://github.com/microsoft/WSL/issues/11523
But I am not sure how this could impact komorebi.
So a repro might be:
launch a wsl terminal
change the system proxy settings
start a new wsl terminal.
I cannot change manually my proxy settings on my corporate laptop, so I cannot really test this repro.
@tardyp commented on GitHub (Sep 30, 2024):
after recompiling with debug_assertion config I get a stack trace
@tardyp commented on GitHub (Oct 14, 2024):
FWIW, I found out that the actual problem is related to
alacritty + WSL + Zscaler corporate proxy
If I remove either of them from the equation, I can't reproduce the issue.
If I launch the three of them at the same time, then I got those strange errors (but it does not affect only alacritty windows, it messes up everything randomly)
I ended up stopping using alacritty, as windows terminal is not that bad nowadays.