This will happen if your windows locale is set to use some encoding that cannot represent the characters in the user name. Then any software that uses the non-unicode win32 APIs will have failures. The way to fix it is to change the windows locale to a UTF-8 based one.
|