Hi all,<br><br>I just started messing with wine (0.9.54 on Ubuntu 7.04-Feisty) a few weeks ago and there&#39;s some educational software I want to be able to run.&nbsp; It was made with VB, and I&#39;ve managed to get it working fairly well except for an ActiveX control for showing Flash movies (.swf).&nbsp; I think it&#39;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 &quot;Movie not loaded&quot; and &quot;About Flash Player 9&quot; (which also leads me to believe that the ActiveX controller does load properly.)&nbsp; Unfortunately, I don&#39;t have access to the source, nor do I have any VB experience.<br>

<br>Looking at the file channel of debug output, I notice:<br><br>trace:file:CreateFileW L&quot;C|/Program Files/TimeMAPS/Graphics/Flash/070100_NeedsWants.swf/&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C|/Program Files/TimeMAPS/Graphics/Flash/070100_NeedsWants.swf/&quot;,0x33d8b8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C|/Program Files/TimeMAPS/Graphics/Flash/070100_NeedsWants.swf/&quot; 520 0x33d610 (nil))<br>
warn:file:CreateFileW Unable to create file L&quot;C|/Program Files/TimeMAPS/Graphics/Flash/070100_NeedsWants.swf/&quot; (status c0000033)<br>trace:file:CreateFileW returning 0xffffffff<div><br><br>The trailing slash on the specified path looks suspicious to me.&nbsp; For comparison, here are some traces produced when the software opens up an RTF.&nbsp; This works fine.<br>

<br>trace:file:CreateFileW L&quot;C:\\Program Files\\TimeMAPS/Text_Files/030100_InterestBasics.rtf&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS/Text_Files/030100_InterestBasics.rtf&quot;,0x33eb2c,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS/Text_Files/030100_InterestBasics.rtf&quot; 520 0x33e884 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Text_Files\\030100_InterestBasics.rtf&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Text_Files/030100_InterestBasics.rtf&quot;<br>
trace:file:CreateFileW returning 0x118<div><br><br>No trailing slashes.<br><br>I&#39;ve tried several different versions of Flash ActiveX, as well as changing the folder permissions, reinstalling the software so it doesn&#39;t have the ampersand in the path, and upgrading my wine version (I&#39;m going to try 0.9.55 when it&#39;s available on the repository, but I&#39;m not hopeful.)<br>

