Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working on Windows Server 2019 #90

Closed
3 tasks done
outstanding1301 opened this issue Sep 6, 2023 · 2 comments
Closed
3 tasks done

not working on Windows Server 2019 #90

outstanding1301 opened this issue Sep 6, 2023 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@outstanding1301
Copy link

Defect

Make sure that these boxes are checked before submitting your issue -- thank you!

  • Included the relevant configuration snippet
  • Included the relevant process-compose log (log location: process-compose info)
  • Included a [Minimal, Complete, and Verifiable example] (https://stackoverflow.com/help/mcve)

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:

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! 😆

@F1bonacc1
Copy link
Owner

Hi @outstanding1301,

Thank you for letting me know!
This should be an easy fix and will be delivered in the next version.

Glad you like the app! I'm glad to see that all the efforts to keep the cross-platform compatibility weren't wasted :)

@F1bonacc1 F1bonacc1 added bug Something isn't working good first issue Good for newcomers labels Sep 8, 2023
@F1bonacc1
Copy link
Owner

Fixed in v0.65.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants