[Wine] Flash Movie Player Control in VB

Ryan Burger rcburger at gmail.com
Fri Feb 15 09:54:49 CST 2008


That worked.  Thank you very much.

On Fri, Feb 15, 2008 at 7:19 AM, A. Tres Finocchiaro <
tres.finocchiaro at gmail.com> wrote:

> Ryan,
>
> To use flash, you'll probably need Internet Explorer, which is possible,
> but tricky to get running in wine.
>
> ActiveX calls on the COM server, which runs a miniature version of IE
> inside that window (I think).
>
> I suggest this:
>
> 1.  Get IEs4Linux from their site (it will get internet explorer, flash
> and DCOM for you automatically).
> 2.  Reinstall the VB application, but type this command in console first,
> where $USERNAME is your username:
>
> > *export WINEPREFIX="/home/$USERNAME/.ies4linux/ie6"*
> >
> *Notice, this will be a separate wine install, with it's own "drive_c",
> "program files", etc.
>
> Let us know if it works.  Make sure to try different windows version with
> winecfg too!  Good luck.
>
> -Tres
>
>
> On Wed, Feb 13, 2008 at 9:47 AM, Ryan Burger <rcburger at gmail.com> wrote:
>
> > Hi all,
> >
> > I just started messing with wine (0.9.54 on Ubuntu 7.04-Feisty) a few
> > weeks ago and there's some educational software I want to be able to run.
> > It was made with VB, and I've managed to get it working fairly well except
> > for an ActiveX control for showing Flash movies (.swf).  I think it's unable
> > to load the swf file because the box where the movie should show is blank,
> > and when I right click, the context menu says "Movie not loaded" and "About
> > Flash Player 9" (which also leads me to believe that the ActiveX controller
> > does load properly.)  Unfortunately, I don't have access to the source, nor
> > do I have any VB experience.
> >
> > Looking at the file channel of debug output, I notice:
> >
> > trace:file:CreateFileW L"C|/Program
> > Files/TimeMAPS/Graphics/Flash/070100_NeedsWants.swf/" GENERIC_READ
> > FILE_SHARE_READ  creation 3 attributes 0x80
> > trace:file:RtlDosPathNameToNtPathName_U (L"C|/Program
> > Files/TimeMAPS/Graphics/Flash/070100_NeedsWants.swf/",0x33d8b8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C|/Program
> > Files/TimeMAPS/Graphics/Flash/070100_NeedsWants.swf/" 520 0x33d610 (nil))
> > warn:file:CreateFileW Unable to create file L"C|/Program
> > Files/TimeMAPS/Graphics/Flash/070100_NeedsWants.swf/" (status c0000033)
> > trace:file:CreateFileW returning 0xffffffff
> >
> > The trailing slash on the specified path looks suspicious to me.  For
> > comparison, here are some traces produced when the software opens up an
> > RTF.  This works fine.
> >
> > trace:file:CreateFileW L"C:\\Program
> > Files\\TimeMAPS/Text_Files/030100_InterestBasics.rtf" GENERIC_READ
> > FILE_SHARE_READ  creation 3 attributes 0x80
> > trace:file:RtlDosPathNameToNtPathName_U (L"C:\\Program
> > Files\\TimeMAPS/Text_Files/030100_InterestBasics.rtf",0x33eb2c,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\Program
> > Files\\TimeMAPS/Text_Files/030100_InterestBasics.rtf" 520 0x33e884 (nil))
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\Program
> > Files\\TimeMAPS\\Text_Files\\030100_InterestBasics.rtf" ->
> > "/home/ryan/.wine/dosdevices/c:/Program
> > Files/TimeMAPS/Text_Files/030100_InterestBasics.rtf"
> > trace:file:CreateFileW returning 0x118
> >
> > No trailing slashes.
> >
> > I've tried several different versions of Flash ActiveX, as well as
> > changing the folder permissions, reinstalling the software so it doesn't
> > have the ampersand in the path, and upgrading my wine version (I'm going to
> > try 0.9.55 when it's available on the repository, but I'm not hopeful.)
> >
> > Has anyone seen this before or know what to do?
> >
> > Thanks a lot,
> > Ryan
> >
> > trace:file:GetFileAttributesW L"c:\\windows"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows",0xbfff0fb8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows" 520 0xbfff0d60 (nil))
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" ->
> > "/home/ryan/.wine/dosdevices/c:/windows"
> > trace:file:GetFileAttributesW L"c:\\windows\\system32"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32",0xbfff0fb8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32" 520 0xbfff0d60
> > (nil))
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32"
> > trace:file:init_windows_dirs WindowsDir = L"c:\\windows"
> > trace:file:init_windows_dirs SystemDir  = L"c:\\windows\\system32"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"/home/ryan/.wine/drive_c/Program Files/TimeMAPS",0xbfff0fe8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"/home/ryan/.wine/drive_c/Program
> > Files/TimeMAPS" 520 0xbfff0d70 (nil))
> > trace:file:find_drive_rootW L"/home/ryan/.wine/drive_c/Program
> > Files/TimeMAPS" -> drive C:, root="/home/ryan/.wine/drive_c",
> > name=L"/Program Files/TimeMAPS"
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\Program
> > Files\\TimeMAPS" -> "/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS"
> > trace:file:RtlSetCurrentDirectory_U curdir now L"C:\\Program
> > Files\\TimeMAPS\\" 0x10
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"/home/ryan/.wine/drive_c/Program
> > Files/TimeMAPS/TMMLS.exe",0xbfff0f88,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"/home/ryan/.wine/drive_c/Program
> > Files/TimeMAPS/TMMLS.exe" 520 0xbfff0d40 (nil))
> > trace:file:find_drive_rootW L"/home/ryan/.wine/drive_c/Program
> > Files/TimeMAPS/TMMLS.exe" -> drive C:, root="/home/ryan/.wine/drive_c",
> > name=L"/Program Files/TimeMAPS/TMMLS.exe"
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\Program
> > Files\\TimeMAPS\\TMMLS.exe" -> "/home/ryan/.wine/dosdevices/c:/Program
> > Files/TimeMAPS/TMMLS.exe"
> > trace:file:RtlGetFullPathName_U (L"/home/ryan/.wine/drive_c/Program
> > Files/TimeMAPS/TMMLS.exe" 520 0xbfff1860 (nil))
> > trace:file:find_drive_rootW L"/home/ryan/.wine/drive_c/Program
> > Files/TimeMAPS/TMMLS.exe" -> drive C:, root="/home/ryan/.wine/drive_c",
> > name=L"/Program Files/TimeMAPS/TMMLS.exe"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32\\wineboot.exe",0xbfff0708,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\wineboot.exe"
> > 520 0xbfff04c0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"wineboot.exe" not found in
> > /home/ryan/.wine/dosdevices/c:/windows/system32
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\wineboot.exe"
> > 520 0xbfff0e00 0xbfff0798)
> > trace:file:CreateFileW L"C:\\windows\\system32\\wineboot.exe"
> > GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE  creation 3 attributes 0x0
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\wineboot.exe",0xbfff0758,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wineboot.exe"
> > 520 0xbfff04b0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"wineboot.exe" not found in
> > /home/ryan/.wine/dosdevices/c:/windows/system32
> > warn:file:CreateFileW Unable to create file
> > L"C:\\windows\\system32\\wineboot.exe" (status c0000034)
> > trace:file:CreateFileW returning 0xffffffff
> > trace:file:RtlGetCurrentDirectory_U (520 0xbfff0bf0)
> > trace:file:RtlDosPathNameToNtPathName_U (L"C:\\Program
> > Files\\TimeMAPS",0xbfff08f8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\Program Files\\TimeMAPS" 520
> > 0xbfff06b0 (nil))
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\Program
> > Files\\TimeMAPS" -> "/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS"
> > trace:file:GetLongPathNameW
> > L"C:\\windows\\system32\\wineboot.exe",0xbfff06e0,260
> > trace:file:FindFirstFileExW L"C:\\windows" 0 0xbffefa50 0 (nil) 0
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows",0xbffef9a0,0xbffef9ac,(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0xbffef710
> > 0xbffef9ac)
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\" ->
> > "/home/ryan/.wine/dosdevices/c:/"
> > trace:file:NtQueryDirectoryFile (0x1c (nil) (nil) (nil) 0xbffef990
> > 0x1106a8 0x00002000 0x00000003 0x00000000 L"windows" 0x00000001
> > trace:file:read_directory_stat trying optimisation for file L"windows"
> > trace:file:append_entry long L"windows" short L"" mask L"windows"
> > trace:file:match_filename (L"windows", L"windows")
> > trace:file:read_directory_stat returning 0
> > trace:file:NtQueryDirectoryFile => 0 (108)
> > trace:file:FindNextFileW 0x110668 0xbffefa50
> > trace:file:FindNextFileW returning L"windows" (L"")
> > trace:file:FindFirstFileExW L"C:\\windows\\system32" 0 0xbffefa50 0
> > (nil) 0
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32",0xbffef9a0,0xbffef9ac,(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0xbffef710
> > 0xbffef9ac)
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/"
> > trace:file:NtQueryDirectoryFile (0x1c (nil) (nil) (nil) 0xbffef990
> > 0x1106a8 0x00002000 0x00000003 0x00000000 L"system32" 0x00000001
> > trace:file:read_directory_stat trying optimisation for file L"system32"
> > trace:file:append_entry long L"system32" short L"" mask L"system32"
> > trace:file:match_filename (L"system32", L"system32")
> > trace:file:read_directory_stat returning 0
> > trace:file:NtQueryDirectoryFile => 0 (112)
> > trace:file:FindNextFileW 0x110668 0xbffefa50
> > trace:file:FindNextFileW returning L"system32" (L"")
> > trace:file:FindFirstFileExW L"C:\\windows\\system32\\wineboot.exe" 0
> > 0xbffefa50 0 (nil) 0
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\wineboot.exe",0xbffef9a0,0xbffef9ac,(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wineboot.exe"
> > 520 0xbffef710 0xbffef9ac)
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/"
> > trace:file:NtQueryDirectoryFile (0x1c (nil) (nil) (nil) 0xbffef990
> > 0x110700 0x00002000 0x00000003 0x00000000 L"wineboot.exe" 0x00000001
> > trace:file:read_directory_stat trying optimisation for file L"
> > wineboot.exe"
> > trace:file:read_directory_stat returning -1
> > trace:file:append_entry long L"." short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L".", L"wineboot.exe")
> > trace:file:append_entry long L".." short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"..", L"wineboot.exe")
> > trace:file:append_entry long L"odbc16gt.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odbc16gt.dll", L"wineboot.exe")
> > trace:file:append_entry long L"comctl32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"comctl32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"winmm.dll" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"winmm.dll", L"wineboot.exe")
> > trace:file:append_entry long L"MSMASK32.OCX" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"MSMASK32.OCX", L"wineboot.exe")
> > trace:file:append_entry long L"cliconf.hlp" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"cliconf.hlp", L"wineboot.exe")
> > trace:file:append_entry long L"MSCOMCTL.OCX" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"MSCOMCTL.OCX", L"wineboot.exe")
> > trace:file:append_entry long L"rsabase.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"rsabase.dll", L"wineboot.exe")
> > trace:file:append_entry long L"mshtml.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"mshtml.dll", L"wineboot.exe")
> > trace:file:append_entry long L"shdocvw.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"shdocvw.dll", L"wineboot.exe")
> > trace:file:append_entry long L"d3d8.dll" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"d3d8.dll", L"wineboot.exe")
> > trace:file:append_entry long L"mstext40.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"mstext40.dll", L"wineboot.exe")
> > trace:file:append_entry long L"sqlsrv32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"sqlsrv32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odbccp32.cpl" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odbccp32.cpl", L"wineboot.exe")
> > trace:file:append_entry long L"progman.exe" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"progman.exe", L"wineboot.exe")
> > trace:file:append_entry long L"odpdx32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odpdx32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"d3d9.dll" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"d3d9.dll", L"wineboot.exe")
> > trace:file:append_entry long L"mfc42.dll" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"mfc42.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msg711.acm" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"msg711.acm", L"wineboot.exe")
> > trace:file:append_entry long L"odtext32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odtext32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"sqlwoa.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"sqlwoa.dll", L"wineboot.exe")
> > trace:file:append_entry long L"shfolder.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"shfolder.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msrepl40.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msrepl40.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odbccu32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odbccu32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"wininet.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"wininet.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msltus40.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msltus40.dll", L"wineboot.exe")
> > trace:file:append_entry long L"expsrv.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"expsrv.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msdart32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msdart32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"ds16gt.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"ds16gt.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odbcjt32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odbcjt32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"oledlg.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"oledlg.dll", L"wineboot.exe")
> > trace:file:append_entry long L"dbmsrpcn.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"dbmsrpcn.dll", L"wineboot.exe")
> > trace:file:append_entry long L"mfc42u.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"mfc42u.dll", L"wineboot.exe")
> > trace:file:append_entry long L"dbmsvinn.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"dbmsvinn.dll", L"wineboot.exe")
> > trace:file:append_entry long L"VSPRINT7.OCX" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"VSPRINT7.OCX", L"wineboot.exe")
> > trace:file:append_entry long L"dsound.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"dsound.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msdatsrc.tlb" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msdatsrc.tlb", L"wineboot.exe")
> > trace:file:append_entry long L"mscomct2.ocx" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"mscomct2.ocx", L"wineboot.exe")
> > trace:file:append_entry long L"richtx32.ocx" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"richtx32.ocx", L"wineboot.exe")
> > trace:file:append_entry long L"scrrun.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"scrrun.dll", L"wineboot.exe")
> > trace:file:append_entry long L"user32.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"user32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"cmd.exe" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"cmd.exe", L"wineboot.exe")
> > trace:file:append_entry long L"msorcl32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msorcl32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"shell32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"shell32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"dbmssocn.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"dbmssocn.dll", L"wineboot.exe")
> > trace:file:append_entry long L"comcat.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"comcat.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odbcint.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odbcint.dll", L"wineboot.exe")
> > trace:file:append_entry long L"vbajet32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"vbajet32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"control.exe" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"control.exe", L"wineboot.exe")
> > trace:file:append_entry long L"odbcconf.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odbcconf.dll", L"wineboot.exe")
> > trace:file:append_entry long L"kernel32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"kernel32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msrd3x40.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msrd3x40.dll", L"wineboot.exe")
> > trace:file:append_entry long L"psapi.dll" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"psapi.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odbccp32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odbccp32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"ddraw.dll" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"ddraw.dll", L"wineboot.exe")
> > trace:file:append_entry long L"schannel.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"schannel.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odbctrac.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odbctrac.dll", L"wineboot.exe")
> > trace:file:append_entry long L"dbmsspxn.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"dbmsspxn.dll", L"wineboot.exe")
> > trace:file:append_entry long L"dsound.vxd" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"dsound.vxd", L"wineboot.exe")
> > trace:file:append_entry long L"cliconfg.DLL" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"cliconfg.DLL", L"wineboot.exe")
> > trace:file:append_entry long L"msi.dll" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"msi.dll", L"wineboot.exe")
> > trace:file:append_entry long L"dbnmpntw.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"dbnmpntw.dll", L"wineboot.exe")
> > trace:file:append_entry long L"opengl32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"opengl32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msvcrt.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"msvcrt.dll", L"wineboot.exe")
> > trace:file:append_entry long L"dbghelp.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"dbghelp.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odbcbcp.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odbcbcp.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msjtes40.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msjtes40.dll", L"wineboot.exe")
> > trace:file:append_entry long L"ds32gt.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"ds32gt.dll", L"wineboot.exe")
> > trace:file:append_entry long L"12520850.cpx" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"12520850.cpx", L"wineboot.exe")
> > trace:file:append_entry long L"atl.dll" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"atl.dll", L"wineboot.exe")
> > trace:file:append_entry long L"Macromed" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"Macromed", L"wineboot.exe")
> > trace:file:append_entry long L"shlwapi.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"shlwapi.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odbcconf.exe" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odbcconf.exe", L"wineboot.exe")
> > trace:file:append_entry long L"setupapi.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"setupapi.dll", L"wineboot.exe")
> > trace:file:append_entry long L"OLEAUT32.DLL" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"OLEAUT32.DLL", L"wineboot.exe")
> > trace:file:append_entry long L"msrd2x40.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msrd2x40.dll", L"wineboot.exe")
> > trace:file:append_entry long L"comdlg32.ocx" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"comdlg32.ocx", L"wineboot.exe")
> > trace:file:append_entry long L"version.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"version.dll", L"wineboot.exe")
> > trace:file:append_entry long L"mscpxl32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"mscpxl32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msvbvm60.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msvbvm60.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odbc32.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"odbc32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"mspbde40.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"mspbde40.dll", L"wineboot.exe")
> > trace:file:append_entry long L"sqlsodbc.hlp" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"sqlsodbc.hlp", L"wineboot.exe")
> > trace:file:append_entry long L"mtxdm.dll" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"mtxdm.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msxml3.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"msxml3.dll", L"wineboot.exe")
> > trace:file:append_entry long L"vfpodbc.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"vfpodbc.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msjter40.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msjter40.dll", L"wineboot.exe")
> > trace:file:append_entry long L"cabinet.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"cabinet.dll", L"wineboot.exe")
> > trace:file:append_entry long L"System32" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"System32", L"wineboot.exe")
> > trace:file:append_entry long L"urlmon.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"urlmon.dll", L"wineboot.exe")
> > trace:file:append_entry long L"spool" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"spool", L"wineboot.exe")
> > trace:file:append_entry long L"cliconfg.exe" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"cliconfg.exe", L"wineboot.exe")
> > trace:file:append_entry long L"msexcl40.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msexcl40.dll", L"wineboot.exe")
> > trace:file:append_entry long L"12520437.cpx" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"12520437.cpx", L"wineboot.exe")
> > trace:file:append_entry long L"sqlwid.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"sqlwid.dll", L"wineboot.exe")
> > trace:file:append_entry long L"crypt32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"crypt32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"advapi32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"advapi32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"ctl3d32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"ctl3d32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"wsock32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"wsock32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odbccr32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odbccr32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"riched20.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"riched20.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msjetoledb40.dll" short L"MSJE~AGB.DLL"
> > mask L"wineboot.exe"
> > trace:file:match_filename (L"msjetoledb40.dll", L"wineboot.exe")
> > trace:file:match_filename (L"MSJE~AGB.DLL", L"wineboot.exe")
> > trace:file:append_entry long L"winspool.drv" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"winspool.drv", L"wineboot.exe")
> > trace:file:append_entry long L"notepad.exe" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"notepad.exe", L"wineboot.exe")
> > trace:file:append_entry long L"AsycFilt.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"AsycFilt.dll", L"wineboot.exe")
> > trace:file:append_entry long L"stdole2.tlb" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"stdole2.tlb", L"wineboot.exe")
> > trace:file:append_entry long L"regsvr32.exe" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"regsvr32.exe", L"wineboot.exe")
> > trace:file:append_entry long L"instcat.sql" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"instcat.sql", L"wineboot.exe")
> > trace:file:append_entry long L"msxbde40.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msxbde40.dll", L"wineboot.exe")
> > trace:file:append_entry long L"ddhelp.exe" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"ddhelp.exe", L"wineboot.exe")
> > trace:file:append_entry long L"winver.exe" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"winver.exe", L"wineboot.exe")
> > trace:file:append_entry long L"msjint40.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msjint40.dll", L"wineboot.exe")
> > trace:file:append_entry long L"ReSize32.ocx" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"ReSize32.ocx", L"wineboot.exe")
> > trace:file:append_entry long L"hhctrl.ocx" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"hhctrl.ocx", L"wineboot.exe")
> > trace:file:append_entry long L"mtxoci.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"mtxoci.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odbcconf.rsp" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odbcconf.rsp", L"wineboot.exe")
> > trace:file:append_entry long L"riched32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"riched32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"ole32.dll" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"ole32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odfox32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odfox32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odexl32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odexl32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"mswdat10.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"mswdat10.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msexch40.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msexch40.dll", L"wineboot.exe")
> > trace:file:append_entry long L"sqlstr.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"sqlstr.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msvcirt.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msvcirt.dll", L"wineboot.exe")
> > trace:file:append_entry long L"rsaenh.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"rsaenh.dll", L"wineboot.exe")
> > trace:file:append_entry long L"oddbse32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"oddbse32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"drivers" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"drivers", L"wineboot.exe")
> > trace:file:append_entry long L"rundll32.exe" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"rundll32.exe", L"wineboot.exe")
> > trace:file:append_entry long L"gdi32.dll" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"gdi32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odbcji32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odbcji32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"advpack.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"advpack.dll", L"wineboot.exe")
> > trace:file:append_entry long L"ws2_32.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"ws2_32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"mswstr10.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"mswstr10.dll", L"wineboot.exe")
> > trace:file:append_entry long L"comdlg32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"comdlg32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"imagehlp.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"imagehlp.dll", L"wineboot.exe")
> > trace:file:append_entry long L"ntdll.dll" short L"" mask L"wineboot.exe"
> > trace:file:match_filename (L"ntdll.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msiexec.exe" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msiexec.exe", L"wineboot.exe")
> > trace:file:append_entry long L"msadp32.acm" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msadp32.acm", L"wineboot.exe")
> > trace:file:append_entry long L"olepro32.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"olepro32.dll", L"wineboot.exe")
> > trace:file:append_entry long L"imaadp32.acm" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"imaadp32.acm", L"wineboot.exe")
> > trace:file:append_entry long L"actxprxy.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"actxprxy.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odbc32gt.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odbc32gt.dll", L"wineboot.exe")
> > trace:file:append_entry long L"quartz.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"quartz.dll", L"wineboot.exe")
> > trace:file:append_entry long L"msjet40.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msjet40.dll", L"wineboot.exe")
> > trace:file:append_entry long L"VSDRAW7.OCX" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"VSDRAW7.OCX", L"wineboot.exe")
> > trace:file:append_entry long L"rpcrt4.dll" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"rpcrt4.dll", L"wineboot.exe")
> > trace:file:append_entry long L"dbmsadsn.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"dbmsadsn.dll", L"wineboot.exe")
> > trace:file:append_entry long L"odbcad32.exe" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"odbcad32.exe", L"wineboot.exe")
> > trace:file:append_entry long L"redist.rsp" short L"" mask L"wineboot.exe
> > "
> > trace:file:match_filename (L"redist.rsp", L"wineboot.exe")
> > trace:file:append_entry long L"msvcp60.dll" short L"" mask L"
> > wineboot.exe"
> > trace:file:match_filename (L"msvcp60.dll", L"wineboot.exe")
> > trace:file:NtQueryDirectoryFile => c000000f (0)
> > trace:file:GetLongPathNameW not found
> > L"C:\\windows\\system32\\wineboot.exe"!
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wineboot.exe"
> > 520 0xbfff06e0 (nil))
> > trace:file:GetFileAttributesW L"c:\\windows"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows",0xbfd46cd8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows" 520 0xbfd46a80 (nil))
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" ->
> > "/home/ryan/.wine/dosdevices/c:/windows"
> > trace:file:GetFileAttributesW L"c:\\windows\\system32"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32",0xbfd46cd8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32" 520 0xbfd46a80
> > (nil))
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32"
> > trace:file:init_windows_dirs WindowsDir = L"c:\\windows"
> > trace:file:init_windows_dirs SystemDir  = L"c:\\windows\\system32"
> > trace:file:RtlDosPathNameToNtPathName_U (L"C:\\Program
> > Files\\TimeMAPS\\",0xbfd46d08,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\Program Files\\TimeMAPS\\" 520
> > 0xbfd46a90 (nil))
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\Program
> > Files\\TimeMAPS\\" -> "/home/ryan/.wine/dosdevices/c:/Program
> > Files/TimeMAPS/"
> > trace:file:RtlSetCurrentDirectory_U curdir now L"C:\\Program
> > Files\\TimeMAPS\\" 0x8
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\wineboot.exe",0xbfd46978,0xbfd46960,(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wineboot.exe"
> > 520 0xbfd466c0 0xbfd46960)
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\wineboot.exe",0xbfd46978,0xbfd46960,(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wineboot.exe"
> > 520 0xbfd466c0 0xbfd46960)
> > warn:file:wine_nt_to_unix_file_name L"wineboot.exe" not found in
> > /home/ryan/.wine/dosdevices/c:/windows/system32
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32\\wineboot.exe.manifest",0x34dcd8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U
> > (L"c:\\windows\\system32\\wineboot.exe.manifest" 520 0x34da70 (nil))
> > warn:file:wine_nt_to_unix_file_name L"wineboot.exe.manifest" not found
> > in /home/ryan/.wine/dosdevices/c:/windows/system32
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\advapi32.dll",0x34fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll"
> > 520 0x34f8e0 (nil))
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\advapi32.dll" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll"
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll"
> > 64 0x34fd30 0x34fc50)
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\advapi32.dll",0x34fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll"
> > 520 0x34f8e0 (nil))
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\advapi32.dll" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll"
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll"
> > 68 0x110590 0x34fc50)
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\advapi32.dll",0x34fc68,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll"
> > 520 0x34f9b0 (nil))
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\advapi32.dll" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll"
> > trace:file:RtlDosPathNameToNtPathName_U (L"C:\\Program
> > Files\\TimeMAPS\\TMMLS.exe",0xbfff0c58,0xbfff0c40,(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\Program
> > Files\\TimeMAPS\\TMMLS.exe" 520 0xbfff09a0 0xbfff0c40)
> > trace:file:RtlDosPathNameToNtPathName_U (L"C:\\Program
> > Files\\TimeMAPS\\TMMLS.exe",0xbfff0c58,0xbfff0c40,(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\Program
> > Files\\TimeMAPS\\TMMLS.exe" 520 0xbfff09a0 0xbfff0c40)
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\Program
> > Files\\TimeMAPS\\TMMLS.exe" -> "/home/ryan/.wine/dosdevices/c:/Program
> > Files/TimeMAPS/TMMLS.exe"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\advapi32.dll",0x34faa8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll"
> > 520 0x34f830 (nil))
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\advapi32.dll" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll"
> > trace:file:RtlGetCurrentDirectory_U (520 0x34f850)
> > trace:file:GetShortPathNameA "C:\\Program Files\\TimeMAPS"
> > trace:file:GetShortPathNameW L"C:\\Program Files\\TimeMAPS"
> > trace:file:FindFirstFileExW L"C:\\Program Files" 0 0x34edd0 0 (nil) 0
> > trace:file:RtlDosPathNameToNtPathName_U (L"C:\\Program
> > Files",0x34ecf0,0x34ecfc,(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\Program Files" 520 0x34ea60
> > 0x34ecfc)
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\" ->
> > "/home/ryan/.wine/dosdevices/c:/"
> > trace:file:NtQueryDirectoryFile (0xc (nil) (nil) (nil) 0x34ece0 0x1107e0
> > 0x00002000 0x00000003 0x00000000 L"Program Files" 0x00000001
> > trace:file:read_directory_stat trying optimisation for file L"Program
> > Files"
> > trace:file:append_entry long L"Program Files" short L"PROG~FBU" mask
> > L"Program Files"
> > trace:file:match_filename (L"Program Files", L"Program Files")
> > trace:file:read_directory_stat returning 0
> > trace:file:NtQueryDirectoryFile => 0 (120)
> > trace:file:FindNextFileW 0x1107a0 0x34edd0
> > trace:file:FindNextFileW returning L"Program Files" (L"PROG~FBU")
> > trace:file:GetShortPathNameW returning L"C:\\PROG~FBU\\TimeMAPS"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows",0x34e7b8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows" 520 0x34e540 (nil))
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" ->
> > "/home/ryan/.wine/dosdevices/c:/windows"
> > trace:file:RtlSetCurrentDirectory_U curdir now L"C:\\windows\\" 0x14
> > trace:file:CreateFileW L"c:\\windows\\wininit.ini" GENERIC_READ
> > FILE_SHARE_READ  creation 3 attributes 0x80
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\wininit.ini",0x34e288,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\wininit.ini" 520
> > 0x34dfe0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"wininit.ini" not found in
> > /home/ryan/.wine/dosdevices/c:/windows
> > warn:file:CreateFileW Unable to create file L"c:\\windows\\wininit.ini"
> > (status c0000034)
> > trace:file:CreateFileW returning 0xffffffff
> > trace:file:FindFirstFileExW L"c:\\windows\\system32\\dllcache\\*" 0
> > 0x34f480 0 (nil) 0
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32\\dllcache\\*",0x34e7a0,0x34e7ac,(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\dllcache\\*"
> > 520 0x34e510 0x34e7ac)
> > warn:file:wine_nt_to_unix_file_name L"dllcache\\" not found in
> > /home/ryan/.wine/dosdevices/c:/windows/system32
> > trace:file:CreateFileW L"\\\\.\\pipe\\__wineservice_MountMgr"
> > GENERIC_READ GENERIC_WRITE  creation 4 attributes 0x0
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"\\\\.\\pipe\\__wineservice_MountMgr",0x34e678,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\__wineservice_MountMgr"
> > 520 0x34e3d0 (nil))
> > warn:file:CreateFileW Unable to create file
> > L"\\\\.\\pipe\\__wineservice_MountMgr" (status c0000034)
> > trace:file:CreateFileW returning 0xffffffff
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32\\winedevice.exe",0x34ddd8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U
> > (L"c:\\windows\\system32\\winedevice.exe" 520 0x34db90 (nil))
> > warn:file:wine_nt_to_unix_file_name L"winedevice.exe" not found in
> > /home/ryan/.wine/dosdevices/c:/windows/system32
> > trace:file:RtlGetFullPathName_U
> > (L"c:\\windows\\system32\\winedevice.exe" 520 0x34e4d0 0x34de68)
> > trace:file:CreateFileW L"C:\\windows\\system32\\winedevice.exe"
> > GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE  creation 3 attributes 0x0
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\winedevice.exe",0x34de28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U
> > (L"C:\\windows\\system32\\winedevice.exe" 520 0x34db80 (nil))
> > warn:file:wine_nt_to_unix_file_name L"winedevice.exe" not found in
> > /home/ryan/.wine/dosdevices/c:/windows/system32
> > warn:file:CreateFileW Unable to create file
> > L"C:\\windows\\system32\\winedevice.exe" (status c0000034)
> > trace:file:CreateFileW returning 0xffffffff
> > trace:file:RtlGetCurrentDirectory_U (520 0x34e2c0)
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows",0x34dfc8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x34dd80 (nil))
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" ->
> > "/home/ryan/.wine/dosdevices/c:/windows"
> > trace:file:GetLongPathNameW
> > L"C:\\windows\\system32\\winedevice.exe",0x34ddb0,260
> > trace:file:FindFirstFileExW L"C:\\windows" 0 0x34d120 0 (nil) 0
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows",0x34d070,0x34d07c,(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x34cde0 0x34d07c)
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\" ->
> > "/home/ryan/.wine/dosdevices/c:/"
> > trace:file:NtQueryDirectoryFile (0x38 (nil) (nil) (nil) 0x34d060
> > 0x110b80 0x00002000 0x00000003 0x00000000 L"windows" 0x00000001
> > trace:file:read_directory_stat trying optimisation for file L"windows"
> > trace:file:append_entry long L"windows" short L"" mask L"windows"
> > trace:file:match_filename (L"windows", L"windows")
> > trace:file:read_directory_stat returning 0
> > trace:file:NtQueryDirectoryFile => 0 (108)
> > trace:file:FindNextFileW 0x110b40 0x34d120
> > trace:file:FindNextFileW returning L"windows" (L"")
> > trace:file:FindFirstFileExW L"C:\\windows\\system32" 0 0x34d120 0 (nil)
> > 0
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32",0x34d070,0x34d07c,(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x34cde0
> > 0x34d07c)
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/"
> > trace:file:NtQueryDirectoryFile (0x38 (nil) (nil) (nil) 0x34d060
> > 0x110bc0 0x00002000 0x00000003 0x00000000 L"system32" 0x00000001
> > trace:file:read_directory_stat trying optimisation for file L"system32"
> > trace:file:append_entry long L"system32" short L"" mask L"system32"
> > trace:file:match_filename (L"system32", L"system32")
> > trace:file:read_directory_stat returning 0
> > trace:file:NtQueryDirectoryFile => 0 (112)
> > trace:file:FindNextFileW 0x110b80 0x34d120
> > trace:file:FindNextFileW returning L"system32" (L"")
> > trace:file:FindFirstFileExW L"C:\\windows\\system32\\winedevice.exe" 0
> > 0x34d120 0 (nil) 0
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\winedevice.exe",0x34d070,0x34d07c,(nil))
> > trace:file:RtlGetFullPathName_U
> > (L"C:\\windows\\system32\\winedevice.exe" 520 0x34cde0 0x34d07c)
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/"
> > trace:file:NtQueryDirectoryFile (0x38 (nil) (nil) (nil) 0x34d060
> > 0x110be0 0x00002000 0x00000003 0x00000000 L"winedevice.exe" 0x00000001
> > trace:file:read_directory_stat trying optimisation for file L"
> > winedevice.exe"
> > trace:file:read_directory_stat returning -1
> > trace:file:append_entry long L"." short L"" mask L"winedevice.exe"
> > trace:file:match_filename (L".", L"winedevice.exe")
> > trace:file:append_entry long L".." short L"" mask L"winedevice.exe"
> > trace:file:match_filename (L"..", L"winedevice.exe")
> > trace:file:append_entry long L"odbc16gt.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbc16gt.dll", L"winedevice.exe")
> > trace:file:append_entry long L"comctl32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"comctl32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"winmm.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"winmm.dll", L"winedevice.exe")
> > trace:file:append_entry long L"MSMASK32.OCX" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"MSMASK32.OCX", L"winedevice.exe")
> > trace:file:append_entry long L"cliconf.hlp" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"cliconf.hlp", L"winedevice.exe")
> > trace:file:append_entry long L"MSCOMCTL.OCX" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"MSCOMCTL.OCX", L"winedevice.exe")
> > trace:file:append_entry long L"rsabase.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"rsabase.dll", L"winedevice.exe")
> > trace:file:append_entry long L"mshtml.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"mshtml.dll", L"winedevice.exe")
> > trace:file:append_entry long L"shdocvw.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"shdocvw.dll", L"winedevice.exe")
> > trace:file:append_entry long L"d3d8.dll" short L"" mask L"winedevice.exe
> > "
> > trace:file:match_filename (L"d3d8.dll", L"winedevice.exe")
> > trace:file:append_entry long L"mstext40.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"mstext40.dll", L"winedevice.exe")
> > trace:file:append_entry long L"sqlsrv32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"sqlsrv32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odbccp32.cpl" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbccp32.cpl", L"winedevice.exe")
> > trace:file:append_entry long L"progman.exe" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"progman.exe", L"winedevice.exe")
> > trace:file:append_entry long L"odpdx32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odpdx32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"d3d9.dll" short L"" mask L"winedevice.exe
> > "
> > trace:file:match_filename (L"d3d9.dll", L"winedevice.exe")
> > trace:file:append_entry long L"mfc42.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"mfc42.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msg711.acm" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msg711.acm", L"winedevice.exe")
> > trace:file:append_entry long L"odtext32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odtext32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"sqlwoa.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"sqlwoa.dll", L"winedevice.exe")
> > trace:file:append_entry long L"shfolder.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"shfolder.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msrepl40.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msrepl40.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odbccu32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbccu32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"wininet.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"wininet.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msltus40.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msltus40.dll", L"winedevice.exe")
> > trace:file:append_entry long L"expsrv.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"expsrv.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msdart32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msdart32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"ds16gt.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"ds16gt.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odbcjt32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbcjt32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"oledlg.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"oledlg.dll", L"winedevice.exe")
> > trace:file:append_entry long L"dbmsrpcn.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"dbmsrpcn.dll", L"winedevice.exe")
> > trace:file:append_entry long L"mfc42u.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"mfc42u.dll", L"winedevice.exe")
> > trace:file:append_entry long L"dbmsvinn.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"dbmsvinn.dll", L"winedevice.exe")
> > trace:file:append_entry long L"VSPRINT7.OCX" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"VSPRINT7.OCX", L"winedevice.exe")
> > trace:file:append_entry long L"dsound.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"dsound.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msdatsrc.tlb" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msdatsrc.tlb", L"winedevice.exe")
> > trace:file:append_entry long L"mscomct2.ocx" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"mscomct2.ocx", L"winedevice.exe")
> > trace:file:append_entry long L"richtx32.ocx" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"richtx32.ocx", L"winedevice.exe")
> > trace:file:append_entry long L"scrrun.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"scrrun.dll", L"winedevice.exe")
> > trace:file:append_entry long L"user32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"user32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"cmd.exe" short L"" mask L"winedevice.exe"
> > trace:file:match_filename (L"cmd.exe", L"winedevice.exe")
> > trace:file:append_entry long L"msorcl32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msorcl32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"shell32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"shell32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"dbmssocn.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"dbmssocn.dll", L"winedevice.exe")
> > trace:file:append_entry long L"comcat.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"comcat.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odbcint.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbcint.dll", L"winedevice.exe")
> > trace:file:append_entry long L"vbajet32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"vbajet32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"control.exe" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"control.exe", L"winedevice.exe")
> > trace:file:append_entry long L"odbcconf.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbcconf.dll", L"winedevice.exe")
> > trace:file:append_entry long L"kernel32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"kernel32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msrd3x40.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msrd3x40.dll", L"winedevice.exe")
> > trace:file:append_entry long L"psapi.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"psapi.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odbccp32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbccp32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"ddraw.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"ddraw.dll", L"winedevice.exe")
> > trace:file:append_entry long L"schannel.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"schannel.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odbctrac.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbctrac.dll", L"winedevice.exe")
> > trace:file:append_entry long L"dbmsspxn.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"dbmsspxn.dll", L"winedevice.exe")
> > trace:file:append_entry long L"dsound.vxd" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"dsound.vxd", L"winedevice.exe")
> > trace:file:append_entry long L"cliconfg.DLL" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"cliconfg.DLL", L"winedevice.exe")
> > trace:file:append_entry long L"msi.dll" short L"" mask L"winedevice.exe"
> > trace:file:match_filename (L"msi.dll", L"winedevice.exe")
> > trace:file:append_entry long L"dbnmpntw.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"dbnmpntw.dll", L"winedevice.exe")
> > trace:file:append_entry long L"opengl32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"opengl32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msvcrt.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msvcrt.dll", L"winedevice.exe")
> > trace:file:append_entry long L"dbghelp.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"dbghelp.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odbcbcp.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbcbcp.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msjtes40.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msjtes40.dll", L"winedevice.exe")
> > trace:file:append_entry long L"ds32gt.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"ds32gt.dll", L"winedevice.exe")
> > trace:file:append_entry long L"12520850.cpx" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"12520850.cpx", L"winedevice.exe")
> > trace:file:append_entry long L"atl.dll" short L"" mask L"winedevice.exe"
> > trace:file:match_filename (L"atl.dll", L"winedevice.exe")
> > trace:file:append_entry long L"Macromed" short L"" mask L"winedevice.exe
> > "
> > trace:file:match_filename (L"Macromed", L"winedevice.exe")
> > trace:file:append_entry long L"shlwapi.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"shlwapi.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odbcconf.exe" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbcconf.exe", L"winedevice.exe")
> > trace:file:append_entry long L"setupapi.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"setupapi.dll", L"winedevice.exe")
> > trace:file:append_entry long L"OLEAUT32.DLL" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"OLEAUT32.DLL", L"winedevice.exe")
> > trace:file:append_entry long L"msrd2x40.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msrd2x40.dll", L"winedevice.exe")
> > trace:file:append_entry long L"comdlg32.ocx" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"comdlg32.ocx", L"winedevice.exe")
> > trace:file:append_entry long L"version.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"version.dll", L"winedevice.exe")
> > trace:file:append_entry long L"mscpxl32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"mscpxl32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msvbvm60.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msvbvm60.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odbc32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbc32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"mspbde40.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"mspbde40.dll", L"winedevice.exe")
> > trace:file:append_entry long L"sqlsodbc.hlp" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"sqlsodbc.hlp", L"winedevice.exe")
> > trace:file:append_entry long L"mtxdm.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"mtxdm.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msxml3.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msxml3.dll", L"winedevice.exe")
> > trace:file:append_entry long L"vfpodbc.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"vfpodbc.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msjter40.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msjter40.dll", L"winedevice.exe")
> > trace:file:append_entry long L"cabinet.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"cabinet.dll", L"winedevice.exe")
> > trace:file:append_entry long L"System32" short L"" mask L"winedevice.exe
> > "
> > trace:file:match_filename (L"System32", L"winedevice.exe")
> > trace:file:append_entry long L"urlmon.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"urlmon.dll", L"winedevice.exe")
> > trace:file:append_entry long L"spool" short L"" mask L"winedevice.exe"
> > trace:file:match_filename (L"spool", L"winedevice.exe")
> > trace:file:append_entry long L"cliconfg.exe" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"cliconfg.exe", L"winedevice.exe")
> > trace:file:append_entry long L"msexcl40.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msexcl40.dll", L"winedevice.exe")
> > trace:file:append_entry long L"12520437.cpx" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"12520437.cpx", L"winedevice.exe")
> > trace:file:append_entry long L"sqlwid.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"sqlwid.dll", L"winedevice.exe")
> > trace:file:append_entry long L"crypt32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"crypt32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"advapi32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"advapi32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"ctl3d32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"ctl3d32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"wsock32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"wsock32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odbccr32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbccr32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"riched20.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"riched20.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msjetoledb40.dll" short L"MSJE~AGB.DLL"
> > mask L"winedevice.exe"
> > trace:file:match_filename (L"msjetoledb40.dll", L"winedevice.exe")
> > trace:file:match_filename (L"MSJE~AGB.DLL", L"winedevice.exe")
> > trace:file:append_entry long L"winspool.drv" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"winspool.drv", L"winedevice.exe")
> > trace:file:append_entry long L"notepad.exe" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"notepad.exe", L"winedevice.exe")
> > trace:file:append_entry long L"AsycFilt.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"AsycFilt.dll", L"winedevice.exe")
> > trace:file:append_entry long L"stdole2.tlb" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"stdole2.tlb", L"winedevice.exe")
> > trace:file:append_entry long L"regsvr32.exe" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"regsvr32.exe", L"winedevice.exe")
> > trace:file:append_entry long L"instcat.sql" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"instcat.sql", L"winedevice.exe")
> > trace:file:append_entry long L"msxbde40.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msxbde40.dll", L"winedevice.exe")
> > trace:file:append_entry long L"ddhelp.exe" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"ddhelp.exe", L"winedevice.exe")
> > trace:file:append_entry long L"winver.exe" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"winver.exe", L"winedevice.exe")
> > trace:file:append_entry long L"msjint40.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msjint40.dll", L"winedevice.exe")
> > trace:file:append_entry long L"ReSize32.ocx" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"ReSize32.ocx", L"winedevice.exe")
> > trace:file:append_entry long L"hhctrl.ocx" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"hhctrl.ocx", L"winedevice.exe")
> > trace:file:append_entry long L"mtxoci.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"mtxoci.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odbcconf.rsp" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbcconf.rsp", L"winedevice.exe")
> > trace:file:append_entry long L"riched32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"riched32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"ole32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"ole32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odfox32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odfox32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odexl32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odexl32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"mswdat10.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"mswdat10.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msexch40.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msexch40.dll", L"winedevice.exe")
> > trace:file:append_entry long L"sqlstr.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"sqlstr.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msvcirt.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msvcirt.dll", L"winedevice.exe")
> > trace:file:append_entry long L"rsaenh.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"rsaenh.dll", L"winedevice.exe")
> > trace:file:append_entry long L"oddbse32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"oddbse32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"drivers" short L"" mask L"winedevice.exe"
> > trace:file:match_filename (L"drivers", L"winedevice.exe")
> > trace:file:append_entry long L"rundll32.exe" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"rundll32.exe", L"winedevice.exe")
> > trace:file:append_entry long L"gdi32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"gdi32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odbcji32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbcji32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"advpack.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"advpack.dll", L"winedevice.exe")
> > trace:file:append_entry long L"ws2_32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"ws2_32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"mswstr10.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"mswstr10.dll", L"winedevice.exe")
> > trace:file:append_entry long L"comdlg32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"comdlg32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"imagehlp.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"imagehlp.dll", L"winedevice.exe")
> > trace:file:append_entry long L"ntdll.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"ntdll.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msiexec.exe" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msiexec.exe", L"winedevice.exe")
> > trace:file:append_entry long L"msadp32.acm" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msadp32.acm", L"winedevice.exe")
> > trace:file:append_entry long L"olepro32.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"olepro32.dll", L"winedevice.exe")
> > trace:file:append_entry long L"imaadp32.acm" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"imaadp32.acm", L"winedevice.exe")
> > trace:file:append_entry long L"actxprxy.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"actxprxy.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odbc32gt.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbc32gt.dll", L"winedevice.exe")
> > trace:file:append_entry long L"quartz.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"quartz.dll", L"winedevice.exe")
> > trace:file:append_entry long L"msjet40.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msjet40.dll", L"winedevice.exe")
> > trace:file:append_entry long L"VSDRAW7.OCX" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"VSDRAW7.OCX", L"winedevice.exe")
> > trace:file:append_entry long L"rpcrt4.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"rpcrt4.dll", L"winedevice.exe")
> > trace:file:append_entry long L"dbmsadsn.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"dbmsadsn.dll", L"winedevice.exe")
> > trace:file:append_entry long L"odbcad32.exe" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"odbcad32.exe", L"winedevice.exe")
> > trace:file:append_entry long L"redist.rsp" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"redist.rsp", L"winedevice.exe")
> > trace:file:append_entry long L"msvcp60.dll" short L"" mask L"
> > winedevice.exe"
> > trace:file:match_filename (L"msvcp60.dll", L"winedevice.exe")
> > trace:file:NtQueryDirectoryFile => c000000f (0)
> > trace:file:GetLongPathNameW not found
> > L"C:\\windows\\system32\\winedevice.exe"!
> > trace:file:RtlGetFullPathName_U
> > (L"C:\\windows\\system32\\winedevice.exe" 520 0x34ddb0 (nil))
> > trace:file:GetFileAttributesW L"c:\\windows"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows",0xbfff5f88,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows" 520 0xbfff5d30 (nil))
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" ->
> > "/home/ryan/.wine/dosdevices/c:/windows"
> > trace:file:GetFileAttributesW L"c:\\windows\\system32"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32",0xbfff5f88,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32" 520 0xbfff5d30
> > (nil))
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32"
> > trace:file:init_windows_dirs WindowsDir = L"c:\\windows"
> > trace:file:init_windows_dirs SystemDir  = L"c:\\windows\\system32"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\",0xbfff5fb8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\" 520 0xbfff5d40 (nil))
> > trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/"
> > trace:file:RtlSetCurrentDirectory_U curdir now L"C:\\windows\\" 0x10
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\winedevice.exe",0xbfff5c28,0xbfff5c10,(nil))
> > trace:file:RtlGetFullPathName_U
> > (L"C:\\windows\\system32\\winedevice.exe" 520 0xbfff5970 0xbfff5c10)
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\winedevice.exe",0xbfff5c28,0xbfff5c10,(nil))
> > trace:file:RtlGetFullPathName_U
> > (L"C:\\windows\\system32\\winedevice.exe" 520 0xbfff5970 0xbfff5c10)
> > warn:file:wine_nt_to_unix_file_name L"winedevice.exe" not found in
> > /home/ryan/.wine/dosdevices/c:/windows/system32
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32\\winedevice.exe.manifest",0x34dcd8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U
> > (L"c:\\windows\\system32\\winedevice.exe.manifest" 520 0x34da70 (nil))
> > warn:file:wine_nt_to_unix_file_name L"winedevice.exe.manifest" not found
> > in /home/ryan/.wine/dosdevices/c:/windows/system32
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\advapi32.dll",0x34fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll"
> > 520 0x34f8e0 (nil))
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\advapi32.dll" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll"
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll"
> > 64 0x34fd30 0x34fc50)
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\advapi32.dll",0x34fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll"
> > 520 0x34f8e0 (nil))
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\advapi32.dll" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll"
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll"
> > 68 0x110598 0x34fc50)
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\advapi32.dll",0x34fc68,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll"
> > 520 0x34f9b0 (nil))
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\advapi32.dll" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\advapi32.dll",0x34faa8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll"
> > 520 0x34f830 (nil))
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\advapi32.dll" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\ntoskrnl.exe",0x34fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ntoskrnl.exe"
> > 520 0x34f8e0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"ntoskrnl.exe" not found in
> > /home/ryan/.wine/dosdevices/c:/windows/system32
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L".\\ntoskrnl.exe",0x34fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L".\\ntoskrnl.exe" 520 0x34f8e0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"ntoskrnl.exe" not found in
> > /home/ryan/.wine/dosdevices/c:/windows
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32\\ntoskrnl.exe",0x34fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\ntoskrnl.exe"
> > 520 0x34f8e0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"ntoskrnl.exe" not found in
> > /home/ryan/.wine/dosdevices/c:/windows/system32
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system\\ntoskrnl.exe",0x34fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system\\ntoskrnl.exe"
> > 520 0x34f8e0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"ntoskrnl.exe" not found in
> > /home/ryan/.wine/dosdevices/c:/windows/system
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\ntoskrnl.exe",0x34fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\ntoskrnl.exe" 520
> > 0x34f8e0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"ntoskrnl.exe" not found in
> > /home/ryan/.wine/dosdevices/c:/windows
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32\\ntoskrnl.exe",0x34fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\ntoskrnl.exe"
> > 520 0x34f8e0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"ntoskrnl.exe" not found in
> > /home/ryan/.wine/dosdevices/c:/windows/system32
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\ntoskrnl.exe",0x34fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\ntoskrnl.exe" 520
> > 0x34f8e0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"ntoskrnl.exe" not found in
> > /home/ryan/.wine/dosdevices/c:/windows
> > trace:file:RtlGetCurrentDirectory_U (520 0x34f850)
> > trace:file:GetShortPathNameA "C:\\windows"
> > trace:file:GetShortPathNameW L"C:\\windows"
> > trace:file:GetShortPathNameW returning L"C:\\windows"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"\\\\.\\pipe\\__wineservice_MountMgr",0x7edec938,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\__wineservice_MountMgr"
> > 520 0x7edec6a0 (nil))
> > trace:file:CreateFileW L"\\\\.\\pipe\\__wineservice_MountMgr"
> > GENERIC_READ GENERIC_WRITE  creation 4 attributes 0x0
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"\\\\.\\pipe\\__wineservice_MountMgr",0x34e678,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\__wineservice_MountMgr"
> > 520 0x34e3d0 (nil))
> > trace:file:CreateFileW returning 0x34
> > trace:file:WriteFile 0x34 0x110970 12 0x34e764 (nil)
> > trace:file:ReadFile 0x34 0x34e760 4 0x34e764 (nil)
> > trace:file:ReadFile 0x24 0x7edec9c8 8 0x7edec9d4 (nil)
> > trace:file:ReadFile 0x24 0x110928 2 0x7edec9c4 (nil)
> > trace:file:WriteFile 0x24 0x7edec9c0 4 0x7edec9c4 (nil)
> > trace:file:CreateFileW L"\\\\.\\pipe\\__wineservice_MountMgr"
> > GENERIC_READ GENERIC_WRITE  creation 4 attributes 0x0
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"\\\\.\\pipe\\__wineservice_MountMgr",0x34e5a8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\__wineservice_MountMgr"
> > 520 0x34e300 (nil))
> > warn:file:CreateFileW Unable to create file
> > L"\\\\.\\pipe\\__wineservice_MountMgr" (status c00000ac)
> > trace:file:CreateFileW returning 0xffffffff
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"\\\\.\\pipe\\__wineservice_MountMgr",0x34e5b8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\__wineservice_MountMgr"
> > 520 0x34e320 (nil))
> > trace:file:CreateFileW L"\\\\.\\pipe\\__wineservice_MountMgr"
> > GENERIC_READ GENERIC_WRITE  creation 4 attributes 0x0
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"\\\\.\\pipe\\__wineservice_MountMgr",0x34e5a8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\__wineservice_MountMgr"
> > 520 0x34e300 (nil))
> > trace:file:CreateFileW returning 0x30
> > trace:file:WriteFile 0x30 0x34e670 8 0x34e66c (nil)
> > trace:file:ReadFile 0x30 0x34e6b0 36 0x34e66c (nil)
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32\\msvcrt.dll",0x7ecdb3a8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\msvcrt.dll"
> > 520 0x7ecdb160 (nil))
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\msvcrt.dll" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/msvcrt.dll"
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\msvcrt.dll" 64
> > 0x7ecdb5b0 0x7ecdb4d0)
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\msvcrt.dll",0x7ecdb4e8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\msvcrt.dll"
> > 520 0x7ecdb230 (nil))
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\msvcrt.dll" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/msvcrt.dll"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\msvcrt.dll",0x7ecdb328,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\msvcrt.dll"
> > 520 0x7ecdb0b0 (nil))
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\msvcrt.dll" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/msvcrt.dll"
> > trace:file:CreateFileW L"CONIN$" GENERIC_READ FILE_SHARE_READ  creation
> > 3 attributes 0x0
> > trace:file:CreateFileW returning 0xffffffff
> > trace:file:CreateFileW L"CONOUT$" GENERIC_WRITE FILE_SHARE_WRITE
> > creation 3 attributes 0x0
> > trace:file:CreateFileW returning 0xffffffff
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32\\mountmgr.sys",0x7ecdb3c8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\mountmgr.sys"
> > 520 0x7ecdb180 (nil))
> > warn:file:wine_nt_to_unix_file_name L"mountmgr.sys" not found in
> > /home/ryan/.wine/dosdevices/c:/windows/system32
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L".\\mountmgr.sys",0x7ecdb3c8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L".\\mountmgr.sys" 520 0x7ecdb180
> > (nil))
> > warn:file:wine_nt_to_unix_file_name L"mountmgr.sys" not found in
> > /home/ryan/.wine/dosdevices/c:/windows
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32\\mountmgr.sys",0x7ecdb3c8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\mountmgr.sys"
> > 520 0x7ecdb180 (nil))
> > warn:file:wine_nt_to_unix_file_name L"mountmgr.sys" not found in
> > /home/ryan/.wine/dosdevices/c:/windows/system32
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system\\mountmgr.sys",0x7ecdb3c8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system\\mountmgr.sys"
> > 520 0x7ecdb180 (nil))
> > warn:file:wine_nt_to_unix_file_name L"mountmgr.sys" not found in
> > /home/ryan/.wine/dosdevices/c:/windows/system
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\mountmgr.sys",0x7ecdb3c8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\mountmgr.sys" 520
> > 0x7ecdb180 (nil))
> > warn:file:wine_nt_to_unix_file_name L"mountmgr.sys" not found in
> > /home/ryan/.wine/dosdevices/c:/windows
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32\\mountmgr.sys",0x7ecdb3c8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\mountmgr.sys"
> > 520 0x7ecdb180 (nil))
> > warn:file:wine_nt_to_unix_file_name L"mountmgr.sys" not found in
> > /home/ryan/.wine/dosdevices/c:/windows/system32
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\mountmgr.sys",0x7ecdb3c8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\mountmgr.sys" 520
> > 0x7ecdb180 (nil))
> > warn:file:wine_nt_to_unix_file_name L"mountmgr.sys" not found in
> > /home/ryan/.wine/dosdevices/c:/windows
> > trace:file:ReadFile 0x24 0x7edec9c8 8 0x7edec9d4 (nil)
> > trace:file:WriteFile 0x24 0x1108d8 36 0x7edec9bc (nil)
> > trace:file:RtlDosPathNameToNtPathName_U (L"C:\\Program
> > Files\\TimeMAPS\\TMMLS.exe.manifest",0x33dcd8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\Program
> > Files\\TimeMAPS\\TMMLS.exe.manifest" 520 0x33da70 (nil))
> > warn:file:wine_nt_to_unix_file_name L"TMMLS.exe.manifest" not found in
> > /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS
> > trace:file:RtlDosPathNameToNtPathName_U (L"C:\\Program
> > Files\\TimeMAPS\\MSVBVM60.DLL",0x33fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\Program
> > Files\\TimeMAPS\\MSVBVM60.DLL" 520 0x33f8e0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"MSVBVM60.DLL" not found in
> > /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L".\\MSVBVM60.DLL",0x33fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L".\\MSVBVM60.DLL" 520 0x33f8e0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"MSVBVM60.DLL" not found in
> > /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32\\MSVBVM60.DLL",0x33fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\MSVBVM60.DLL"
> > 520 0x33f8e0 (nil))
> > warn:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\MSVBVM60.DLL" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll" required a
> > case-insensitive search
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\MSVBVM60.DLL" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll"
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\MSVBVM60.DLL"
> > 64 0x33fd30 0x33fc50)
> > trace:file:RtlDosPathNameToNtPathName_U (L"C:\\Program
> > Files\\TimeMAPS\\MSVBVM60.DLL",0x33fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\Program
> > Files\\TimeMAPS\\MSVBVM60.DLL" 520 0x33f8e0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"MSVBVM60.DLL" not found in
> > /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L".\\MSVBVM60.DLL",0x33fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L".\\MSVBVM60.DLL" 520 0x33f8e0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"MSVBVM60.DLL" not found in
> > /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32\\MSVBVM60.DLL",0x33fb28,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\MSVBVM60.DLL"
> > 520 0x33f8e0 (nil))
> > warn:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\MSVBVM60.DLL" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll" required a
> > case-insensitive search
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\MSVBVM60.DLL" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll"
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\MSVBVM60.DLL"
> > 68 0x110648 0x33fc50)
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\MSVBVM60.DLL",0x33fc68,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\MSVBVM60.DLL"
> > 520 0x33f9b0 (nil))
> > warn:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\MSVBVM60.DLL" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll" required a
> > case-insensitive search
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\MSVBVM60.DLL" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll"
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\MSVBVM60.DLL",0x33faa8,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\MSVBVM60.DLL"
> > 520 0x33f830 (nil))
> > warn:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\MSVBVM60.DLL" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll" required a
> > case-insensitive search
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\MSVBVM60.DLL" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll"
> > trace:file:RtlDosPathNameToNtPathName_U (L"C:\\Program
> > Files\\TimeMAPS\\USER32.dll",0x33f838,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\Program
> > Files\\TimeMAPS\\USER32.dll" 520 0x33f5f0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"USER32.dll" not found in
> > /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L".\\USER32.dll",0x33f838,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L".\\USER32.dll" 520 0x33f5f0 (nil))
> > warn:file:wine_nt_to_unix_file_name L"USER32.dll" not found in
> > /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"c:\\windows\\system32\\USER32.dll",0x33f838,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\USER32.dll"
> > 520 0x33f5f0 (nil))
> > warn:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\USER32.dll" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/user32.dll" required a
> > case-insensitive search
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\USER32.dll" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/user32.dll"
> > trace:file:RtlGetFullPathName_U (L"c:\\windows\\system32\\USER32.dll" 64
> > 0x33fa40 0x33f960)
> > trace:file:RtlDosPathNameToNtPathName_U
> > (L"C:\\windows\\system32\\USER32.dll",0x33f978,(nil),(nil))
> > trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\USER32.dll"
> > 520 0x33f6c0 (nil))
> > warn:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\USER32.dll" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/user32.dll" required a
> > case-insensitive search
> > trace:file:wine_nt_to_unix_file_name
> > L"\\??\\C:\\windows\\system32\\USER32.dll" ->
> > "/home/ryan/.wine/dosdevices/c:/windows/system32/user32.dll"
> > trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows
>
> ...
>
> [Message clipped]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20080215/22a4e2d3/attachment-0001.htm 


More information about the wine-users mailing list