You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download the precompiled binary from releases and put it on any path containing unicode characters that is included in the PATH environment variable, the go to a directory containing a process-compose.yml file and execute process-compose
Expected result:
It executes normally like in Linux
Actual result:
C:\Users\Ángel\IdeaProjects\test>process-compose
{"level":"warn","error":"open C:\\Users\\Ángel\\AppData\\Local\\process-compose\\settings.yaml: The system cannot find the path specified.","time":"2024-04-02T01:04:29+02:00","message":"Error reading settings file C:\\Users\\Ángel\\AppData\\Local\\process-compose\\settings.yaml"}
Failed to open log file: C:\Users\NGEL~1\AppData\Local\Temp\process-compose-DESKTOP-62ED6VB\Ángel.log: open C:\Users\NGEL~1\AppData\Local\Temp\process-compose-DESKTOP-62ED6VB\Ángel.log: The system cannot find the path specified.
{"level":"fatal","error":"open C:\\Users\\NGEL~1\\AppData\\Local\\Temp\\process-compose-DESKTOP-62ED6VB\\Ángel.log: The system cannot find the path specified.","time":"2024-04-02T01:04:29+02:00","message":"Failed to open log file: C:\\Users\\NGEL~1\\AppData\\Local\\Temp\\process-compose-DESKTOP-62ED6VB\\Ángel.log"}
if I manually create the settings.yml file then it only complains because it cannot create the log file:
C:\Users\Ángel\IdeaProjects\test>process-compose
Failed to open log file: C:\Users\NGEL~1\AppData\Local\Temp\process-compose-DESKTOP-62ED6VB\Ángel.log: open C:\Users\NGEL~1\AppData\Local\Temp\process-compose-DESKTOP-62ED6VB\Ángel.log: The system cannot find the path specified.
{"level":"fatal","error":"open C:\\Users\\NGEL~1\\AppData\\Local\\Temp\\process-compose-DESKTOP-62ED6VB\\Ángel.log: The system cannot find the path specified.","time":"2024-04-02T01:06:55+02:00","message":"Failed to open log file: C:\\Users\\NGEL~1\\AppData\\Local\\Temp\\process-compose-DESKTOP-62ED6VB\\Ángel.log"}
The text was updated successfully, but these errors were encountered:
Version of
process-compose
:v1.0.1
OS environment:
Windows 11
Steps or code to reproduce the issue:
Download the precompiled binary from releases and put it on any path containing unicode characters that is included in the PATH environment variable, the go to a directory containing a process-compose.yml file and execute
process-compose
Expected result:
It executes normally like in Linux
Actual result:
if I manually create the settings.yml file then it only complains because it cannot create the log file:
The text was updated successfully, but these errors were encountered: