[Bug 51035] Alacritty v0.7.2 portable crashes: SetEnvironmentVariable ("some_non-existant_var", NULL) should return TRUE

WineHQ Bugzilla wine-bugs at winehq.org
Tue Apr 20 16:31:31 CDT 2021


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

Louis Lenders <xerox.xerox2000x at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Alacritty v0.7.2 portable   |Alacritty v0.7.2 portable
                   |crashes                     |crashes:
                   |                            |SetEnvironmentVariable
                   |                            |("some_non-existant_var",
                   |                            |NULL) should return TRUE
             Status|UNCONFIRMED                 |NEW
          Component|-unknown                    |kernel32
                 CC|                            |xerox.xerox2000x at gmail.com
     Ever confirmed|0                           |1

--- Comment #1 from Louis Lenders <xerox.xerox2000x at gmail.com> ---
Hi, confirming

This environment variable seems to be KDE or so specific,so will not exist on
windows

I quickly changed test for SetEnvironmentVariableA, and it shows that wine and
windows behave differently here:
https://testbot.winehq.org/JobDetails.pl?Key=89090

On a nonexistant variable:

SetEnvironmentVariableA("blahblah", NULL); returns TRUE on windows, but FALSE
in wine.

-- 
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