https://bugs.winehq.org/show_bug.cgi?id=51035
Louis Lenders xerox.xerox2000x@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@gmail.com Ever confirmed|0 |1
--- Comment #1 from Louis Lenders xerox.xerox2000x@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.