mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: komorebi won't run with the error os error 10050
#324
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 @Posiplusive on GitHub (Apr 4, 2024).
Describe the bug
When trying to run komorebi for the first time, it won't run and it gives me an error which says "A socket operation encountered a dead network. (os error 10050)"
To Reproduce
Steps to reproduce the behavior:
komorebiExpected behavior
The program crashes with the error
0: A socket operation encountered a dead network. (os error 10050)Operating System
komorebic checkOutput@LGUG2Z commented on GitHub (Apr 4, 2024):
You need to run the "komorebic quickstart" command before launching komorebi to create the required system directories.
@Posiplusive commented on GitHub (Apr 5, 2024):
Oh hey, that worked. Thanks.