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

[BUG] Wrong support for unicode with winget in user folder with non ascii characters #2431

Closed
4 tasks done
msimic opened this issue Jul 4, 2024 · 2 comments
Closed
4 tasks done
Assignees
Labels
bug Something isn't working

Comments

@msimic
Copy link

msimic commented Jul 4, 2024

Please confirm these before moving forward

  • I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
  • I have tested that this issue has not been fixed in the latest (beta or stable) release.
  • I have checked the FAQ section for solutions.
  • This issue is about a bug (if it is not, please use the correct template).

UniGetUI Version

3.1.0

Windows version, edition, and architecture

Windows 11 Pro

Describe your issue

UniGetUI somehow deduces that winget should be located in the following path on my computer:

C:\Users\MRS\AppData\Local\Microsoft\WindowsApps\winget.exe

But this is not correct, it somehow replaced the Š with a S.
The correct path is:

C:\Users\MRŠ\AppData\Local\Microsoft\WindowsApps\winget.exe

The end result is that UniGetUI cannot find winget and does not work with it (no packages found).
It seems it somehow converted the characterset from Windows-1250 to Windows-1252 or something alike to get an S from a Š. But this obviously should not happen and file paths should be treated as unicode.

Steps to reproduce the issue

Have your user named MRŠ
Try to use UnigetUI with winget
It cannot find winget

UniGetUI Log

N/A

Package Managers Logs

N/A

Relevant information

No response

Screenshots and videos

image

@msimic msimic added the bug Something isn't working label Jul 4, 2024
@marticliment
Copy link
Owner

Duplicate of #2239.

Please downgrade to 3.0.2 until I can fix this issue

@marticliment marticliment closed this as not planned Won't fix, can't repro, duplicate, stale Jul 5, 2024
@marticliment
Copy link
Owner

Hello,

To all users facing issues with version 3.1.0, please try the new 3.1.1 beta, which aims to fix this issues.

UniGetUI 3.1.1-beta0 release: https://github.com/marticliment/UniGetUI/releases/tag/3.1.1-beta0
Direct installer URL: https://github.com/marticliment/UniGetUI/releases/download/3.1.1-beta0/UniGetUI.Installer.exe

Excuse me for the inconveniences.

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

No branches or pull requests

2 participants