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
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 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
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
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<unknown>
at <unknown source file>:<unknown line>
2: git_odb_object_data<unknown>
at <unknown source file>:<unknown line>
3: git_odb_object_data<unknown>
at <unknown source file>:<unknown line>
4: git_filter_source_repo<unknown>
at <unknown source file>:<unknown line>
5: git_odb_object_data<unknown>
at <unknown source file>:<unknown line>
6: git_filter_source_repo<unknown>
at <unknown source file>:<unknown line>
7: git_filter_source_repo<unknown>
at <unknown source file>:<unknown line>
8: git_filter_source_repo<unknown>
at <unknown source file>:<unknown line>
9: git_filter_source_repo<unknown>
at <unknown source file>:<unknown line>
10: git_filter_source_repo<unknown>
at <unknown source file>:<unknown line>
11: git_odb_object_data<unknown>
at <unknown source file>:<unknown line>
12: git_filter_source_repo<unknown>
at <unknown source file>:<unknown line>
13: git_credential_userpass_plaintext_new<unknown>
at <unknown source file>:<unknown line>
14: BaseThreadInitThunk<unknown>
at <unknown source file>:<unknown line>
15: RtlUserThreadStart<unknown>
at <unknown source file>:<unknown line>
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
```json
[komorebi.bar.json](https://github.com/user-attachments/files/20520811/komorebi.bar.json)
[komorebi.json](https://github.com/user-attachments/files/20520812/komorebi.json)
```
### 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
adam
added the bug label 2026-01-05 14:52:06 +01:00
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
@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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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