</div><br></div>Has anyone seen this before or know what to do?<br><br>Thanks a lot,<br>Ryan<br><br>trace:file:GetFileAttributesW L&quot;c:\\windows&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows&quot;,0xbfff0fb8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows&quot; 520 0xbfff0d60 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows&quot;<br>trace:file:GetFileAttributesW L&quot;c:\\windows\\system32&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32&quot;,0xbfff0fb8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32&quot; 520 0xbfff0d60 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32&quot;<br>
trace:file:init_windows_dirs WindowsDir = L&quot;c:\\windows&quot;<br>trace:file:init_windows_dirs SystemDir&nbsp; = L&quot;c:\\windows\\system32&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;/home/ryan/.wine/drive_c/Program Files/TimeMAPS&quot;,0xbfff0fe8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;/home/ryan/.wine/drive_c/Program Files/TimeMAPS&quot; 520 0xbfff0d70 (nil))<br>trace:file:find_drive_rootW L&quot;/home/ryan/.wine/drive_c/Program Files/TimeMAPS&quot; -&gt; drive C:, root=&quot;/home/ryan/.wine/drive_c&quot;, name=L&quot;/Program Files/TimeMAPS&quot;<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS&quot;<br>trace:file:RtlSetCurrentDirectory_U curdir now L&quot;C:\\Program Files\\TimeMAPS\\&quot; 0x10<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;/home/ryan/.wine/drive_c/Program Files/TimeMAPS/TMMLS.exe&quot;,0xbfff0f88,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;/home/ryan/.wine/drive_c/Program Files/TimeMAPS/TMMLS.exe&quot; 520 0xbfff0d40 (nil))<br>
trace:file:find_drive_rootW L&quot;/home/ryan/.wine/drive_c/Program Files/TimeMAPS/TMMLS.exe&quot; -&gt; drive C:, root=&quot;/home/ryan/.wine/drive_c&quot;, name=L&quot;/Program Files/TimeMAPS/TMMLS.exe&quot;<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\TMMLS.exe&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/TMMLS.exe&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;/home/ryan/.wine/drive_c/Program Files/TimeMAPS/TMMLS.exe&quot; 520 0xbfff1860 (nil))<br>trace:file:find_drive_rootW L&quot;/home/ryan/.wine/drive_c/Program Files/TimeMAPS/TMMLS.exe&quot; -&gt; drive C:, root=&quot;/home/ryan/.wine/drive_c&quot;, name=L&quot;/Program Files/TimeMAPS/TMMLS.exe&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\wineboot.exe&quot;,0xbfff0708,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\wineboot.exe&quot; 520 0xbfff04c0 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;wineboot.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\wineboot.exe&quot; 520 0xbfff0e00 0xbfff0798)<br>
trace:file:CreateFileW L&quot;C:\\windows\\system32\\wineboot.exe&quot; GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE&nbsp; creation 3 attributes 0x0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\wineboot.exe&quot;,0xbfff0758,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\wineboot.exe&quot; 520 0xbfff04b0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;wineboot.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
warn:file:CreateFileW Unable to create file L&quot;C:\\windows\\system32\\wineboot.exe&quot; (status c0000034)<br>trace:file:CreateFileW returning 0xffffffff<br>trace:file:RtlGetCurrentDirectory_U (520 0xbfff0bf0)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS&quot;,0xbfff08f8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS&quot; 520 0xbfff06b0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS&quot;<br>
trace:file:GetLongPathNameW L&quot;C:\\windows\\system32\\wineboot.exe&quot;,0xbfff06e0,260<br>trace:file:FindFirstFileExW L&quot;C:\\windows&quot; 0 0xbffefa50 0 (nil) 0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows&quot;,0xbffef9a0,0xbffef9ac,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows&quot; 520 0xbffef710 0xbffef9ac)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/&quot;<br>trace:file:NtQueryDirectoryFile (0x1c (nil) (nil) (nil) 0xbffef990 0x1106a8 0x00002000 0x00000003 0x00000000 L&quot;windows&quot; 0x00000001<br>
trace:file:read_directory_stat trying optimisation for file L&quot;windows&quot;<br>trace:file:append_entry long L&quot;windows&quot; short L&quot;&quot; mask L&quot;windows&quot;<br>trace:file:match_filename (L&quot;windows&quot;, L&quot;windows&quot;)<br>
trace:file:read_directory_stat returning 0<br>trace:file:NtQueryDirectoryFile =&gt; 0 (108)<br>trace:file:FindNextFileW 0x110668 0xbffefa50<br>trace:file:FindNextFileW returning L&quot;windows&quot; (L&quot;&quot;)<br>trace:file:FindFirstFileExW L&quot;C:\\windows\\system32&quot; 0 0xbffefa50 0 (nil) 0<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32&quot;,0xbffef9a0,0xbffef9ac,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32&quot; 520 0xbffef710 0xbffef9ac)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/&quot;<br>
trace:file:NtQueryDirectoryFile (0x1c (nil) (nil) (nil) 0xbffef990 0x1106a8 0x00002000 0x00000003 0x00000000 L&quot;system32&quot; 0x00000001<br>trace:file:read_directory_stat trying optimisation for file L&quot;system32&quot;<br>
trace:file:append_entry long L&quot;system32&quot; short L&quot;&quot; mask L&quot;system32&quot;<br>trace:file:match_filename (L&quot;system32&quot;, L&quot;system32&quot;)<br>trace:file:read_directory_stat returning 0<br>
trace:file:NtQueryDirectoryFile =&gt; 0 (112)<br>trace:file:FindNextFileW 0x110668 0xbffefa50<br>trace:file:FindNextFileW returning L&quot;system32&quot; (L&quot;&quot;)<br>trace:file:FindFirstFileExW L&quot;C:\\windows\\system32\\wineboot.exe&quot; 0 0xbffefa50 0 (nil) 0<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\wineboot.exe&quot;,0xbffef9a0,0xbffef9ac,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\wineboot.exe&quot; 520 0xbffef710 0xbffef9ac)<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/&quot;<br>trace:file:NtQueryDirectoryFile (0x1c (nil) (nil) (nil) 0xbffef990 0x110700 0x00002000 0x00000003 0x00000000 L&quot;wineboot.exe&quot; 0x00000001<br>
trace:file:read_directory_stat trying optimisation for file L&quot;wineboot.exe&quot;<br>trace:file:read_directory_stat returning -1<br>trace:file:append_entry long L&quot;.&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;.&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;..&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;..&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;odbc16gt.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;odbc16gt.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;comctl32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;comctl32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;winmm.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;winmm.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;MSMASK32.OCX&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;MSMASK32.OCX&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;cliconf.hlp&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;cliconf.hlp&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;MSCOMCTL.OCX&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;MSCOMCTL.OCX&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;rsabase.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;rsabase.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;mshtml.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;mshtml.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;shdocvw.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;shdocvw.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;d3d8.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;d3d8.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;mstext40.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;mstext40.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;sqlsrv32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;sqlsrv32.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;odbccp32.cpl&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;odbccp32.cpl&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;progman.exe&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;progman.exe&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;odpdx32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;odpdx32.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;d3d9.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;d3d9.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;mfc42.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;mfc42.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msg711.acm&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msg711.acm&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;odtext32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;odtext32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;sqlwoa.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;sqlwoa.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;shfolder.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;shfolder.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;msrepl40.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msrepl40.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;odbccu32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;odbccu32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;wininet.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;wininet.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;msltus40.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msltus40.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;expsrv.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;expsrv.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msdart32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msdart32.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;ds16gt.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;ds16gt.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;odbcjt32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;odbcjt32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;oledlg.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;oledlg.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;dbmsrpcn.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;dbmsrpcn.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;mfc42u.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;mfc42u.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;dbmsvinn.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;dbmsvinn.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;VSPRINT7.OCX&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;VSPRINT7.OCX&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;dsound.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;dsound.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msdatsrc.tlb&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msdatsrc.tlb&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;mscomct2.ocx&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;mscomct2.ocx&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;richtx32.ocx&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;richtx32.ocx&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;scrrun.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;scrrun.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;user32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;user32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;cmd.exe&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;cmd.exe&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msorcl32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msorcl32.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;shell32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;shell32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;dbmssocn.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;dbmssocn.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;comcat.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;comcat.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;odbcint.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;odbcint.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;vbajet32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;vbajet32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;control.exe&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;control.exe&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;odbcconf.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;odbcconf.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;kernel32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;kernel32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msrd3x40.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msrd3x40.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;psapi.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;psapi.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;odbccp32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;odbccp32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;ddraw.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;ddraw.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;schannel.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;schannel.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;odbctrac.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;odbctrac.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;dbmsspxn.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;dbmsspxn.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;dsound.vxd&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;dsound.vxd&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;cliconfg.DLL&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;cliconfg.DLL&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msi.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msi.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;dbnmpntw.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;dbnmpntw.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;opengl32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;opengl32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msvcrt.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msvcrt.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;dbghelp.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;dbghelp.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;odbcbcp.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;odbcbcp.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msjtes40.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msjtes40.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;ds32gt.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;ds32gt.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;12520850.cpx&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;12520850.cpx&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;atl.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;atl.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;Macromed&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;Macromed&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;shlwapi.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;shlwapi.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;odbcconf.exe&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;odbcconf.exe&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;setupapi.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;setupapi.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;OLEAUT32.DLL&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;OLEAUT32.DLL&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msrd2x40.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msrd2x40.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;comdlg32.ocx&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;comdlg32.ocx&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;version.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;version.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;mscpxl32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;mscpxl32.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;msvbvm60.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msvbvm60.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;odbc32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;odbc32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;mspbde40.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;mspbde40.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;sqlsodbc.hlp&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;sqlsodbc.hlp&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;mtxdm.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;mtxdm.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msxml3.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msxml3.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;vfpodbc.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;vfpodbc.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msjter40.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;msjter40.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;cabinet.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;cabinet.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;System32&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;System32&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;urlmon.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;urlmon.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;spool&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;spool&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;cliconfg.exe&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;cliconfg.exe&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msexcl40.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;msexcl40.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;12520437.cpx&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;12520437.cpx&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;sqlwid.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;sqlwid.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;crypt32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;crypt32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;advapi32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;advapi32.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;ctl3d32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;ctl3d32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;wsock32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;wsock32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;odbccr32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;odbccr32.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;riched20.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;riched20.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msjetoledb40.dll&quot; short L&quot;MSJE~AGB.DLL&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;msjetoledb40.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:match_filename (L&quot;MSJE~AGB.DLL&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;winspool.drv&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;winspool.drv&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;notepad.exe&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;notepad.exe&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;AsycFilt.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;AsycFilt.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;stdole2.tlb&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;stdole2.tlb&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;regsvr32.exe&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;regsvr32.exe&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;instcat.sql&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;instcat.sql&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msxbde40.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;msxbde40.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;ddhelp.exe&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;ddhelp.exe&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;winver.exe&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;winver.exe&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msjint40.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;msjint40.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;ReSize32.ocx&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;ReSize32.ocx&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;hhctrl.ocx&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;hhctrl.ocx&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;mtxoci.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;mtxoci.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;odbcconf.rsp&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;odbcconf.rsp&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;riched32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;riched32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;ole32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;ole32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;odfox32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;odfox32.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;odexl32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;odexl32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;mswdat10.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;mswdat10.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msexch40.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msexch40.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;sqlstr.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;sqlstr.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msvcirt.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;msvcirt.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;rsaenh.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;rsaenh.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;oddbse32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;oddbse32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;drivers&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;drivers&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;rundll32.exe&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;rundll32.exe&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;gdi32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;gdi32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;odbcji32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;odbcji32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;advpack.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;advpack.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;ws2_32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;ws2_32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;mswstr10.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;mswstr10.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;comdlg32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;comdlg32.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;imagehlp.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;imagehlp.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;ntdll.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;ntdll.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;msiexec.exe&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msiexec.exe&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;msadp32.acm&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msadp32.acm&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;olepro32.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;olepro32.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;imaadp32.acm&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;imaadp32.acm&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;actxprxy.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;actxprxy.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;odbc32gt.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;odbc32gt.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;quartz.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;quartz.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;msjet40.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msjet40.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;VSDRAW7.OCX&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;VSDRAW7.OCX&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;rpcrt4.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;rpcrt4.dll&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;dbmsadsn.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;dbmsadsn.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;odbcad32.exe&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>
trace:file:match_filename (L&quot;odbcad32.exe&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:append_entry long L&quot;redist.rsp&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;redist.rsp&quot;, L&quot;wineboot.exe&quot;)<br>
trace:file:append_entry long L&quot;msvcp60.dll&quot; short L&quot;&quot; mask L&quot;wineboot.exe&quot;<br>trace:file:match_filename (L&quot;msvcp60.dll&quot;, L&quot;wineboot.exe&quot;)<br>trace:file:NtQueryDirectoryFile =&gt; c000000f (0)<br>
trace:file:GetLongPathNameW not found L&quot;C:\\windows\\system32\\wineboot.exe&quot;!<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\wineboot.exe&quot; 520 0xbfff06e0 (nil))<br>trace:file:GetFileAttributesW L&quot;c:\\windows&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows&quot;,0xbfd46cd8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows&quot; 520 0xbfd46a80 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows&quot;<br>
trace:file:GetFileAttributesW L&quot;c:\\windows\\system32&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32&quot;,0xbfd46cd8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32&quot; 520 0xbfd46a80 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32&quot;<br>trace:file:init_windows_dirs WindowsDir = L&quot;c:\\windows&quot;<br>trace:file:init_windows_dirs SystemDir&nbsp; = L&quot;c:\\windows\\system32&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\&quot;,0xbfd46d08,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\&quot; 520 0xbfd46a90 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/&quot;<br>
trace:file:RtlSetCurrentDirectory_U curdir now L&quot;C:\\Program Files\\TimeMAPS\\&quot; 0x8<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\wineboot.exe&quot;,0xbfd46978,0xbfd46960,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\wineboot.exe&quot; 520 0xbfd466c0 0xbfd46960)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\wineboot.exe&quot;,0xbfd46978,0xbfd46960,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\wineboot.exe&quot; 520 0xbfd466c0 0xbfd46960)<br>
warn:file:wine_nt_to_unix_file_name L&quot;wineboot.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\wineboot.exe.manifest&quot;,0x34dcd8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\wineboot.exe.manifest&quot; 520 0x34da70 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;wineboot.exe.manifest&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot;,0x34fb28,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 520 0x34f8e0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 64 0x34fd30 0x34fc50)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot;,0x34fb28,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 520 0x34f8e0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 68 0x110590 0x34fc50)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot;,0x34fc68,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 520 0x34f9b0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\TMMLS.exe&quot;,0xbfff0c58,0xbfff0c40,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\TMMLS.exe&quot; 520 0xbfff09a0 0xbfff0c40)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\TMMLS.exe&quot;,0xbfff0c58,0xbfff0c40,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\TMMLS.exe&quot; 520 0xbfff09a0 0xbfff0c40)<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\TMMLS.exe&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/TMMLS.exe&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot;,0x34faa8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 520 0x34f830 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlGetCurrentDirectory_U (520 0x34f850)<br>trace:file:GetShortPathNameA &quot;C:\\Program Files\\TimeMAPS&quot;<br>trace:file:GetShortPathNameW L&quot;C:\\Program Files\\TimeMAPS&quot;<br>trace:file:FindFirstFileExW L&quot;C:\\Program Files&quot; 0 0x34edd0 0 (nil) 0<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files&quot;,0x34ecf0,0x34ecfc,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files&quot; 520 0x34ea60 0x34ecfc)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/&quot;<br>
trace:file:NtQueryDirectoryFile (0xc (nil) (nil) (nil) 0x34ece0 0x1107e0 0x00002000 0x00000003 0x00000000 L&quot;Program Files&quot; 0x00000001<br>trace:file:read_directory_stat trying optimisation for file L&quot;Program Files&quot;<br>
trace:file:append_entry long L&quot;Program Files&quot; short L&quot;PROG~FBU&quot; mask L&quot;Program Files&quot;<br>trace:file:match_filename (L&quot;Program Files&quot;, L&quot;Program Files&quot;)<br>trace:file:read_directory_stat returning 0<br>
trace:file:NtQueryDirectoryFile =&gt; 0 (120)<br>trace:file:FindNextFileW 0x1107a0 0x34edd0<br>trace:file:FindNextFileW returning L&quot;Program Files&quot; (L&quot;PROG~FBU&quot;)<br>trace:file:GetShortPathNameW returning L&quot;C:\\PROG~FBU\\TimeMAPS&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows&quot;,0x34e7b8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows&quot; 520 0x34e540 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows&quot;<br>
trace:file:RtlSetCurrentDirectory_U curdir now L&quot;C:\\windows\\&quot; 0x14<br>trace:file:CreateFileW L&quot;c:\\windows\\wininit.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\wininit.ini&quot;,0x34e288,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\wininit.ini&quot; 520 0x34dfe0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;wininit.ini&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>warn:file:CreateFileW Unable to create file L&quot;c:\\windows\\wininit.ini&quot; (status c0000034)<br>
trace:file:CreateFileW returning 0xffffffff<br>trace:file:FindFirstFileExW L&quot;c:\\windows\\system32\\dllcache\\*&quot; 0 0x34f480 0 (nil) 0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\dllcache\\*&quot;,0x34e7a0,0x34e7ac,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\dllcache\\*&quot; 520 0x34e510 0x34e7ac)<br>warn:file:wine_nt_to_unix_file_name L&quot;dllcache\\&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:CreateFileW L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot; GENERIC_READ GENERIC_WRITE&nbsp; creation 4 attributes 0x0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot;,0x34e678,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot; 520 0x34e3d0 (nil))<br>warn:file:CreateFileW Unable to create file L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot; (status c0000034)<br>trace:file:CreateFileW returning 0xffffffff<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\winedevice.exe&quot;,0x34ddd8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\winedevice.exe&quot; 520 0x34db90 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;winedevice.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\winedevice.exe&quot; 520 0x34e4d0 0x34de68)<br>
trace:file:CreateFileW L&quot;C:\\windows\\system32\\winedevice.exe&quot; GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE&nbsp; creation 3 attributes 0x0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\winedevice.exe&quot;,0x34de28,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\winedevice.exe&quot; 520 0x34db80 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winedevice.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
warn:file:CreateFileW Unable to create file L&quot;C:\\windows\\system32\\winedevice.exe&quot; (status c0000034)<br>trace:file:CreateFileW returning 0xffffffff<br>trace:file:RtlGetCurrentDirectory_U (520 0x34e2c0)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows&quot;,0x34dfc8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows&quot; 520 0x34dd80 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows&quot;<br>trace:file:GetLongPathNameW L&quot;C:\\windows\\system32\\winedevice.exe&quot;,0x34ddb0,260<br>
trace:file:FindFirstFileExW L&quot;C:\\windows&quot; 0 0x34d120 0 (nil) 0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows&quot;,0x34d070,0x34d07c,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows&quot; 520 0x34cde0 0x34d07c)<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/&quot;<br>trace:file:NtQueryDirectoryFile (0x38 (nil) (nil) (nil) 0x34d060 0x110b80 0x00002000 0x00000003 0x00000000 L&quot;windows&quot; 0x00000001<br>
trace:file:read_directory_stat trying optimisation for file L&quot;windows&quot;<br>trace:file:append_entry long L&quot;windows&quot; short L&quot;&quot; mask L&quot;windows&quot;<br>trace:file:match_filename (L&quot;windows&quot;, L&quot;windows&quot;)<br>
trace:file:read_directory_stat returning 0<br>trace:file:NtQueryDirectoryFile =&gt; 0 (108)<br>trace:file:FindNextFileW 0x110b40 0x34d120<br>trace:file:FindNextFileW returning L&quot;windows&quot; (L&quot;&quot;)<br>trace:file:FindFirstFileExW L&quot;C:\\windows\\system32&quot; 0 0x34d120 0 (nil) 0<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32&quot;,0x34d070,0x34d07c,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32&quot; 520 0x34cde0 0x34d07c)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/&quot;<br>
trace:file:NtQueryDirectoryFile (0x38 (nil) (nil) (nil) 0x34d060 0x110bc0 0x00002000 0x00000003 0x00000000 L&quot;system32&quot; 0x00000001<br>trace:file:read_directory_stat trying optimisation for file L&quot;system32&quot;<br>
trace:file:append_entry long L&quot;system32&quot; short L&quot;&quot; mask L&quot;system32&quot;<br>trace:file:match_filename (L&quot;system32&quot;, L&quot;system32&quot;)<br>trace:file:read_directory_stat returning 0<br>
trace:file:NtQueryDirectoryFile =&gt; 0 (112)<br>trace:file:FindNextFileW 0x110b80 0x34d120<br>trace:file:FindNextFileW returning L&quot;system32&quot; (L&quot;&quot;)<br>trace:file:FindFirstFileExW L&quot;C:\\windows\\system32\\winedevice.exe&quot; 0 0x34d120 0 (nil) 0<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\winedevice.exe&quot;,0x34d070,0x34d07c,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\winedevice.exe&quot; 520 0x34cde0 0x34d07c)<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/&quot;<br>trace:file:NtQueryDirectoryFile (0x38 (nil) (nil) (nil) 0x34d060 0x110be0 0x00002000 0x00000003 0x00000000 L&quot;winedevice.exe&quot; 0x00000001<br>
trace:file:read_directory_stat trying optimisation for file L&quot;winedevice.exe&quot;<br>trace:file:read_directory_stat returning -1<br>trace:file:append_entry long L&quot;.&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;.&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;..&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;..&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;odbc16gt.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;odbc16gt.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;comctl32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;comctl32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;winmm.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;winmm.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;MSMASK32.OCX&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;MSMASK32.OCX&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;cliconf.hlp&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;cliconf.hlp&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;MSCOMCTL.OCX&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;MSCOMCTL.OCX&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;rsabase.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;rsabase.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;mshtml.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;mshtml.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;shdocvw.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;shdocvw.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;d3d8.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;d3d8.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;mstext40.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;mstext40.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;sqlsrv32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;sqlsrv32.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;odbccp32.cpl&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;odbccp32.cpl&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;progman.exe&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;progman.exe&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;odpdx32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;odpdx32.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;d3d9.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;d3d9.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;mfc42.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;mfc42.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msg711.acm&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msg711.acm&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;odtext32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;odtext32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;sqlwoa.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;sqlwoa.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;shfolder.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;shfolder.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;msrepl40.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msrepl40.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;odbccu32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;odbccu32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;wininet.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;wininet.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;msltus40.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msltus40.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;expsrv.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;expsrv.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msdart32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msdart32.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;ds16gt.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;ds16gt.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;odbcjt32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;odbcjt32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;oledlg.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;oledlg.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;dbmsrpcn.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;dbmsrpcn.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;mfc42u.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;mfc42u.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;dbmsvinn.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;dbmsvinn.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;VSPRINT7.OCX&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;VSPRINT7.OCX&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;dsound.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;dsound.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msdatsrc.tlb&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msdatsrc.tlb&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;mscomct2.ocx&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;mscomct2.ocx&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;richtx32.ocx&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;richtx32.ocx&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;scrrun.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;scrrun.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;user32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;user32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;cmd.exe&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;cmd.exe&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msorcl32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msorcl32.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;shell32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;shell32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;dbmssocn.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;dbmssocn.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;comcat.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;comcat.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;odbcint.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;odbcint.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;vbajet32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;vbajet32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;control.exe&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;control.exe&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;odbcconf.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;odbcconf.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;kernel32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;kernel32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msrd3x40.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msrd3x40.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;psapi.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;psapi.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;odbccp32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;odbccp32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;ddraw.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;ddraw.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;schannel.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;schannel.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;odbctrac.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;odbctrac.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;dbmsspxn.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;dbmsspxn.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;dsound.vxd&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;dsound.vxd&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;cliconfg.DLL&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;cliconfg.DLL&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msi.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msi.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;dbnmpntw.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;dbnmpntw.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;opengl32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;opengl32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msvcrt.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msvcrt.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;dbghelp.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;dbghelp.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;odbcbcp.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;odbcbcp.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msjtes40.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msjtes40.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;ds32gt.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;ds32gt.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;12520850.cpx&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;12520850.cpx&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;atl.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;atl.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;Macromed&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;Macromed&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;shlwapi.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;shlwapi.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;odbcconf.exe&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;odbcconf.exe&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;setupapi.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;setupapi.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;OLEAUT32.DLL&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;OLEAUT32.DLL&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msrd2x40.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msrd2x40.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;comdlg32.ocx&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;comdlg32.ocx&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;version.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;version.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;mscpxl32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;mscpxl32.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;msvbvm60.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msvbvm60.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;odbc32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;odbc32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;mspbde40.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;mspbde40.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;sqlsodbc.hlp&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;sqlsodbc.hlp&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;mtxdm.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;mtxdm.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msxml3.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msxml3.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;vfpodbc.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;vfpodbc.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msjter40.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;msjter40.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;cabinet.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;cabinet.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;System32&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;System32&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;urlmon.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;urlmon.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;spool&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;spool&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;cliconfg.exe&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;cliconfg.exe&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msexcl40.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;msexcl40.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;12520437.cpx&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;12520437.cpx&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;sqlwid.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;sqlwid.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;crypt32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;crypt32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;advapi32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;advapi32.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;ctl3d32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;ctl3d32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;wsock32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;wsock32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;odbccr32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;odbccr32.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;riched20.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;riched20.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msjetoledb40.dll&quot; short L&quot;MSJE~AGB.DLL&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;msjetoledb40.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:match_filename (L&quot;MSJE~AGB.DLL&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;winspool.drv&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;winspool.drv&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;notepad.exe&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;notepad.exe&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;AsycFilt.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;AsycFilt.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;stdole2.tlb&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;stdole2.tlb&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;regsvr32.exe&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;regsvr32.exe&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;instcat.sql&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;instcat.sql&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msxbde40.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;msxbde40.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;ddhelp.exe&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;ddhelp.exe&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;winver.exe&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;winver.exe&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msjint40.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;msjint40.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;ReSize32.ocx&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;ReSize32.ocx&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;hhctrl.ocx&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;hhctrl.ocx&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;mtxoci.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;mtxoci.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;odbcconf.rsp&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;odbcconf.rsp&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;riched32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;riched32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;ole32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;ole32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;odfox32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;odfox32.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;odexl32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;odexl32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;mswdat10.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;mswdat10.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msexch40.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msexch40.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;sqlstr.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;sqlstr.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msvcirt.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;msvcirt.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;rsaenh.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;rsaenh.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;oddbse32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;oddbse32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;drivers&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;drivers&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;rundll32.exe&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;rundll32.exe&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;gdi32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;gdi32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;odbcji32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;odbcji32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;advpack.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;advpack.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;ws2_32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;ws2_32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;mswstr10.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;mswstr10.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;comdlg32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;comdlg32.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;imagehlp.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;imagehlp.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;ntdll.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;ntdll.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;msiexec.exe&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msiexec.exe&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;msadp32.acm&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msadp32.acm&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;olepro32.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;olepro32.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;imaadp32.acm&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;imaadp32.acm&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;actxprxy.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;actxprxy.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;odbc32gt.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;odbc32gt.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;quartz.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;quartz.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;msjet40.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msjet40.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;VSDRAW7.OCX&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;VSDRAW7.OCX&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;rpcrt4.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;rpcrt4.dll&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;dbmsadsn.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;dbmsadsn.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;odbcad32.exe&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>
trace:file:match_filename (L&quot;odbcad32.exe&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:append_entry long L&quot;redist.rsp&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;redist.rsp&quot;, L&quot;winedevice.exe&quot;)<br>
trace:file:append_entry long L&quot;msvcp60.dll&quot; short L&quot;&quot; mask L&quot;winedevice.exe&quot;<br>trace:file:match_filename (L&quot;msvcp60.dll&quot;, L&quot;winedevice.exe&quot;)<br>trace:file:NtQueryDirectoryFile =&gt; c000000f (0)<br>
trace:file:GetLongPathNameW not found L&quot;C:\\windows\\system32\\winedevice.exe&quot;!<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\winedevice.exe&quot; 520 0x34ddb0 (nil))<br>trace:file:GetFileAttributesW L&quot;c:\\windows&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows&quot;,0xbfff5f88,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows&quot; 520 0xbfff5d30 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows&quot;<br>
trace:file:GetFileAttributesW L&quot;c:\\windows\\system32&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32&quot;,0xbfff5f88,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32&quot; 520 0xbfff5d30 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32&quot;<br>trace:file:init_windows_dirs WindowsDir = L&quot;c:\\windows&quot;<br>trace:file:init_windows_dirs SystemDir&nbsp; = L&quot;c:\\windows\\system32&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\&quot;,0xbfff5fb8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\&quot; 520 0xbfff5d40 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/&quot;<br>
trace:file:RtlSetCurrentDirectory_U curdir now L&quot;C:\\windows\\&quot; 0x10<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\winedevice.exe&quot;,0xbfff5c28,0xbfff5c10,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\winedevice.exe&quot; 520 0xbfff5970 0xbfff5c10)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\winedevice.exe&quot;,0xbfff5c28,0xbfff5c10,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\winedevice.exe&quot; 520 0xbfff5970 0xbfff5c10)<br>
warn:file:wine_nt_to_unix_file_name L&quot;winedevice.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\winedevice.exe.manifest&quot;,0x34dcd8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\winedevice.exe.manifest&quot; 520 0x34da70 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winedevice.exe.manifest&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot;,0x34fb28,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 520 0x34f8e0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 64 0x34fd30 0x34fc50)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot;,0x34fb28,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 520 0x34f8e0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 68 0x110598 0x34fc50)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot;,0x34fc68,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 520 0x34f9b0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot;,0x34faa8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 520 0x34f830 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\ntoskrnl.exe&quot;,0x34fb28,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\ntoskrnl.exe&quot; 520 0x34f8e0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;ntoskrnl.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\ntoskrnl.exe&quot;,0x34fb28,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\ntoskrnl.exe&quot; 520 0x34f8e0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;ntoskrnl.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\ntoskrnl.exe&quot;,0x34fb28,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\ntoskrnl.exe&quot; 520 0x34f8e0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;ntoskrnl.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\ntoskrnl.exe&quot;,0x34fb28,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\ntoskrnl.exe&quot; 520 0x34f8e0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;ntoskrnl.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\ntoskrnl.exe&quot;,0x34fb28,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\ntoskrnl.exe&quot; 520 0x34f8e0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;ntoskrnl.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\ntoskrnl.exe&quot;,0x34fb28,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\ntoskrnl.exe&quot; 520 0x34f8e0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;ntoskrnl.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\ntoskrnl.exe&quot;,0x34fb28,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\ntoskrnl.exe&quot; 520 0x34f8e0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;ntoskrnl.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlGetCurrentDirectory_U (520 0x34f850)<br>trace:file:GetShortPathNameA &quot;C:\\windows&quot;<br>trace:file:GetShortPathNameW L&quot;C:\\windows&quot;<br>trace:file:GetShortPathNameW returning L&quot;C:\\windows&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot;,0x7edec938,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot; 520 0x7edec6a0 (nil))<br>
trace:file:CreateFileW L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot; GENERIC_READ GENERIC_WRITE&nbsp; creation 4 attributes 0x0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot;,0x34e678,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot; 520 0x34e3d0 (nil))<br>trace:file:CreateFileW returning 0x34<br>trace:file:WriteFile 0x34 0x110970 12 0x34e764 (nil)<br>trace:file:ReadFile 0x34 0x34e760 4 0x34e764 (nil)<br>
trace:file:ReadFile 0x24 0x7edec9c8 8 0x7edec9d4 (nil)<br>trace:file:ReadFile 0x24 0x110928 2 0x7edec9c4 (nil)<br>trace:file:WriteFile 0x24 0x7edec9c0 4 0x7edec9c4 (nil)<br>trace:file:CreateFileW L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot; GENERIC_READ GENERIC_WRITE&nbsp; creation 4 attributes 0x0<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot;,0x34e5a8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot; 520 0x34e300 (nil))<br>warn:file:CreateFileW Unable to create file L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot; (status c00000ac)<br>
trace:file:CreateFileW returning 0xffffffff<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot;,0x34e5b8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot; 520 0x34e320 (nil))<br>
trace:file:CreateFileW L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot; GENERIC_READ GENERIC_WRITE&nbsp; creation 4 attributes 0x0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot;,0x34e5a8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;\\\\.\\pipe\\__wineservice_MountMgr&quot; 520 0x34e300 (nil))<br>trace:file:CreateFileW returning 0x30<br>trace:file:WriteFile 0x30 0x34e670 8 0x34e66c (nil)<br>trace:file:ReadFile 0x30 0x34e6b0 36 0x34e66c (nil)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\msvcrt.dll&quot;,0x7ecdb3a8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\msvcrt.dll&quot; 520 0x7ecdb160 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\msvcrt.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvcrt.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\msvcrt.dll&quot; 64 0x7ecdb5b0 0x7ecdb4d0)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\msvcrt.dll&quot;,0x7ecdb4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msvcrt.dll&quot; 520 0x7ecdb230 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\msvcrt.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvcrt.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\msvcrt.dll&quot;,0x7ecdb328,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msvcrt.dll&quot; 520 0x7ecdb0b0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\msvcrt.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvcrt.dll&quot;<br>
trace:file:CreateFileW L&quot;CONIN$&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x0<br>trace:file:CreateFileW returning 0xffffffff<br>trace:file:CreateFileW L&quot;CONOUT$&quot; GENERIC_WRITE FILE_SHARE_WRITE&nbsp; creation 3 attributes 0x0<br>
trace:file:CreateFileW returning 0xffffffff<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mountmgr.sys&quot;,0x7ecdb3c8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mountmgr.sys&quot; 520 0x7ecdb180 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;mountmgr.sys&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\mountmgr.sys&quot;,0x7ecdb3c8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\mountmgr.sys&quot; 520 0x7ecdb180 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mountmgr.sys&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mountmgr.sys&quot;,0x7ecdb3c8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mountmgr.sys&quot; 520 0x7ecdb180 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mountmgr.sys&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\mountmgr.sys&quot;,0x7ecdb3c8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\mountmgr.sys&quot; 520 0x7ecdb180 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mountmgr.sys&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\mountmgr.sys&quot;,0x7ecdb3c8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\mountmgr.sys&quot; 520 0x7ecdb180 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mountmgr.sys&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mountmgr.sys&quot;,0x7ecdb3c8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mountmgr.sys&quot; 520 0x7ecdb180 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;mountmgr.sys&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\mountmgr.sys&quot;,0x7ecdb3c8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\mountmgr.sys&quot; 520 0x7ecdb180 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mountmgr.sys&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>trace:file:ReadFile 0x24 0x7edec9c8 8 0x7edec9d4 (nil)<br>
trace:file:WriteFile 0x24 0x1108d8 36 0x7edec9bc (nil)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\TMMLS.exe.manifest&quot;,0x33dcd8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\TMMLS.exe.manifest&quot; 520 0x33da70 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;TMMLS.exe.manifest&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\MSVBVM60.DLL&quot;,0x33fb28,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\MSVBVM60.DLL&quot; 520 0x33f8e0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;MSVBVM60.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\MSVBVM60.DLL&quot;,0x33fb28,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\MSVBVM60.DLL&quot; 520 0x33f8e0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;MSVBVM60.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\MSVBVM60.DLL&quot;,0x33fb28,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MSVBVM60.DLL&quot; 520 0x33f8e0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSVBVM60.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSVBVM60.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MSVBVM60.DLL&quot; 64 0x33fd30 0x33fc50)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\MSVBVM60.DLL&quot;,0x33fb28,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\MSVBVM60.DLL&quot; 520 0x33f8e0 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;MSVBVM60.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\MSVBVM60.DLL&quot;,0x33fb28,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\MSVBVM60.DLL&quot; 520 0x33f8e0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;MSVBVM60.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\MSVBVM60.DLL&quot;,0x33fb28,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MSVBVM60.DLL&quot; 520 0x33f8e0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSVBVM60.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSVBVM60.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MSVBVM60.DLL&quot; 68 0x110648 0x33fc50)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSVBVM60.DLL&quot;,0x33fc68,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSVBVM60.DLL&quot; 520 0x33f9b0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSVBVM60.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSVBVM60.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSVBVM60.DLL&quot;,0x33faa8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSVBVM60.DLL&quot; 520 0x33f830 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSVBVM60.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSVBVM60.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvbvm60.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\USER32.dll&quot;,0x33f838,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\USER32.dll&quot; 520 0x33f5f0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;USER32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\USER32.dll&quot;,0x33f838,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\USER32.dll&quot; 520 0x33f5f0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;USER32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\USER32.dll&quot;,0x33f838,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\USER32.dll&quot; 520 0x33f5f0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\USER32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/user32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\USER32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/user32.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\USER32.dll&quot; 64 0x33fa40 0x33f960)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\USER32.dll&quot;,0x33f978,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\USER32.dll&quot; 520 0x33f6c0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\USER32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/user32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\USER32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/user32.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\USER32.dll&quot;,0x33f7b8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\USER32.dll&quot; 520 0x33f540 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\USER32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/user32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\USER32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/user32.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\gdi32.dll&quot;,0x33eea8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\gdi32.dll&quot; 520 0x33ec60 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;gdi32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\gdi32.dll&quot;,0x33eea8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\gdi32.dll&quot; 520 0x33ec60 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;gdi32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\gdi32.dll&quot;,0x33eea8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\gdi32.dll&quot; 520 0x33ec60 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\gdi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/gdi32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\gdi32.dll&quot; 64 0x33f0b0 0x33efd0)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\gdi32.dll&quot;,0x33efe8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\gdi32.dll&quot; 520 0x33ed30 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\gdi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/gdi32.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\gdi32.dll&quot;,0x33ee28,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\gdi32.dll&quot; 520 0x33ebb0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\gdi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/gdi32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\advapi32.dll&quot;,0x33e518,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\advapi32.dll&quot; 520 0x33e2d0 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;advapi32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\advapi32.dll&quot;,0x33e518,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\advapi32.dll&quot; 520 0x33e2d0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;advapi32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\advapi32.dll&quot;,0x33e518,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\advapi32.dll&quot; 520 0x33e2d0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\advapi32.dll&quot; 64 0x33e720 0x33e640)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\advapi32.dll&quot;,0x33e518,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\advapi32.dll&quot; 520 0x33e2d0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;advapi32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\advapi32.dll&quot;,0x33e518,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\advapi32.dll&quot; 520 0x33e2d0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;advapi32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\advapi32.dll&quot;,0x33e518,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\advapi32.dll&quot; 520 0x33e2d0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\advapi32.dll&quot; 68 0x110a10 0x33e640)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot;,0x33e658,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 520 0x33e3a0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot;,0x33e498,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 520 0x33e220 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\ole32.dll&quot;,0x33f838,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\ole32.dll&quot; 520 0x33f5f0 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;ole32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\ole32.dll&quot;,0x33f838,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\ole32.dll&quot; 520 0x33f5f0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;ole32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\ole32.dll&quot;,0x33f838,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\ole32.dll&quot; 520 0x33f5f0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\ole32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/ole32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\ole32.dll&quot; 64 0x33fa40 0x33f960)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\ole32.dll&quot;,0x33f978,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\ole32.dll&quot; 520 0x33f6c0 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\ole32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/ole32.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\ole32.dll&quot;,0x33f7b8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\ole32.dll&quot; 520 0x33f540 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\ole32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/ole32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\rpcrt4.dll&quot;,0x33eea8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\rpcrt4.dll&quot; 520 0x33ec60 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;rpcrt4.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\rpcrt4.dll&quot;,0x33eea8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\rpcrt4.dll&quot; 520 0x33ec60 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;rpcrt4.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\rpcrt4.dll&quot;,0x33eea8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\rpcrt4.dll&quot; 520 0x33ec60 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\rpcrt4.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/rpcrt4.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\rpcrt4.dll&quot; 64 0x33f0b0 0x33efd0)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\rpcrt4.dll&quot;,0x33efe8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\rpcrt4.dll&quot; 520 0x33ed30 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\rpcrt4.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/rpcrt4.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\rpcrt4.dll&quot;,0x33ee28,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\rpcrt4.dll&quot; 520 0x33ebb0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\rpcrt4.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/rpcrt4.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\iphlpapi.dll&quot;,0x33e518,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\iphlpapi.dll&quot; 520 0x33e2d0 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;iphlpapi.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\iphlpapi.dll&quot;,0x33e518,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\iphlpapi.dll&quot; 520 0x33e2d0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;iphlpapi.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\iphlpapi.dll&quot;,0x33e518,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\iphlpapi.dll&quot; 520 0x33e2d0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;iphlpapi.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\iphlpapi.dll&quot;,0x33e518,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\iphlpapi.dll&quot; 520 0x33e2d0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;iphlpapi.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\iphlpapi.dll&quot;,0x33e518,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\iphlpapi.dll&quot; 520 0x33e2d0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;iphlpapi.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\iphlpapi.dll&quot;,0x33e518,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\iphlpapi.dll&quot; 520 0x33e2d0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;iphlpapi.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\iphlpapi.dll&quot;,0x33e518,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\iphlpapi.dll&quot; 520 0x33e2d0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;iphlpapi.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\OLEAUT32.dll&quot;,0x33f838,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\OLEAUT32.dll&quot; 520 0x33f5f0 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;OLEAUT32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\OLEAUT32.dll&quot;,0x33f838,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\OLEAUT32.dll&quot; 520 0x33f5f0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;OLEAUT32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\OLEAUT32.dll&quot;,0x33f838,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\OLEAUT32.dll&quot; 520 0x33f5f0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\OLEAUT32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/OLEAUT32.DLL&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\OLEAUT32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/OLEAUT32.DLL&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\OLEAUT32.dll&quot; 64 0x33fa40 0x33f960)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\OLEAUT32.dll&quot;,0x33f838,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\OLEAUT32.dll&quot; 520 0x33f5f0 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;OLEAUT32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\OLEAUT32.dll&quot;,0x33f838,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\OLEAUT32.dll&quot; 520 0x33f5f0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;OLEAUT32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\OLEAUT32.dll&quot;,0x33f838,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\OLEAUT32.dll&quot; 520 0x33f5f0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\OLEAUT32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/OLEAUT32.DLL&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\OLEAUT32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/OLEAUT32.DLL&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\OLEAUT32.dll&quot; 68 0x110c68 0x33f960)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\OLEAUT32.dll&quot;,0x33f978,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\OLEAUT32.dll&quot; 520 0x33f6c0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\OLEAUT32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/OLEAUT32.DLL&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\OLEAUT32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/OLEAUT32.DLL&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\OLEAUT32.dll&quot;,0x33f7b8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\OLEAUT32.dll&quot; 520 0x33f540 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\OLEAUT32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/OLEAUT32.DLL&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\OLEAUT32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/OLEAUT32.DLL&quot;<br>trace:file:RtlGetCurrentDirectory_U (520 0x33f850)<br>
trace:file:GetShortPathNameA &quot;C:\\Program Files\\TimeMAPS&quot;<br>trace:file:GetShortPathNameW L&quot;C:\\Program Files\\TimeMAPS&quot;<br>trace:file:FindFirstFileExW L&quot;C:\\Program Files&quot; 0 0x33edd0 0 (nil) 0<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files&quot;,0x33ecf0,0x33ecfc,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files&quot; 520 0x33ea60 0x33ecfc)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/&quot;<br>
trace:file:NtQueryDirectoryFile (0x18 (nil) (nil) (nil) 0x33ece0 0x110ea8 0x00002000 0x00000003 0x00000000 L&quot;Program Files&quot; 0x00000001<br>trace:file:read_directory_stat trying optimisation for file L&quot;Program Files&quot;<br>
trace:file:append_entry long L&quot;Program Files&quot; short L&quot;PROG~FBU&quot; mask L&quot;Program Files&quot;<br>trace:file:match_filename (L&quot;Program Files&quot;, L&quot;Program Files&quot;)<br>trace:file:read_directory_stat returning 0<br>
trace:file:NtQueryDirectoryFile =&gt; 0 (120)<br>trace:file:FindNextFileW 0x110e68 0x33edd0<br>trace:file:FindNextFileW returning L&quot;Program Files&quot; (L&quot;PROG~FBU&quot;)<br>trace:file:GetShortPathNameW returning L&quot;C:\\PROG~FBU\\TimeMAPS&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts\\vgasys.fon&quot;,0x33f168,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts\\vgasys.fon&quot; 520 0x33ef20 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\vgasys.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/vgasys.fon&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\vgasys.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/vgasys.fon&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts\\vgaoem.fon&quot;,0x33f168,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts\\vgaoem.fon&quot; 520 0x33ef20 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\vgaoem.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/vgaoem.fon&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\vgaoem.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/vgaoem.fon&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts\\vgafix.fon&quot;,0x33f168,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts\\vgafix.fon&quot; 520 0x33ef20 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\vgafix.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/vgafix.fon&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\vgafix.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/vgafix.fon&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts&quot;,0x33f168,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts&quot; 520 0x33ef20 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts\\coure.fon&quot;,0x33f168,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts\\coure.fon&quot; 520 0x33ef20 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\coure.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/coure.fon&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\coure.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/coure.fon&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts\\sserife.fon&quot;,0x33f168,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts\\sserife.fon&quot; 520 0x33ef20 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\sserife.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/sserife.fon&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\sserife.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/sserife.fon&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts\\serife.fon&quot;,0x33f168,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts\\serife.fon&quot; 520 0x33ef20 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\serife.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/serife.fon&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\serife.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/serife.fon&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts\\smalle.fon&quot;,0x33f168,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts\\smalle.fon&quot; 520 0x33ef20 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\smalle.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/smalle.fon&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\smalle.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/smalle.fon&quot;<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:ReadFile 0x44 0x121068 722 0x33f5f0 (nil)<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f4e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x44<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\winex11.drv&quot;,0x33ef88,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\winex11.drv&quot; 520 0x33ed40 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;winex11.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\winex11.drv&quot;,0x33ef88,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\winex11.drv&quot; 520 0x33ed40 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winex11.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\winex11.drv&quot;,0x33ef88,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\winex11.drv&quot; 520 0x33ed40 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winex11.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\winex11.drv&quot;,0x33ef88,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\winex11.drv&quot; 520 0x33ed40 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winex11.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\winex11.drv&quot;,0x33ef88,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\winex11.drv&quot; 520 0x33ed40 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winex11.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\winex11.drv&quot;,0x33ef88,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\winex11.drv&quot; 520 0x33ed40 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winex11.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\winex11.drv&quot;,0x33ef88,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\winex11.drv&quot; 520 0x33ed40 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winex11.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\imm32.dll&quot;,0x33e218,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\imm32.dll&quot; 520 0x33dfd0 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;imm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\imm32.dll&quot;,0x33e218,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\imm32.dll&quot; 520 0x33dfd0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;imm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\imm32.dll&quot;,0x33e218,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\imm32.dll&quot; 520 0x33dfd0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;imm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\imm32.dll&quot;,0x33e218,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\imm32.dll&quot; 520 0x33dfd0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;imm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\imm32.dll&quot;,0x33e218,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\imm32.dll&quot; 520 0x33dfd0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;imm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\imm32.dll&quot;,0x33e218,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\imm32.dll&quot; 520 0x33dfd0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;imm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\imm32.dll&quot;,0x33e218,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\imm32.dll&quot; 520 0x33dfd0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;imm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33ec58,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33e9b0 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>trace:file:CreateFileW returning 0x4c<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33ebd8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33e930 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x4c<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f3b8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f110 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x4c<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f338,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f090 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x4c<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f3b8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f110 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x4c<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f338,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f090 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x4c<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f3b8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f110 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x4c<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33f338,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33f090 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x4c<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\explorer.exe&quot;,0x33eff0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\explorer.exe&quot; 520 0x33eda8 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;explorer.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\explorer.exe&quot; 520 0x33f6e8 0x33f080)<br>
trace:file:CreateFileW L&quot;C:\\windows\\system32\\explorer.exe&quot; GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE&nbsp; creation 3 attributes 0x0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\explorer.exe&quot;,0x33f040,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\explorer.exe&quot; 520 0x33ed98 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;explorer.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
warn:file:CreateFileW Unable to create file L&quot;C:\\windows\\system32\\explorer.exe&quot; (status c0000034)<br>trace:file:CreateFileW returning 0xffffffff<br>trace:file:RtlGetCurrentDirectory_U (520 0x33f4d8)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS&quot;,0x33f1e0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS&quot; 520 0x33ef98 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS&quot;<br>
trace:file:GetLongPathNameW L&quot;C:\\windows\\system32\\explorer.exe&quot;,0x33efc8,260<br>trace:file:FindFirstFileExW L&quot;C:\\windows&quot; 0 0x33e338 0 (nil) 0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows&quot;,0x33e288,0x33e294,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows&quot; 520 0x33dff8 0x33e294)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/&quot;<br>trace:file:NtQueryDirectoryFile (0x48 (nil) (nil) (nil) 0x33e278 0x12a438 0x00002000 0x00000003 0x00000000 L&quot;windows&quot; 0x00000001<br>
trace:file:read_directory_stat trying optimisation for file L&quot;windows&quot;<br>trace:file:append_entry long L&quot;windows&quot; short L&quot;&quot; mask L&quot;windows&quot;<br>trace:file:match_filename (L&quot;windows&quot;, L&quot;windows&quot;)<br>
trace:file:read_directory_stat returning 0<br>trace:file:NtQueryDirectoryFile =&gt; 0 (108)<br>trace:file:FindNextFileW 0x12a3f8 0x33e338<br>trace:file:FindNextFileW returning L&quot;windows&quot; (L&quot;&quot;)<br>trace:file:FindFirstFileExW L&quot;C:\\windows\\system32&quot; 0 0x33e338 0 (nil) 0<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32&quot;,0x33e288,0x33e294,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32&quot; 520 0x33dff8 0x33e294)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/&quot;<br>
trace:file:NtQueryDirectoryFile (0x48 (nil) (nil) (nil) 0x33e278 0x12a438 0x00002000 0x00000003 0x00000000 L&quot;system32&quot; 0x00000001<br>trace:file:read_directory_stat trying optimisation for file L&quot;system32&quot;<br>
trace:file:append_entry long L&quot;system32&quot; short L&quot;&quot; mask L&quot;system32&quot;<br>trace:file:match_filename (L&quot;system32&quot;, L&quot;system32&quot;)<br>trace:file:read_directory_stat returning 0<br>
trace:file:NtQueryDirectoryFile =&gt; 0 (112)<br>trace:file:FindNextFileW 0x12a3f8 0x33e338<br>trace:file:FindNextFileW returning L&quot;system32&quot; (L&quot;&quot;)<br>trace:file:FindFirstFileExW L&quot;C:\\windows\\system32\\explorer.exe&quot; 0 0x33e338 0 (nil) 0<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\explorer.exe&quot;,0x33e288,0x33e294,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\explorer.exe&quot; 520 0x33dff8 0x33e294)<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/&quot;<br>trace:file:NtQueryDirectoryFile (0x48 (nil) (nil) (nil) 0x33e278 0x12a438 0x00002000 0x00000003 0x00000000 L&quot;explorer.exe&quot; 0x00000001<br>
trace:file:read_directory_stat trying optimisation for file L&quot;explorer.exe&quot;<br>trace:file:read_directory_stat returning -1<br>trace:file:append_entry long L&quot;.&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;.&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;..&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;..&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;odbc16gt.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;odbc16gt.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;comctl32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;comctl32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;winmm.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;winmm.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;MSMASK32.OCX&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;MSMASK32.OCX&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;cliconf.hlp&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;cliconf.hlp&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;MSCOMCTL.OCX&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;MSCOMCTL.OCX&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;rsabase.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;rsabase.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;mshtml.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;mshtml.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;shdocvw.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;shdocvw.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;d3d8.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;d3d8.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;mstext40.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;mstext40.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;sqlsrv32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;sqlsrv32.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;odbccp32.cpl&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;odbccp32.cpl&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;progman.exe&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;progman.exe&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;odpdx32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;odpdx32.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;d3d9.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;d3d9.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;mfc42.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;mfc42.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msg711.acm&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msg711.acm&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;odtext32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;odtext32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;sqlwoa.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;sqlwoa.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;shfolder.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;shfolder.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;msrepl40.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msrepl40.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;odbccu32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;odbccu32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;wininet.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;wininet.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;msltus40.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msltus40.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;expsrv.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;expsrv.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msdart32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msdart32.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;ds16gt.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;ds16gt.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;odbcjt32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;odbcjt32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;oledlg.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;oledlg.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;dbmsrpcn.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;dbmsrpcn.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;mfc42u.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;mfc42u.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;dbmsvinn.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;dbmsvinn.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;VSPRINT7.OCX&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;VSPRINT7.OCX&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;dsound.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;dsound.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msdatsrc.tlb&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msdatsrc.tlb&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;mscomct2.ocx&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;mscomct2.ocx&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;richtx32.ocx&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;richtx32.ocx&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;scrrun.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;scrrun.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;user32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;user32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;cmd.exe&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;cmd.exe&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msorcl32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msorcl32.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;shell32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;shell32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;dbmssocn.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;dbmssocn.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;comcat.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;comcat.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;odbcint.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;odbcint.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;vbajet32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;vbajet32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;control.exe&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;control.exe&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;odbcconf.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;odbcconf.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;kernel32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;kernel32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msrd3x40.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msrd3x40.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;psapi.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;psapi.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;odbccp32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;odbccp32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;ddraw.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;ddraw.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;schannel.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;schannel.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;odbctrac.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;odbctrac.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;dbmsspxn.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;dbmsspxn.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;dsound.vxd&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;dsound.vxd&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;cliconfg.DLL&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;cliconfg.DLL&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msi.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msi.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;dbnmpntw.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;dbnmpntw.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;opengl32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;opengl32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msvcrt.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msvcrt.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;dbghelp.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;dbghelp.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;odbcbcp.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;odbcbcp.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msjtes40.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msjtes40.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;ds32gt.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;ds32gt.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;12520850.cpx&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;12520850.cpx&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;atl.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;atl.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;Macromed&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;Macromed&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;shlwapi.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;shlwapi.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;odbcconf.exe&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;odbcconf.exe&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;setupapi.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;setupapi.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;OLEAUT32.DLL&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;OLEAUT32.DLL&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msrd2x40.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msrd2x40.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;comdlg32.ocx&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;comdlg32.ocx&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;version.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;version.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;mscpxl32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;mscpxl32.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;msvbvm60.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msvbvm60.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;odbc32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;odbc32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;mspbde40.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;mspbde40.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;sqlsodbc.hlp&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;sqlsodbc.hlp&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;mtxdm.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;mtxdm.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msxml3.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msxml3.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;vfpodbc.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;vfpodbc.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msjter40.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;msjter40.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;cabinet.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;cabinet.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;System32&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;System32&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;urlmon.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;urlmon.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;spool&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;spool&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;cliconfg.exe&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;cliconfg.exe&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msexcl40.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;msexcl40.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;12520437.cpx&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;12520437.cpx&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;sqlwid.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;sqlwid.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;crypt32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;crypt32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;advapi32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;advapi32.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;ctl3d32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;ctl3d32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;wsock32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;wsock32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;odbccr32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;odbccr32.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;riched20.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;riched20.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msjetoledb40.dll&quot; short L&quot;MSJE~AGB.DLL&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;msjetoledb40.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:match_filename (L&quot;MSJE~AGB.DLL&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;winspool.drv&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;winspool.drv&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;notepad.exe&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;notepad.exe&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;AsycFilt.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;AsycFilt.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;stdole2.tlb&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;stdole2.tlb&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;regsvr32.exe&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;regsvr32.exe&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;instcat.sql&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;instcat.sql&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msxbde40.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;msxbde40.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;ddhelp.exe&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;ddhelp.exe&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;winver.exe&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;winver.exe&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msjint40.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;msjint40.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;ReSize32.ocx&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;ReSize32.ocx&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;hhctrl.ocx&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;hhctrl.ocx&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;mtxoci.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;mtxoci.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;odbcconf.rsp&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;odbcconf.rsp&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;riched32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;riched32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;ole32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;ole32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;odfox32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;odfox32.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;odexl32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;odexl32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;mswdat10.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;mswdat10.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msexch40.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msexch40.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;sqlstr.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;sqlstr.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msvcirt.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;msvcirt.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;rsaenh.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;rsaenh.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;oddbse32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;oddbse32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;drivers&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;drivers&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;rundll32.exe&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;rundll32.exe&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;gdi32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;gdi32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;odbcji32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;odbcji32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;advpack.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;advpack.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;ws2_32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;ws2_32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;mswstr10.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;mswstr10.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;comdlg32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;comdlg32.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;imagehlp.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;imagehlp.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;ntdll.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;ntdll.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;msiexec.exe&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msiexec.exe&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;msadp32.acm&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msadp32.acm&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;olepro32.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;olepro32.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;imaadp32.acm&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;imaadp32.acm&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;actxprxy.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;actxprxy.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;odbc32gt.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;odbc32gt.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;quartz.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;quartz.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;msjet40.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msjet40.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;VSDRAW7.OCX&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;VSDRAW7.OCX&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;rpcrt4.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;rpcrt4.dll&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;dbmsadsn.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;dbmsadsn.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;odbcad32.exe&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>
trace:file:match_filename (L&quot;odbcad32.exe&quot;, L&quot;explorer.exe&quot;)<br>trace:file:append_entry long L&quot;redist.rsp&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;redist.rsp&quot;, L&quot;explorer.exe&quot;)<br>
trace:file:append_entry long L&quot;msvcp60.dll&quot; short L&quot;&quot; mask L&quot;explorer.exe&quot;<br>trace:file:match_filename (L&quot;msvcp60.dll&quot;, L&quot;explorer.exe&quot;)<br>trace:file:NtQueryDirectoryFile =&gt; c000000f (0)<br>
trace:file:GetLongPathNameW not found L&quot;C:\\windows\\system32\\explorer.exe&quot;!<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\explorer.exe&quot; 520 0x33efc8 (nil))<br>trace:file:GetFileAttributesW L&quot;c:\\windows&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows&quot;,0xbfbeeb88,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows&quot; 520 0xbfbee930 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows&quot;<br>
trace:file:GetFileAttributesW L&quot;c:\\windows\\system32&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32&quot;,0xbfbeeb88,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32&quot; 520 0xbfbee930 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32&quot;<br>trace:file:init_windows_dirs WindowsDir = L&quot;c:\\windows&quot;<br>trace:file:init_windows_dirs SystemDir&nbsp; = L&quot;c:\\windows\\system32&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\&quot;,0xbfbeebb8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\&quot; 520 0xbfbee940 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/&quot;<br>
trace:file:RtlSetCurrentDirectory_U curdir now L&quot;C:\\Program Files\\TimeMAPS\\&quot; 0x10<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\explorer.exe&quot;,0xbfbee828,0xbfbee810,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\explorer.exe&quot; 520 0xbfbee570 0xbfbee810)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\explorer.exe&quot;,0xbfbee828,0xbfbee810,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\explorer.exe&quot; 520 0xbfbee570 0xbfbee810)<br>
warn:file:wine_nt_to_unix_file_name L&quot;explorer.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\explorer.exe.manifest&quot;,0x34dcd8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\explorer.exe.manifest&quot; 520 0x34da70 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;explorer.exe.manifest&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\rpcrt4.dll&quot;,0x34fb28,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\rpcrt4.dll&quot; 520 0x34f8e0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\rpcrt4.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/rpcrt4.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\rpcrt4.dll&quot; 64 0x34fd30 0x34fc50)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\rpcrt4.dll&quot;,0x34fc68,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\rpcrt4.dll&quot; 520 0x34f9b0 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\rpcrt4.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/rpcrt4.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\rpcrt4.dll&quot;,0x34faa8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\rpcrt4.dll&quot; 520 0x34f830 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\rpcrt4.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/rpcrt4.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\iphlpapi.dll&quot;,0x34f198,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\iphlpapi.dll&quot; 520 0x34ef50 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;iphlpapi.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\iphlpapi.dll&quot;,0x34f198,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\iphlpapi.dll&quot; 520 0x34ef50 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;iphlpapi.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\iphlpapi.dll&quot;,0x34f198,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\iphlpapi.dll&quot; 520 0x34ef50 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;iphlpapi.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\iphlpapi.dll&quot;,0x34f198,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\iphlpapi.dll&quot; 520 0x34ef50 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;iphlpapi.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\iphlpapi.dll&quot;,0x34f198,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\iphlpapi.dll&quot; 520 0x34ef50 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;iphlpapi.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\iphlpapi.dll&quot;,0x34f198,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\iphlpapi.dll&quot; 520 0x34ef50 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;iphlpapi.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\iphlpapi.dll&quot;,0x34f198,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\iphlpapi.dll&quot; 520 0x34ef50 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;iphlpapi.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot;,0x34e808,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 520 0x34e5c0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 64 0x34ea10 0x34e930)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot;,0x34e808,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 520 0x34e5c0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 68 0x110688 0x34e930)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot;,0x34e948,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 520 0x34e690 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot;,0x34e788,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\advapi32.dll&quot; 520 0x34e510 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\advapi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/advapi32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\user32.dll&quot;,0x34fb28,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\user32.dll&quot; 520 0x34f8e0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\user32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/user32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\user32.dll&quot; 64 0x34fd30 0x34fc50)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\user32.dll&quot;,0x34fc68,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\user32.dll&quot; 520 0x34f9b0 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\user32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/user32.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\user32.dll&quot;,0x34faa8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\user32.dll&quot; 520 0x34f830 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\user32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/user32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\gdi32.dll&quot;,0x34f198,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\gdi32.dll&quot; 520 0x34ef50 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\gdi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/gdi32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\gdi32.dll&quot; 64 0x34f3a0 0x34f2c0)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\gdi32.dll&quot;,0x34f2d8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\gdi32.dll&quot; 520 0x34f020 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\gdi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/gdi32.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\gdi32.dll&quot;,0x34f118,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\gdi32.dll&quot; 520 0x34eea0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\gdi32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/gdi32.dll&quot;<br>
trace:file:RtlGetCurrentDirectory_U (520 0x34f7d0)<br>trace:file:GetShortPathNameA &quot;C:\\Program Files\\TimeMAPS&quot;<br>trace:file:GetShortPathNameW L&quot;C:\\Program Files\\TimeMAPS&quot;<br>trace:file:FindFirstFileExW L&quot;C:\\Program Files&quot; 0 0x34ed50 0 (nil) 0<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files&quot;,0x34ec70,0x34ec7c,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files&quot; 520 0x34e9e0 0x34ec7c)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/&quot;<br>
trace:file:NtQueryDirectoryFile (0x14 (nil) (nil) (nil) 0x34ec60 0x110b18 0x00002000 0x00000003 0x00000000 L&quot;Program Files&quot; 0x00000001<br>trace:file:read_directory_stat trying optimisation for file L&quot;Program Files&quot;<br>
trace:file:append_entry long L&quot;Program Files&quot; short L&quot;PROG~FBU&quot; mask L&quot;Program Files&quot;<br>trace:file:match_filename (L&quot;Program Files&quot;, L&quot;Program Files&quot;)<br>trace:file:read_directory_stat returning 0<br>
trace:file:NtQueryDirectoryFile =&gt; 0 (120)<br>trace:file:FindNextFileW 0x110ad8 0x34ed50<br>trace:file:FindNextFileW returning L&quot;Program Files&quot; (L&quot;PROG~FBU&quot;)<br>trace:file:GetShortPathNameW returning L&quot;C:\\PROG~FBU\\TimeMAPS&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts\\vgasys.fon&quot;,0x34f1a8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts\\vgasys.fon&quot; 520 0x34ef60 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\vgasys.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/vgasys.fon&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\vgasys.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/vgasys.fon&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts\\vgaoem.fon&quot;,0x34f1a8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts\\vgaoem.fon&quot; 520 0x34ef60 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\vgaoem.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/vgaoem.fon&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\vgaoem.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/vgaoem.fon&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts\\vgafix.fon&quot;,0x34f1a8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts\\vgafix.fon&quot; 520 0x34ef60 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\vgafix.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/vgafix.fon&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\vgafix.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/vgafix.fon&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts&quot;,0x34f1a8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts&quot; 520 0x34ef60 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts\\coure.fon&quot;,0x34f1a8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts\\coure.fon&quot; 520 0x34ef60 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\coure.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/coure.fon&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\coure.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/coure.fon&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts\\sserife.fon&quot;,0x34f1a8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts\\sserife.fon&quot; 520 0x34ef60 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\sserife.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/sserife.fon&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\sserife.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/sserife.fon&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts\\serife.fon&quot;,0x34f1a8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts\\serife.fon&quot; 520 0x34ef60 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\serife.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/serife.fon&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\serife.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/serife.fon&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\fonts\\smalle.fon&quot;,0x34f1a8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\fonts\\smalle.fon&quot; 520 0x34ef60 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\smalle.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/smalle.fon&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\fonts\\smalle.fon&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/fonts/smalle.fon&quot;<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:ReadFile 0x38 0x120cf0 722 0x34f630 (nil)<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34f528,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34f280 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\winex11.drv&quot;,0x34efc8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\winex11.drv&quot; 520 0x34ed80 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;winex11.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\winex11.drv&quot;,0x34efc8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\winex11.drv&quot; 520 0x34ed80 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;winex11.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\winex11.drv&quot;,0x34efc8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\winex11.drv&quot; 520 0x34ed80 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winex11.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\winex11.drv&quot;,0x34efc8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\winex11.drv&quot; 520 0x34ed80 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winex11.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\winex11.drv&quot;,0x34efc8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\winex11.drv&quot; 520 0x34ed80 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winex11.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\winex11.drv&quot;,0x34efc8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\winex11.drv&quot; 520 0x34ed80 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winex11.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\winex11.drv&quot;,0x34efc8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\winex11.drv&quot; 520 0x34ed80 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winex11.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\imm32.dll&quot;,0x34e258,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\imm32.dll&quot; 520 0x34e010 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;imm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\imm32.dll&quot;,0x34e258,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\imm32.dll&quot; 520 0x34e010 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;imm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\imm32.dll&quot;,0x34e258,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\imm32.dll&quot; 520 0x34e010 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;imm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\imm32.dll&quot;,0x34e258,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\imm32.dll&quot; 520 0x34e010 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;imm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\imm32.dll&quot;,0x34e258,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\imm32.dll&quot; 520 0x34e010 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;imm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\imm32.dll&quot;,0x34e258,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\imm32.dll&quot; 520 0x34e010 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;imm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\imm32.dll&quot;,0x34e258,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\imm32.dll&quot; 520 0x34e010 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;imm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34e5e8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34e340 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34e568,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34e2c0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34ed48,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34eaa0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34ecc8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34ea20 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34ed48,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34eaa0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34ecc8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34ea20 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34ed48,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34eaa0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34ecc8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34ea20 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x38<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34e048,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34dda0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x34<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34ef58,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34ecb0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x34<br>trace:file:_lopen (&quot;(None)&quot;,0000)<br>trace:file:CreateFileW L&quot;(None)&quot; GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;(None)&quot;,0x34f518,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;(None)&quot; 520 0x34f270 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;(None)&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>warn:file:CreateFileW Unable to create file L&quot;(None)&quot; (status c0000034)<br>
trace:file:CreateFileW returning 0xffffffff<br>trace:file:_lopen (&quot;c:\\windows\\(None)&quot;,0000)<br>trace:file:CreateFileW L&quot;c:\\windows\\(None)&quot; GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\(None)&quot;,0x34f518,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\(None)&quot; 520 0x34f270 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;(None)&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
warn:file:CreateFileW Unable to create file L&quot;c:\\windows\\(None)&quot; (status c0000034)<br>trace:file:CreateFileW returning 0xffffffff<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x34eef8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x34ec50 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x34<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll&quot;,0x33f47c,0x33f464,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll&quot; 520 0x33f1c4 0x33f464)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll&quot;,0x33f47c,0x33f464,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll&quot; 520 0x33f1c4 0x33f464)<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/Common Files/System/ADO/msado15.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll&quot;,0x33f2bc,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll&quot; 520 0x33f044 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/Common Files/System/ADO/msado15.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\MSVCRT.dll&quot;,0x33f04c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\MSVCRT.dll&quot; 520 0x33ee04 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;MSVCRT.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/Common Files/System/ADO<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\MSVCRT.dll&quot;,0x33f04c,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\MSVCRT.dll&quot; 520 0x33ee04 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;MSVCRT.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\MSVCRT.dll&quot;,0x33f04c,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MSVCRT.dll&quot; 520 0x33ee04 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSVCRT.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvcrt.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSVCRT.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvcrt.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MSVCRT.dll&quot; 64 0x33f254 0x33f174)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSVCRT.dll&quot;,0x33f18c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSVCRT.dll&quot; 520 0x33eed4 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSVCRT.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvcrt.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSVCRT.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvcrt.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSVCRT.dll&quot;,0x33efcc,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSVCRT.dll&quot; 520 0x33ed54 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSVCRT.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvcrt.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSVCRT.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msvcrt.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\MSDART32.DLL&quot;,0x33f04c,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\MSDART32.DLL&quot; 520 0x33ee04 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;MSDART32.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/Common Files/System/ADO<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\MSDART32.DLL&quot;,0x33f04c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\MSDART32.DLL&quot; 520 0x33ee04 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;MSDART32.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\MSDART32.DLL&quot;,0x33f04c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MSDART32.DLL&quot; 520 0x33ee04 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSDART32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msdart32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSDART32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msdart32.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MSDART32.DLL&quot; 64 0x33f254 0x33f174)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\MSDART32.DLL&quot;,0x33f04c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\MSDART32.DLL&quot; 520 0x33ee04 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;MSDART32.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/Common Files/System/ADO<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\MSDART32.DLL&quot;,0x33f04c,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\MSDART32.DLL&quot; 520 0x33ee04 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;MSDART32.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\MSDART32.DLL&quot;,0x33f04c,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MSDART32.DLL&quot; 520 0x33ee04 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSDART32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msdart32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSDART32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msdart32.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MSDART32.DLL&quot; 68 0x133ae8 0x33f174)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSDART32.DLL&quot;,0x33f18c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSDART32.DLL&quot; 520 0x33eed4 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSDART32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msdart32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSDART32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msdart32.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSDART32.DLL&quot;,0x33efcc,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSDART32.DLL&quot; 520 0x33ed54 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSDART32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msdart32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSDART32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msdart32.dll&quot;<br>trace:file:CreateFileW L&quot;CONIN$&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x0<br>
trace:file:CreateFileW returning 0x74<br>trace:file:CreateFileW L&quot;CONOUT$&quot; GENERIC_WRITE FILE_SHARE_WRITE&nbsp; creation 3 attributes 0x0<br>trace:file:CreateFileW returning 0x78<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\VBA232.dll&quot;,0x33efb4,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\VBA232.dll&quot; 520 0x33ed6c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;VBA232.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\VBA232.dll&quot;,0x33efb4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\VBA232.dll&quot; 520 0x33ed6c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;VBA232.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\VBA232.dll&quot;,0x33efb4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\VBA232.dll&quot; 520 0x33ed6c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;VBA232.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\VBA232.dll&quot;,0x33efb4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\VBA232.dll&quot; 520 0x33ed6c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;VBA232.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\VBA232.dll&quot;,0x33efb4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\VBA232.dll&quot; 520 0x33ed6c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;VBA232.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\VBA232.dll&quot;,0x33efb4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\VBA232.dll&quot; 520 0x33ed6c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;VBA232.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\VBA232.dll&quot;,0x33efb4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\VBA232.dll&quot; 520 0x33ed6c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;VBA232.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll&quot;,0x33efa4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll&quot; 520 0x33ed5c (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/Common Files/System/ADO/msado15.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll&quot; 522 0x33f09c (nil))<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll&quot;,0x33ebd4,0x33ebbc,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msado15.dll&quot; 520 0x33e91c 0x33ebbc)<br>
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered<br>err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\OLE DB\\oledb32.dll&quot;,0x33f2e8,0x33f2d0,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\OLE DB\\oledb32.dll&quot; 520 0x33f030 0x33f2d0)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\OLE DB\\oledb32.dll&quot;,0x33f2e8,0x33f2d0,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\OLE DB\\oledb32.dll&quot; 520 0x33f030 0x33f2d0)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\Common Files\\System\\OLE DB\\oledb32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/Common Files/System/OLE DB/oledb32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\OLE DB\\oledb32.dll&quot;,0x33f128,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\OLE DB\\oledb32.dll&quot; 520 0x33eeb0 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\Common Files\\System\\OLE DB\\oledb32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/Common Files/System/OLE DB/oledb32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\OLE DB\\OLEDB32R.DLL&quot;,0x33dc34,0x33dc1c,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\OLE DB\\OLEDB32R.DLL&quot; 520 0x33d97c 0x33dc1c)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\OLE DB\\OLEDB32R.DLL&quot;,0x33dc34,0x33dc1c,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\OLE DB\\OLEDB32R.DLL&quot; 520 0x33d97c 0x33dc1c)<br>
warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\Common Files\\System\\OLE DB\\OLEDB32R.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/Common Files/System/OLE DB/oledb32r.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\Common Files\\System\\OLE DB\\OLEDB32R.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/Common Files/System/OLE DB/oledb32r.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\OLE DB\\OLEDB32R.DLL&quot;,0x33da74,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\OLE DB\\OLEDB32R.DLL&quot; 520 0x33d7fc (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\Common Files\\System\\OLE DB\\OLEDB32R.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/Common Files/System/OLE DB/oledb32r.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\Common Files\\System\\OLE DB\\OLEDB32R.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/Common Files/System/OLE DB/oledb32r.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\msjetoledb40.dll&quot;,0x33f0e4,0x33f0cc,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjetoledb40.dll&quot; 520 0x33ee2c 0x33f0cc)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\msjetoledb40.dll&quot;,0x33f0e4,0x33f0cc,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjetoledb40.dll&quot; 520 0x33ee2c 0x33f0cc)<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\msjetoledb40.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjetoledb40.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\msjetoledb40.dll&quot;,0x33ef24,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjetoledb40.dll&quot; 520 0x33ecac (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\msjetoledb40.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjetoledb40.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\msjet40.dll&quot;,0x33ecb4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjet40.dll&quot; 520 0x33ea6c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\msjet40.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjet40.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjet40.dll&quot; 64 0x33eebc 0x33eddc)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\msjet40.dll&quot;,0x33edf4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjet40.dll&quot; 520 0x33eb3c (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\msjet40.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjet40.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\msjet40.dll&quot;,0x33ec34,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjet40.dll&quot; 520 0x33e9bc (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\msjet40.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjet40.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\mswstr10.dll&quot;,0x33e9c4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\mswstr10.dll&quot; 520 0x33e77c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mswstr10.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mswstr10.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\mswstr10.dll&quot; 64 0x33ebcc 0x33eaec)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\mswstr10.dll&quot;,0x33e9c4,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\mswstr10.dll&quot; 520 0x33e77c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mswstr10.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mswstr10.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\mswstr10.dll&quot; 68 0x15e9d0 0x33eaec)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\mswstr10.dll&quot;,0x33eb04,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\mswstr10.dll&quot; 520 0x33e84c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mswstr10.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mswstr10.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\mswstr10.dll&quot;,0x33e944,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\mswstr10.dll&quot; 520 0x33e6cc (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mswstr10.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mswstr10.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\msjter40.dll&quot;,0x33ecb4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjter40.dll&quot; 520 0x33ea6c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\msjter40.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjter40.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjter40.dll&quot; 64 0x33eebc 0x33eddc)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\msjter40.dll&quot;,0x33ecb4,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjter40.dll&quot; 520 0x33ea6c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\msjter40.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjter40.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjter40.dll&quot; 68 0x15e9d0 0x33eddc)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\msjter40.dll&quot;,0x33edf4,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjter40.dll&quot; 520 0x33eb3c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\msjter40.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjter40.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\msjter40.dll&quot;,0x33ec34,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjter40.dll&quot; 520 0x33e9bc (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\msjter40.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjter40.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSJINT40.DLL&quot;,0x33e9c4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSJINT40.DLL&quot; 520 0x33e77c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSJINT40.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjint40.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSJINT40.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjint40.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSJINT40.DLL&quot; 64 0x33ebcc 0x33eaec)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSJINT40.DLL&quot;,0x33e9c4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSJINT40.DLL&quot; 520 0x33e77c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSJINT40.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjint40.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSJINT40.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjint40.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSJINT40.DLL&quot; 68 0x15ebb0 0x33eaec)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSJINT40.DLL&quot;,0x33eb04,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSJINT40.DLL&quot; 520 0x33e84c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSJINT40.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjint40.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSJINT40.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjint40.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSJINT40.DLL&quot;,0x33e944,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSJINT40.DLL&quot; 520 0x33e6cc (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSJINT40.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjint40.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSJINT40.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjint40.dll&quot;<br>err:ole:CoGetClassObject class {ecabb0c0-7f19-11d2-978e-0000f8757e2a} not registered<br>
err:ole:CoGetClassObject no class object {ecabb0c0-7f19-11d2-978e-0000f8757e2a} could be created for context 0x1<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\mtxdm.dll&quot;,0x33f340,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\mtxdm.dll&quot; 520 0x33f0f8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mtxdm.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\mtxdm.dll&quot;,0x33f340,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\mtxdm.dll&quot; 520 0x33f0f8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mtxdm.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mtxdm.dll&quot;,0x33f340,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mtxdm.dll&quot; 520 0x33f0f8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mtxdm.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mtxdm.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mtxdm.dll&quot; 64 0x33f548 0x33f468)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\mtxdm.dll&quot;,0x33f480,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\mtxdm.dll&quot; 520 0x33f1c8 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mtxdm.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mtxdm.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\mtxdm.dll&quot;,0x33f2c0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\mtxdm.dll&quot; 520 0x33f048 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mtxdm.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mtxdm.dll&quot;<br>
trace:file:GetTempPathW 260,0x33f3b8<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\temp&quot; 520 0x33ef4c (nil))<br>trace:file:GetTempPathW returning 16, L&quot;C:\\windows\\temp\\&quot;<br>trace:file:GetTempFileNameW returning L&quot;C:\\windows\\temp\\JET1f0.tmp&quot;<br>
trace:file:CreateFileW L&quot;C:\\windows\\temp\\JET1f0.tmp&quot; GENERIC_READ GENERIC_WRITE&nbsp; creation 1 attributes 0x14000180<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\temp\\JET1f0.tmp&quot;,0x33f2d8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\temp\\JET1f0.tmp&quot; 520 0x33f030 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\temp\\JET1f0.tmp&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/temp/JET1f0.tmp&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\temp\\JET1f0.tmp&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/temp/JET1f0.tmp&quot;<br>trace:file:CreateFileW returning 0xa0<br>trace:file:RtlGetFullPathName_U (L&quot;system.mdb&quot; 520 0x33e590 0x33e58c)<br>
trace:file:GetShortPathNameW L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot;<br>trace:file:FindFirstFileExW L&quot;C:\\Program Files&quot; 0 0x33d6c0 0 (nil) 0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files&quot;,0x33d5e0,0x33d5ec,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files&quot; 520 0x33d350 0x33d5ec)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/&quot;<br>trace:file:NtQueryDirectoryFile (0xb4 (nil) (nil) (nil) 0x33d5d0 0x163610 0x00002000 0x00000003 0x00000000 L&quot;Program Files&quot; 0x00000001<br>
trace:file:read_directory_stat trying optimisation for file L&quot;Program Files&quot;<br>trace:file:append_entry long L&quot;Program Files&quot; short L&quot;PROG~FBU&quot; mask L&quot;Program Files&quot;<br>trace:file:match_filename (L&quot;Program Files&quot;, L&quot;Program Files&quot;)<br>
trace:file:read_directory_stat returning 0<br>trace:file:NtQueryDirectoryFile =&gt; 0 (120)<br>trace:file:FindNextFileW 0x1635d0 0x33d6c0<br>trace:file:FindNextFileW returning L&quot;Program Files&quot; (L&quot;PROG~FBU&quot;)<br>
trace:file:GetShortPathNameW returning L&quot;C:\\PROG~FBU\\TimeMAPS\\system.mdb&quot;<br>trace:file:GetShortPathNameW L&quot;C:\\windows\\temp\\JET1f0.tmp&quot;<br>trace:file:GetShortPathNameW returning L&quot;C:\\windows\\temp\\JET1f0.tmp&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;system.mdb&quot; 520 0x1aed0a0 0x33ecbc)<br>trace:file:FindFirstFileExW L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot; 0 0x33ecc0 0 (nil) 0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot;,0x33e8c4,0x33e8d0,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot; 520 0x33e634 0x33e8d0)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/&quot;<br>
trace:file:NtQueryDirectoryFile (0xb4 (nil) (nil) (nil) 0x33e8b4 0x163688 0x00002000 0x00000003 0x00000000 L&quot;system.mdb&quot; 0x00000001<br>trace:file:read_directory_stat trying optimisation for file L&quot;system.mdb&quot;<br>
trace:file:read_directory_stat returning -1<br>trace:file:append_entry long L&quot;.&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>trace:file:match_filename (L&quot;.&quot;, L&quot;system.mdb&quot;)<br>trace:file:append_entry long L&quot;..&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>
trace:file:match_filename (L&quot;..&quot;, L&quot;system.mdb&quot;)<br>trace:file:append_entry long L&quot;TMMLS.exe&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>trace:file:match_filename (L&quot;TMMLS.exe&quot;, L&quot;system.mdb&quot;)<br>
trace:file:append_entry long L&quot;Graphics&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>trace:file:match_filename (L&quot;Graphics&quot;, L&quot;system.mdb&quot;)<br>trace:file:append_entry long L&quot;irunin.lng&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>
trace:file:match_filename (L&quot;irunin.lng&quot;, L&quot;system.mdb&quot;)<br>trace:file:append_entry long L&quot;logfile.txt&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>trace:file:match_filename (L&quot;logfile.txt&quot;, L&quot;system.mdb&quot;)<br>
trace:file:append_entry long L&quot;Database&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>trace:file:match_filename (L&quot;Database&quot;, L&quot;system.mdb&quot;)<br>trace:file:append_entry long L&quot;Text_Files&quot; short L&quot;TEXT~OW5&quot; mask L&quot;system.mdb&quot;<br>
trace:file:match_filename (L&quot;Text_Files&quot;, L&quot;system.mdb&quot;)<br>trace:file:match_filename (L&quot;TEXT~OW5&quot;, L&quot;system.mdb&quot;)<br>trace:file:append_entry long L&quot;irunin.ini&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>
trace:file:match_filename (L&quot;irunin.ini&quot;, L&quot;system.mdb&quot;)<br>trace:file:append_entry long L&quot;irunin.dat&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>trace:file:match_filename (L&quot;irunin.dat&quot;, L&quot;system.mdb&quot;)<br>
trace:file:append_entry long L&quot;Help&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>trace:file:match_filename (L&quot;Help&quot;, L&quot;system.mdb&quot;)<br>trace:file:NtQueryDirectoryFile =&gt; c000000f (0)<br>
trace:file:CreateFileW L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot; GENERIC_READ GENERIC_WRITE FILE_SHARE_READ FILE_SHARE_WRITE&nbsp; creation 3 attributes 0x10000080<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot;,0x33e9b4,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot; 520 0x33e70c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;system.mdb&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
warn:file:CreateFileW Unable to create file L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot; (status c0000034)<br>trace:file:CreateFileW returning 0xffffffff<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.mdb&quot; 520 0x33e220 0x33e21c)<br>
trace:file:GetShortPathNameW L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.mdb&quot;<br>trace:file:FindFirstFileExW L&quot;C:\\Program Files&quot; 0 0x33d350 0 (nil) 0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files&quot;,0x33d270,0x33d27c,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files&quot; 520 0x33cfe0 0x33d27c)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/&quot;<br>trace:file:NtQueryDirectoryFile (0xb4 (nil) (nil) (nil) 0x33d260 0x163688 0x00002000 0x00000003 0x00000000 L&quot;Program Files&quot; 0x00000001<br>
trace:file:read_directory_stat trying optimisation for file L&quot;Program Files&quot;<br>trace:file:append_entry long L&quot;Program Files&quot; short L&quot;PROG~FBU&quot; mask L&quot;Program Files&quot;<br>trace:file:match_filename (L&quot;Program Files&quot;, L&quot;Program Files&quot;)<br>
trace:file:read_directory_stat returning 0<br>trace:file:NtQueryDirectoryFile =&gt; 0 (120)<br>trace:file:FindNextFileW 0x163648 0x33d350<br>trace:file:FindNextFileW returning L&quot;Program Files&quot; (L&quot;PROG~FBU&quot;)<br>
trace:file:GetShortPathNameW returning L&quot;C:\\PROG~FBU\\TimeMAPS\\Database\\Main.mdb&quot;<br>trace:file:GetShortPathNameW L&quot;C:\\windows\\temp\\JET1f0.tmp&quot;<br>trace:file:GetShortPathNameW returning L&quot;C:\\windows\\temp\\JET1f0.tmp&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.mdb&quot; 520 0x1aed0a0 0x33e94c)<br>trace:file:FindFirstFileExW L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.mdb&quot; 0 0x33e950 0 (nil) 0<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.mdb&quot;,0x33e554,0x33e560,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.mdb&quot; 520 0x33e2c4 0x33e560)<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Database\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Database/&quot;<br>trace:file:NtQueryDirectoryFile (0xb4 (nil) (nil) (nil) 0x33e544 0x163710 0x00002000 0x00000003 0x00000000 L&quot;Main.mdb&quot; 0x00000001<br>
trace:file:read_directory_stat trying optimisation for file L&quot;Main.mdb&quot;<br>trace:file:append_entry long L&quot;Main.mdb&quot; short L&quot;&quot; mask L&quot;Main.mdb&quot;<br>trace:file:match_filename (L&quot;Main.mdb&quot;, L&quot;Main.mdb&quot;)<br>
trace:file:read_directory_stat returning 0<br>trace:file:NtQueryDirectoryFile =&gt; 0 (112)<br>trace:file:FindNextFileW 0x1636d0 0x33e950<br>trace:file:FindNextFileW returning L&quot;Main.mdb&quot; (L&quot;&quot;)<br>trace:file:CreateFileW L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.mdb&quot; GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE&nbsp; creation 3 attributes 0x10000080<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.mdb&quot;,0x33e644,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.mdb&quot; 520 0x33e39c (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Database\\Main.mdb&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Database/Main.mdb&quot;<br>trace:file:CreateFileW returning 0xb4<br>
trace:file:ReadFile 0xb4 0x24e4000 65536 0x33eb54 0x33eb30<br>trace:file:CreateFileW L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.ldb&quot; GENERIC_READ GENERIC_WRITE FILE_SHARE_READ FILE_SHARE_WRITE&nbsp; creation 4 attributes 0x10000080<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.ldb&quot;,0x33e8a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.ldb&quot; 520 0x33e5f8 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Database\\Main.ldb&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Database/Main.ldb&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Database\\Main.ldb&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Database/Main.ldb&quot;<br>trace:file:CreateFileW returning 0xb8<br>
trace:file:CreateFileW L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.ldb&quot; GENERIC_READ GENERIC_WRITE FILE_SHARE_READ FILE_SHARE_WRITE&nbsp; creation 3 attributes 0x10000080<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.ldb&quot;,0x33e8a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.ldb&quot; 520 0x33e5f8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Database\\Main.ldb&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Database/Main.ldb&quot;<br>
trace:file:CreateFileW returning 0xb8<br>trace:file:LockFile 0xb8 010000100 0000000ff<br>trace:file:LockFile 0xb8 010000001 000000001<br>trace:file:WriteFile 0xb8 0x33eb70 64 0x33eb40 0x33eb1c<br>trace:file:LockFile 0xb8 010000500 000000100<br>
trace:file:ReadFile 0xb4 0x24f4000 4096 0x33ea00 0x33e9dc<br>trace:file:ReadFile 0xb4 0x24f5000 4096 0x33ea64 0x33ea40<br>trace:file:ReadFile 0xb4 0x24f6000 4096 0x33e93c 0x33e918<br>trace:file:GetTempPathW 260,0x33f3b8<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\temp&quot; 520 0x33ef4c (nil))<br>trace:file:GetTempPathW returning 16, L&quot;C:\\windows\\temp\\&quot;<br>trace:file:GetTempFileNameW returning L&quot;C:\\windows\\temp\\JET1f6.tmp&quot;<br>
trace:file:CreateFileW L&quot;C:\\windows\\temp\\JET1f6.tmp&quot; GENERIC_READ GENERIC_WRITE&nbsp; creation 1 attributes 0x14000180<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\temp\\JET1f6.tmp&quot;,0x33f2d8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\temp\\JET1f6.tmp&quot; 520 0x33f030 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\temp\\JET1f6.tmp&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/temp/JET1f6.tmp&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\temp\\JET1f6.tmp&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/temp/JET1f6.tmp&quot;<br>trace:file:CreateFileW returning 0xbc<br>trace:file:RtlGetFullPathName_U (L&quot;system.mdb&quot; 520 0x33e590 0x33e58c)<br>
trace:file:GetShortPathNameW L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot;<br>trace:file:FindFirstFileExW L&quot;C:\\Program Files&quot; 0 0x33d6c0 0 (nil) 0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files&quot;,0x33d5e0,0x33d5ec,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files&quot; 520 0x33d350 0x33d5ec)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/&quot;<br>trace:file:NtQueryDirectoryFile (0xc0 (nil) (nil) (nil) 0x33d5d0 0x169420 0x00002000 0x00000003 0x00000000 L&quot;Program Files&quot; 0x00000001<br>
trace:file:read_directory_stat trying optimisation for file L&quot;Program Files&quot;<br>trace:file:append_entry long L&quot;Program Files&quot; short L&quot;PROG~FBU&quot; mask L&quot;Program Files&quot;<br>trace:file:match_filename (L&quot;Program Files&quot;, L&quot;Program Files&quot;)<br>
trace:file:read_directory_stat returning 0<br>trace:file:NtQueryDirectoryFile =&gt; 0 (120)<br>trace:file:FindNextFileW 0x1693e0 0x33d6c0<br>trace:file:FindNextFileW returning L&quot;Program Files&quot; (L&quot;PROG~FBU&quot;)<br>
trace:file:GetShortPathNameW returning L&quot;C:\\PROG~FBU\\TimeMAPS\\system.mdb&quot;<br>trace:file:GetShortPathNameW L&quot;C:\\windows\\temp\\JET1f6.tmp&quot;<br>trace:file:GetShortPathNameW returning L&quot;C:\\windows\\temp\\JET1f6.tmp&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;system.mdb&quot; 520 0x1af6058 0x33ecbc)<br>trace:file:FindFirstFileExW L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot; 0 0x33ecc0 0 (nil) 0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot;,0x33e8c4,0x33e8d0,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot; 520 0x33e634 0x33e8d0)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/&quot;<br>
trace:file:NtQueryDirectoryFile (0xc0 (nil) (nil) (nil) 0x33e8b4 0x169420 0x00002000 0x00000003 0x00000000 L&quot;system.mdb&quot; 0x00000001<br>trace:file:read_directory_stat trying optimisation for file L&quot;system.mdb&quot;<br>
trace:file:read_directory_stat returning -1<br>trace:file:append_entry long L&quot;.&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>trace:file:match_filename (L&quot;.&quot;, L&quot;system.mdb&quot;)<br>trace:file:append_entry long L&quot;..&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>
trace:file:match_filename (L&quot;..&quot;, L&quot;system.mdb&quot;)<br>trace:file:append_entry long L&quot;TMMLS.exe&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>trace:file:match_filename (L&quot;TMMLS.exe&quot;, L&quot;system.mdb&quot;)<br>
trace:file:append_entry long L&quot;Graphics&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>trace:file:match_filename (L&quot;Graphics&quot;, L&quot;system.mdb&quot;)<br>trace:file:append_entry long L&quot;irunin.lng&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>
trace:file:match_filename (L&quot;irunin.lng&quot;, L&quot;system.mdb&quot;)<br>trace:file:append_entry long L&quot;logfile.txt&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>trace:file:match_filename (L&quot;logfile.txt&quot;, L&quot;system.mdb&quot;)<br>
trace:file:append_entry long L&quot;Database&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>trace:file:match_filename (L&quot;Database&quot;, L&quot;system.mdb&quot;)<br>trace:file:append_entry long L&quot;Text_Files&quot; short L&quot;TEXT~OW5&quot; mask L&quot;system.mdb&quot;<br>
trace:file:match_filename (L&quot;Text_Files&quot;, L&quot;system.mdb&quot;)<br>trace:file:match_filename (L&quot;TEXT~OW5&quot;, L&quot;system.mdb&quot;)<br>trace:file:append_entry long L&quot;irunin.ini&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>
trace:file:match_filename (L&quot;irunin.ini&quot;, L&quot;system.mdb&quot;)<br>trace:file:append_entry long L&quot;irunin.dat&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>trace:file:match_filename (L&quot;irunin.dat&quot;, L&quot;system.mdb&quot;)<br>
trace:file:append_entry long L&quot;Help&quot; short L&quot;&quot; mask L&quot;system.mdb&quot;<br>trace:file:match_filename (L&quot;Help&quot;, L&quot;system.mdb&quot;)<br>trace:file:NtQueryDirectoryFile =&gt; c000000f (0)<br>
trace:file:CreateFileW L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot; GENERIC_READ GENERIC_WRITE FILE_SHARE_READ FILE_SHARE_WRITE&nbsp; creation 3 attributes 0x10000080<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot;,0x33e9b4,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot; 520 0x33e70c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;system.mdb&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
warn:file:CreateFileW Unable to create file L&quot;C:\\Program Files\\TimeMAPS\\system.mdb&quot; (status c0000034)<br>trace:file:CreateFileW returning 0xffffffff<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.mdb&quot; 520 0x33e220 0x33e21c)<br>
trace:file:GetShortPathNameW L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.mdb&quot;<br>trace:file:FindFirstFileExW L&quot;C:\\Program Files&quot; 0 0x33d350 0 (nil) 0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files&quot;,0x33d270,0x33d27c,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files&quot; 520 0x33cfe0 0x33d27c)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/&quot;<br>trace:file:NtQueryDirectoryFile (0xc0 (nil) (nil) (nil) 0x33d260 0x169420 0x00002000 0x00000003 0x00000000 L&quot;Program Files&quot; 0x00000001<br>
trace:file:read_directory_stat trying optimisation for file L&quot;Program Files&quot;<br>trace:file:append_entry long L&quot;Program Files&quot; short L&quot;PROG~FBU&quot; mask L&quot;Program Files&quot;<br>trace:file:match_filename (L&quot;Program Files&quot;, L&quot;Program Files&quot;)<br>
trace:file:read_directory_stat returning 0<br>trace:file:NtQueryDirectoryFile =&gt; 0 (120)<br>trace:file:FindNextFileW 0x1693e0 0x33d350<br>trace:file:FindNextFileW returning L&quot;Program Files&quot; (L&quot;PROG~FBU&quot;)<br>
trace:file:FindFirstFileExW L&quot;C:\\PROG~FBU\\TimeMAPS\\Database\\Careers2007.mdb&quot; 0 0x33d350 0 (nil) 0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\PROG~FBU\\TimeMAPS\\Database\\Careers2007.mdb&quot;,0x33d270,0x33d27c,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\PROG~FBU\\TimeMAPS\\Database\\Careers2007.mdb&quot; 520 0x33cfe0 0x33d27c)<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\PROG~FBU\\TimeMAPS\\Database\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Database&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\PROG~FBU\\TimeMAPS\\Database\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Database&quot;<br>trace:file:NtQueryDirectoryFile (0xc0 (nil) (nil) (nil) 0x33d260 0x169420 0x00002000 0x00000003 0x00000000 L&quot;Careers2007.mdb&quot; 0x00000001<br>
trace:file:read_directory_stat trying optimisation for file L&quot;Careers2007.mdb&quot;<br>trace:file:append_entry long L&quot;Careers2007.mdb&quot; short L&quot;CARE~ZMQ.MDB&quot; mask L&quot;Careers2007.mdb&quot;<br>trace:file:match_filename (L&quot;Careers2007.mdb&quot;, L&quot;Careers2007.mdb&quot;)<br>
trace:file:read_directory_stat returning 0<br>trace:file:NtQueryDirectoryFile =&gt; 0 (124)<br>trace:file:FindNextFileW 0x1693e0 0x33d350<br>trace:file:FindNextFileW returning L&quot;Careers2007.mdb&quot; (L&quot;CARE~ZMQ.MDB&quot;)<br>
trace:file:GetShortPathNameW returning L&quot;C:\\PROG~FBU\\TimeMAPS\\Database\\CARE~ZMQ.MDB&quot;<br>trace:file:GetShortPathNameW L&quot;C:\\windows\\temp\\JET1f6.tmp&quot;<br>trace:file:GetShortPathNameW returning L&quot;C:\\windows\\temp\\JET1f6.tmp&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.mdb&quot; 520 0x1af6058 0x33e94c)<br>trace:file:FindFirstFileExW L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.mdb&quot; 0 0x33e950 0 (nil) 0<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.mdb&quot;,0x33e554,0x33e560,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.mdb&quot; 520 0x33e2c4 0x33e560)<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Database\\&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Database/&quot;<br>trace:file:NtQueryDirectoryFile (0xc0 (nil) (nil) (nil) 0x33e544 0x169420 0x00002000 0x00000003 0x00000000 L&quot;Careers2007.mdb&quot; 0x00000001<br>
trace:file:read_directory_stat trying optimisation for file L&quot;Careers2007.mdb&quot;<br>trace:file:append_entry long L&quot;Careers2007.mdb&quot; short L&quot;CARE~ZMQ.MDB&quot; mask L&quot;Careers2007.mdb&quot;<br>trace:file:match_filename (L&quot;Careers2007.mdb&quot;, L&quot;Careers2007.mdb&quot;)<br>
trace:file:read_directory_stat returning 0<br>trace:file:NtQueryDirectoryFile =&gt; 0 (124)<br>trace:file:FindNextFileW 0x1693e0 0x33e950<br>trace:file:FindNextFileW returning L&quot;Careers2007.mdb&quot; (L&quot;CARE~ZMQ.MDB&quot;)<br>
trace:file:CreateFileW L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.mdb&quot; GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE&nbsp; creation 3 attributes 0x10000080<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.mdb&quot;,0x33e644,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.mdb&quot; 520 0x33e39c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Database\\Careers2007.mdb&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Database/Careers2007.mdb&quot;<br>
trace:file:CreateFileW returning 0xc0<br>trace:file:ReadFile 0xc0 0x24fc000 65536 0x33eb54 0x33eb30<br>trace:file:CreateFileW L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.ldb&quot; GENERIC_READ GENERIC_WRITE FILE_SHARE_READ FILE_SHARE_WRITE&nbsp; creation 4 attributes 0x10000080<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.ldb&quot;,0x33e8a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.ldb&quot; 520 0x33e5f8 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Database\\Careers2007.ldb&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Database/Careers2007.ldb&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Database\\Careers2007.ldb&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Database/Careers2007.ldb&quot;<br>trace:file:CreateFileW returning 0xc4<br>
trace:file:CreateFileW L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.ldb&quot; GENERIC_READ GENERIC_WRITE FILE_SHARE_READ FILE_SHARE_WRITE&nbsp; creation 3 attributes 0x10000080<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.ldb&quot;,0x33e8a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.ldb&quot; 520 0x33e5f8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Database\\Careers2007.ldb&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Database/Careers2007.ldb&quot;<br>
trace:file:CreateFileW returning 0xc4<br>trace:file:LockFile 0xc4 010000100 0000000ff<br>trace:file:LockFile 0xc4 010000001 000000001<br>trace:file:WriteFile 0xc4 0x33eb70 64 0x33eb40 0x33eb1c<br>trace:file:LockFile 0xc4 010000500 000000100<br>
trace:file:ReadFile 0xc0 0x24fb000 4096 0x33ebd8 0x33ebb4<br>trace:file:ReadFile 0xc0 0x250c000 4096 0x33eb88 0x33eb64<br>trace:file:ReadFile 0xc0 0x250d000 4096 0x33ea00 0x33e9dc<br>trace:file:ReadFile 0xc0 0x250e000 4096 0x33e93c 0x33e918<br>
trace:file:LockFile 0xb8 040002001 000000001<br>trace:file:ReadFile 0xb4 0x2512000 4096 0x33edd4 0x33edb0<br>trace:file:ReadFile 0xb4 0x2513000 4096 0x33ee20 0x33edfc<br>trace:file:ReadFile 0xb4 0x2514000 4096 0x33ee48 0x33ee24<br>
trace:file:LockFile 0xb8 040002001 000000001<br>trace:file:ReadFile 0xb4 0x2512000 4096 0x33ef14 0x33eef0<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msadrh15.dll&quot;,0x33efc8,0x33efb0,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msadrh15.dll&quot; 520 0x33ed10 0x33efb0)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msadrh15.dll&quot;,0x33efc8,0x33efb0,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msadrh15.dll&quot; 520 0x33ed10 0x33efb0)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\Common Files\\System\\ADO\\msadrh15.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/Common Files/System/ADO/msadrh15.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msadrh15.dll&quot;,0x33ee08,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\Common Files\\System\\ADO\\msadrh15.dll&quot; 520 0x33eb90 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\Common Files\\System\\ADO\\msadrh15.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/Common Files/System/ADO/msadrh15.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\msjtes40.dll&quot;,0x33e28c,0x33e274,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjtes40.dll&quot; 520 0x33dfd4 0x33e274)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\msjtes40.dll&quot;,0x33e28c,0x33e274,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjtes40.dll&quot; 520 0x33dfd4 0x33e274)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\msjtes40.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjtes40.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\msjtes40.dll&quot;,0x33e0cc,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\msjtes40.dll&quot; 520 0x33de54 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\msjtes40.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/msjtes40.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\msaccess.exe&quot;,0x33e790,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\msaccess.exe&quot; 520 0x33e548 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;msaccess.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\msaccess.exe&quot;,0x33e790,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\msaccess.exe&quot; 520 0x33e548 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msaccess.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\msaccess.exe&quot;,0x33e790,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\msaccess.exe&quot; 520 0x33e548 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msaccess.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\msaccess.exe&quot;,0x33e790,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\msaccess.exe&quot; 520 0x33e548 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msaccess.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\msaccess.exe&quot;,0x33e790,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\msaccess.exe&quot; 520 0x33e548 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msaccess.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\msaccess.exe&quot;,0x33e790,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\msaccess.exe&quot; 520 0x33e548 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msaccess.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\msaccess.exe&quot;,0x33e790,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\msaccess.exe&quot; 520 0x33e548 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msaccess.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\msaccess.exe&quot;,0x33e708,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\msaccess.exe&quot; 520 0x33e4c0 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;msaccess.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\msaccess.exe&quot;,0x33e708,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\msaccess.exe&quot; 520 0x33e4c0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msaccess.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\msaccess.exe&quot;,0x33e708,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\msaccess.exe&quot; 520 0x33e4c0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msaccess.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\msaccess.exe&quot;,0x33e708,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\msaccess.exe&quot; 520 0x33e4c0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msaccess.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\msaccess.exe&quot;,0x33e708,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\msaccess.exe&quot; 520 0x33e4c0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msaccess.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\msaccess.exe&quot;,0x33e708,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\msaccess.exe&quot; 520 0x33e4c0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msaccess.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\msaccess.exe&quot;,0x33e708,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\msaccess.exe&quot; 520 0x33e4c0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msaccess.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\VBAJET32.DLL&quot;,0x33e5a4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\VBAJET32.DLL&quot; 520 0x33e35c (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;VBAJET32.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\VBAJET32.DLL&quot;,0x33e5a4,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\VBAJET32.DLL&quot; 520 0x33e35c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;VBAJET32.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\VBAJET32.DLL&quot;,0x33e5a4,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\VBAJET32.DLL&quot; 520 0x33e35c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VBAJET32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/vbajet32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VBAJET32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/vbajet32.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\VBAJET32.DLL&quot; 64 0x33e7ac 0x33e6cc)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\VBAJET32.DLL&quot;,0x33e5a4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\VBAJET32.DLL&quot; 520 0x33e35c (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;VBAJET32.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\VBAJET32.DLL&quot;,0x33e5a4,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\VBAJET32.DLL&quot; 520 0x33e35c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;VBAJET32.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\VBAJET32.DLL&quot;,0x33e5a4,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\VBAJET32.DLL&quot; 520 0x33e35c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VBAJET32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/vbajet32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VBAJET32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/vbajet32.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\VBAJET32.DLL&quot; 68 0x1759c0 0x33e6cc)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\VBAJET32.DLL&quot;,0x33e6e4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\VBAJET32.DLL&quot; 520 0x33e42c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VBAJET32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/vbajet32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VBAJET32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/vbajet32.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\VBAJET32.DLL&quot;,0x33e524,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\VBAJET32.DLL&quot; 520 0x33e2ac (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VBAJET32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/vbajet32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VBAJET32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/vbajet32.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\expsrv.dll&quot;,0x33e70c,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\expsrv.dll&quot; 520 0x33e4c4 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;expsrv.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\expsrv.dll&quot;,0x33e70c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\expsrv.dll&quot; 520 0x33e4c4 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;expsrv.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\expsrv.dll&quot;,0x33e70c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\expsrv.dll&quot; 520 0x33e4c4 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\expsrv.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/expsrv.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\expsrv.dll&quot; 256 0x33e914 0x33e834)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\vba6.dll&quot;,0x33e70c,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\vba6.dll&quot; 520 0x33e4c4 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;vba6.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\vba6.dll&quot;,0x33e70c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\vba6.dll&quot; 520 0x33e4c4 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;vba6.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\vba6.dll&quot;,0x33e70c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\vba6.dll&quot; 520 0x33e4c4 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;vba6.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\vba6.dll&quot;,0x33e70c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\vba6.dll&quot; 520 0x33e4c4 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;vba6.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\vba6.dll&quot;,0x33e70c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\vba6.dll&quot; 520 0x33e4c4 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;vba6.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\vba6.dll&quot;,0x33e70c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\vba6.dll&quot; 520 0x33e4c4 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;vba6.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\vba6.dll&quot;,0x33e70c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\vba6.dll&quot; 520 0x33e4c4 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;vba6.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\expsrv.dll&quot;,0x33e548,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\expsrv.dll&quot; 520 0x33e300 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;expsrv.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\expsrv.dll&quot;,0x33e548,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\expsrv.dll&quot; 520 0x33e300 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;expsrv.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\expsrv.dll&quot;,0x33e548,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\expsrv.dll&quot; 520 0x33e300 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\expsrv.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/expsrv.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\expsrv.dll&quot; 64 0x33e750 0x33e670)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\expsrv.dll&quot;,0x33e688,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\expsrv.dll&quot; 520 0x33e3d0 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\expsrv.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/expsrv.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\expsrv.dll&quot;,0x33e4c8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\expsrv.dll&quot; 520 0x33e250 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\expsrv.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/expsrv.dll&quot;<br>
trace:file:ReadFile 0xb4 0x2518000 4096 0x33d334 0x33d310<br>trace:file:LockFile 0xb8 040025201 000000001<br>trace:file:ReadFile 0xb4 0x2519000 4096 0x33ec64 0x33ec40<br>trace:file:ReadFile 0xb4 0x251a000 4096 0x33ecb0 0x33ec8c<br>
trace:file:ReadFile 0xb4 0x251b000 4096 0x33ecd8 0x33ecb4<br>trace:file:LockFile 0xb8 040025201 000000001<br>trace:file:ReadFile 0xb4 0x2519000 4096 0x33eda4 0x33ed80<br>trace:file:LockFile 0xb8 040035801 000000001<br>trace:file:ReadFile 0xb4 0x251c000 4096 0x33ec64 0x33ec40<br>
trace:file:ReadFile 0xb4 0x251d000 4096 0x33ecb0 0x33ec8c<br>trace:file:ReadFile 0xb4 0x251e000 4096 0x33ecd8 0x33ecb4<br>trace:file:LockFile 0xb8 040035801 000000001<br>trace:file:ReadFile 0xb4 0x251c000 4096 0x33eda4 0x33ed80<br>
trace:file:LockFile 0xb8 040027401 000000001<br>trace:file:ReadFile 0xb4 0x251f000 4096 0x33ec64 0x33ec40<br>trace:file:ReadFile 0xb4 0x2520000 4096 0x33ecb0 0x33ec8c<br>trace:file:ReadFile 0xb4 0x2521000 4096 0x33ecd8 0x33ecb4<br>
trace:file:LockFile 0xb8 040027401 000000001<br>trace:file:ReadFile 0xb4 0x251f000 4096 0x33eda4 0x33ed80<br>trace:file:LockFile 0xb8 040029c01 000000001<br>trace:file:ReadFile 0xb4 0x2522000 4096 0x33ec64 0x33ec40<br>trace:file:ReadFile 0xb4 0x2523000 4096 0x33ecb0 0x33ec8c<br>
trace:file:ReadFile 0xb4 0x2524000 4096 0x33ecd8 0x33ecb4<br>trace:file:LockFile 0xb8 040029c01 000000001<br>trace:file:ReadFile 0xb4 0x2522000 4096 0x33eda4 0x33ed80<br>trace:file:ReadFile 0xb4 0x2527000 4096 0x33ed7c 0x33ed58<br>
trace:file:LockFile 0xb8 040025201 000000001<br>trace:file:ReadFile 0xb4 0x2519000 4096 0x33ec64 0x33ec40<br>trace:file:LockFile 0xb8 040025201 000000001<br>trace:file:ReadFile 0xb4 0x2519000 4096 0x33eda4 0x33ed80<br>trace:file:LockFile 0xb8 040025a01 000000001<br>
trace:file:ReadFile 0xb4 0x2525000 4096 0x33ec64 0x33ec40<br>trace:file:ReadFile 0xb4 0x2526000 4096 0x33ecb0 0x33ec8c<br>trace:file:ReadFile 0xb4 0x2528000 4096 0x33ecd8 0x33ecb4<br>trace:file:LockFile 0xb8 040025a01 000000001<br>
trace:file:ReadFile 0xb4 0x2525000 4096 0x33eda4 0x33ed80<br>trace:file:LockFile 0xb8 040014801 000000001<br>trace:file:ReadFile 0xb4 0x2529000 4096 0x33ec64 0x33ec40<br>trace:file:ReadFile 0xb4 0x252a000 4096 0x33ecb0 0x33ec8c<br>
trace:file:ReadFile 0xb4 0x252b000 4096 0x33ecd8 0x33ecb4<br>trace:file:LockFile 0xb8 040014801 000000001<br>trace:file:ReadFile 0xb4 0x2529000 4096 0x33eda4 0x33ed80<br>fixme:ole:OleLoadPictureEx (0xf6959c,58128,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33fa68), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf6959c,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33fa68), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf6959c,58128,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33fa38), partially implemented.<br>
fixme:ole:OLEPictureImpl_SaveAsFile (0x177c38)-&gt;(0x197238, 0, (nil)), hacked stub.<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Graphics\\AboutFrm\\tmsplash.jpg&quot;,0x33f158,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Graphics\\AboutFrm\\tmsplash.jpg&quot; 520 0x33ef10 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Graphics\\AboutFrm\\tmsplash.jpg&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Graphics/AboutFrm/tmsplash.jpg&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Graphics\\AboutFrm\\tmsplash.jpg&quot; 520 0x33f230 (nil))<br>trace:file:CreateFileW L&quot;C:\\Program Files\\TimeMAPS\\Graphics\\AboutFrm\\tmsplash.jpg&quot; GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE&nbsp; creation 3 attributes 0x0<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Graphics\\AboutFrm\\tmsplash.jpg&quot;,0x33f3d4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Graphics\\AboutFrm\\tmsplash.jpg&quot; 520 0x33f12c (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Graphics\\AboutFrm\\tmsplash.jpg&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Graphics/AboutFrm/tmsplash.jpg&quot;<br>
trace:file:CreateFileW returning 0xcc<br>fixme:ole:OleLoadPictureEx (0xf6a224,58120,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0x33f81c), partially implemented.<br>trace:file:ReadFile 0xcc 0xf6a4a0 58120 0x33f0b8 (nil)<br>
trace:file:_lclose handle 204<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\scrrun.dll&quot;,0x33ef10,0x33eef8,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\scrrun.dll&quot; 520 0x33ec58 0x33eef8)<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\scrrun.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/scrrun.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\scrrun.dll&quot;,0x33ed50,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\scrrun.dll&quot; 520 0x33ead8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\scrrun.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/scrrun.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\VERSION.dll&quot;,0x33eae0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\VERSION.dll&quot; 520 0x33e898 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VERSION.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/version.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VERSION.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/version.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\VERSION.dll&quot; 64 0x33ece8 0x33ec08)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\VERSION.dll&quot;,0x33ec20,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\VERSION.dll&quot; 520 0x33e968 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VERSION.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/version.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VERSION.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/version.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\VERSION.dll&quot;,0x33ea60,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\VERSION.dll&quot; 520 0x33e7e8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VERSION.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/version.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VERSION.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/version.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\lz32.dll&quot;,0x33e150,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\lz32.dll&quot; 520 0x33df08 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;lz32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\lz32.dll&quot;,0x33e150,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\lz32.dll&quot; 520 0x33df08 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;lz32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\lz32.dll&quot;,0x33e150,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\lz32.dll&quot; 520 0x33df08 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;lz32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\lz32.dll&quot;,0x33e150,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\lz32.dll&quot; 520 0x33df08 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;lz32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\lz32.dll&quot;,0x33e150,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\lz32.dll&quot; 520 0x33df08 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;lz32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\lz32.dll&quot;,0x33e150,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\lz32.dll&quot; 520 0x33df08 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;lz32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\lz32.dll&quot;,0x33e150,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\lz32.dll&quot; 520 0x33df08 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;lz32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\scrrun.dll&quot;,0x33ef18,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\scrrun.dll&quot; 520 0x33ecd0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\scrrun.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/scrrun.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\scrrun.dll&quot; 522 0x33f010 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\scrrun.dll&quot;,0x33eb48,0x33eb30,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\scrrun.dll&quot; 520 0x33e890 0x33eb30)<br>
trace:file:GetFileAttributesW L&quot;C:\\Program Files\\TimeMAPS\\Text_Files\\sysdat.txt&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Text_Files\\sysdat.txt&quot;,0x33f390,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Text_Files\\sysdat.txt&quot; 520 0x33f138 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Text_Files\\sysdat.txt&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Text_Files/sysdat.txt&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Text_Files\\sysdat.txt&quot; 520 0x33f2d4 (nil))<br>trace:file:CreateFileW L&quot;C:\\Program Files\\TimeMAPS\\Text_Files\\sysdat.txt&quot; GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Text_Files\\sysdat.txt&quot;,0x33f56c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Text_Files\\sysdat.txt&quot; 520 0x33f2c4 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Text_Files\\sysdat.txt&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Text_Files/sysdat.txt&quot;<br>trace:file:CreateFileW returning 0xe8<br>
trace:file:ReadFile 0xe8 0x1ade38 512 0x33f6ec (nil)<br>trace:file:CreateFileW L&quot;C:\\Program Files\\TimeMAPS\\Text_Files\\sysdat.txt&quot; GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Text_Files\\sysdat.txt&quot;,0x33f5b8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Text_Files\\sysdat.txt&quot; 520 0x33f310 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Text_Files\\sysdat.txt&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Text_Files/sysdat.txt&quot;<br>trace:file:CreateFileW returning 0xe8<br>
trace:file:ReadFile 0xe8 0x33f544 128 0x33f51c (nil)<br>fixme:ole:OleLoadPictureEx (0xf6a894,227777,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33fa68), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf6a894,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33fa68), partially implemented.<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\ReSize32.ocx&quot;,0x33f248,0x33f230,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\ReSize32.ocx&quot; 520 0x33ef90 0x33f230)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\ReSize32.ocx&quot;,0x33f248,0x33f230,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\ReSize32.ocx&quot; 520 0x33ef90 0x33f230)<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\ReSize32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/ReSize32.ocx&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\ReSize32.ocx&quot;,0x33f088,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\ReSize32.ocx&quot; 520 0x33ee10 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\ReSize32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/ReSize32.ocx&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MFC42.DLL&quot;,0x33ee18,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MFC42.DLL&quot; 520 0x33ebd0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MFC42.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mfc42.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MFC42.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mfc42.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MFC42.DLL&quot; 64 0x33f020 0x33ef40)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MFC42.DLL&quot;,0x33ef58,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MFC42.DLL&quot; 520 0x33eca0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MFC42.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mfc42.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MFC42.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mfc42.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MFC42.DLL&quot;,0x33ed98,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MFC42.DLL&quot; 520 0x33eb20 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MFC42.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mfc42.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MFC42.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mfc42.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\MFC42LOC.DLL&quot;,0x33ecdc,0x33ecc4,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MFC42LOC.DLL&quot; 520 0x33ea24 0x33ecc4)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\MFC42LOC.DLL&quot;,0x33ecdc,0x33ecc4,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MFC42LOC.DLL&quot; 520 0x33ea24 0x33ecc4)<br>warn:file:wine_nt_to_unix_file_name L&quot;MFC42LOC.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\VSPRINT7.OCX&quot;,0x33f248,0x33f230,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\VSPRINT7.OCX&quot; 520 0x33ef90 0x33f230)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\VSPRINT7.OCX&quot;,0x33f248,0x33f230,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\VSPRINT7.OCX&quot; 520 0x33ef90 0x33f230)<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VSPRINT7.OCX&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/VSPRINT7.OCX&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\VSPRINT7.OCX&quot;,0x33f088,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\VSPRINT7.OCX&quot; 520 0x33ee10 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VSPRINT7.OCX&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/VSPRINT7.OCX&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\WINSPOOL.DRV&quot;,0x33ee18,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\WINSPOOL.DRV&quot; 520 0x33ebd0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WINSPOOL.DRV&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/winspool.drv&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WINSPOOL.DRV&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/winspool.drv&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\WINSPOOL.DRV&quot; 64 0x33f020 0x33ef40)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\WINSPOOL.DRV&quot;,0x33ee18,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\WINSPOOL.DRV&quot; 520 0x33ebd0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WINSPOOL.DRV&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/winspool.drv&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WINSPOOL.DRV&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/winspool.drv&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\WINSPOOL.DRV&quot; 68 0x18ec88 0x33ef40)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\WINSPOOL.DRV&quot;,0x33ef58,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\WINSPOOL.DRV&quot; 520 0x33eca0 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WINSPOOL.DRV&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/winspool.drv&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WINSPOOL.DRV&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/winspool.drv&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\WINSPOOL.DRV&quot;,0x33ed98,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\WINSPOOL.DRV&quot; 520 0x33eb20 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WINSPOOL.DRV&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/winspool.drv&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WINSPOOL.DRV&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/winspool.drv&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\comdlg32.dll&quot;,0x33ee18,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comdlg32.dll&quot; 520 0x33ebd0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\comdlg32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/comdlg32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comdlg32.dll&quot; 64 0x33f020 0x33ef40)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\comdlg32.dll&quot;,0x33ee18,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comdlg32.dll&quot; 520 0x33ebd0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\comdlg32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/comdlg32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comdlg32.dll&quot; 68 0x18ec88 0x33ef40)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\comdlg32.dll&quot;,0x33ef58,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comdlg32.dll&quot; 520 0x33eca0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\comdlg32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/comdlg32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\comdlg32.dll&quot;,0x33ed98,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comdlg32.dll&quot; 520 0x33eb20 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\comdlg32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/comdlg32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\shell32.dll&quot;,0x33e488,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\shell32.dll&quot; 520 0x33e240 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\shell32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/shell32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\shell32.dll&quot; 64 0x33e690 0x33e5b0)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\shell32.dll&quot;,0x33e5c8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\shell32.dll&quot; 520 0x33e310 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\shell32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/shell32.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\shell32.dll&quot;,0x33e408,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\shell32.dll&quot; 520 0x33e190 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\shell32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/shell32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\shlwapi.dll&quot;,0x33daf8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\shlwapi.dll&quot; 520 0x33d8b0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\shlwapi.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/shlwapi.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\shlwapi.dll&quot; 64 0x33dd00 0x33dc20)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\shlwapi.dll&quot;,0x33dc38,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\shlwapi.dll&quot; 520 0x33d980 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\shlwapi.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/shlwapi.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\shlwapi.dll&quot;,0x33da78,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\shlwapi.dll&quot; 520 0x33d800 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\shlwapi.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/shlwapi.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\comctl32.dll&quot;,0x33daf8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comctl32.dll&quot; 520 0x33d8b0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\comctl32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/comctl32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comctl32.dll&quot; 64 0x33dd00 0x33dc20)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\comctl32.dll&quot;,0x33daf8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comctl32.dll&quot; 520 0x33d8b0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\comctl32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/comctl32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comctl32.dll&quot; 68 0x18f070 0x33dc20)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\comctl32.dll&quot;,0x33dc38,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comctl32.dll&quot; 520 0x33d980 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\comctl32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/comctl32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\comctl32.dll&quot;,0x33da78,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comctl32.dll&quot; 520 0x33d800 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\comctl32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/comctl32.dll&quot;<br>
trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33e698,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33e3f0 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>trace:file:CreateFileW returning 0x104<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33e568,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33e2c0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x104<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\uxtheme.dll&quot;,0x33eb58,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\uxtheme.dll&quot; 520 0x33e910 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;uxtheme.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\uxtheme.dll&quot;,0x33eb58,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\uxtheme.dll&quot; 520 0x33e910 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;uxtheme.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\uxtheme.dll&quot;,0x33eb58,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\uxtheme.dll&quot; 520 0x33e910 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;uxtheme.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\uxtheme.dll&quot;,0x33eb58,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\uxtheme.dll&quot; 520 0x33e910 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;uxtheme.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\uxtheme.dll&quot;,0x33eb58,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\uxtheme.dll&quot; 520 0x33e910 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;uxtheme.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\uxtheme.dll&quot;,0x33eb58,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\uxtheme.dll&quot; 520 0x33e910 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;uxtheme.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\uxtheme.dll&quot;,0x33eb58,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\uxtheme.dll&quot; 520 0x33e910 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;uxtheme.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\shell32.dll&quot; 520 0x33ef40 (nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\shell32.dll&quot; 520 0x33ef40 (nil))<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33ebc0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33e918 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0xfc<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33ec70,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33e9c8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0xfc<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33ef74,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33eccc (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0xfc<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\WINEPS.DRV&quot;,0x33f0b4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\WINEPS.DRV&quot; 520 0x33ee6c (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;WINEPS.DRV&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\WINEPS.DRV&quot;,0x33f0b4,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\WINEPS.DRV&quot; 520 0x33ee6c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINEPS.DRV&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\WINEPS.DRV&quot;,0x33f0b4,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\WINEPS.DRV&quot; 520 0x33ee6c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINEPS.DRV&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\WINEPS.DRV&quot;,0x33f0b4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\WINEPS.DRV&quot; 520 0x33ee6c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINEPS.DRV&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\WINEPS.DRV&quot;,0x33f0b4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\WINEPS.DRV&quot; 520 0x33ee6c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINEPS.DRV&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\WINEPS.DRV&quot;,0x33f0b4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\WINEPS.DRV&quot; 520 0x33ee6c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINEPS.DRV&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\WINEPS.DRV&quot;,0x33f0b4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\WINEPS.DRV&quot; 520 0x33ee6c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINEPS.DRV&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\WINEPS.DRV&quot;,0x33ef14,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\WINEPS.DRV&quot; 520 0x33eccc (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;WINEPS.DRV&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\WINEPS.DRV&quot;,0x33ef14,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\WINEPS.DRV&quot; 520 0x33eccc (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINEPS.DRV&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\WINEPS.DRV&quot;,0x33ef14,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\WINEPS.DRV&quot; 520 0x33eccc (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINEPS.DRV&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\WINEPS.DRV&quot;,0x33ef14,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\WINEPS.DRV&quot; 520 0x33eccc (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINEPS.DRV&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\WINEPS.DRV&quot;,0x33ef14,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\WINEPS.DRV&quot; 520 0x33eccc (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINEPS.DRV&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\WINEPS.DRV&quot;,0x33ef14,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\WINEPS.DRV&quot; 520 0x33eccc (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINEPS.DRV&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\WINEPS.DRV&quot;,0x33ef14,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\WINEPS.DRV&quot; 520 0x33eccc (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINEPS.DRV&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\VSPRINT7.OCX&quot;,0x33f454,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\VSPRINT7.OCX&quot; 520 0x33f20c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VSPRINT7.OCX&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/VSPRINT7.OCX&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\VSPRINT7.OCX&quot; 522 0x33f54c (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\VSPRINT7.OCX&quot;,0x33f084,0x33f06c,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\VSPRINT7.OCX&quot; 520 0x33edcc 0x33f06c)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot;,0x33f378,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 520 0x33f130 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\System32\\STDOLE2.TLB&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/System32/STDOLE2.TLB&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 522 0x33f470 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\System32\\STDOLE2.TLB&quot;,0x33efa8,0x33ef90,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 520 0x33ecf0 0x33ef90)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\System32\\STDOLE2.TLB&quot;,0x33f0e8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 520 0x33eea0 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\System32\\STDOLE2.TLB&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/System32/STDOLE2.TLB&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 520 0x33f1d0 (nil))<br>trace:file:CreateFileW L&quot;C:\\windows\\system32\\System32\\STDOLE2.TLB&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x0<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\System32\\STDOLE2.TLB&quot;,0x33f138,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 520 0x33ee90 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\System32\\STDOLE2.TLB&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/System32/STDOLE2.TLB&quot;<br>trace:file:CreateFileW returning 0xfc<br>
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered<br>err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1<br>err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered<br>
err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\comdlg32.ocx&quot;,0x33f248,0x33f230,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comdlg32.ocx&quot; 520 0x33ef90 0x33f230)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\comdlg32.ocx&quot;,0x33f248,0x33f230,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comdlg32.ocx&quot; 520 0x33ef90 0x33f230)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\comdlg32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/comdlg32.ocx&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\comdlg32.ocx&quot;,0x33f088,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comdlg32.ocx&quot; 520 0x33ee10 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\comdlg32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/comdlg32.ocx&quot;<br>
fixme:ole:OLEPictureImpl_SaveAsFile (0x18a358)-&gt;(0x21b6c0, 0, (nil)), hacked stub.<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\comdlg32.ocx&quot;,0x33f25c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\comdlg32.ocx&quot; 520 0x33f014 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\comdlg32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/comdlg32.ocx&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\comdlg32.ocx&quot; 522 0x33f354 (nil))<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\comdlg32.ocx&quot;,0x33ee8c,0x33ee74,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\comdlg32.ocx&quot; 520 0x33ebd4 0x33ee74)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\ReSize32.ocx&quot;,0x33f320,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\ReSize32.ocx&quot; 520 0x33f0d8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\ReSize32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/ReSize32.ocx&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\ReSize32.ocx&quot; 522 0x33f418 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\ReSize32.ocx&quot;,0x33ef50,0x33ef38,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\ReSize32.ocx&quot; 520 0x33ec98 0x33ef38)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\VSPRINT7.OCX&quot;,0x33f468,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\VSPRINT7.OCX&quot; 520 0x33f220 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VSPRINT7.OCX&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/VSPRINT7.OCX&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\VSPRINT7.OCX&quot; 522 0x33f560 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\comdlg32.ocx&quot;,0x33f48c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\comdlg32.ocx&quot; 520 0x33f244 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\comdlg32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/comdlg32.ocx&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\comdlg32.ocx&quot; 522 0x33f584 (nil))<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot;,0x33f3a4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 520 0x33f15c (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\System32\\STDOLE2.TLB&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/System32/STDOLE2.TLB&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 522 0x33f49c (nil))<br>
fixme:ole:OleLoadPictureEx (0xf77df4,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33fa68), partially implemented.<br>fixme:ole:OLEPictureImpl_SaveAsFile (0x7a23010)-&gt;(0x7a2db58, 0, (nil)), hacked stub.<br>
trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x339180,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x338ed8 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>trace:file:CreateFileW returning 0x100<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33c460,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33c1b8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x100<br>trace:file:ReadFile 0xb4 0x1b06fd0 512 0x7dc09930 0x7dc0990c<br>trace:file:ReadFile 0xc0 0x1b071d8 512 0x7daf8930 0x7daf890c<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33ddc4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33db1c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x100<br>trace:file:ReadFile 0xb4 0x1b06fd0 512 0x7dc09930 0x7dc0990c<br>trace:file:ReadFile 0xc0 0x1b071d8 512 0x7daf8930 0x7daf890c<br>fixme:ole:OleLoadPictureEx (0xf7854c,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f620), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7854c,324,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5c0), partially implemented.<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\VSDRAW7.OCX&quot;,0x33edd0,0x33edb8,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\VSDRAW7.OCX&quot; 520 0x33eb18 0x33edb8)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VSDRAW7.OCX&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/VSDRAW7.OCX&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\VSDRAW7.OCX&quot;,0x33ec10,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\VSDRAW7.OCX&quot; 520 0x33e998 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VSDRAW7.OCX&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/VSDRAW7.OCX&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\VSDRAW7.OCX&quot;,0x33efdc,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\VSDRAW7.OCX&quot; 520 0x33ed94 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VSDRAW7.OCX&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/VSDRAW7.OCX&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\VSDRAW7.OCX&quot; 522 0x33f0d4 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\VSDRAW7.OCX&quot;,0x33ec0c,0x33ebf4,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\VSDRAW7.OCX&quot; 520 0x33e954 0x33ebf4)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot;,0x33ef00,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 520 0x33ecb8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\System32\\STDOLE2.TLB&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/System32/STDOLE2.TLB&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 522 0x33eff8 (nil))<br>err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered<br>err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\mscomct2.ocx&quot;,0x33edd0,0x33edb8,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33eb18 0x33edb8)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\mscomct2.ocx&quot;,0x33edd0,0x33edb8,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33eb18 0x33edb8)<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mscomct2.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mscomct2.ocx&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\mscomct2.ocx&quot;,0x33ec10,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33e998 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mscomct2.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mscomct2.ocx&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSCc2ENU.DLL&quot;,0x33ea78,0x33ea60,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSCc2ENU.DLL&quot; 520 0x33e7c0 0x33ea60)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSCc2ENU.DLL&quot;,0x33ea78,0x33ea60,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSCc2ENU.DLL&quot; 520 0x33e7c0 0x33ea60)<br>
warn:file:wine_nt_to_unix_file_name L&quot;MSCc2ENU.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSCc2EN.DLL&quot;,0x33ea78,0x33ea60,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSCc2EN.DLL&quot; 520 0x33e7c0 0x33ea60)<br>warn:file:wine_nt_to_unix_file_name L&quot;MSCc2EN.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSCcENU.DLL&quot;,0x33ea78,0x33ea60,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSCcENU.DLL&quot; 520 0x33e7c0 0x33ea60)<br>
warn:file:wine_nt_to_unix_file_name L&quot;MSCcENU.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\1024\\MSCc2.dll&quot;,0x33ea78,0x33ea60,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\1024\\MSCc2.dll&quot; 520 0x33e7c0 0x33ea60)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\1024\\MSCc2.dll&quot;,0x33ea78,0x33ea60,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\1024\\MSCc2.dll&quot; 520 0x33e7c0 0x33ea60)<br>warn:file:wine_nt_to_unix_file_name L&quot;1024\\MSCc2.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
fixme:ole:OleLoadPictureEx (0xf7854c,324,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5c0), partially implemented.<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot;,0x33edd0,0x33edb8,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot; 520 0x33eb18 0x33edb8)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot;,0x33edd0,0x33edb8,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot; 520 0x33eb18 0x33edb8)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/System32/Macromed/Flash/Flash.ocx&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot;,0x33ec10,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot; 520 0x33e998 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/System32/Macromed/Flash/Flash.ocx&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\WINMM.dll&quot;,0x33e9a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\WINMM.dll&quot; 520 0x33e758 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINMM.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32/System32/Macromed/Flash<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\WINMM.dll&quot;,0x33e9a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\WINMM.dll&quot; 520 0x33e758 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINMM.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\WINMM.dll&quot;,0x33e9a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\WINMM.dll&quot; 520 0x33e758 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WINMM.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/winmm.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WINMM.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/winmm.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\WINMM.dll&quot; 64 0x33eba8 0x33eac8)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\WINMM.dll&quot;,0x33eae0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\WINMM.dll&quot; 520 0x33e828 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WINMM.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/winmm.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WINMM.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/winmm.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\WINMM.dll&quot;,0x33e920,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\WINMM.dll&quot; 520 0x33e6a8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WINMM.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/winmm.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WINMM.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/winmm.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\WSOCK32.dll&quot;,0x33e9a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\WSOCK32.dll&quot; 520 0x33e758 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WSOCK32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32/System32/Macromed/Flash<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\WSOCK32.dll&quot;,0x33e9a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\WSOCK32.dll&quot; 520 0x33e758 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WSOCK32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\WSOCK32.dll&quot;,0x33e9a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\WSOCK32.dll&quot; 520 0x33e758 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WSOCK32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/wsock32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WSOCK32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/wsock32.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\WSOCK32.dll&quot; 64 0x33eba8 0x33eac8)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\WSOCK32.dll&quot;,0x33eae0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\WSOCK32.dll&quot; 520 0x33e828 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WSOCK32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/wsock32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WSOCK32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/wsock32.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\WSOCK32.dll&quot;,0x33e920,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\WSOCK32.dll&quot; 520 0x33e6a8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WSOCK32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/wsock32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WSOCK32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/wsock32.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\ws2_32.dll&quot;,0x33e010,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\ws2_32.dll&quot; 520 0x33ddc8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;ws2_32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32/System32/Macromed/Flash<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\ws2_32.dll&quot;,0x33e010,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\ws2_32.dll&quot; 520 0x33ddc8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;ws2_32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\ws2_32.dll&quot;,0x33e010,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\ws2_32.dll&quot; 520 0x33ddc8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\ws2_32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/ws2_32.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\ws2_32.dll&quot; 64 0x33e218 0x33e138)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\ws2_32.dll&quot;,0x33e150,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\ws2_32.dll&quot; 520 0x33de98 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\ws2_32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/ws2_32.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\ws2_32.dll&quot;,0x33df90,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\ws2_32.dll&quot; 520 0x33dd18 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\ws2_32.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/ws2_32.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\WININET.dll&quot;,0x33e9a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\WININET.dll&quot; 520 0x33e758 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;WININET.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32/System32/Macromed/Flash<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\WININET.dll&quot;,0x33e9a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\WININET.dll&quot; 520 0x33e758 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WININET.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\WININET.dll&quot;,0x33e9a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\WININET.dll&quot; 520 0x33e758 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WININET.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/wininet.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WININET.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/wininet.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\WININET.dll&quot; 64 0x33eba8 0x33eac8)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\WININET.dll&quot;,0x33eae0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\WININET.dll&quot; 520 0x33e828 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WININET.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/wininet.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WININET.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/wininet.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\WININET.dll&quot;,0x33e920,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\WININET.dll&quot; 520 0x33e6a8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WININET.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/wininet.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\WININET.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/wininet.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\mpr.dll&quot;,0x33e010,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\mpr.dll&quot; 520 0x33ddc8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mpr.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32/System32/Macromed/Flash<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\mpr.dll&quot;,0x33e010,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\mpr.dll&quot; 520 0x33ddc8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mpr.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mpr.dll&quot;,0x33e010,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mpr.dll&quot; 520 0x33ddc8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mpr.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\mpr.dll&quot;,0x33e010,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\mpr.dll&quot; 520 0x33ddc8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mpr.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\mpr.dll&quot;,0x33e010,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\mpr.dll&quot; 520 0x33ddc8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mpr.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mpr.dll&quot;,0x33e010,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mpr.dll&quot; 520 0x33ddc8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mpr.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\mpr.dll&quot;,0x33e010,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\mpr.dll&quot; 520 0x33ddc8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mpr.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\urlmon.dll&quot;,0x33e9a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\urlmon.dll&quot; 520 0x33e758 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;urlmon.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32/System32/Macromed/Flash<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\urlmon.dll&quot;,0x33e9a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\urlmon.dll&quot; 520 0x33e758 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;urlmon.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\urlmon.dll&quot;,0x33e9a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\urlmon.dll&quot; 520 0x33e758 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\urlmon.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/urlmon.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\urlmon.dll&quot; 64 0x33eba8 0x33eac8)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\urlmon.dll&quot;,0x33eae0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\urlmon.dll&quot; 520 0x33e828 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\urlmon.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/urlmon.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\urlmon.dll&quot;,0x33e920,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\urlmon.dll&quot; 520 0x33e6a8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\urlmon.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/urlmon.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\winealsa.drv&quot;,0x33e0a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\winealsa.drv&quot; 520 0x33de58 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;winealsa.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\winealsa.drv&quot;,0x33e0a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\winealsa.drv&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winealsa.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\winealsa.drv&quot;,0x33e0a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\winealsa.drv&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winealsa.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\winealsa.drv&quot;,0x33e0a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\winealsa.drv&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winealsa.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\winealsa.drv&quot;,0x33e0a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\winealsa.drv&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winealsa.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\winealsa.drv&quot;,0x33e0a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\winealsa.drv&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winealsa.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\winealsa.drv&quot;,0x33e0a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\winealsa.drv&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;winealsa.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\msacm32.drv&quot;,0x33e0a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\msacm32.drv&quot; 520 0x33de58 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;msacm32.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\msacm32.drv&quot;,0x33e0a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\msacm32.drv&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msacm32.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\msacm32.drv&quot;,0x33e0a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\msacm32.drv&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msacm32.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\msacm32.drv&quot;,0x33e0a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\msacm32.drv&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msacm32.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\msacm32.drv&quot;,0x33e0a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\msacm32.drv&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msacm32.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\msacm32.drv&quot;,0x33e0a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\msacm32.drv&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msacm32.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\msacm32.drv&quot;,0x33e0a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\msacm32.drv&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msacm32.drv&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\msacm32.dll&quot;,0x33d710,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\msacm32.dll&quot; 520 0x33d4c8 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;msacm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\msacm32.dll&quot;,0x33d710,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\msacm32.dll&quot; 520 0x33d4c8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msacm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\msacm32.dll&quot;,0x33d710,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\msacm32.dll&quot; 520 0x33d4c8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msacm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\msacm32.dll&quot;,0x33d710,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\msacm32.dll&quot; 520 0x33d4c8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msacm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\msacm32.dll&quot;,0x33d710,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\msacm32.dll&quot; 520 0x33d4c8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msacm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\msacm32.dll&quot;,0x33d710,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\msacm32.dll&quot; 520 0x33d4c8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msacm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\msacm32.dll&quot;,0x33d710,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\msacm32.dll&quot; 520 0x33d4c8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;msacm32.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:CreateFileW L&quot;c:\\windows\\system.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system.ini&quot;,0x33c900,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system.ini&quot; 520 0x33c658 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system.ini&quot;<br>
trace:file:CreateFileW returning 0x12c<br>trace:file:ReadFile 0x12c 0x1a2b90 453 0x33ca08 (nil)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\midimap.dll&quot;,0x33e0a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\midimap.dll&quot; 520 0x33de58 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;midimap.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\midimap.dll&quot;,0x33e0a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\midimap.dll&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;midimap.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\midimap.dll&quot;,0x33e0a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\midimap.dll&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;midimap.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\midimap.dll&quot;,0x33e0a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\midimap.dll&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;midimap.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\midimap.dll&quot;,0x33e0a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\midimap.dll&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;midimap.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\midimap.dll&quot;,0x33e0a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\midimap.dll&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;midimap.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\midimap.dll&quot;,0x33e0a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\midimap.dll&quot; 520 0x33de58 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;midimap.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:GetFileAttributesW L&quot;c:\\windows\\profiles\\ryan\\Local Settings\\Temporary Internet Files&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\profiles\\ryan\\Local Settings\\Temporary Internet Files&quot;,0x33e3a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\profiles\\ryan\\Local Settings\\Temporary Internet Files&quot; 520 0x33e148 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\profiles\\ryan\\Local Settings\\Temporary Internet Files&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/profiles/ryan/Local Settings/Temporary Internet Files&quot;<br>
trace:file:GetFileAttributesW L&quot;c:\\windows\\profiles\\ryan\\Local Settings\\History&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\profiles\\ryan\\Local Settings\\History&quot;,0x33e3a0,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\profiles\\ryan\\Local Settings\\History&quot; 520 0x33e148 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\profiles\\ryan\\Local Settings\\History&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/profiles/ryan/Local Settings/History&quot;<br>
trace:file:GetFileAttributesW L&quot;c:\\windows\\profiles\\ryan\\Cookies&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\profiles\\ryan\\Cookies&quot;,0x33e3a0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\profiles\\ryan\\Cookies&quot; 520 0x33e148 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\profiles\\ryan\\Cookies&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/profiles/ryan/Cookies&quot;<br>trace:file:CreateFileW L&quot;c:\\windows\\system32\\mms.cfg&quot; GENERIC_READ&nbsp; creation 3 attributes 0x8000000<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mms.cfg&quot;,0x33f260,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mms.cfg&quot; 520 0x33efb8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mms.cfg&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
warn:file:CreateFileW Unable to create file L&quot;c:\\windows\\system32\\mms.cfg&quot; (status c0000034)<br>trace:file:CreateFileW returning 0xffffffff<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Common\\SwSupport.dll&quot;,0x33ed80,0x33ed68,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Common\\SwSupport.dll&quot; 520 0x33eac8 0x33ed68)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Common\\SwSupport.dll&quot;,0x33ed80,0x33ed68,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Common\\SwSupport.dll&quot; 520 0x33eac8 0x33ed68)<br>warn:file:wine_nt_to_unix_file_name L&quot;Common\\SwSupport.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32/Macromed<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Shockwave\\SwSupport.dll&quot;,0x33ed80,0x33ed68,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Shockwave\\SwSupport.dll&quot; 520 0x33eac8 0x33ed68)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Shockwave\\SwSupport.dll&quot;,0x33ed80,0x33ed68,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Shockwave\\SwSupport.dll&quot; 520 0x33eac8 0x33ed68)<br>
warn:file:wine_nt_to_unix_file_name L&quot;Shockwave\\SwSupport.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32/Macromed<br>fixme:ole:OleLoadPictureEx (0xf7854c,324,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5c0), partially implemented.<br>
err:ole:CoGetClassObject class {00000000-0000-0000-0000-000000000000} not registered<br>err:ole:CoGetClassObject no class object {00000000-0000-0000-0000-000000000000} could be created for context 0x1<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\richtx32.ocx&quot;,0x33ee00,0x33ede8,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\richtx32.ocx&quot; 520 0x33eb48 0x33ede8)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\richtx32.ocx&quot;,0x33ee00,0x33ede8,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\richtx32.ocx&quot; 520 0x33eb48 0x33ede8)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\richtx32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/richtx32.ocx&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\richtx32.ocx&quot;,0x33ec40,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\richtx32.ocx&quot; 520 0x33e9c8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\richtx32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/richtx32.ocx&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\oledlg.dll&quot;,0x33e9d0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\oledlg.dll&quot; 520 0x33e788 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\oledlg.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/oledlg.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\oledlg.dll&quot; 64 0x33ebd8 0x33eaf8)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\oledlg.dll&quot;,0x33eb10,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\oledlg.dll&quot; 520 0x33e858 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\oledlg.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/oledlg.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\oledlg.dll&quot;,0x33e950,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\oledlg.dll&quot; 520 0x33e6d8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\oledlg.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/oledlg.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\RichEd32.DLL&quot;,0x33ee24,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\RichEd32.DLL&quot; 520 0x33ebdc (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;RichEd32.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\RichEd32.DLL&quot;,0x33ee24,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\RichEd32.DLL&quot; 520 0x33ebdc (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;RichEd32.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\RichEd32.DLL&quot;,0x33ee24,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\RichEd32.DLL&quot; 520 0x33ebdc (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\RichEd32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/riched32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\RichEd32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/riched32.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\RichEd32.DLL&quot; 64 0x33f02c 0x33ef4c)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\RichEd32.DLL&quot;,0x33ee24,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\RichEd32.DLL&quot; 520 0x33ebdc (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;RichEd32.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\RichEd32.DLL&quot;,0x33ee24,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\RichEd32.DLL&quot; 520 0x33ebdc (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;RichEd32.DLL&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\RichEd32.DLL&quot;,0x33ee24,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\RichEd32.DLL&quot; 520 0x33ebdc (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\RichEd32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/riched32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\RichEd32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/riched32.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\RichEd32.DLL&quot; 68 0x7a650b8 0x33ef4c)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\RichEd32.DLL&quot;,0x33ef64,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\RichEd32.DLL&quot; 520 0x33ecac (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\RichEd32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/riched32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\RichEd32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/riched32.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\RichEd32.DLL&quot;,0x33eda4,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\RichEd32.DLL&quot; 520 0x33eb2c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\RichEd32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/riched32.dll&quot; required a case-insensitive search<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\RichEd32.DLL&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/riched32.dll&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\riched20.dll&quot;,0x33e494,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\riched20.dll&quot; 520 0x33e24c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;riched20.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\riched20.dll&quot;,0x33e494,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\riched20.dll&quot; 520 0x33e24c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;riched20.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\riched20.dll&quot;,0x33e494,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\riched20.dll&quot; 520 0x33e24c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\riched20.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/riched20.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\riched20.dll&quot; 64 0x33e69c 0x33e5bc)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\riched20.dll&quot;,0x33e494,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\riched20.dll&quot; 520 0x33e24c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;riched20.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\riched20.dll&quot;,0x33e494,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\riched20.dll&quot; 520 0x33e24c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;riched20.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\riched20.dll&quot;,0x33e494,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\riched20.dll&quot; 520 0x33e24c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\riched20.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/riched20.dll&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\riched20.dll&quot; 68 0x7a7cfc0 0x33e5bc)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\riched20.dll&quot;,0x33e5d4,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\riched20.dll&quot; 520 0x33e31c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\riched20.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/riched20.dll&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\riched20.dll&quot;,0x33e414,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\riched20.dll&quot; 520 0x33e19c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\riched20.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/riched20.dll&quot;<br>
fixme:richedit:RichEditWndProc_common EM_SETTARGETDEVICE: stub<br>fixme:richedit:RichEditWndProc_common WM_STYLECHANGING: stub<br>fixme:richedit:RichEditWndProc_common WM_STYLECHANGED: stub<br>fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x86131e0<br>
fixme:richedit:RichEditWndProc_common EM_SETTARGETDEVICE: stub<br>fixme:richedit:RichEditWndProc_common WM_STYLECHANGING: stub<br>fixme:richedit:RichEditWndProc_common WM_STYLECHANGED: stub<br>fixme:ole:OLEPictureImpl_SaveAsFile (0x7a2cf68)-&gt;(0x7a86e18, 0, (nil)), hacked stub.<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot;,0x33bc4c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot; 520 0x33ba04 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\richtx32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/richtx32.ocx&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot; 522 0x33bd44 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\richtx32.ocx&quot;,0x33b87c,0x33b864,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\richtx32.ocx&quot; 520 0x33b5c4 0x33b864)<br>fixme:richedit:RichEditWndProc_common EM_SETTARGETDEVICE: stub<br>fixme:richedit:RichEditWndProc_common EM_SETTARGETDEVICE: stub<br>
trace:file:LockFile 0xb8 04002a601 000000001<br>trace:file:ReadFile 0xb4 0x252c000 4096 0x33e668 0x33e644<br>trace:file:ReadFile 0xb4 0x252d000 4096 0x33e6b4 0x33e690<br>trace:file:ReadFile 0xb4 0x252f000 4096 0x33e6dc 0x33e6b8<br>
trace:file:LockFile 0xb8 04002a601 000000001<br>trace:file:ReadFile 0xb4 0x252c000 4096 0x33e7a8 0x33e784<br>trace:file:ReadFile 0xb4 0x2533000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2534000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x2535000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2536000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2537000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2538000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x2539000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x253a000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x253b000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x253c000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x253d000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x253e000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x253f000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2540000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x2541000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2542000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2543000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2544000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x2545000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2546000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2547000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2548000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x2549000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x254a000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x254b000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x254c000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x254d000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x254e000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x254f000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2550000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x2551000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2552000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2553000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2554000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x2555000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2556000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2557000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2558000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x2559000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x255a000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x255b000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x255c000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x255d000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x255f000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2560000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2561000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x2562000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2563000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2564000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2565000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x2566000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2567000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2568000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2569000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x256a000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x256b000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x256c000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x256d000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x256e000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x256f000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2570000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2571000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x2572000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2573000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2574000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2575000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x2576000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2577000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2578000 4096 0x33de70 0x33de4c<br>trace:file:ReadFile 0xb4 0x2579000 4096 0x33de70 0x33de4c<br>
trace:file:ReadFile 0xb4 0x257a000 32768 0x7dc09950 0x7dc0992c<br>trace:file:ReadFile 0xb4 0x257a000 16384 0x7dc09950 0x7dc0992c<br>trace:file:ReadFile 0xb4 0x257a000 32768 0x7dc09950 0x7dc0992c<br>trace:file:ReadFile 0xb4 0x257a000 32768 0x7dc09950 0x7dc0992c<br>
trace:file:ReadFile 0xb4 0x257a000 32768 0x7dc09950 0x7dc0992c<br>trace:file:ReadFile 0xb4 0x257a000 32768 0x7dc09950 0x7dc0992c<br>trace:file:ReadFile 0xb4 0x257a000 32768 0x7dc09950 0x7dc0992c<br>trace:file:ReadFile 0xb4 0x257a000 32768 0x7dc09950 0x7dc0992c<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\VSDRAW7.OCX&quot;,0x33f020,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\VSDRAW7.OCX&quot; 520 0x33edd8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\VSDRAW7.OCX&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/VSDRAW7.OCX&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\VSDRAW7.OCX&quot; 522 0x33f118 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot;,0x33f044,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33edfc (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mscomct2.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mscomct2.ocx&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 522 0x33f13c (nil))<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\mscomct2.ocx&quot;,0x33ec74,0x33ec5c,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33e9bc 0x33ec5c)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot;,0x33ee48,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33ec00 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mscomct2.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mscomct2.ocx&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 522 0x33ef40 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\mscomct2.ocx&quot;,0x33ea78,0x33ea60,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33e7c0 0x33ea60)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot;,0x33ef7c,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 520 0x33ed34 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\System32\\STDOLE2.TLB&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/System32/STDOLE2.TLB&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 522 0x33f074 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot;,0x33f044,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33edfc (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mscomct2.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mscomct2.ocx&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 522 0x33f13c (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot;,0x33f044,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33edfc (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mscomct2.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mscomct2.ocx&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 522 0x33f13c (nil))<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot;,0x33f044,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33edfc (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mscomct2.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mscomct2.ocx&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 522 0x33f13c (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot;,0x33f020,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot; 520 0x33edd8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/System32/Macromed/Flash/Flash.ocx&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot; 522 0x33f118 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot;,0x33ec50,0x33ec38,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot; 520 0x33e998 0x33ec38)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot;,0x33efd8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot; 520 0x33ed90 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/System32/Macromed/Flash/Flash.ocx&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\Macromed\\Flash\\Flash.ocx&quot; 522 0x33f0d0 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot;,0x33eefc,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 520 0x33ecb4 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\System32\\STDOLE2.TLB&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/System32/STDOLE2.TLB&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 522 0x33eff4 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot;,0x33f044,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33edfc (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mscomct2.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mscomct2.ocx&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 522 0x33f13c (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot;,0x33f044,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33edfc (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mscomct2.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mscomct2.ocx&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 522 0x33f13c (nil))<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot;,0x33f044,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33edfc (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mscomct2.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mscomct2.ocx&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 522 0x33f13c (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot;,0x33f044,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot; 520 0x33edfc (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\richtx32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/richtx32.ocx&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot; 522 0x33f13c (nil))<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot;,0x33ed14,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 520 0x33eacc (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\System32\\STDOLE2.TLB&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/System32/STDOLE2.TLB&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 522 0x33ee0c (nil))<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\comdlg32.ocx&quot;,0x33f044,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\comdlg32.ocx&quot; 520 0x33edfc (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\comdlg32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/comdlg32.ocx&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\comdlg32.ocx&quot; 522 0x33f13c (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot;,0x33f044,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot; 520 0x33edfc (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\richtx32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/richtx32.ocx&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot; 522 0x33f13c (nil))<br>
trace:file:CreateFileW L&quot;C:\\Program Files\\TimeMAPS/Text_Files/030100_InterestBasics.rtf&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS/Text_Files/030100_InterestBasics.rtf&quot;,0x33eb2c,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS/Text_Files/030100_InterestBasics.rtf&quot; 520 0x33e884 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Text_Files\\030100_InterestBasics.rtf&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Text_Files/030100_InterestBasics.rtf&quot;<br>
trace:file:CreateFileW returning 0x118<br>fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x8613cb8<br>trace:file:ReadFile 0x118 0x3398f0 4096 0x3398e8 (nil)<br>err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination<br>
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination<br>trace:file:ReadFile 0x118 0x3398f0 4096 0x3398e8 (nil)<br>err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination<br>trace:file:ReadFile 0x118 0x3398f0 4096 0x3398e8 (nil)<br>
trace:file:ReadFile 0x118 0x3398f0 4096 0x3398e8 (nil)<br>trace:file:ReadFile 0x118 0x3398f0 4096 0x3398e8 (nil)<br>trace:file:ReadFile 0x118 0x3398f0 4096 0x3398e8 (nil)<br>trace:file:ReadFile 0x118 0x3398f0 4096 0x3398e8 (nil)<br>
trace:file:ReadFile 0x118 0x3398f0 4096 0x3398e8 (nil)<br>trace:file:ReadFile 0x118 0x3398f0 4096 0x3398e8 (nil)<br>trace:file:ReadFile 0x118 0x3398f0 4096 0x3398e8 (nil)<br>trace:file:ReadFile 0x118 0x3398f0 4096 0x3398e8 (nil)<br>
trace:file:ReadFile 0x118 0x3398f0 4096 0x3398e8 (nil)<br>trace:file:ReadFile 0x118 0x3398f0 4096 0x3398e8 (nil)<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x337fc4,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x337d1c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x118<br>fixme:richedit:RichEditWndProc_common EM_SETTARGETDEVICE: stub<br>fixme:richedit:RichEditWndProc_common EM_SETTARGETDEVICE: stub<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33b394,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33b0ec (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x118<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33e58c,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33e2e4 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x118<br>trace:file:ReadFile 0xb4 0x1b06fd0 512 0x7dc09930 0x7dc0990c<br>trace:file:ReadFile 0xc0 0x1b071d8 512 0x7daf8930 0x7daf890c<br>fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x8613cb8<br>
fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x86131e0<br>fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x8613cb8<br>fixme:ole:OleLoadPictureEx (0xf7dc8c,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33dff8), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7dc8c,324,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33df98), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7dc8c,324,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33df98), partially implemented.<br>
fixme:richedit:RichEditWndProc_common EM_SETTARGETDEVICE: stub<br>fixme:richedit:RichEditWndProc_common WM_STYLECHANGING: stub<br>fixme:richedit:RichEditWndProc_common WM_STYLECHANGED: stub<br>fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x862dc80<br>
fixme:richedit:RichEditWndProc_common EM_SETTARGETDEVICE: stub<br>fixme:richedit:RichEditWndProc_common WM_STYLECHANGING: stub<br>fixme:richedit:RichEditWndProc_common WM_STYLECHANGED: stub<br>fixme:ole:OLEPictureImpl_SaveAsFile (0x1970f0)-&gt;(0x7a63390, 0, (nil)), hacked stub.<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot;,0x33a624,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot; 520 0x33a3dc (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\richtx32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/richtx32.ocx&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot; 522 0x33a71c (nil))<br>fixme:richedit:RichEditWndProc_common EM_SETTARGETDEVICE: stub<br>fixme:richedit:RichEditWndProc_common EM_SETTARGETDEVICE: stub<br>
trace:file:LockFile 0xb8 04002a601 000000001<br>trace:file:ReadFile 0xb4 0x252c000 4096 0x33d040 0x33d01c<br>trace:file:LockFile 0xb8 04002a601 000000001<br>trace:file:ReadFile 0xb4 0x252c000 4096 0x33d180 0x33d15c<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot;,0x33da1c,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33d7d4 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mscomct2.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mscomct2.ocx&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 522 0x33db14 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot;,0x33d820,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33d5d8 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mscomct2.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mscomct2.ocx&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 522 0x33d918 (nil))<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot;,0x33da1c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33d7d4 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mscomct2.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mscomct2.ocx&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 522 0x33db14 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot;,0x33da1c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33d7d4 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mscomct2.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mscomct2.ocx&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 522 0x33db14 (nil))<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot;,0x33da1c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 520 0x33d7d4 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\mscomct2.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/mscomct2.ocx&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mscomct2.ocx&quot; 522 0x33db14 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot;,0x33da1c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot; 520 0x33d7d4 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\richtx32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/richtx32.ocx&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot; 522 0x33db14 (nil))<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\comdlg32.ocx&quot;,0x33da1c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\comdlg32.ocx&quot; 520 0x33d7d4 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\comdlg32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/comdlg32.ocx&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\comdlg32.ocx&quot; 522 0x33db14 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot;,0x33da1c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot; 520 0x33d7d4 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\richtx32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/richtx32.ocx&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\richtx32.ocx&quot; 522 0x33db14 (nil))<br>
trace:file:CreateFileW L&quot;C:\\Program Files\\TimeMAPS/Text_Files/030200_SimpleInterest.rtf&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS/Text_Files/030200_SimpleInterest.rtf&quot;,0x33d504,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS/Text_Files/030200_SimpleInterest.rtf&quot; 520 0x33d25c (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Text_Files\\030200_SimpleInterest.rtf&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Text_Files/030200_SimpleInterest.rtf&quot;<br>
trace:file:CreateFileW returning 0x150<br>fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x862de78<br>trace:file:ReadFile 0x150 0x3382c8 4096 0x3382c0 (nil)<br>err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination<br>
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination<br>trace:file:ReadFile 0x150 0x3382c8 4096 0x3382c0 (nil)<br>err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination<br>trace:file:ReadFile 0x150 0x3382c8 4096 0x3382c0 (nil)<br>
trace:file:ReadFile 0x150 0x3382c8 4096 0x3382c0 (nil)<br>trace:file:ReadFile 0x150 0x3382c8 4096 0x3382c0 (nil)<br>trace:file:ReadFile 0x150 0x3382c8 4096 0x3382c0 (nil)<br>trace:file:ReadFile 0x150 0x3382c8 4096 0x3382c0 (nil)<br>
trace:file:ReadFile 0x150 0x3382c8 4096 0x3382c0 (nil)<br>trace:file:ReadFile 0x150 0x3382c8 4096 0x3382c0 (nil)<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33699c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x3366f4 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x150<br>fixme:richedit:RichEditWndProc_common EM_SETTARGETDEVICE: stub<br>fixme:richedit:RichEditWndProc_common EM_SETTARGETDEVICE: stub<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x339d6c,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x339ac4 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x150<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33e58c,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33e2e4 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x150<br>fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x862de78<br>fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x862dc80<br>fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x862de78<br>
trace:file:ReadFile 0xb4 0x1b06fd0 512 0x7dc09930 0x7dc0990c<br>trace:file:ReadFile 0xc0 0x1b071d8 512 0x7dc09930 0x7dc0990c<br>fixme:ole:OleLoadPictureEx (0xf7f07c,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f624), partially implemented.<br>
trace:file:CreateFileW L&quot;c:\\windows\\system32\\mms.cfg&quot; GENERIC_READ&nbsp; creation 3 attributes 0x8000000<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mms.cfg&quot;,0x33f294,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mms.cfg&quot; 520 0x33efec (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mms.cfg&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
warn:file:CreateFileW Unable to create file L&quot;c:\\windows\\system32\\mms.cfg&quot; (status c0000034)<br>trace:file:CreateFileW returning 0xffffffff<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Common\\SwSupport.dll&quot;,0x33edb4,0x33ed9c,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Common\\SwSupport.dll&quot; 520 0x33eafc 0x33ed9c)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Common\\SwSupport.dll&quot;,0x33edb4,0x33ed9c,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Common\\SwSupport.dll&quot; 520 0x33eafc 0x33ed9c)<br>warn:file:wine_nt_to_unix_file_name L&quot;Common\\SwSupport.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32/Macromed<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Shockwave\\SwSupport.dll&quot;,0x33edb4,0x33ed9c,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Shockwave\\SwSupport.dll&quot; 520 0x33eafc 0x33ed9c)<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Shockwave\\SwSupport.dll&quot;,0x33edb4,0x33ed9c,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\Macromed\\Shockwave\\SwSupport.dll&quot; 520 0x33eafc 0x33ed9c)<br>
warn:file:wine_nt_to_unix_file_name L&quot;Shockwave\\SwSupport.dll&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32/Macromed<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSCOMCTL.OCX&quot;,0x33ee04,0x33edec,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSCOMCTL.OCX&quot; 520 0x33eb4c 0x33edec)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSCOMCTL.OCX&quot;,0x33ee04,0x33edec,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSCOMCTL.OCX&quot; 520 0x33eb4c 0x33edec)<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSCOMCTL.OCX&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/MSCOMCTL.OCX&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSCOMCTL.OCX&quot;,0x33ec44,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSCOMCTL.OCX&quot; 520 0x33e9cc (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSCOMCTL.OCX&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/MSCOMCTL.OCX&quot;<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>fixme:ole:OleLoadPictureEx (0xf7f07c,239,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f5f4), partially implemented.<br>
fixme:ole:OLEPictureImpl_SaveAsFile (0x1970f0)-&gt;(0x7a66da0, 0, (nil)), hacked stub.<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\expsrv.dll&quot;,0x33c6e8,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\expsrv.dll&quot; 520 0x33c4a0 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\expsrv.dll&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/expsrv.dll&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\expsrv.dll&quot; 522 0x33c7e0 (nil))<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\expsrv.dll&quot;,0x33c318,0x33c300,(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\expsrv.dll&quot; 520 0x33c060 0x33c300)<br>
trace:file:LockFile 0xb8 040013001 000000001<br>trace:file:ReadFile 0xb4 0x2530000 4096 0x33e5d0 0x33e5ac<br>trace:file:ReadFile 0xb4 0x2531000 4096 0x33e61c 0x33e5f8<br>trace:file:ReadFile 0xb4 0x2532000 4096 0x33e644 0x33e620<br>
trace:file:LockFile 0xb8 040013001 000000001<br>trace:file:ReadFile 0xb4 0x2530000 4096 0x33e710 0x33e6ec<br>trace:file:ReadFile 0xb4 0x257d000 4096 0x33e568 0x33e544<br>trace:file:ReadFile 0xb4 0x257e000 4096 0x33e568 0x33e544<br>
trace:file:ReadFile 0xb4 0x257f000 4096 0x33e568 0x33e544<br>trace:file:ReadFile 0xb4 0x2580000 4096 0x33e568 0x33e544<br>trace:file:ReadFile 0xb4 0x2581000 4096 0x33e568 0x33e544<br>fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE<br>
trace:file:CreateFileW L&quot;C|/Program Files/TimeMAPS/Graphics/Flash/070100_NeedsWants.swf/&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C|/Program Files/TimeMAPS/Graphics/Flash/070100_NeedsWants.swf/&quot;,0x33d8b8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C|/Program Files/TimeMAPS/Graphics/Flash/070100_NeedsWants.swf/&quot; 520 0x33d610 (nil))<br>warn:file:CreateFileW Unable to create file L&quot;C|/Program Files/TimeMAPS/Graphics/Flash/070100_NeedsWants.swf/&quot; (status c0000033)<br>
trace:file:CreateFileW returning 0xffffffff<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\comdlg32.ocx&quot;,0x33f048,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\comdlg32.ocx&quot; 520 0x33ee00 (nil))<br>
trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\comdlg32.ocx&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/comdlg32.ocx&quot;<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\comdlg32.ocx&quot; 522 0x33f140 (nil))<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\MSCOMCTL.OCX&quot;,0x33f048,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MSCOMCTL.OCX&quot; 520 0x33ee00 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSCOMCTL.OCX&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/MSCOMCTL.OCX&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MSCOMCTL.OCX&quot; 522 0x33f140 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSCOMCTL.OCX&quot;,0x33ec78,0x33ec60,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSCOMCTL.OCX&quot; 520 0x33e9c0 0x33ec60)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\MSCOMCTL.OCX&quot;,0x33ee4c,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MSCOMCTL.OCX&quot; 520 0x33ec04 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\MSCOMCTL.OCX&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/MSCOMCTL.OCX&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\MSCOMCTL.OCX&quot; 522 0x33ef44 (nil))<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\MSCOMCTL.OCX&quot;,0x33ea7c,0x33ea64,(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\MSCOMCTL.OCX&quot; 520 0x33e7c4 0x33ea64)<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot;,0x33ecec,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 520 0x33eaa4 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\system32\\System32\\STDOLE2.TLB&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/system32/System32/STDOLE2.TLB&quot;<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\System32\\STDOLE2.TLB&quot; 522 0x33ede4 (nil))<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33baa0,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33b7f8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x154<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33dea4,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33dbfc (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x154<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33dea8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33dc00 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x154<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33dea8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33dc00 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x154<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33dea8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33dc00 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x154<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33dea8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33dc00 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x154<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33dea8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33dc00 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x154<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33dea8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33dc00 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x154<br>trace:file:CreateFileW L&quot;c:\\windows\\win.ini&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\win.ini&quot;,0x33dea8,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\win.ini&quot; 520 0x33dc00 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\windows\\win.ini&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/windows/win.ini&quot;<br>
trace:file:CreateFileW returning 0x154<br>trace:file:ReadFile 0xb4 0x24e1000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x2510000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x2511000 4096 0x33de0c 0x33dde8<br>
trace:file:ReadFile 0xb4 0x257b000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x257c000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x2583000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x2585000 4096 0x33de0c 0x33dde8<br>
trace:file:ReadFile 0xb4 0x2586000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x2588000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x258a000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x258c000 4096 0x33de0c 0x33dde8<br>
trace:file:ReadFile 0xb4 0x258d000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x258f000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x2591000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x2592000 4096 0x33de0c 0x33dde8<br>
trace:file:ReadFile 0xb4 0x2594000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x2595000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x2597000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x2598000 4096 0x33de0c 0x33dde8<br>
trace:file:ReadFile 0xb4 0x259a000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x259c000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x259d000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x259f000 4096 0x33de0c 0x33dde8<br>
trace:file:ReadFile 0xb4 0x25a0000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x25a2000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x25a3000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x25a5000 4096 0x33de0c 0x33dde8<br>
trace:file:ReadFile 0xb4 0x25a7000 4096 0x33de0c 0x33dde8<br>trace:file:ReadFile 0xb4 0x25a8000 32768 0x7dc09950 0x7dc0992c<br>trace:file:ReadFile 0xb4 0x25a8000 28672 0x7dc09950 0x7dc0992c<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>trace:file:ReadFile 0xb4 0x1b06fd0 512 0x7dc09930 0x7dc0990c<br>
trace:file:ReadFile 0xc0 0x1b071d8 512 0x7dc09930 0x7dc0990c<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!<br>trace:file:ReadFile 0xb4 0x1b06fd0 512 0x7dc09930 0x7dc0990c<br>
trace:file:ReadFile 0xc0 0x1b071d8 512 0x7dc09930 0x7dc0990c<br>trace:file:DeleteFileW L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.ldb&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.ldb&quot;,0x33ee40,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Main.ldb&quot; 520 0x33ebe8 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Database\\Main.ldb&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Database/Main.ldb&quot;<br>
trace:file:DeleteFileW L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.ldb&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.ldb&quot;,0x33f460,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\Database\\Careers2007.ldb&quot; 520 0x33f208 (nil))<br>trace:file:wine_nt_to_unix_file_name L&quot;\\??\\C:\\Program Files\\TimeMAPS\\Database\\Careers2007.ldb&quot; -&gt; &quot;/home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS/Database/Careers2007.ldb&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\mtx.exe&quot;,0x33f548,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\mtx.exe&quot; 520 0x33f300 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;mtx.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\mtx.exe&quot;,0x33f548,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;.\\mtx.exe&quot; 520 0x33f300 (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;mtx.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mtx.exe&quot;,0x33f548,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mtx.exe&quot; 520 0x33f300 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mtx.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\mtx.exe&quot;,0x33f548,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\mtx.exe&quot; 520 0x33f300 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mtx.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\mtx.exe&quot;,0x33f548,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\mtx.exe&quot; 520 0x33f300 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mtx.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\mtx.exe&quot;,0x33f548,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\mtx.exe&quot; 520 0x33f300 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mtx.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\mtx.exe&quot;,0x33f548,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\mtx.exe&quot; 520 0x33f300 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;mtx.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\inetinfo.exe&quot;,0x33f584,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\inetinfo.exe&quot; 520 0x33f33c (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;inetinfo.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\inetinfo.exe&quot;,0x33f584,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\inetinfo.exe&quot; 520 0x33f33c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;inetinfo.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\inetinfo.exe&quot;,0x33f584,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\inetinfo.exe&quot; 520 0x33f33c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;inetinfo.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\inetinfo.exe&quot;,0x33f584,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\inetinfo.exe&quot; 520 0x33f33c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;inetinfo.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\inetinfo.exe&quot;,0x33f584,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\inetinfo.exe&quot; 520 0x33f33c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;inetinfo.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\inetinfo.exe&quot;,0x33f584,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\inetinfo.exe&quot; 520 0x33f33c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;inetinfo.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\inetinfo.exe&quot;,0x33f584,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\inetinfo.exe&quot; 520 0x33f33c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;inetinfo.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\dllhost.exe&quot;,0x33f584,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;C:\\Program Files\\TimeMAPS\\dllhost.exe&quot; 520 0x33f33c (nil))<br>
warn:file:wine_nt_to_unix_file_name L&quot;dllhost.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;.\\dllhost.exe&quot;,0x33f584,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;.\\dllhost.exe&quot; 520 0x33f33c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;dllhost.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/Program Files/TimeMAPS<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\dllhost.exe&quot;,0x33f584,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\dllhost.exe&quot; 520 0x33f33c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;dllhost.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system\\dllhost.exe&quot;,0x33f584,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system\\dllhost.exe&quot; 520 0x33f33c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;dllhost.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\dllhost.exe&quot;,0x33f584,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\dllhost.exe&quot; 520 0x33f33c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;dllhost.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\system32\\dllhost.exe&quot;,0x33f584,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\system32\\dllhost.exe&quot; 520 0x33f33c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;dllhost.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\dllhost.exe&quot;,0x33f584,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\dllhost.exe&quot; 520 0x33f33c (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;dllhost.exe&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>
trace:file:CreateFileW L&quot;c:\\windows\\WINHELP.INI&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\WINHELP.INI&quot;,0x33eb28,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\WINHELP.INI&quot; 520 0x33e880 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINHELP.INI&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>warn:file:CreateFileW Unable to create file L&quot;c:\\windows\\WINHELP.INI&quot; (status c0000034)<br>
trace:file:CreateFileW returning 0xffffffff<br>trace:file:CreateFileW L&quot;c:\\windows\\WINHELP.INI&quot; GENERIC_READ FILE_SHARE_READ&nbsp; creation 3 attributes 0x80<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\WINHELP.INI&quot;,0x33eb28,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\WINHELP.INI&quot; 520 0x33e880 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;WINHELP.INI&quot; not found in /home/ryan/.wine/dosdevices/c:/windows<br>warn:file:CreateFileW Unable to create file L&quot;c:\\windows\\WINHELP.INI&quot; (status c0000034)<br>
trace:file:CreateFileW returning 0xffffffff<br>trace:file:GetFileAttributesW L&quot;C:\\windows\\system32\\.HLP&quot;<br>trace:file:RtlDosPathNameToNtPathName_U (L&quot;C:\\windows\\system32\\.HLP&quot;,0x33f030,(nil),(nil))<br>
trace:file:RtlGetFullPathName_U (L&quot;C:\\windows\\system32\\.HLP&quot; 520 0x33edd8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;.HLP&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/system32<br>trace:file:GetFileAttributesW L&quot;c:\\windows\\Help\\.HLP&quot;<br>
trace:file:RtlDosPathNameToNtPathName_U (L&quot;c:\\windows\\Help\\.HLP&quot;,0x33f030,(nil),(nil))<br>trace:file:RtlGetFullPathName_U (L&quot;c:\\windows\\Help\\.HLP&quot; 520 0x33edd8 (nil))<br>warn:file:wine_nt_to_unix_file_name L&quot;.HLP&quot; not found in /home/ryan/.wine/dosdevices/c:/windows/help<br>