Displaying 3 results from an estimated 3 matches for "expandenvironmentstringsw".
2004 May 06
1
Problem with CloneCD :-)
...lSet\\Services\\ElbyCDIO
with underneath (amongst others):
ImagePath(REG_EXPAND_SZ) : System32\Drivers\ElbyCDIO.sys
When I run CloneCD it tries to start this 'service':
- the registry is opened and ImagePath is read (OK)
- then StartServiceA is called -> StartServiceW -> ... ->
ExpandEnvironmentStringsW and the ImageValue is passed back (OK)
- now StartServiceW tries to start the service
'System32\\Drivers\\ElbyCDIO.sys' (WRONG)
I don't know the windows behaviour but I suspect that we should try to
start the service as %WINDIR%\\<the ImagePath value>
I'm running the 'wi...
2004 May 09
0
Wine crash after update
...p:RtlFreeHeap (0x40330000,00000002,40330510): returning TRUE
0009:trace:reg:NtOpenKey ((nil),L"Machine\\Software\\Wine\\Wine\\Config\\Drive A",f003f,0xbfffcda4)
0009:trace:reg:NtOpenKey <- 0x10
0009:trace:reg:NtQueryValueKey (0x10,L"Path",2,0xbfffce38,2064)
0009:trace:environ:ExpandEnvironmentStringsW (L"/floppy" 0xbfffd648 1024)
0009:trace:nls:WideCharToMultiByte cp 65010 L"/floppy" -> (null)
0009:trace:heap:RtlAllocateHeap (0x40330000,00000002,00000018): returning 40330510
0009:trace:nls:WideCharToMultiByte cp 65010 L"/floppy" -> "/floppy"
0009:tra...
2009 Dec 04
0
Wine release 1.1.34
...ndleRedirect.
mshtml: Disable Gecko installation on unsupported CPU architectures.
winetest: Remove no longer needed Gecko check.
jscript: Correctly handle NaN and Infinity in to_int32 and to_uint32.
jscript: Correctly handle NaN in to_integer.
James Hawkins (2):
msi: ExpandEnvironmentStringsW returns the required size in characters, so multiply the required size by sizeof(WCHAR) when allocating the buffer.
msi: MsiSetMode returns a UINT system error code, not a BOOL.
Jeremy White (16):
mshtml: Declare prototype of wine_dos_get_file_name correctly; fixes Gecko install on win...