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

wsldl backup fails with 4294967295 exit code #116

Closed
slonopotamus opened this issue Jan 9, 2022 · 3 comments
Closed

wsldl backup fails with 4294967295 exit code #116

slonopotamus opened this issue Jan 9, 2022 · 3 comments
Labels

Comments

@slonopotamus
Copy link

slonopotamus commented Jan 9, 2022

Way to reproduce:

  1. Windows Server 2019
  2. PowerShell
Invoke-WebRequest -Uri https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/x86_64/alpine-minirootfs-3.15.0-x86_64.tar.gz -OutFile alpine.tar.gz
Invoke-WebRequest -Uri https://github.com/yuk7/wsldl/releases/download/21082800/wsldl.exe -OutFile wsldl.exe
./wsldl.exe install alpine.tar.gz
./wsldl.exe backup --tgz

Here's GitHub Actions test run that reproduces this error: https://github.com/slonopotamus/wsldl-backup/runs/4752601188?check_suite_focus=true


Note that I do NOT reproduce this on Windows 10 20H2 neither in WSL1 nor in WSL2 modes.

@yuk7
Copy link
Owner

yuk7 commented Jan 9, 2022

Thank you for your reporting.
I'll work on fixing this.

@slonopotamus
Copy link
Author

Additional info: this does NOT reproduce on Windows Server 2022: https://github.com/slonopotamus/wsldl-backup/runs/4752656765?check_suite_focus=true

@slonopotamus
Copy link
Author

The problem is that wsl.exe doesn't support --export on Windows Server 2019.

@yuk7 yuk7 added the bug label May 6, 2024
@yuk7 yuk7 closed this as not planned Won't fix, can't repro, duplicate, stale May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants