Originally created by @quickstar on GitHub (Apr 29, 2023).
Describe the bug
I'm unable to start komorebic due to an utf-8 issue
To Reproduce
Steps to reproduce the behavior:
Just run komorebic start -a
Expected behavior
Application should start
Screenshots and Videos
➜ ~ komorebic start -a
Error: invalid utf-8 sequence of 1 bytes from index 15
Location:
komorebic\src\main.rs:1276:30
Operating System
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.22621 N/A Build 22621
Originally created by @quickstar on GitHub (Apr 29, 2023).
**Describe the bug**
I'm unable to start komorebic due to an utf-8 issue
**To Reproduce**
Steps to reproduce the behavior:
Just run `komorebic start -a`
**Expected behavior**
Application should start
**Screenshots and Videos**
```sh
➜ ~ komorebic start -a
Error: invalid utf-8 sequence of 1 bytes from index 15
Location:
komorebic\src\main.rs:1276:30
````
**Operating System**
```
OS Name: Microsoft Windows 11 Pro
OS Version: 10.0.22621 N/A Build 22621
```
adam
added the bug label 2026-01-05 14:48:58 +01:00
@LGUG2Z commented on GitHub (Apr 29, 2023):
Thanks for posting this report! I can honestly say I've never seen this one before. 😅
I looked around for solutions to similar issues in other repositories and came across this comment, can you try out the steps suggested and then try again? https://github.com/tauri-apps/tauri/issues/5309#issuecomment-1339850492
@LGUG2Z commented on GitHub (Apr 30, 2023):
I would be interested to see if you experience the same behaviour if you compile from source on your machine: https://github.com/LGUG2Z/komorebi#building-from-source
@quickstar commented on GitHub (May 1, 2023):
> I would be interested to see if you experience the same behaviour if you compile from source on your machine: https://github.com/LGUG2Z/komorebi#building-from-source
I'll give it a try tonight 👍🏽
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 @quickstar on GitHub (Apr 29, 2023).
Describe the bug
I'm unable to start komorebic due to an utf-8 issue
To Reproduce
Steps to reproduce the behavior:
Just run
komorebic start -aExpected behavior
Application should start
Screenshots and Videos
Operating System
@LGUG2Z commented on GitHub (Apr 29, 2023):
Thanks for posting this report! I can honestly say I've never seen this one before. 😅
I looked around for solutions to similar issues in other repositories and came across this comment, can you try out the steps suggested and then try again? https://github.com/tauri-apps/tauri/issues/5309#issuecomment-1339850492
@quickstar commented on GitHub (Apr 30, 2023):
Thanks for the hint, unfortunately the same result. Anything else I could try?
@LGUG2Z commented on GitHub (Apr 30, 2023):
I would be interested to see if you experience the same behaviour if you compile from source on your machine: https://github.com/LGUG2Z/komorebi#building-from-source
@quickstar commented on GitHub (May 1, 2023):
I'll give it a try tonight 👍🏽
@LGUG2Z commented on GitHub (May 12, 2024):
Closing out of staleness, please re-open if this is still an issue