mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Send-to-monitor sometimes causes panics #31
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 @OxleyS on GitHub (Sep 18, 2021).
Originally assigned to: @LGUG2Z on GitHub.
On release 0.1.4. Not sure how sure-fire this repro is:
komorebic startsend-to-monitorto send the window on monitor 0 to monitor 1This seems to cause a panic. From
komorebic log:Once this panic happens, Komorebi stops responding to
komorebiccommands and has to be killed manually with Task Manager.@LGUG2Z commented on GitHub (Sep 18, 2021):
Thanks for sharing the panic message! Can you try running komorebi from this branch and see if it solves the issue? If you don't have a Rust toolchain set up, you can grab the binaries from the artifacts saved by this GitHub Actions workflow run.
@LGUG2Z commented on GitHub (Sep 18, 2021):
This is also a nice quick way to kill the process from Powershell if you run into panics again ^
@OxleyS commented on GitHub (Sep 19, 2021):
That seems to have done the trick! I played around with it for a while and wasn't able to make the panic happen again.
@LGUG2Z commented on GitHub (Sep 19, 2021):
Great! This fix is now in the
masterbranch and will be included in the next release.