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
Expected behavior
These 3 methods should output the same version, or the docs should explain the difference between them and how to get each one. Currently, the instructions only mention apt-cache policy which reports the least-relevant version number and it's difficult to know which version of Pengwin is installed.
Screenshots
Pengwin's "App settings" in Windows:
Microsoft Store app page for Pengwin:
Additional context
Windows 10 64-bit
Installed via Microsoft Store
Basic Troubleshooting Checklist
[x] I have searched Google for the error message.
[x] I have searched the Pengwin issues page: https://github.com/WhitewaterFoundry/Pengwin/issues.
[x] I have run Windows 10 updates and restarted.
[x] I have restarted WSL service: wsl.exe --terminate WLinuxwsl.exe --shutdown.
Pengwin Version
Well that's the issue at hand 😅 See above.
WSL general info
Release Install Date: Tue Feb 8 15:29:31 AEDT 2022 Branch: vb_release Build: 19044 Full Build: 19041.1.amd64fre.vb_release.191206-1406 Cannot find an overload for "GetEncoding" and the argument count: "0". At line:1 char:59 + ... ing]::UTF8; [Console]::InputEncoding = [System.Text.Encoding]::GetEnc ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodException + FullyQualifiedErrorId : MethodCountCouldNotFindBest Cannot find an overload for "GetEncoding" and the argument count: "0". At line:1 char:59 + ... ing]::UTF8; [Console]::InputEncoding = [System.Text.Encoding]::GetEnc ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodException + FullyQualifiedErrorId : MethodCountCouldNotFindBest Display Scaling: 1.5 Cannot find an overload for "GetEncoding" and the argument count: "0". At line:1 char:59 + ... ing]::UTF8; [Console]::InputEncoding = [System.Text.Encoding]::GetEnc ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodException + FullyQualifiedErrorId : MethodCountCouldNotFindBest Locale (Windows): en_AU Theme (Windows): dark Cannot find an overload for "GetEncoding" and the argument count: "0". At line:1 char:59 + ... ing]::UTF8; [Console]::InputEncoding = [System.Text.Encoding]::GetEnc ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodException + FullyQualifiedErrorId : MethodCountCouldNotFindBest Uptime (Windows): 1d 19h 15m Version (WSL): 2 Uptime (WSL): 0d 8h 19m Release: Pengwin Kernel: Linux 5.10.102.1-microsoft-standard-WSL2 Packages: 985 IPv4 Address: deleted Cannot find an overload for "GetEncoding" and the argument count: "0". At line:1 char:59 + ... ing]::UTF8; [Console]::InputEncoding = [System.Text.Encoding]::GetEnc ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodException + FullyQualifiedErrorId : MethodCountCouldNotFindBest System Type (Windows): Desktop
The text was updated successfully, but these errors were encountered:
Describe the bug
There seem to be three different notions of "version":
apt-cache policy pengwin-base
grep "PENGWIN_VERSION" /etc/os-release
To Reproduce
apt-cache policy pengwin-base
in a WSL terminalgrep "PENGWIN_VERSION" /etc/os-release
in a WSL terminalPENGWIN_VERSION="22.1.6"
Expected behavior
These 3 methods should output the same version, or the docs should explain the difference between them and how to get each one. Currently, the instructions only mention
apt-cache policy
which reports the least-relevant version number and it's difficult to know which version of Pengwin is installed.Screenshots
![image](https://user-images.githubusercontent.com/109459193/184609592-0d8385b1-0622-40f2-b304-2f4fae80eea0.png)
Pengwin's "App settings" in Windows:
Microsoft Store app page for Pengwin:
![image](https://user-images.githubusercontent.com/109459193/184607093-ba954dff-5842-4c48-93c8-3254cd4cdf83.png)
Additional context
Basic Troubleshooting Checklist
[x] I have searched Google for the error message.
[x] I have searched the Pengwin issues page: https://github.com/WhitewaterFoundry/Pengwin/issues.
[x] I have run Windows 10 updates and restarted.
[x] I have restarted WSL service:
wsl.exe --terminate WLinux
wsl.exe --shutdown
.Pengwin Version
Well that's the issue at hand 😅 See above.
WSL general info
The text was updated successfully, but these errors were encountered: