mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #410] Start from User App Data doesn't handle Unicode input #202
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#202
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ekuzneczova1988 on GitHub (Nov 6, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/410
The problem is when you start from User App Data and name of windows user has Unicode:

@yankejustin commented on GitHub (Nov 6, 2015):
Thanks for the report.
@d3agle commented on GitHub (Aug 15, 2016):
This error message translates to "Windows cannot find ... make sure you type the name correctly, and then try again."
It's likely a registry error and not related to this program (corruption, invalid path, reference to an orphaned entry).
@MaxXor commented on GitHub (Aug 18, 2016):
I can't reproduce this with the username "Колмогоров". Install & autostart are working fine.
Screenshot
Can someone confirm (by using the latest commit)?
edit: But it seems like uninstall isn't working correctly. I'll check the encoding in the batch files.
@d3agle commented on GitHub (Aug 18, 2016):
I haven't got around to testing the latest commits, but there are likely more bugs in this area.
When I tested a few days ago, I used a username with Russian characters, as well as a Russian internal display language. When I tried using the password recovery, the client process crashed. Something with the nss3.dll module. I won't have time to test this until sometime tomorrow, but I wanted to point it out.
@MaxXor commented on GitHub (Aug 19, 2016):
Lol, yea but the password recovery takes more time to fix. It's okay for now as the client process does restart after crashing.