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
When user name contains non-ASCII characters, there will be a "The system cannot find the path specified" exception when installing altstore due to errors in encoding.
Altserver version is 1.4.7.0, which is the version dowonloaded from https://altstore.io/
When user name contains non-ASCII characters, there will be a "The system cannot find the path specified" exception when installing altstore due to errors in encoding.
Altserver version is 1.4.7.0, which is the version dowonloaded from https://altstore.io/
The error seems to come from https://github.com/rileytestut/AltServer-Windows/blob/master/AltServer/AltServerApp.cpp#L605, so there seems to be some encoding issues when generating the temporary path https://stackoverflow.com/questions/57112274/windows-directory-that-will-never-contain-non-ascii-characters-for-temp-file seems to have some solutions.
Create a new user with english name is a workaround. If fix is not feasible, maybe add that to FAQ first.
The text was updated successfully, but these errors were encountered: