mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: komorebic doesnt launch after komorebic start #633
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 @the-biggest-birfd on GitHub (May 30, 2025).
Summary
when i run komorebic start it fails to start
this happens
PS C:\Users\admin> komorebic start --bar
Start-Process 'komorebi.exe' -WindowStyle hidden
Waiting for komorebi.exe to start...komorebi.exe did not start... Trying again
Start-Process 'komorebi.exe' -WindowStyle hidden
Waiting for komorebi.exe to start...komorebi.exe did not start... Trying again
Start-Process 'komorebi.exe' -WindowStyle hidden
Waiting for komorebi.exe to start...komorebi.exe did not start... Trying again
Running komorebi.exe directly for detailed error output
Error:
0: trailing characters at line 56 column 1
Location:
/rustc/17067e9ac6d7ecb70e50f92c1944e545188d2359\library\core\src\ops\function.rs:250
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1: git_odb_object_data
at :
2: git_odb_object_data
at :
3: git_odb_object_data
at :
4: git_filter_source_repo
at :
5: git_odb_object_data
at :
6: git_filter_source_repo
at :
7: git_filter_source_repo
at :
8: git_filter_source_repo
at :
9: git_filter_source_repo
at :
10: git_filter_source_repo
at :
11: git_odb_object_data
at :
12: git_filter_source_repo
at :
13: git_credential_userpass_plaintext_new
at :
14: BaseThreadInitThunk
at :
15: RtlUserThreadStart
at :
Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
Run with RUST_BACKTRACE=full to include source snippets.
Version Information
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.26100 N/A Build 26100
komorebic 0.1.37
tag:v0.1.37
commit_hash:00384ce3
build_time:2025-05-17 19:16:53 +00:00
build_env:rustc 1.87.0 (17067e9ac 2025-05-09),stable-x86_64-pc-windows-msvc
Komorebi Configuration
Hotkey Configuration
havent modified
Output of komorebic check
PS C:\Users\admin> komorebic check
No KOMOREBI_CONFIG_HOME detected, defaulting to C:\Users\admin
Looking for configuration files in C:\Users\admin
komorebi::configuration
× trailing characters
╭─[komorebi.json:55:1]
54 │ }
55 │
· ┬
· ╰── This bit here
56 │ {
57 │ "animation": {
╰────
help: try fixing this syntax error
Found komorebi.json; this file can be passed to the start command with the --config flag
Error: trailing characters at line 56 column 1
Location:
komorebic\src\main.rs:1709:25
@LGUG2Z commented on GitHub (May 30, 2025):
This is not a bug, but user error in the form of a malformed configuration file - closing this issue but please drop by the community Discord and open a support thread; someone will be able to help you in understanding how to edit and validate the configuration file