Some strange things with files

pvriens at xs4all.nl pvriens at xs4all.nl
Wed Mar 17 10:21:19 CST 2004


Hi Rein,

> On Sat, 13 Mar 2004 14:48:38 +0100 (CET), you wrote:
>
> [snip]
>
> Can you try if attached patch works?
>
> Rein.
> --
> Rein Klazes
> rklazes at xs4all.nl
>

tried the latest CVS (Mar 17 2004), no go:

fixme:imm:ImmGetDefaultIMEWnd (0x10030 - 0x10023 0x4022a5c0 ): semi-stub
trace:file:GetFileInformationByHandle 0xffffffff
trace:file:GetShortPathNameA "instmsia.exe"
trace:file:GetShortPathNameW L"instmsia.exe"
trace:file:GetShortPathNameW returning L"instmsia.exe"
trace:file:GetShortPathNameA "V:"
trace:file:GetShortPathNameW L"V:"
trace:file:GetShortPathNameW returning L"V:"
fixme:exec:ShellExecuteExW32 flags ignored: 0x00000440
trace:process:CreateProcessW app (null) cmdline L"instmsia.exe"
trace:process:find_exe_file looking for L"instmsia.exe"
trace:process:find_exe_file Trying built-in exe
L"C:\\WINDOWS\\SYSTEM\\instmsia.exe"
trace:process:find_exe_file Trying native exe
L"C:\\WINDOWS\\SYSTEM\\instmsia.exe"
trace:file:CreateFileW L"C:\\WINDOWS\\SYSTEM\\instmsia.exe" GENERIC_READ
FILE_SHARE_READ OPEN_EXISTING  attributes 0x0
warn:file:CreateFileW Unable to get full filename from
L"C:\\WINDOWS\\SYSTEM\\instmsia.exe" (GLE 2)
fixme:imm:ImmGetDefaultIMEWnd (0x20026 - 0x10023 0x4022a5c0 ): semi-stub


With your patch I'm able to get the setup working without the addition of
V:\\ to the PATH:

fixme:imm:ImmGetDefaultIMEWnd (0x10030 - 0x10023 0x4022a630 ): semi-stub
trace:file:GetFileInformationByHandle 0xffffffff
trace:file:GetShortPathNameA "instmsia.exe"
trace:file:GetShortPathNameW L"instmsia.exe"
trace:file:GetShortPathNameW returning L"instmsia.exe"
trace:file:GetShortPathNameA "V:"
trace:file:GetShortPathNameW L"V:"
trace:file:GetShortPathNameW returning L"V:"
fixme:exec:ShellExecuteExW32 flags ignored: 0x00000440
trace:file:GetLongPathNameW L"C:\\WINDOWS",0x41947af0,1024
trace:file:GetLongPathNameW returning L"C:\\windows"
trace:file:RtlSetCurrentDirectory_U (L"V:\\")
trace:file:RtlGetFullPathName_U (L"V:\\" 554 0x40224eb8 (nil))
trace:process:CreateProcessW app (null) cmdline L"instmsia.exe"
trace:process:find_exe_file looking for L"instmsia.exe"
trace:process:find_exe_file Trying native exe L"V:\\instmsia.exe"
trace:file:CreateFileW L"V:\\instmsia.exe" GENERIC_READ FILE_SHARE_READ
OPEN_EXISTING  attributes 0x0
trace:file:CreateFileW returning 0x94
trace:file:SetFilePointer handle 0x94 offset 0 high 0 origin 0
trace:file:ReadFile 0x94 0x41946618 64 0x419465b4 (nil)
trace:file:SetFilePointer handle 0x94 offset 208 high 0 origin 0
trace:file:ReadFile 0x94 0x419465b0 4 0x419465b4 (nil)
trace:file:ReadFile 0x94 0x419465f8 20 0x419465b4 (nil)
trace:process:CreateProcessW starting L"V:\\instmsia.exe" as Win32 binary

Thanks very much, hope this will be included as others must be suffering
the same.

Paul.



More information about the wine-users mailing list