search for: getenvironmentvariablew

Displaying 9 results from an estimated 9 matches for "getenvironmentvariablew".

2004 May 09
0
Wine crash after update
...on is deprecated. You should use the WINEDEBUG environment variable instead, like this: WINEDEBUG=all wine ... 0009:trace:heap:RtlAllocateHeap (0x40330000,00000002,00000800): returning 40330510 0009:trace:heap:RtlAllocateHeap (0x40330000,00000002,00000018): returning 40330d18 0009:trace:environ:GetEnvironmentVariableW (L"WINEDEBUG" 0x40330510 1023) 0009:trace:environ:RtlQueryEnvironmentVariable_U (null) L"WINEDEBUG" 0xbfffd9e8 0009:trace:heap:RtlFreeHeap (0x40330000,00000002,40330d18): returning TRUE 0009:trace:heap:RtlFreeHeap (0x40330000,00000002,40330510): returning TRUE 0009:trace:heap:Rt...
2014 Jul 25
2
[LLVMdev] sys::path::system_temp_directory vs. sys::fs::createTemporaryFile
I have a few concerns: 1. GetTempPathW is buggy, we should be manually using GetEnvironmentVariableW with TMP, TEMP and USERPROFILE arguments and use the first that exists. 2. We should make sure that the platform specific pieces live in their respective Path.inc files. On Thu, Jul 24, 2014 at 9:44 AM, Duncan P. N. Exon Smith < dexonsmith at apple.com> wrote: > > > On 2014-Jul-23...
2014 Jul 25
2
[LLVMdev] sys::path::system_temp_directory vs. sys::fs::createTemporaryFile
On Jul 25, 2014, at 13:44 , Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote: > On 25 July 2014 16:31, David Majnemer <david.majnemer at gmail.com> wrote: >> I have a few concerns: >> 1. GetTempPathW is buggy, we should be manually using >> GetEnvironmentVariableW with TMP, TEMP and USERPROFILE arguments and use the >> first that exists. >> 2. We should make sure that the platform specific pieces live in their >> respective Path.inc files. >> > > But that is orthogonal, no? > > If I understand correctly, Jordan's qu...
2020 Aug 07
0
Wine release 5.0.2
...og are displayed in wrong style 47794 Rockstar Games Launcher installer button images do not display 47999 Gif pictures stored in PE files are not loaded into HTML web pages via Res protocol 48186 every wine process shows a definite leak in dlls/ntdll/env.c 48471 Mismatching behavior of GetEnvironmentVariableW for empty / long values 48490 Restored minimized windows have wrong height 48495 XCP-ng Center v8.x (.NET 4.6 app) can't connect to server with self-signed certificate 48593 Multiple games play only one frame of video (Fable: The Lost Chapters, Audiosurf, Dark Souls 2, Oddworld: Munch&...
2015 May 11
0
Windows environmental variables
...to be in the PATH environmental variable (by the way, I actually found that I needed R_HOME/binR_ARCH instead: you may want to update this). There are 2 ways to get & set environmental variables in Windows (I just discuss the UTF16 "widechar" methods): 1) the Win32 interface, using GetEnvironmentVariableW, SetEnvironmentVariableW https://msdn.microsoft.com/en-us/library/windows/desktop/ms683188%28v=vs.85%29.aspx 2) the POSIX-style interface, using _wgetenv, _wputenv https://msdn.microsoft.com/en-us/library/tehxacec.aspx The problem arises due to the fact that these don't quite do the same thin...
2014 Jul 23
2
[LLVMdev] sys::path::system_temp_directory vs. sys::fs::createTemporaryFile
Hi, all. I noticed recently that llvm::sys::fs::createTemporaryFile does not use llvm::sys::path::system_temp_directory, instead relying on its platform-specific helper TempFile. Is there any reason for this disparity? The two implementations are not in sync, either: - TempDir honors TMPDIR, TMP, TEMP, TEMPDIR, and a configuration-settable P_tmpdir on Unix-y systems. system_temp_directory just
2020 May 22
0
Wine release 5.9
...try 48186 every wine process shows a definite leak in dlls/ntdll/env.c 48289 Grand Theft Auto 5 crashes after loading (GTA5 expects Vista+ PEB_LDR_DATA structure fields) 48441 mouse coordinates cannot exceed initial desktop size during startup of wineserver 48471 Mismatching behavior of GetEnvironmentVariableW for empty / long values 48490 Restored minimized windows have wrong height 48775 Microsoft Teams 1.3.x crashes on unimplemented function IPHLPAPI.DLL.NotifyRouteChange2 49105 Deus Ex GOTY fails to start with Direct3D renderer 49115 Hitman (2016) and Hitman 2 (2018) fail to launch in DX1...
2011 Apr 08
0
Wine release 1.2.3
...n Lankhorst (3): ole32: Handle alertable wait in CoWaitForMultipleHandles. mshtml: Make sure system xpcom dll gets loaded. kernel32: CreateProcessA should not call CreateProcessW directly. Marcus Meissner (2): wined3d: Detect nouveau as NVIDIA. kernel32: Fixed size to GetEnvironmentVariableW. Martin Storsjo (2): wineconsole: Fallback to window based console if the curses library isn't found. wineconsole: Don't overwrite the backend selection when parsing --use-event. Michael Stefaniuc (2): shlwapi: The Italian translation uses UTF-8 encoding. sane.ds:...
2010 Dec 24
0
Wine release 1.3.10
...while running better. quartz: Fix a race condition in videorenderer endflush. quartz: Handle EndOfStream more elegantly in dsound renderer. winegstreamer: Silence a harmless fixme. winegstreamer: Correct a state transition. Marcus Meissner (2): kernel32: Fixed size to GetEnvironmentVariableW. configure.ac: Add -Wlogical-op, if it's not noisy. Martin Storsjo (2): wineconsole: Fallback to window based console if the curses library isn't found. wineconsole: Don't overwrite the backend selection when parsing --use-event. Michael Stefaniuc (69): clock:...