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
Steps or code to reproduce the issue: process-compose.exe version
Expected result:
Process Compose
Version: v0.60.0
Commit: 79d0cbd
Date (UTC): 2023-07-21T21:40:41Z
License: Apache-2.0
Written by Eugene Berger
Actual result:
panic: open C:\Users\ADMINI~1\AppData\Local\Temp\2\process-compose-WIN-2B62Q54U8RC\Administrator.log: The system cannot find the path specified.
goroutine 1 [running]:
github.com/f1bonacc1/process-compose/src/cmd.Execute()
/home/eugene/projects/go/process-compose/src/cmd/root.go:54 +0x111
main.main()
/home/eugene/projects/go/process-compose/src/main.go:9 +0x17
Full command
C:\Users\Administrator\Downloads>process-compose.exe version
panic: open C:\Users\ADMINI~1\AppData\Local\Temp\2\process-compose-WIN-2B62Q54U8RC\Administrator.log: The system cannot find the path specified.
goroutine 1 [running]:
github.com/f1bonacc1/process-compose/src/cmd.Execute()
/home/eugene/projects/go/process-compose/src/cmd/root.go:54 +0x111
main.main()
/home/eugene/projects/go/process-compose/src/main.go:9 +0x17
When I manually create the C:\Users\ADMINI~1\AppData\Local\Temp\2\process-compose-WIN-2B62Q54U8RC directory, it works.
I think there's a problem creating the directory!
BTW, thank you for this beautiful app. It is exactly what I looking for! 😆
The text was updated successfully, but these errors were encountered:
Defect
Make sure that these boxes are checked before submitting your issue -- thank you!
process-compose info
)Version of
process-compose
:v0.60.0
OS environment:
Windows Server 2019 Datacenter
Steps or code to reproduce the issue:
process-compose.exe version
Expected result:
Actual result:
Full command
When I manually create the
C:\Users\ADMINI~1\AppData\Local\Temp\2\process-compose-WIN-2B62Q54U8RC
directory, it works.I think there's a problem creating the directory!
The text was updated successfully, but these errors were encountered: