mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Komorebi crashed when switched to workspace 1 #407
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 @liketoeatcheese on GitHub (Jun 13, 2024).
Describe the bug
It has been working fine, and not sure what happened because I didn't update any new version or touch the config since a month
To Reproduce
Steps to reproduce the behavior:
komorebic --ahkExpected behavior
It shouldn't crash
Screenshots and Videos
Video walking through the crash:
https://drive.google.com/file/d/1ek0pV9rTK08M-rvPnh3lxFVil9X0Frq0/view?usp=sharing
Operating System
Provide the output of
systeminfo | grep "^OS Name\|^OS Version"komorebic checkOutput~/komorebic.ahk
Additional context
Nothing is running with AHK, and attached is the log
komorebi_crashed_log.log
@LGUG2Z commented on GitHub (Jun 13, 2024):
From looking at the errors on the logs I have a feeling the fix for this may already be on master and planned for the next release; can you try running a build from the latest GitHub actions job?
@liketoeatcheese commented on GitHub (Jun 14, 2024):
The github action pushed to master so I assume it's master branch you're referring to? So I did a
git clone https://github.com/LGUG2Z/komorebi.git. But same error@CtByte commented on GitHub (Jun 14, 2024):
I think you could also download the created artifact and use the
.msifile to install, or copy the.exefiles to yourc:\Program Files\komorebi\bin\folder@liketoeatcheese commented on GitHub (Jun 20, 2024):
Ok, an interesting thing I found. This only happens when I start up komorebi while connecting to ultrawide monitor with mirroring (Not extending monitors). But if I start up first, on the laptop, then plug it in, it's not a problem. Seems like a very edge case to me to be maintaining it.
Should I be closing this ticket?