[Bug 52732] Garbage user-name crated with wine, not the proper user-name like in older versions.

WineHQ Bugzilla wine-bugs at winehq.org
Sun Apr 10 11:04:00 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52732

Zeb Figura <z.figura12 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z.figura12 at gmail.com

--- Comment #9 from Zeb Figura <z.figura12 at gmail.com> ---
(In reply to Rafał Mużyło from comment #7)
> (In reply to Rencer from comment #5 and comment #6)
> > ...a lot of ranty bullshit...
> 
> Please stop taking steroids, they're really bad for you and should only be
> used under qualified medical oversight.
> 
> Given how wine determines username, even your rants contradict you. If the
> recreated prefix is recreated consistently then - given how wine determines
> your username (by my reading of relevant part of ntdll) - you have a mess in
> your environment.
> 
> So, I'm not arguing you don't have a problem, but that's it's a very local
> one, looking more and more like a PEBCAK.

Rafał, please be civil; you are not helping anything. Responses like "you have
a setup problem", while possibly accurate, are not useful if the reporter has
no way to determine what that setup problem is. Nor is it certain that there's
not a Wine bug.

To the original reporter:

Wine retrieves the user name from the $USER variable. If empty, it's retrieved
from getpwuid()->pw_name, and if that's also empty it defaults to "wine". So
two things that may be helpful here:

(1) What is the value of $USER, printed from a host shell?

(2) What is the output of `wine cmd /c "echo %WINEUSERNAME"`?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list