Running GOODTOOLS (ROM manager) from Debian


PowerGod

Forum Addict!
Joined
Jun 20, 2011
Messages
4,419
Hi, I'm trying to run GOODTOOLS from Debian (that's actually in a VM on Windows) but I'm having issues...

Let's take for example one of the tools, "GoodSNES.exe", it is a windows executable that requires .NET, so to make it run I did this:

Code:
sudo apt-get install wine winetricks
sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32
sudo apt-get install mono-vbnc

Now, if I use the following commands all works great:
Code:
$wine goodsnes
GoodSNES V3.27: Copyright 1999-2016 Cowering (cowering@gmail.com)
Visit www.allgoodthings.us or #rareroms on irc.foreverchat.net for latest news

Usage: GoodSNES    [rename|move|scan[d]|scannew[d]|list[d]|audit[1|2|5]
       [changes[-]][changesnew[-]][quiet][dirs|inplace][sepX][config xxx][deep]
       [force[63|xbox|DC]][logmsgs][[old|new]format][[old|new]dupes]|[CRC32|SHA-1]

Commands:

rename      = Rename images
move        = Move images (invalid with 'inplace')
scan        = Make detailed listing all files [w/dirs]
scannew     = Make detailed listing of unknown images [w/dirs]
list        = Lists images you have/need without renaming [w/dirs]
audit       = Various reports


Use only one of these commands and one or more of the following options
Press ENTER to list options

This correctly creates a TXT file with the scan result
Code:
$wine goodsnes scand

If instead I use the "rename" or the "move" commands, it seems unable to move the files...
(with the "dirs" option it creates all the needed folder tree without issues, but still don't move the files...)
This is the error I get for every single file:
Code:
Untrapped File Error "Generic error." Renaming Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc to SNESRen\BadDumps\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc

And after all the execution, GoodSNES seems unaware to have been unable to move the files... it just reports the number of roms found...

Do you know what can be the cause ? Was anyone able to use those tools on linux ?
 
Hmm if you are on windows, why do you use Linux vm to run a windows exe?

I would guess it's some permission issue. Does the 'SNESRen\BadDumps' directory get created? Can you move files in that directory manually?
You can also use wine's debug feature, but that will give tons of output:
WINEDEBUG=+file wine ...
 
I haven't tried, but as a thought, if it's a .net application why use wine? Should generally just be able to run it through mono, no?
 
@notaz : I want to obtain a particularly complex console toolchain to manage/download lists for roms... and Windows is not particularly the best thing for that... I can do this with Cygwin, but for reasons beyond my comprehension the Debian virtual machine is definitely faster than that (it also has more tools)... also, I was hoping to somehow port this work to the Pandora/Pyra one day, so make it running in linux is the first step... all the other tools are open source, but the only ones made for windows are the goodtools (but them are indeed good).
The directories are created, and also the log files during the run, so doesn't seem a permission issue (both roms and the executable are in the same working folder)... I wonder if it could be an issue with special characters in filenames...
(I also tried to move manually the files to the directories and I had no issues...)
I'll try the WINEDEBUG way

@WizardStan : The first time I run that executable with wine, it told me to install mono for windows, and after a search on the internet I installed "mono-vbnc", and then the program started to run.
Anyway just using mono to launch it doesn't work:
Code:
$ mono ./GoodSNES.exe
Cannot open assembly './GoodSNES.exe': File does not contain a valid CIL image.
 
Do you have suitable user permissions to your rom directory? You're running the goodsnes exe under wine as a user process, so your user needs to be able to move these files without using sudo, for example.

I've never heard of goodtools before FWIW.
 
Do you have suitable user permissions to your rom directory? You're running the goodsnes exe under wine as a user process, so your user needs to be able to move these files without using sudo, for example.

I've never heard of goodtools before FWIW.

The exe is run inside the same folder of the roms, it is able to create both the directories and the txt logs in that working folder... could be strange that the directories it just created by itself are not accessible...
Goodtools are not maintaned so much for now, but are a set of utilities with an integrated database to check/rename roms. The official site is this BLOG
The "good" things about these tools are that the guy behind them is really happy about collecting roms, and also this tools are personalized for each managed system, and are able to check if a file is correct independently if it contains or not it's header !!
This is a thing were every other "generic" tool using a list (clrmamepro/romcenter/advscan) will fail... because them just search for a perfect match, if the hash consider the header, the file must have it, but if the file has not that header because it's not required for the emulator, the roms is not recognized even if it's correct.
Goodtools database contains also many more entries than TOSEC and NOINTRO lists combined together (for the same managed systems)... the only downside is that the database is inside the exe... so the only easy way to use it is to run the program...
[doublepost=1516555143,1516550575][/doublepost]I tried the WINEDEBUG way, and indeed it's full of things... but seems to me that this line is really strange:
Code:
trace:file:CreateDirectoryW L"SNESRen\\PreRelease"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\PreRelease",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\PreRelease" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNES\\ROMS\\GOODTOOLS2\\SNESRen_ORG\\SNESRen\\PreRelease" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNES/ROMS/GOODTOOLS2/SNESRen_ORG/SNESRen/PreRelease

It reports that it doesn't find the directory that it has just created... but the directory IS THERE, it creates it correctly... and this "not found" error happens also for all the roms when it tries to move them... I wonder if this is a normal wine thing...
[doublepost=1516559918][/doublepost]This is the total log of WINEDEBUG for just one rom (I also shortened the working path to see it it could have been the issue, but nothing changed):
Code:
trace:file:CreateDirectoryW L"C:\\windows"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0xffccb874,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0xffccb624 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:CreateDirectoryW L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0xffccb874,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0xffccb624 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:CreateDirectoryW L"C:\\windows\\syswow64"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\syswow64",0xffccb874,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\syswow64" 520 0xffccb624 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\syswow64" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:init_windows_dirs WindowsDir = L"C:\\windows"
trace:file:init_windows_dirs SystemDir  = L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0xffccb7ec,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0xffccb564 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" -> "/home/username/.wine/dosdevices/c:/windows"
trace:file:init_redirects L"system32" -> syswow64
trace:file:init_redirects L"sysnative" -> system32
trace:file:init_redirects L"regedit.exe" -> syswow64/regedit.exe
trace:file:find_drive_rootA "/media/sf_I_DRIVE/SNESRen_ORG" -> drive Z:, root="/", name="/media/sf_I_DRIVE/SNESRen_ORG"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG",0xffccb874,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG" 520 0xffccb604 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG"
trace:file:RtlSetCurrentDirectory_U curdir now L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\" 0x10
trace:file:RtlDosPathNameToNtPathName_U (L".\\goodsnes.exe",0xffccb700,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\goodsnes.exe" 520 0xffccb4a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/goodsnes.exe"
trace:file:RtlGetFullPathName_U (L".\\goodsnes.exe" 520 0xffccbc02 (nil))
trace:file:SearchPathW found L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe"
trace:file:CreateFileW L"C:\\windows\\system32\\wineboot.exe" GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wineboot.exe",0xffccb114,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wineboot.exe" 520 0xffccae94 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\wineboot.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/wineboot.exe"
trace:file:CreateFileW returning 0x1c
trace:file:ReadFile 0x1c 0xffccb00c 64 0xffccb004 (nil)
trace:file:ReadFile 0x1c 0xffccb04c 248 0xffccb004 (nil)
trace:file:ReadFile 0x1c 0xffccb147 21 0xffccb004 (nil)
trace:file:RtlGetCurrentDirectory_U (520 0xffccb644)
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG",0xffccb36c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG" 520 0xffccb114 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG"
trace:file:GetLongPathNameW L"C:\\windows\\system32\\wineboot.exe",0xffccb164,260
trace:file:FindFirstFileExW L"C:\\windows" 0 0xffcca62c 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0xffcca53c,0xffcca538,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0xffcca2c4 0xffcca538)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\" -> "/home/username/.wine/dosdevices/c:/"
trace:file:NtQueryDirectoryFile (0x20 (nil) (nil) (nil) 0xffcca54c 0x110858 0x000004bc 0x00000003 0x00000000 L"windows" 0x00000001
trace:file:read_directory_stat looking up file L"windows"
trace:file:append_entry long L"windows" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x110670 0xffcca62c
trace:file:FindNextFileW returning L"windows" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32" 0 0xffcca62c 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0xffcca53c,0xffcca538,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0xffcca2c4 0xffcca538)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:NtQueryDirectoryFile (0x20 (nil) (nil) (nil) 0xffcca54c 0x110898 0x000004bc 0x00000003 0x00000000 L"system32" 0x00000001
trace:file:read_directory_stat looking up file L"system32"
trace:file:append_entry long L"system32" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x110818 0xffcca62c
trace:file:FindNextFileW returning L"system32" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32\\wineboot.exe" 0 0xffcca62c 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wineboot.exe",0xffcca53c,0xffcca538,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wineboot.exe" 520 0xffcca2c4 0xffcca538)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\" -> "/home/username/.wine/dosdevices/c:/windows/system32/"
trace:file:NtQueryDirectoryFile (0x20 (nil) (nil) (nil) 0xffcca54c 0x1108a0 0x000004bc 0x00000003 0x00000000 L"wineboot.exe" 0x00000001
trace:file:read_directory_stat looking up file L"wineboot.exe"
trace:file:append_entry long L"wineboot.exe" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (120)
trace:file:FindNextFileW 0x110670 0xffcca62c
trace:file:FindNextFileW returning L"wineboot.exe" (L"")
trace:file:GetLongPathNameW returning L"C:\\windows\\system32\\wineboot.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wineboot.exe" 520 0xffccb164 (nil))
trace:file:CreateDirectoryW L"C:\\windows"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x7ffc6cd069c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x7ffc6cd06650 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:CreateDirectoryW L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x7ffc6cd069c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x7ffc6cd06650 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:CreateDirectoryW L"C:\\windows\\syswow64"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\syswow64",0x7ffc6cd069c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\syswow64" 520 0x7ffc6cd06650 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\syswow64" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:init_windows_dirs WindowsDir = L"C:\\windows"
trace:file:init_windows_dirs SystemDir  = L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\",0x7ffc6cd069b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\" 520 0x7ffc6cd06670 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/"
trace:file:RtlSetCurrentDirectory_U curdir now L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\" 0x10
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wineboot.exe",0x7ffc6cd06610,0x7ffc6cd06608,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wineboot.exe" 520 0x7ffc6cd062a0 0x7ffc6cd06608)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\wineboot.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/wineboot.exe"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wineboot.exe.manifest",0x7ffc6cd066d0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wineboot.exe.manifest" 520 0x7ffc6cd063b0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\wineboot.exe.manifest" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0x7ffc6cd062d0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0x7ffc6cd05fa0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 128 0x7ffc6cd06710 0x7ffc6cd065c8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0x7ffc6cd065d0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0x7ffc6cd06260 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x23ea00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x23e6c0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" -> "/home/username/.wine/dosdevices/c:/windows"
trace:file:RtlSetCurrentDirectory_U curdir now L"C:\\windows\\" 0x8
trace:file:CreateFileW L"C:\\windows\\wininit.ini" GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE FILE_SHARE_DELETE  creation 3 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\wininit.ini",0x23e540,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\wininit.ini" 520 0x23e190 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\wininit.ini" not found in /home/username/.wine/dosdevices/c:/windows
warn:file:CreateFileW Unable to create file L"C:\\windows\\wininit.ini" (status c0000034)
trace:file:CreateFileW returning 0xffffffffffffffff
trace:file:FindFirstFileExW L"C:\\windows\\system32\\dllcache\\*" 0 0x23f3e0 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\dllcache\\*",0x23eac0,0x23eab8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\dllcache\\*" 520 0x23e720 0x23eab8)
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\dllcache\\" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe",0x23e170,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe" 520 0x23de40 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\winemenubuilder.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/winemenubuilder.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe" 520 0x23e5d0 (nil))
trace:file:CreateFileW L"C:\\windows\\system32\\winemenubuilder.exe" GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe",0x23e360,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe" 520 0x23dfb0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\winemenubuilder.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/winemenubuilder.exe"
trace:file:CreateFileW returning 0x20
trace:file:ReadFile 0x20 0x23e350 64 0x23e348 (nil)
trace:file:ReadFile 0x20 0x23e390 248 0x23e348 (nil)
trace:file:ReadFile 0x20 0x23e490 21 0x23e348 (nil)
trace:file:RtlGetCurrentDirectory_U (520 0x23e7e0)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x23e400,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x23e0e0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" -> "/home/username/.wine/dosdevices/c:/windows"
trace:file:GetLongPathNameW L"C:\\windows\\system32\\winemenubuilder.exe",0x23e290,260
trace:file:FindFirstFileExW L"C:\\windows" 0 0x23d650 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x23d480,0x23d478,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x23d0e0 0x23d478)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\" -> "/home/username/.wine/dosdevices/c:/"
trace:file:NtQueryDirectoryFile (0x28 (nil) (nil) (nil) 0x23d4a0 0x11170 0x000004bc 0x00000003 0x00000000 L"windows" 0x00000001
trace:file:read_directory_stat looking up file L"windows"
trace:file:append_entry long L"windows" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x11070 0x23d650
trace:file:FindNextFileW returning L"windows" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32" 0 0x23d650 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x23d480,0x23d478,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x23d0e0 0x23d478)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:NtQueryDirectoryFile (0x28 (nil) (nil) (nil) 0x23d4a0 0x11190 0x000004bc 0x00000003 0x00000000 L"system32" 0x00000001
trace:file:read_directory_stat looking up file L"system32"
trace:file:append_entry long L"system32" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x110c0 0x23d650
trace:file:FindNextFileW returning L"system32" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32\\winemenubuilder.exe" 0 0x23d650 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe",0x23d480,0x23d478,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe" 520 0x23d0e0 0x23d478)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\" -> "/home/username/.wine/dosdevices/c:/windows/system32/"
trace:file:NtQueryDirectoryFile (0x28 (nil) (nil) (nil) 0x23d4a0 0x111b0 0x000004bc 0x00000003 0x00000000 L"winemenubuilder.exe" 0x00000001
trace:file:read_directory_stat looking up file L"winemenubuilder.exe"
trace:file:append_entry long L"winemenubuilder.exe" short L"WINE~4PM.EXE" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (136)
trace:file:FindNextFileW 0x110e0 0x23d650
trace:file:FindNextFileW returning L"winemenubuilder.exe" (L"WINE~4PM.EXE")
trace:file:GetLongPathNameW returning L"C:\\windows\\system32\\winemenubuilder.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe" 520 0x23e290 (nil))
trace:file:CreateDirectoryW L"C:\\windows"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x7ffd45fa98b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x7ffd45fa9540 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:CreateDirectoryW L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x7ffd45fa98b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x7ffd45fa9540 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:CreateDirectoryW L"C:\\windows\\syswow64"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\syswow64",0x7ffd45fa98b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\syswow64" 520 0x7ffd45fa9540 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\syswow64" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:init_windows_dirs WindowsDir = L"C:\\windows"
trace:file:init_windows_dirs SystemDir  = L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\",0x7ffd45fa98a0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\" 520 0x7ffd45fa9560 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:RtlSetCurrentDirectory_U curdir now L"C:\\windows\\" 0x10
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe",0x7ffd45fa9500,0x7ffd45fa94f8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe" 520 0x7ffd45fa9190 0x7ffd45fa94f8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\winemenubuilder.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/winemenubuilder.exe"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe.manifest",0x7ffd45fa95c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe.manifest" 520 0x7ffd45fa92a0 (nil))
trace:file:CreateFileW L"C:\\windows\\system32\\services.exe" GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\services.exe",0x23e280,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\services.exe" 520 0x23ded0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\services.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/services.exe"
trace:file:CreateFileW returning 0x20
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\winemenubuilder.exe.manifest" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\windowscodecs.dll",0x7ffd45fa91c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\windowscodecs.dll" 520 0x7ffd45fa8e90 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\windowscodecs.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/windowscodecs.dll"
trace:file:ReadFile 0x20 0x23e270 64 0x23e268 (nil)
trace:file:ReadFile 0x20 0x23e2b0 248 0x23e268 (nil)
trace:file:ReadFile 0x20 0x23e3b0 21 0x23e268 (nil)
trace:file:RtlGetCurrentDirectory_U (520 0x23e900)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x23e520,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x23e200 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" -> "/home/username/.wine/dosdevices/c:/windows"
trace:file:GetLongPathNameW L"C:\\windows\\system32\\services.exe",0x23e3b0,260
trace:file:FindFirstFileExW L"C:\\windows" 0 0x23d770 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x23d5a0,0x23d598,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x23d200 0x23d598)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\" -> "/home/username/.wine/dosdevices/c:/"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\windowscodecs.dll" 128 0x7ffd45fa9600 0x7ffd45fa94b8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\windowscodecs.dll",0x7ffd45fa94c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\windowscodecs.dll" 520 0x7ffd45fa9150 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\windowscodecs.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/windowscodecs.dll"
trace:file:NtQueryDirectoryFile (0x24 (nil) (nil) (nil) 0x23d5c0 0x110d0 0x000004bc 0x00000003 0x00000000 L"windows" 0x00000001
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ole32.dll",0x7ffd45fa8550,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 520 0x7ffd45fa8220 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ole32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/ole32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 128 0x7ffd45fa8990 0x7ffd45fa8848)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ole32.dll",0x7ffd45fa8850,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 520 0x7ffd45fa84e0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ole32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/ole32.dll"
trace:file:read_directory_stat looking up file L"windows"
trace:file:append_entry long L"windows" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x10fd0 0x23d770
trace:file:FindNextFileW returning L"windows" (L"")
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0x7ffd45fa78e0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0x7ffd45fa75b0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 128 0x7ffd45fa7d20 0x7ffd45fa7bd8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0x7ffd45fa7be0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0x7ffd45fa7870 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:FindFirstFileExW L"C:\\windows\\system32" 0 0x23d770 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x23d5a0,0x23d598,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x23d200 0x23d598)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:NtQueryDirectoryFile (0x24 (nil) (nil) (nil) 0x23d5c0 0x110f0 0x000004bc 0x00000003 0x00000000 L"system32" 0x00000001
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0x7ffd45fa78e0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0x7ffd45fa75b0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 128 0x7ffd45fa7d20 0x7ffd45fa7bd8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0x7ffd45fa7be0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0x7ffd45fa7870 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:read_directory_stat looking up file L"system32"
trace:file:append_entry long L"system32" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x11020 0x23d770
trace:file:FindNextFileW returning L"system32" (L"")
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0x7ffd45fa6c70,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0x7ffd45fa6940 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 128 0x7ffd45fa70b0 0x7ffd45fa6f68)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0x7ffd45fa6f70,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0x7ffd45fa6c00 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:FindFirstFileExW L"C:\\windows\\system32\\services.exe" 0 0x23d770 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\services.exe",0x23d5a0,0x23d598,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\services.exe" 520 0x23d200 0x23d598)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\" -> "/home/username/.wine/dosdevices/c:/windows/system32/"
trace:file:NtQueryDirectoryFile (0x24 (nil) (nil) (nil) 0x23d5c0 0x11110 0x000004bc 0x00000003 0x00000000 L"services.exe" 0x00000001
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0x7ffd45fa6c70,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0x7ffd45fa6940 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 128 0x7ffd45fa70b0 0x7ffd45fa6f68)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0x7ffd45fa6f70,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0x7ffd45fa6c00 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:read_directory_stat looking up file L"services.exe"
trace:file:append_entry long L"services.exe" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (120)
trace:file:FindNextFileW 0x11040 0x23d770
trace:file:FindNextFileW returning L"services.exe" (L"")
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x7ffd45fa78e0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x7ffd45fa75b0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 128 0x7ffd45fa7d20 0x7ffd45fa7bd8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x7ffd45fa7be0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x7ffd45fa7870 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:GetLongPathNameW returning L"C:\\windows\\system32\\services.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\services.exe" 520 0x23e3b0 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\oleaut32.dll",0x7ffd45fa8550,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\oleaut32.dll" 520 0x7ffd45fa8220 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\oleaut32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/oleaut32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\oleaut32.dll" 128 0x7ffd45fa8990 0x7ffd45fa8848)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\oleaut32.dll",0x7ffd45fa8850,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\oleaut32.dll" 520 0x7ffd45fa84e0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\oleaut32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/oleaut32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shlwapi.dll",0x7ffd45fa8550,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 520 0x7ffd45fa8220 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shlwapi.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shlwapi.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 128 0x7ffd45fa8990 0x7ffd45fa8848)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shlwapi.dll",0x7ffd45fa8850,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 520 0x7ffd45fa84e0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shlwapi.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shlwapi.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shell32.dll",0x7ffd45fa91c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 520 0x7ffd45fa8e90 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shell32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shell32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 128 0x7ffd45fa9600 0x7ffd45fa94b8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shell32.dll",0x7ffd45fa94c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 520 0x7ffd45fa9150 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shell32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shell32.dll"
trace:file:CreateDirectoryW L"C:\\windows"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x7fff582b4260,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x7fff582b3ef0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:CreateDirectoryW L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x7fff582b4260,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x7fff582b3ef0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:CreateDirectoryW L"C:\\windows\\syswow64"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\syswow64",0x7fff582b4260,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\syswow64" 520 0x7fff582b3ef0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\syswow64" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:init_windows_dirs WindowsDir = L"C:\\windows"
trace:file:init_windows_dirs SystemDir  = L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\",0x7fff582b4250,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\" 520 0x7fff582b3f10 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:RtlSetCurrentDirectory_U curdir now L"C:\\windows\\" 0x10
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\services.exe",0x7fff582b3eb0,0x7fff582b3ea8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\services.exe" 520 0x7fff582b3b40 0x7fff582b3ea8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\services.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/services.exe"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\services.exe.manifest",0x7fff582b3f70,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\services.exe.manifest" 520 0x7fff582b3c50 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\services.exe.manifest" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x7fff582b3b70,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x7fff582b3840 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 128 0x7fff582b3fb0 0x7fff582b3e68)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x7fff582b3e70,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x7fff582b3b00 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0x7fff582b2f00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0x7fff582b2bd0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 128 0x7fff582b3340 0x7fff582b31f8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0x7fff582b3200,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0x7fff582b2e90 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\userenv.dll",0x7fff582b3b70,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\userenv.dll" 520 0x7fff582b3840 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\userenv.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/userenv.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\userenv.dll" 128 0x7fff582b3fb0 0x7fff582b3e68)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\userenv.dll",0x7fff582b3e70,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\userenv.dll" 520 0x7fff582b3b00 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\userenv.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/userenv.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts\\vgasys.fon",0x23f170,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts\\vgasys.fon" 520 0x23ee50 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts\\vgasys.fon" -> "/home/username/.wine/dosdevices/c:/windows/Fonts/vgasys.fon"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts\\vga850.fon",0x23f170,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts\\vga850.fon" 520 0x23ee50 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts\\vga850.fon" -> "/home/username/.wine/dosdevices/c:/windows/Fonts/vga850.fon"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts\\vgafix.fon",0x23f170,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts\\vgafix.fon" 520 0x23ee50 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts\\vgafix.fon" -> "/home/username/.wine/dosdevices/c:/windows/Fonts/vgafix.fon"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts",0x23f170,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts" 520 0x23ee50 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts" -> "/home/username/.wine/dosdevices/c:/windows/Fonts"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts\\coure.fon",0x23f170,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts\\coure.fon" 520 0x23ee50 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts\\coure.fon" -> "/home/username/.wine/dosdevices/c:/windows/Fonts/coure.fon"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts\\sserife.fon",0x23f170,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts\\sserife.fon" 520 0x23ee50 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts\\sserife.fon" -> "/home/username/.wine/dosdevices/c:/windows/Fonts/sserife.fon"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts\\serife.fon",0x23f170,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts\\serife.fon" 520 0x23ee50 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts\\serife.fon" -> "/home/username/.wine/dosdevices/c:/windows/Fonts/serife.fon"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts\\smalle.fon",0x23f170,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts\\smalle.fon" 520 0x23ee50 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts\\smalle.fon" -> "/home/username/.wine/dosdevices/c:/windows/Fonts/smalle.fon"
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\svcctl",0x23f310,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\svcctl" 520 0x23ef90 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\net\\NtControlPipe0",0x23f970,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\net\\NtControlPipe0" 520 0x23f5f0 (nil))
trace:file:CreateFileW L"C:\\windows\\system32\\drivers\\mountmgr.sys" GENERIC_READ FILE_SHARE_READ  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\drivers\\mountmgr.sys",0x23f550,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\drivers\\mountmgr.sys" 520 0x23f1a0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\drivers\\mountmgr.sys" not found in /home/username/.wine/dosdevices/c:/windows/system32/drivers
warn:file:CreateFileW Unable to create file L"C:\\windows\\system32\\drivers\\mountmgr.sys" (status c0000034)
trace:file:CreateFileW returning 0xffffffffffffffff
fixme:service:scmdatabase_autostart_services Auto-start service L"MountMgr" failed to start: 2
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\net\\NtControlPipe1",0x23f970,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\net\\NtControlPipe1" 520 0x23f5f0 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\plugplay.exe",0x23ee20,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\plugplay.exe" 520 0x23eaf0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\plugplay.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/plugplay.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\plugplay.exe" 520 0x23f280 (nil))
trace:file:CreateFileW L"C:\\windows\\system32\\plugplay.exe" GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\plugplay.exe",0x23f010,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\plugplay.exe" 520 0x23ec60 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\plugplay.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/plugplay.exe"
trace:file:CreateFileW returning 0x58
trace:file:ReadFile 0x58 0x23f000 64 0x23eff8 (nil)
trace:file:ReadFile 0x58 0x23f040 248 0x23eff8 (nil)
trace:file:ReadFile 0x58 0x23f140 21 0x23eff8 (nil)
trace:file:RtlGetCurrentDirectory_U (520 0x23f490)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x23f0b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x23ed90 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" -> "/home/username/.wine/dosdevices/c:/windows"
trace:file:GetLongPathNameW L"C:\\windows\\system32\\plugplay.exe",0x23ef40,260
trace:file:FindFirstFileExW L"C:\\windows" 0 0x23e300 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x23e130,0x23e128,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x23dd90 0x23e128)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\" -> "/home/username/.wine/dosdevices/c:/"
trace:file:NtQueryDirectoryFile (0x5c (nil) (nil) (nil) 0x23e150 0x13330 0x000004bc 0x00000003 0x00000000 L"windows" 0x00000001
trace:file:read_directory_stat looking up file L"windows"
trace:file:append_entry long L"windows" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x13230 0x23e300
trace:file:FindNextFileW returning L"windows" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32" 0 0x23e300 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x23e130,0x23e128,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x23dd90 0x23e128)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:NtQueryDirectoryFile (0x5c (nil) (nil) (nil) 0x23e150 0x13350 0x000004bc 0x00000003 0x00000000 L"system32" 0x00000001
trace:file:read_directory_stat looking up file L"system32"
trace:file:append_entry long L"system32" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x13280 0x23e300
trace:file:FindNextFileW returning L"system32" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32\\plugplay.exe" 0 0x23e300 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\plugplay.exe",0x23e130,0x23e128,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\plugplay.exe" 520 0x23dd90 0x23e128)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\" -> "/home/username/.wine/dosdevices/c:/windows/system32/"
trace:file:NtQueryDirectoryFile (0x5c (nil) (nil) (nil) 0x23e150 0x13370 0x000004bc 0x00000003 0x00000000 L"plugplay.exe" 0x00000001
trace:file:read_directory_stat looking up file L"plugplay.exe"
trace:file:append_entry long L"plugplay.exe" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (120)
trace:file:FindNextFileW 0x132a0 0x23e300
trace:file:FindNextFileW returning L"plugplay.exe" (L"")
trace:file:GetLongPathNameW returning L"C:\\windows\\system32\\plugplay.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\plugplay.exe" 520 0x23ef40 (nil))
trace:file:CreateDirectoryW L"C:\\windows"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x7ffc752b6590,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x7ffc752b6220 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:CreateDirectoryW L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x7ffc752b6590,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x7ffc752b6220 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:CreateDirectoryW L"C:\\windows\\syswow64"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\syswow64",0x7ffc752b6590,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\syswow64" 520 0x7ffc752b6220 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\syswow64" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:init_windows_dirs WindowsDir = L"C:\\windows"
trace:file:init_windows_dirs SystemDir  = L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\",0x7ffc752b6580,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\" 520 0x7ffc752b6240 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:RtlSetCurrentDirectory_U curdir now L"C:\\windows\\" 0x10
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\plugplay.exe",0x7ffc752b61e0,0x7ffc752b61d8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\plugplay.exe" 520 0x7ffc752b5e70 0x7ffc752b61d8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\plugplay.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/plugplay.exe"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\plugplay.exe.manifest",0x7ffc752b62a0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\plugplay.exe.manifest" 520 0x7ffc752b5f80 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\plugplay.exe.manifest" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0x7ffc752b5ea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0x7ffc752b5b70 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 128 0x7ffc752b62e0 0x7ffc752b6198)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0x7ffc752b61a0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0x7ffc752b5e30 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x23e7e0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x23e4b0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 128 0x23ec20 0x23ead8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x23eae0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x23e770 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:CreateFileW L"\\\\.\\pipe\\svcctl" GENERIC_READ GENERIC_WRITE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\svcctl",0x23ea50,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\svcctl" 520 0x23e6a0 (nil))
trace:file:CreateFileW returning 0x8
trace:file:WriteFile 0x8 0x11300 72 0x23ec54 (nil)
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\svcctl",0x33df20,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\svcctl" 520 0x33dba0 (nil))
trace:file:ReadFile 0x8 0x23ec60 16 0x23ec24 (nil)
trace:file:ReadFile 0x28 0x54e350 16 0x54e314 (nil)
trace:file:ReadFile 0x28 0x132e0 12 0x54e314 (nil)
trace:file:ReadFile 0x28 0x13300 44 0x54e314 (nil)
trace:file:WriteFile 0x28 0x13620 68 0x54e324 (nil)
trace:file:ReadFile 0x28 0x54e350 16 0x54e314 (nil)
trace:file:ReadFile 0x8 0x10d00 8 0x23ec24 (nil)
trace:file:ReadFile 0x8 0x10d20 44 0x23ec24 (nil)
trace:file:WriteFile 0x8 0x10d20 36 0x23ed64 (nil)
trace:file:ReadFile 0x8 0x23ed90 16 0x23ed54 (nil)
trace:file:ReadFile 0x28 0x132e0 8 0x54e314 (nil)
trace:file:ReadFile 0x28 0x13300 12 0x54e314 (nil)
trace:file:ReadFile 0x28 0x54e350 16 0x54e314 (nil)
trace:file:WriteFile 0x28 0x13a20 48 0x74df54 (nil)
trace:file:ReadFile 0x8 0x10d00 8 0x23ed54 (nil)
trace:file:ReadFile 0x8 0x10d20 24 0x23ed54 (nil)
trace:file:CreateFileW L"\\\\.\\pipe\\net\\NtControlPipe1" GENERIC_READ GENERIC_WRITE  creation 4 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\net\\NtControlPipe1",0x23f650,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\net\\NtControlPipe1" 520 0x23f2a0 (nil))
trace:file:CreateFileW returning 0x18
trace:file:WriteFile 0x54 0x131c0 36 0x23fa8c 0x23fa90
trace:file:ReadFile 0x18 0x33e490 16 0x33e488 (nil)
trace:file:ReadFile 0x54 0x23fb14 4 0x23fa8c 0x23fa90
trace:file:ReadFile 0x18 0x11300 20 0x33e488 (nil)
trace:file:WriteFile 0x8 0x11460 80 0x33d9f4 (nil)
trace:file:ReadFile 0x28 0x139a0 8 0x54e314 (nil)
trace:file:ReadFile 0x28 0x132d0 56 0x54e314 (nil)
trace:file:ReadFile 0x8 0x33da20 16 0x33d9e4 (nil)
trace:file:ReadFile 0x28 0x54e350 16 0x54e314 (nil)
trace:file:WriteFile 0x28 0x13cb0 48 0x84df54 (nil)
trace:file:ReadFile 0x8 0x10f20 8 0x33d9e4 (nil)
trace:file:ReadFile 0x8 0x11460 24 0x33d9e4 (nil)
trace:file:WriteFile 0x8 0x11600 80 0x33d9f4 (nil)
trace:file:ReadFile 0x28 0x139a0 8 0x54e314 (nil)
trace:file:ReadFile 0x28 0x13840 56 0x54e314 (nil)
trace:file:ReadFile 0x8 0x33da20 16 0x33d9e4 (nil)
trace:file:ReadFile 0x28 0x54e350 16 0x54e314 (nil)
trace:file:WriteFile 0x28 0x13dc0 48 0x74df54 (nil)
trace:file:ReadFile 0x8 0x114a0 8 0x33d9e4 (nil)
trace:file:ReadFile 0x8 0x11600 24 0x33d9e4 (nil)
trace:file:WriteFile 0x18 0x33e48c 4 0x33e488 (nil)
trace:file:ReadFile 0x18 0x33e490 16 0x33e488 (nil)
trace:file:WriteFile 0x8 0x11880 72 0x43d944 (nil)
trace:file:ReadFile 0x8 0x43d970 16 0x43d934 (nil)
trace:file:ReadFile 0x28 0x13b10 8 0x54e314 (nil)
trace:file:ReadFile 0x28 0x132d0 48 0x54e314 (nil)
trace:file:GetOverlappedResult (0x54 0x23fa90 0x23fa8c 0)
trace:file:ReadFile 0x28 0x54e350 16 0x54e314 (nil)
trace:file:WriteFile 0x28 0x131c0 28 0x84df54 (nil)
trace:file:ReadFile 0x8 0x11310 8 0x43d934 (nil)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shell32.dll",0x23e290,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 520 0x23df60 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shell32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shell32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 128 0x23e6d0 0x23e588)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shell32.dll",0x23e590,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 520 0x23e220 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shell32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shell32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shlwapi.dll",0x23d620,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 520 0x23d2f0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shlwapi.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shlwapi.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 128 0x23da60 0x23d918)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shlwapi.dll",0x23d920,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 520 0x23d5b0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shlwapi.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shlwapi.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0x23c9b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0x23c680 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 128 0x23cdf0 0x23cca8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0x23ccb0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0x23c940 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0x23bd40,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0x23ba10 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 128 0x23c180 0x23c038)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0x23c040,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0x23bcd0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0x23bd40,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0x23ba10 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 128 0x23c180 0x23c038)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0x23c040,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0x23bcd0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:ReadFile 0x8 0x11880 4 0x43d934 (nil)
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSans-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSans-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSans-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSans-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSans-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSans-BoldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationMono-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationMono-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationMono-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationMono-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationMono-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationMono-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationMono-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationMono-BoldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSerif-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSerif-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSerif-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSerif-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSerif-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSerif-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSerif-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSerif-BoldItalic.ttf"
trace:file:find_drive_rootA "/usr/lib/wine/../../share/wine/wine/../fonts/wingding.ttf" -> drive Z:, root="/", name="/usr/lib/wine/../../share/wine/wine/../fonts/wingding.ttf"
trace:file:find_drive_rootA "/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf" -> drive Z:, root="/", name="/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf"
trace:file:find_drive_rootA "/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" -> drive Z:, root="/", name="/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf"
trace:file:find_drive_rootA "/usr/lib/wine/../../share/wine/wine/../fonts/marlett.ttf" -> drive Z:, root="/", name="/usr/lib/wine/../../share/wine/wine/../fonts/marlett.ttf"
trace:file:find_drive_rootA "/usr/lib/wine/../../share/wine/wine/../fonts/symbol.ttf" -> drive Z:, root="/", name="/usr/lib/wine/../../share/wine/wine/../fonts/symbol.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSans.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSans.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSansBold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSansBold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSansOblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSansOblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSansBoldOblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSansBoldOblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Caligraphic-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Caligraphic-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Caligraphic-Bold.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Caligraphic-Bold.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSans-Oblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSans-Oblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSans-BoldOblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSans-BoldOblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerif-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerif-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerif-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerif-BoldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeMono.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeMono.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeMonoOblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeMonoOblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeMonoBoldOblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeMonoBoldOblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBasR.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBasR.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBasB.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBasB.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBasI.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBasI.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBasBI.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBasBI.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_R.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_R.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_RZ.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_RZ.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_RB.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_RB.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_RI.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_RI.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_RBI.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_RBI.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_RZI.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_RZI.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-BoldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSansNarrow-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSansNarrow-BoldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/noto/NotoMono-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/noto/NotoMono-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/crosextra/Caladea-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/crosextra/Caladea-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/crosextra/Caladea-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/crosextra/Caladea-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/crosextra/Caladea-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/crosextra/Caladea-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Medium.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Medium.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-MediumItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-MediumItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinBiolinum_R.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinBiolinum_R.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinBiolinum_RB.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinBiolinum_RB.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinBiolinum_RI.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinBiolinum_RI.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinBiolinum_K.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinBiolinum_K.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-BoldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBkBasR.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBkBasR.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBkBasB.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBkBasB.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBkBasI.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBkBasI.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBkBasBI.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBkBasBI.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSerif.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSerif.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSerifItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSerifItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSerifBoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSerifBoldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Thin.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Thin.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-ThinItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-ThinItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Black.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Black.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-BlackItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-BlackItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/crosextra/Carlito-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/crosextra/Carlito-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/crosextra/Carlito-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/crosextra/Carlito-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/crosextra/Carlito-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/crosextra/Carlito-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/crosextra/Carlito-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/crosextra/Carlito-BoldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_DR.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_DR.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Fraktur-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Fraktur-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Fraktur-Bold.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Fraktur-Bold.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Math-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Math-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Math-Italic.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Math-Italic.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Math-BoldItalic.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Math-BoldItalic.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Hairline.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Hairline.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-HairlineItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-HairlineItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Main-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Main-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Main-Bold.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Main-Bold.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Main-Italic.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Main-Italic.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Size3-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Size3-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Light.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Light.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-LightItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-LightItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Size2-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Size2-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Size1-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Size1-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Oblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Oblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansMono-BoldOblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansMono-BoldOblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Size4-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Size4-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_SansSerif-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_SansSerif-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_SansSerif-Bold.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_SansSerif-Bold.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_SansSerif-Italic.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_SansSerif-Italic.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium/GentiumAlt-R.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium/GentiumAlt-R.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium/GentiumAlt-I.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium/GentiumAlt-I.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_WinChrome-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_WinChrome-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_AMS-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_AMS-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium/Gentium-R.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium/Gentium-R.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium/Gentium-I.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium/Gentium-I.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_WinIE6-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_WinIE6-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_M.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_M.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuMathTeXGyre.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuMathTeXGyre.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Semibold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Semibold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-SemiboldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-SemiboldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Heavy.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Heavy.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-HeavyItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-HeavyItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Oblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Oblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-BoldOblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-BoldOblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_I.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_I.otf"
trace:file:find_drive_rootA "/usr/share/fonts/woff/font-awesome/fontawesome-webfont.woff" -> drive Z:, root="/", name="/usr/share/fonts/woff/font-awesome/fontawesome-webfont.woff"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/openoffice/opens___.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/openoffice/opens___.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Typewriter-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Typewriter-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSans-ExtraLight.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSans-ExtraLight.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Script-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Script-Regular.otf"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x23f270,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x23ef40 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 128 0x23f6b0 0x23f568)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x23f570,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x23f200 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:GetFileAttributesW L"C:\\users\\username\\Scrivania"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\users\\username\\Scrivania",0x23eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\users\\username\\Scrivania" 520 0x23eb80 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\users\\username\\Scrivania" -> "/home/username/.wine/dosdevices/c:/users/username/Scrivania"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\users\\username\\Scrivania",0x23f570,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\users\\username\\Scrivania" 520 0x23f250 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\users\\username\\Scrivania" -> "/home/username/.wine/dosdevices/c:/users/username/Scrivania"
trace:file:CreateFileW L"C:\\windows\\system32\\explorer.exe" GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe",0x23de70,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x23dac0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\explorer.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/explorer.exe"
trace:file:CreateFileW returning 0x54
trace:file:ReadFile 0x54 0x23de60 64 0x23de58 (nil)
trace:file:ReadFile 0x54 0x23dea0 248 0x23de58 (nil)
trace:file:ReadFile 0x54 0x23dfa0 21 0x23de58 (nil)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x23e110,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x23ddf0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32" -> "/home/username/.wine/dosdevices/c:/windows/system32"
trace:file:GetLongPathNameW L"C:\\windows\\system32\\explorer.exe",0x23dfa0,260
trace:file:FindFirstFileExW L"C:\\windows" 0 0x23d360 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x23d190,0x23d188,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x23cdf0 0x23d188)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\" -> "/home/username/.wine/dosdevices/c:/"
trace:file:NtQueryDirectoryFile (0x58 (nil) (nil) (nil) 0x23d1b0 0x25f30 0x000004bc 0x00000003 0x00000000 L"windows" 0x00000001
trace:file:read_directory_stat looking up file L"windows"
trace:file:append_entry long L"windows" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x25e30 0x23d360
trace:file:FindNextFileW returning L"windows" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32" 0 0x23d360 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x23d190,0x23d188,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x23cdf0 0x23d188)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:NtQueryDirectoryFile (0x58 (nil) (nil) (nil) 0x23d1b0 0x25f30 0x000004bc 0x00000003 0x00000000 L"system32" 0x00000001
trace:file:read_directory_stat looking up file L"system32"
trace:file:append_entry long L"system32" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x25e30 0x23d360
trace:file:FindNextFileW returning L"system32" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32\\explorer.exe" 0 0x23d360 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe",0x23d190,0x23d188,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x23cdf0 0x23d188)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\" -> "/home/username/.wine/dosdevices/c:/windows/system32/"
trace:file:NtQueryDirectoryFile (0x58 (nil) (nil) (nil) 0x23d1b0 0x25f70 0x000004bc 0x00000003 0x00000000 L"explorer.exe" 0x00000001
trace:file:read_directory_stat looking up file L"explorer.exe"
trace:file:append_entry long L"explorer.exe" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (120)
trace:file:FindNextFileW 0x25ea0 0x23d360
trace:file:FindNextFileW returning L"explorer.exe" (L"")
trace:file:GetLongPathNameW returning L"C:\\windows\\system32\\explorer.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x23dfa0 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x23df80,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x23dbe0 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x23dac0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x23d790 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 128 0x23df00 0x23ddb8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x23ddc0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x23da50 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:GetFileAttributesW L"C:\\users\\username\\Application Data"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\users\\username\\Application Data",0x23e490,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\users\\username\\Application Data" 520 0x23e170 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\users\\username\\Application Data" -> "/home/username/.wine/dosdevices/c:/users/username/Application Data"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ole32.dll",0x23dbf0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 520 0x23d8c0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ole32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/ole32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 128 0x23e030 0x23dee8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ole32.dll",0x23def0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 520 0x23db80 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ole32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/ole32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x23cf80,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x23cc50 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 128 0x23d3c0 0x23d278)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x23d280,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x23cf10 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:GetFileAttributesW L"C:\\users\\username"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\users\\username",0x23e490,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\users\\username" 520 0x23e170 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\users\\username" -> "/home/username/.wine/dosdevices/c:/users/username"
trace:file:GetFileAttributesW L"C:\\users\\username\\Local Settings\\Application Data"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\users\\username\\Local Settings\\Application Data",0x23e490,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\users\\username\\Local Settings\\Application Data" 520 0x23e170 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\users\\username\\Local Settings\\Application Data" -> "/home/username/.wine/dosdevices/c:/users/username/Local Settings/Application Data"
trace:file:CreateDirectoryW L"C:\\windows"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x7ffdd7e031c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x7ffdd7e02e50 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:CreateDirectoryW L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x7ffdd7e031c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x7ffdd7e02e50 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:CreateDirectoryW L"C:\\windows\\syswow64"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\syswow64",0x7ffdd7e031c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\syswow64" 520 0x7ffdd7e02e50 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\syswow64" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:init_windows_dirs WindowsDir = L"C:\\windows"
trace:file:init_windows_dirs SystemDir  = L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x7ffdd7e031b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x7ffdd7e02e70 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32" -> "/home/username/.wine/dosdevices/c:/windows/system32"
trace:file:RtlSetCurrentDirectory_U curdir now L"C:\\windows\\system32\\" 0x18
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe",0x7ffdd7e02e10,0x7ffdd7e02e08,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x7ffdd7e02aa0 0x7ffdd7e02e08)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\explorer.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/explorer.exe"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe",0xffccb5fc,0xffccb5f8,(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe" 520 0xffccb374 0xffccb5f8)
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/goodsnes.exe"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe.manifest",0x7ffdd7e02ed0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe.manifest" 520 0x7ffdd7e02bb0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\explorer.exe.manifest" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x7ffdd7e02ad0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x7ffdd7e027a0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 128 0x7ffdd7e02f10 0x7ffdd7e02dc8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x7ffdd7e02dd0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x7ffdd7e02a60 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0x7ffdd7e01e60,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0x7ffdd7e01b30 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 128 0x7ffdd7e022a0 0x7ffdd7e02158)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0x7ffdd7e02160,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0x7ffdd7e01df0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0x7ffdd7e02ad0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0x7ffdd7e027a0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 128 0x7ffdd7e02f10 0x7ffdd7e02dc8)
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe.manifest",0xffccb71c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe.manifest" 520 0xffccb4b4 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0x7ffdd7e02dd0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0x7ffdd7e02a60 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0x7ffdd7e01e60,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0x7ffdd7e01b30 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 128 0x7ffdd7e022a0 0x7ffdd7e02158)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0x7ffdd7e02160,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0x7ffdd7e01df0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe.manifest" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0x7ffdd7e01e60,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0x7ffdd7e01b30 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 128 0x7ffdd7e022a0 0x7ffdd7e02158)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0x7ffdd7e02160,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0x7ffdd7e01df0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\user32.dll",0x32f980,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\user32.dll" 520 0x32f724 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\user32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\user32.dll",0x32f980,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\user32.dll" 520 0x32f724 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\user32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0x32f980,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0x32f724 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"user32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\user32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system\\user32.dll",0x32f980,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system\\user32.dll" 520 0x32f724 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system\\user32.dll" not found in /home/username/.wine/dosdevices/c:/windows/system
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\user32.dll",0x32f980,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\user32.dll" 520 0x32f724 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\user32.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0x32f980,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0x32f724 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"user32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\user32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\user32.dll",0x32f980,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\user32.dll" 520 0x32f724 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\user32.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wbem\\user32.dll",0x32f980,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wbem\\user32.dll" 520 0x32f724 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"wbem\\user32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\wbem\\user32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\gdi32.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\gdi32.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\gdi32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\gdi32.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\gdi32.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\gdi32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0x32eca4 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"gdi32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\gdi32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system\\gdi32.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system\\gdi32.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system\\gdi32.dll" not found in /home/username/.wine/dosdevices/c:/windows/system
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\gdi32.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\gdi32.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\gdi32.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0x32eca4 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"gdi32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\gdi32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\gdi32.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\gdi32.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\gdi32.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wbem\\gdi32.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wbem\\gdi32.dll" 520 0x32eca4 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"wbem\\gdi32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\wbem\\gdi32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\advapi32.dll",0x32e480,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\advapi32.dll" 520 0x32e224 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\advapi32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\advapi32.dll",0x32e480,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\advapi32.dll" 520 0x32e224 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\advapi32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0x32e480,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0x32e224 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"advapi32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\advapi32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system\\advapi32.dll",0x32e480,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system\\advapi32.dll" 520 0x32e224 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system\\advapi32.dll" not found in /home/username/.wine/dosdevices/c:/windows/system
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\advapi32.dll",0x32e480,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\advapi32.dll" 520 0x32e224 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\advapi32.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0x32e480,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0x32e224 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"advapi32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\advapi32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\advapi32.dll",0x32e480,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\advapi32.dll" 520 0x32e224 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\advapi32.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wbem\\advapi32.dll",0x32e480,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wbem\\advapi32.dll" 520 0x32e224 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"wbem\\advapi32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\wbem\\advapi32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\version.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\version.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\version.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\version.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\version.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\version.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0x32eca4 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"version.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\version.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system\\version.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system\\version.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system\\version.dll" not found in /home/username/.wine/dosdevices/c:/windows/system
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\version.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\version.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\version.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0x32eca4 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"version.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\version.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\version.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\version.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\version.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wbem\\version.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wbem\\version.dll" 520 0x32eca4 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"wbem\\version.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\wbem\\version.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x23f2f0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x23efc0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 128 0x23f730 0x23f5e8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x23f5f0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x23f280 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winex11.drv",0x23e690,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winex11.drv" 520 0x23e360 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\winex11.drv" -> "/home/username/.wine/dosdevices/c:/windows/system32/winex11.drv"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winex11.drv" 128 0x23ead0 0x23e988)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winex11.drv",0x23e990,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winex11.drv" 520 0x23e620 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\winex11.drv" -> "/home/username/.wine/dosdevices/c:/windows/system32/winex11.drv"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winex11.drv",0x23e1c0,0x23e1b8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winex11.drv" 520 0x23de50 0x23e1b8)
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon" 0 0x23db30
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon",0x23d900,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon" 520 0x23d5e0 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\vgasys.fon" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/vgasys.fon"
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf" 0 0x23dcd0
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf",0x23daa0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf" 520 0x23d780 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\tahoma.ttf" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/tahoma.ttf"
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 0 0x23dcd0
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf",0x23daa0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 520 0x23d780 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\tahomabd.ttf" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/tahomabd.ttf"
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 0 0x23de80
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf",0x23dc50,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 520 0x23d930 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\tahomabd.ttf" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/tahomabd.ttf"
trace:file:LZOpenFileA (C:\windows\system32\explorer.exe,0x23e540,0)
trace:file:OpenFile C:\windows\system32\explorer.exe OF_READ OF_SHARE_COMPAT
trace:file:OpenFile C:\windows\system32\explorer.exe 0000
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x23df00 0x23def8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe",0x23db70,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x23d840 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\explorer.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/explorer.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x23df00 (nil))
trace:file:OpenFile found "C:\\windows\\system32\\explorer.exe"
trace:file:_lopen ("C:\\windows\\system32\\explorer.exe",0000)
trace:file:CreateFileW L"C:\\windows\\system32\\explorer.exe" GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE  creation 3 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe",0x23de70,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x23dac0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\explorer.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/explorer.exe"
trace:file:CreateFileW returning 0x54
trace:file:OpenFile (C:\windows\system32\explorer.exe): OK, return = 0x54
trace:file:LZInit (84)
trace:file:ReadFile 0x54 0x23e21a 14 0x23e124 (nil)
trace:file:LZSeek (84,0,0)
trace:file:LZRead (84,0x23e470,64)
trace:file:ReadFile 0x54 0x23e470 64 0x23e214 (nil)
trace:file:LZSeek (84,96,0)
trace:file:LZRead (84,0x23e4b5,2)
trace:file:ReadFile 0x54 0x23e4b5 2 0x23e214 (nil)
trace:file:LZSeek (84,96,0)
trace:file:LZSeek (84,0,1)
trace:file:LZRead (84,0x23e2e0,264)
trace:file:ReadFile 0x54 0x23e2e0 264 0x23e074 (nil)
trace:file:LZSeek (84,360,0)
trace:file:LZRead (84,0x34bf0,120)
trace:file:ReadFile 0x54 0x34bf0 120 0x23e074 (nil)
trace:file:LZSeek (84,1536,0)
trace:file:LZRead (84,0x36190,5096)
trace:file:ReadFile 0x54 0x36190 5096 0x23e074 (nil)
trace:file:LZClose (84)
trace:file:_lclose handle 84
trace:file:LZOpenFileA (C:\windows\system32\explorer.exe,0x23e510,0)
trace:file:OpenFile C:\windows\system32\explorer.exe OF_READ OF_SHARE_COMPAT
trace:file:OpenFile C:\windows\system32\explorer.exe 0000
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x23ded0 0x23dec8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe",0x23db40,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x23d810 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\explorer.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/explorer.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x23ded0 (nil))
trace:file:OpenFile found "C:\\windows\\system32\\explorer.exe"
trace:file:_lopen ("C:\\windows\\system32\\explorer.exe",0000)
trace:file:CreateFileW L"C:\\windows\\system32\\explorer.exe" GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE  creation 3 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe",0x23de40,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x23da90 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\explorer.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/explorer.exe"
trace:file:CreateFileW returning 0x54
trace:file:OpenFile (C:\windows\system32\explorer.exe): OK, return = 0x54
trace:file:LZInit (84)
trace:file:ReadFile 0x54 0x23e1ea 14 0x23e0f4 (nil)
trace:file:LZSeek (84,0,0)
trace:file:LZRead (84,0x23e440,64)
trace:file:ReadFile 0x54 0x23e440 64 0x23e1e4 (nil)
trace:file:LZSeek (84,96,0)
trace:file:LZRead (84,0x23e485,2)
trace:file:ReadFile 0x54 0x23e485 2 0x23e1e4 (nil)
trace:file:LZSeek (84,96,0)
trace:file:LZSeek (84,0,1)
trace:file:LZRead (84,0x23e2b0,264)
trace:file:ReadFile 0x54 0x23e2b0 264 0x23e044 (nil)
trace:file:LZSeek (84,360,0)
trace:file:LZRead (84,0x35df0,120)
trace:file:ReadFile 0x54 0x35df0 120 0x23e044 (nil)
trace:file:LZSeek (84,1536,0)
trace:file:LZRead (84,0x36190,5096)
trace:file:ReadFile 0x54 0x36190 5096 0x23e044 (nil)
trace:file:LZSeek (84,5768,0)
trace:file:LZRead (84,0x35710,864)
trace:file:ReadFile 0x54 0x35710 864 0x23e2d4 (nil)
trace:file:LZClose (84)
trace:file:_lclose handle 84
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shell32.dll",0x23e5a0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 520 0x23e270 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shell32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shell32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 128 0x23e9e0 0x23e898)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shell32.dll",0x23e8a0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 520 0x23e530 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shell32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shell32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shlwapi.dll",0x23d930,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 520 0x23d600 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shlwapi.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shlwapi.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 128 0x23dd70 0x23dc28)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shlwapi.dll",0x23dc30,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 520 0x23d8c0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shlwapi.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shlwapi.dll"
trace:file:GetFileAttributesW L"C:\\users\\username\\Scrivania"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\users\\username\\Scrivania",0x23e2b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\users\\username\\Scrivania" 520 0x23df90 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\users\\username\\Scrivania" -> "/home/username/.wine/dosdevices/c:/users/username/Scrivania"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ole32.dll",0x23dfd0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 520 0x23dca0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ole32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/ole32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 128 0x23e410 0x23e2c8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ole32.dll",0x23e2d0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 520 0x23df60 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ole32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/ole32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\lrpc\\\\pipe\\OLE_0000001a0000001b",0x23e050,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\lrpc\\\\pipe\\OLE_0000001a0000001b" 520 0x23dcd0 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ole32.dll",0x23dd50,0x23dd48,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 520 0x23d9e0 0x23dd48)
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\imm32.dll",0x32f5b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\imm32.dll" 520 0x32f354 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\actxprxy.dll",0x23df70,0x23df68,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\actxprxy.dll" 520 0x23dc00 0x23df68)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\actxprxy.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/actxprxy.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\oleaut32.dll",0x23d000,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\oleaut32.dll" 520 0x23ccd0 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\oleaut32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/oleaut32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\oleaut32.dll" 128 0x23d440 0x23d2f8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\oleaut32.dll",0x23d300,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\oleaut32.dll" 520 0x23cf90 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\oleaut32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/oleaut32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\{9BA05972-F6A8-11CF-A442-00A0C90A8F39}",0x23eab0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\{9BA05972-F6A8-11CF-A442-00A0C90A8F39}" 520 0x23e730 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\imm32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\imm32.dll",0x32f5b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\imm32.dll" 520 0x32f354 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winex11.drv",0x23dee0,0x23ded8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winex11.drv" 520 0x23db70 0x23ded8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\winex11.drv" -> "/home/username/.wine/dosdevices/c:/windows/system32/winex11.drv"
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\imm32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x32f5b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x32f354 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"imm32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\imm32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system\\imm32.dll",0x32f5b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system\\imm32.dll" 520 0x32f354 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system\\imm32.dll" not found in /home/username/.wine/dosdevices/c:/windows/system
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\imm32.dll",0x32f5b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\imm32.dll" 520 0x32f354 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\imm32.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x32f5b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x32f354 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"imm32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\imm32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\imm32.dll",0x32f5b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\imm32.dll" 520 0x32f354 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\imm32.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wbem\\imm32.dll",0x32f5b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wbem\\imm32.dll" 520 0x32f354 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"wbem\\imm32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\wbem\\imm32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon" 0 0x23d850
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon",0x23d620,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon" 520 0x23d300 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\vgasys.fon" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/vgasys.fon"
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf" 0 0x23e5f0
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf",0x23e3c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf" 520 0x23e0a0 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\tahoma.ttf" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/tahoma.ttf"
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 0 0x23e5f0
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf",0x23e3c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 520 0x23e0a0 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\tahomabd.ttf" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/tahomabd.ttf"
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 0 0x23e7a0
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf",0x23e570,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 520 0x23e250 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\tahomabd.ttf" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/tahomabd.ttf"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll",0x32f9b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll" 520 0x32f754 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\NETAPI32.dll",0x32f9b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\NETAPI32.dll" 520 0x32f754 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\NETAPI32.dll",0x32f9b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\NETAPI32.dll" 520 0x32f754 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"NETAPI32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system\\NETAPI32.dll",0x32f9b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system\\NETAPI32.dll" 520 0x32f754 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/c:/windows/system
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\NETAPI32.dll",0x32f9b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\NETAPI32.dll" 520 0x32f754 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\NETAPI32.dll",0x32f9b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\NETAPI32.dll" 520 0x32f754 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"NETAPI32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\NETAPI32.dll",0x32f9b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\NETAPI32.dll" 520 0x32f754 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wbem\\NETAPI32.dll",0x32f9b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wbem\\NETAPI32.dll" 520 0x32f754 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"wbem\\NETAPI32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\wbem\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll",0x32f920,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll" 520 0x32f6c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\NETAPI32.dll",0x32f920,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\NETAPI32.dll" 520 0x32f6c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\NETAPI32.dll",0x32f920,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\NETAPI32.dll" 520 0x32f6c4 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"NETAPI32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system\\NETAPI32.dll",0x32f920,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system\\NETAPI32.dll" 520 0x32f6c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/c:/windows/system
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\NETAPI32.dll",0x32f920,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\NETAPI32.dll" 520 0x32f6c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\NETAPI32.dll",0x32f920,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\NETAPI32.dll" 520 0x32f6c4 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"NETAPI32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\NETAPI32.dll",0x32f920,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\NETAPI32.dll" 520 0x32f6c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wbem\\NETAPI32.dll",0x32f920,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wbem\\NETAPI32.dll" 520 0x32f6c4 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"wbem\\NETAPI32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\wbem\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\iphlpapi.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\iphlpapi.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\iphlpapi.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\iphlpapi.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\iphlpapi.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\iphlpapi.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\iphlpapi.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\iphlpapi.dll" 520 0x32ec44 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"iphlpapi.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\iphlpapi.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system\\iphlpapi.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system\\iphlpapi.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system\\iphlpapi.dll" not found in /home/username/.wine/dosdevices/c:/windows/system
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\iphlpapi.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\iphlpapi.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\iphlpapi.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\iphlpapi.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\iphlpapi.dll" 520 0x32ec44 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"iphlpapi.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\iphlpapi.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\iphlpapi.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\iphlpapi.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\iphlpapi.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wbem\\iphlpapi.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wbem\\iphlpapi.dll" 520 0x32ec44 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"wbem\\iphlpapi.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\wbem\\iphlpapi.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\ws2_32.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\ws2_32.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\ws2_32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\ws2_32.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\ws2_32.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\ws2_32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ws2_32.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ws2_32.dll" 520 0x32ec44 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"ws2_32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\ws2_32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system\\ws2_32.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system\\ws2_32.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system\\ws2_32.dll" not found in /home/username/.wine/dosdevices/c:/windows/system
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\ws2_32.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\ws2_32.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\ws2_32.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ws2_32.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ws2_32.dll" 520 0x32ec44 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"ws2_32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\ws2_32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\ws2_32.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\ws2_32.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\ws2_32.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wbem\\ws2_32.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wbem\\ws2_32.dll" 520 0x32ec44 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"wbem\\ws2_32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\wbem\\ws2_32.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
fixme:advapi:LsaOpenPolicy ((null),0x32fc80,0x00000001,0x32fc78) stub
fixme:advapi:LsaClose (0xcafe) stub
trace:file:RtlGetCurrentDirectory_U (4318 0x672aa0)
trace:file:RtlDosPathNameToNtPathName_U (L"\\",0x32fd44,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\" 520 0x32faf4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\" -> "/home/username/.wine/dosdevices/z:/"
trace:file:RtlGetCurrentDirectory_U (520 0x32fb64)
trace:file:CreateFileW L"\\\\.\\MountPointManager" GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\MountPointManager",0x32fad4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\MountPointManager" 520 0x32f854 (nil))
warn:file:CreateFileW Unable to create file L"\\\\.\\MountPointManager" (status c0000034)
trace:file:CreateFileW returning 0xffffffff
fixme:ver:GetCurrentPackageId (0x32f43c (nil)): stub
trace:file:CreateFileW L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodInfo.cfg" GENERIC_READ FILE_SHARE_READ  creation 3 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodInfo.cfg",0x32f3d4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodInfo.cfg" 520 0x32f154 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodInfo.cfg" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/GoodInfo.cfg"
trace:file:CreateFileW returning 0x3c
trace:file:ReadFile 0x3c 0x122fc8 4096 0x32f50c (nil)
trace:file:ReadFile 0x3c 0x122fc8 4096 0x32f50c (nil)
trace:file:ReadFile 0x3c 0x122fc8 4096 0x32f50c (nil)
trace:file:ReadFile 0x3c 0x32f51f 1 0x32f50c (nil)
trace:file:ReadFile 0x3c 0x122fc8 4096 0x32f50c (nil)
trace:file:ReadFile 0x3c 0x122fc8 4096 0x32f50c (nil)
trace:file:ReadFile 0x3c 0x122fc8 4096 0x32f50c (nil)
trace:file:CreateFileW L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db" GENERIC_READ FILE_SHARE_READ  creation 3 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db",0x32e7b4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db" 520 0x32e534 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/GoodSNES.db"
trace:file:CreateFileW returning 0x3c
trace:file:ReadFile 0x3c 0x122fc8 4096 0x32e8c4 (nil)
trace:file:ReadFile 0x3c 0x122fc8 4096 0x32e8c0 (nil)
trace:file:ReadFile 0x3c 0x122fc8 4096 0x32e8c0 (nil)
trace:file:ReadFile 0x3c 0x122fc8 4096 0x32e8c0 (nil)
trace:file:ReadFile 0x3c 0x122fc8 4096 0x32e8c0 (nil)
trace:file:ReadFile 0x3c 0x122fc8 4096 0x32e8c0 (nil)
trace:file:ReadFile 0x3c 0x122fc8 4096 0x32e8c0 (nil)
trace:file:ReadFile 0x3c 0x122fc8 4096 0x32e8c0 (nil)
trace:file:FindFirstFileExW L".\\*" 0 0x32bd28 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L".\\*",0x32bc6c,0x32bc68,(nil))
trace:file:RtlGetFullPathName_U (L".\\*" 520 0x32b9f4 0x32bc68)
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/"
trace:file:NtQueryDirectoryFile (0x3c (nil) (nil) (nil) 0x32bc7c 0x123fd0 0x00002000 0x00000003 0x00000000 L"*" 0x00000001
trace:file:append_entry long L"." short L"" mask L"*"
trace:file:match_filename (L".", L"*")
trace:file:append_entry long L".." short L"" mask L"*"
trace:file:match_filename (L"..", L"*")
trace:file:append_entry long L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" short L"ADVE~KZ5.SMC" mask L"*"
trace:file:match_filename (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc", L"*")
trace:file:append_entry long L"DEBUG_LOG.TXT" short L"DEBU~XZG.TXT" mask L"*"
trace:file:match_filename (L"DEBUG_LOG.TXT", L"*")
trace:file:append_entry long L"Good.doc" short L"" mask L"*"
trace:file:match_filename (L"Good.doc", L"*")
trace:file:append_entry long L"GoodCodes.txt" short L"GOOD~ZKM.TXT" mask L"*"
trace:file:match_filename (L"GoodCodes.txt", L"*")
trace:file:append_entry long L"Goodinfo.cfg" short L"" mask L"*"
trace:file:match_filename (L"Goodinfo.cfg", L"*")
trace:file:append_entry long L"GoodSNES.db" short L"" mask L"*"
trace:file:match_filename (L"GoodSNES.db", L"*")
trace:file:append_entry long L"GoodSNES.exe" short L"" mask L"*"
trace:file:match_filename (L"GoodSNES.exe", L"*")
trace:file:append_entry long L"GoodSNES.news" short L"GOOD~COZ.NEW" mask L"*"
trace:file:match_filename (L"GoodSNES.news", L"*")
trace:file:append_entry long L"license.txt" short L"" mask L"*"
trace:file:match_filename (L"license.txt", L"*")
trace:file:append_entry long L"SNESDupesG.txt" short L"SNES~MCY.TXT" mask L"*"
trace:file:match_filename (L"SNESDupesG.txt", L"*")
trace:file:append_entry long L"SNESDupesL.txt" short L"SNES~BG3.TXT" mask L"*"
trace:file:match_filename (L"SNESDupesL.txt", L"*")
trace:file:append_entry long L"SNESHave.txt" short L"" mask L"*"
trace:file:match_filename (L"SNESHave.txt", L"*")
trace:file:append_entry long L"SNESMiss.txt" short L"" mask L"*"
trace:file:match_filename (L"SNESMiss.txt", L"*")
trace:file:append_entry long L"SNESScan.txt" short L"" mask L"*"
trace:file:match_filename (L"SNESScan.txt", L"*")
trace:file:NtQueryDirectoryFile => 0 (1968)
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L"." (L"")
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L".." (L"")
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" (L"ADVE~KZ5.SMC")
trace:file:CreateFileW L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" GENERIC_READ FILE_SHARE_READ  creation 3 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc",0x32bae4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" 520 0x32b864 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc"
trace:file:CreateFileW returning 0x44
trace:file:ReadFile 0x44 0x695020 1343488 0x32bc30 (nil)
trace:file:CreateDirectoryW L"SNESRen"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen",0x3278b4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen" 520 0x327664 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen"
trace:file:CreateDirectoryW L"SNESRen"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen",0x326c24,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen" 520 0x3269d4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen
trace:file:CreateDirectoryW L"SNESRen\\BadDumps"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\BadDumps",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\BadDumps" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\BadDumps" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/BadDumps"
trace:file:CreateDirectoryW L"SNESRen\\OverDumps"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\OverDumps",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\OverDumps" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\OverDumps" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/OverDumps"
trace:file:CreateDirectoryW L"SNESRen\\CopierFixes"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\CopierFixes",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\CopierFixes" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\CopierFixes" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/CopierFixes"
trace:file:CreateDirectoryW L"SNESRen\\OlderTranslations"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\OlderTranslations",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\OlderTranslations" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\OlderTranslations" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/OlderTranslations"
trace:file:CreateDirectoryW L"SNESRen\\NewestTranslations"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\NewestTranslations",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\NewestTranslations" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\NewestTranslations" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/NewestTranslations"
trace:file:CreateDirectoryW L"SNESRen\\Hacks"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Hacks",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Hacks" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Hacks" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Hacks"
trace:file:CreateDirectoryW L"SNESRen\\Hacks\\Trained"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Hacks\\Trained",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Hacks\\Trained" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Hacks\\Trained" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Hacks/Trained"
trace:file:CreateDirectoryW L"SNESRen\\Hacks"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Hacks",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Hacks" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Hacks" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Hacks
trace:file:CreateDirectoryW L"SNESRen\\MSU-1_BSNES"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\MSU-1_BSNES",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\MSU-1_BSNES" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\MSU-1_BSNES" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/MSU-1_BSNES"
trace:file:CreateDirectoryW L"SNESRen\\Redumps_Needed"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Redumps_Needed",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Redumps_Needed" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Redumps_Needed" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Redumps_Needed"
trace:file:CreateDirectoryW L"SNESRen\\Japan"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Japan",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Japan" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Japan" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Japan"
trace:file:CreateDirectoryW L"SNESRen\\Japan\\Sufami_Turbo"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Japan\\Sufami_Turbo",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Japan\\Sufami_Turbo" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Japan\\Sufami_Turbo" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Japan/Sufami_Turbo"
trace:file:CreateDirectoryW L"SNESRen\\PD"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\PD",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\PD" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\PD" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/PD"
trace:file:CreateDirectoryW L"SNESRen\\Japan"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Japan",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Japan" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Japan" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Japan
trace:file:CreateDirectoryW L"SNESRen\\Japan\\BS"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Japan\\BS",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Japan\\BS" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Japan\\BS" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Japan/BS"
trace:file:CreateDirectoryW L"SNESRen\\Japan"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Japan",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Japan" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Japan" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Japan
trace:file:CreateDirectoryW L"SNESRen\\Japan\\NintendoPower"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Japan\\NintendoPower",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Japan\\NintendoPower" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Japan\\NintendoPower" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Japan/NintendoPower"
trace:file:CreateDirectoryW L"SNESRen\\Pirate"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Pirate",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Pirate" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Pirate" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Pirate"
trace:file:CreateDirectoryW L"SNESRen\\Unlicensed"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Unlicensed",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Unlicensed" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Unlicensed" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Unlicensed"
trace:file:CreateDirectoryW L"SNESRen\\PreRelease"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\PreRelease",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\PreRelease" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\PreRelease" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/PreRelease"
trace:file:CreateDirectoryW L"SNESRen\\BIOS"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\BIOS",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\BIOS" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\BIOS" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/BIOS"
trace:file:CreateDirectoryW L"SNESRen\\BIOS\\OS-Copiers"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\BIOS\\OS-Copiers",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\BIOS\\OS-Copiers" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\BIOS\\OS-Copiers" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/BIOS/OS-Copiers"
trace:file:CreateDirectoryW L"SNESRen\\BIOS"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\BIOS",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\BIOS" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\BIOS" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/BIOS
trace:file:CreateDirectoryW L"SNESRen\\BIOS\\SGB"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\BIOS\\SGB",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\BIOS\\SGB" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\BIOS\\SGB" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/BIOS/SGB"
trace:file:CreateDirectoryW L"SNESRen\\Japan"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Japan",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Japan" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Japan" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Japan
trace:file:CreateDirectoryW L"SNESRen\\USA"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\USA",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\USA" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\USA" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/USA"
trace:file:CreateDirectoryW L"SNESRen\\Europe"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Europe",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Europe" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Europe" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Europe"
trace:file:CreateDirectoryW L"SNESRen\\Europe"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Europe",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Europe" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Europe" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Europe
trace:file:CreateDirectoryW L"SNESRen\\Europe\\French"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Europe\\French",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Europe\\French" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Europe\\French" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Europe/French"
trace:file:CreateDirectoryW L"SNESRen\\Canada"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Canada",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Canada" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Canada" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Canada"
trace:file:CreateDirectoryW L"SNESRen\\Canada\\French"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Canada\\French",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Canada\\French" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Canada\\French" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Canada/French"
trace:file:CreateDirectoryW L"SNESRen\\Europe"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Europe",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Europe" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Europe" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Europe
trace:file:CreateDirectoryW L"SNESRen\\Europe\\German"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Europe\\German",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Europe\\German" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Europe\\German" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Europe/German"
trace:file:CreateDirectoryW L"SNESRen\\Europe"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Europe",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Europe" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Europe" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Europe
trace:file:CreateDirectoryW L"SNESRen\\Europe\\Spanish"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Europe\\Spanish",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Europe\\Spanish" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Europe\\Spanish" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Europe/Spanish"
trace:file:CreateDirectoryW L"SNESRen\\Europe"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Europe",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Europe" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Europe" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Europe
trace:file:CreateDirectoryW L"SNESRen\\Europe\\Swedish"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Europe\\Swedish",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Europe\\Swedish" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Europe\\Swedish" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Europe/Swedish"
trace:file:CreateDirectoryW L"SNESRen\\Korean"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Korean",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Korean" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Korean" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Korean"
trace:file:CreateDirectoryW L"SNESRen\\HongKong"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\HongKong",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\HongKong" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\HongKong" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/HongKong"
trace:file:CreateDirectoryW L"SNESRen\\Europe"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Europe",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Europe" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Europe" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Europe
trace:file:CreateDirectoryW L"SNESRen\\Europe\\Italian"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Europe\\Italian",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Europe\\Italian" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Europe\\Italian" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Europe/Italian"
trace:file:CreateDirectoryW L"SNESRen\\World"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\World",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\World" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\World" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/World"
trace:file:CreateDirectoryW L"SNESRen\\Australia"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Australia",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Australia" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Australia" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Australia"
trace:file:CreateDirectoryW L"SNESRen\\Brazil"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Brazil",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Brazil" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Brazil" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Brazil"
trace:file:CreateDirectoryW L"SNESRen\\Europe"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Europe",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Europe" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Europe" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Europe
trace:file:CreateDirectoryW L"SNESRen\\Europe\\Dutch"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Europe\\Dutch",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Europe\\Dutch" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Europe\\Dutch" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Europe/Dutch"
trace:file:CreateDirectoryW L"SNESRen\\NintendoSuperSystem-Arcade"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\NintendoSuperSystem-Arcade",0x326c14,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\NintendoSuperSystem-Arcade" 520 0x3269c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\NintendoSuperSystem-Arcade" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/NintendoSuperSystem-Arcade"
trace:file:GetFileAttributesW L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc"
trace:file:RtlDosPathNameToNtPathName_U (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc",0x327890,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" 520 0x327644 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc"
trace:file:MoveFileWithProgressW (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc",L"SNESRen\\BadDumps\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc",(nil),(nil),0002)
trace:file:RtlDosPathNameToNtPathName_U (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc",0x3277a8,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" 520 0x327534 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\BadDumps\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc",0x3277a8,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\BadDumps\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" 520 0x327534 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\BadDumps\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/BadDumps
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\BadDumps\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/BadDumps/Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc"
trace:file:FILE_SetDosError errno = 26 File di testo occupato
warn:file:FILE_SetDosError unknown file error: File di testo occupato
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L"DEBUG_LOG.TXT" (L"DEBU~XZG.TXT")
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L"Good.doc" (L"")
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L"GoodCodes.txt" (L"GOOD~ZKM.TXT")
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L"Goodinfo.cfg" (L"")
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L"GoodSNES.db" (L"")
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L"GoodSNES.exe" (L"")
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L"GoodSNES.news" (L"GOOD~COZ.NEW")
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L"license.txt" (L"")
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L"SNESDupesG.txt" (L"SNES~MCY.TXT")
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L"SNESDupesL.txt" (L"SNES~BG3.TXT")
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L"SNESHave.txt" (L"")
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L"SNESMiss.txt" (L"")
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:FindNextFileW returning L"SNESScan.txt" (L"")
trace:file:FindNextFileW 0x1206d8 0x32bd28
trace:file:CreateFileW L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESMiss.txt" GENERIC_WRITE  creation 2 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESMiss.txt",0x32e244,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESMiss.txt" 520 0x32dfc4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESMiss.txt" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESMiss.txt"
trace:file:CreateFileW returning 0x3c
trace:file:WriteFile 0x3c 0x32ddb0 4216 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4170 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4200 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4196 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4223 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4211 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4210 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4213 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4212 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4205 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4187 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4201 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4165 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4140 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4147 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4146 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4172 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4200 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4204 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4208 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4196 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4198 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4195 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4206 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddd8 4194 0x32d704 (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4169 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4198 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4202 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4174 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4187 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4182 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4207 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4206 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4206 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4203 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4172 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4169 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4162 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4197 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4155 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4203 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4171 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4214 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4197 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4190 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4178 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4202 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4200 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4200 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4200 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4219 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4204 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4196 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4187 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4162 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4192 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4209 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4198 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4201 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4202 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4207 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4183 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddd8 4156 0x32d704 (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4182 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4196 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4201 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4182 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4201 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4165 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4163 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4188 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4186 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4177 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4186 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4180 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4169 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4212 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4214 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4206 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4213 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4195 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4217 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4184 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4219 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4206 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4205 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4222 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4197 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4227 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4226 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4203 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4194 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4195 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4190 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4211 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4195 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4223 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4186 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4165 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4195 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4207 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4214 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4218 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4167 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4172 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4168 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4147 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4140 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4141 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4144 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4139 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4141 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4141 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4148 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4139 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4140 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4192 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4214 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4224 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4193 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4196 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4198 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4214 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4218 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4195 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4209 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4210 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4181 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4169 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4166 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4185 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4185 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4168 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4189 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4169 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4169 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4170 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4169 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4165 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4180 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4176 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4176 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4178 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4176 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4195 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4202 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddd8 4203 0x32d704 (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4216 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddd8 4181 0x32d704 (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4213 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4196 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddd8 4199 0x32d704 (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4181 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4194 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddd8 4218 0x32d704 (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4214 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4225 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4207 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4196 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4189 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4189 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4200 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4200 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4211 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4222 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4205 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4220 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4208 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4198 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32e08c 2003 0x32d9b8 (nil)
trace:file:CreateFileW L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESHave.txt" GENERIC_WRITE  creation 2 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESHave.txt",0x328584,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESHave.txt" 520 0x328304 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESHave.txt" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESHave.txt"
trace:file:CreateFileW returning 0x3c
trace:file:CreateFileW L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db" GENERIC_WRITE  creation 2 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db",0x329674,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db" 520 0x3293f4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/GoodSNES.db"
trace:file:CreateFileW returning 0x44
trace:file:CreateFileW L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESDupesG.txt" GENERIC_WRITE  creation 2 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESDupesG.txt",0x328574,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESDupesG.txt" 520 0x3282f4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESDupesG.txt" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESDupesG.txt"
trace:file:CreateFileW returning 0x48
trace:file:WriteFile 0x3c 0x3280f8 4221 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4234 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4231 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4222 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4203 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4201 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4167 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4197 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4191 0x327a24 (nil)
trace:file:WriteFile 0x44 0x124d10 4096 0x327cd8 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4221 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4204 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4223 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4183 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4177 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4191 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4234 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4210 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4218 0x327a24 (nil)
trace:file:WriteFile 0x44 0x124d10 4096 0x327cd8 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4203 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4194 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4226 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4208 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4209 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4205 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4198 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4208 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4206 0x327a24 (nil)
trace:file:WriteFile 0x44 0x124d10 4096 0x327cd8 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4196 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4228 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x328120 4210 0x327a4c (nil)
trace:file:WriteFile 0x3c 0x3280f8 4220 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4221 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4207 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4228 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4221 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4221 0x327a24 (nil)
trace:file:WriteFile 0x44 0x124d10 4096 0x327cd8 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4221 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4231 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4200 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4212 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4219 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4192 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4201 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4215 0x327a24 (nil)
trace:file:WriteFile 0x44 0x124d10 4096 0x327cd8 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4228 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4222 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4210 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4227 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4207 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4225 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4209 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4208 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4217 0x327a24 (nil)
trace:file:WriteFile 0x44 0x124d10 4096 0x327cd8 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4207 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4217 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4223 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4213 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4233 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4236 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4227 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4199 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3283d4 785 0x327d00 (nil)
trace:file:WriteFile 0x44 0x124d10 3820 0x327d00 (nil)
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG",0x32fd64,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG" 520 0x32faf4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG"
trace:file:RtlSetCurrentDirectory_U curdir now L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\" 0x3c
trace:file:WriteFile 0x4 0x32e8d0 1882 0x32e1fc (nil)
Found GoodSNES.db, Ignoring SNESHave



Stats: 24508 entries, 1930 redumps, 2381 bad/overdumps

       12779 hacks, 1120 trainers, 2572 translations

[New Style Msgs, with SHA-1, NewDupe]

Scanning .\*.smc.fig.rom.058.078.sfc.swc.st.bs.048.1.bin

Creating BadDumps\                  Creating OverDumps\                

Creating CopierFixes\               Creating OlderTranslations\        

Creating NewestTranslations\        Creating Hacks\Trained\            

Creating Hacks\                     Creating MSU-1_BSNES\              

Creating Redumps_Needed\            Creating Japan\Sufami_Turbo\      

Creating PD\                        Creating Japan\BS\                

Creating Japan\NintendoPower\       Creating Pirate\                  

Creating Unlicensed\                Creating PreRelease\              

Creating BIOS\OS-Copiers\           Creating BIOS\SGB\                

Creating Japan\                     Creating USA\                      

Creating Europe\                    Creating Europe\French\            

Creating Canada\French\             Creating Europe\German\            

Creating Europe\Spanish\            Creating Europe\Swedish\          

Creating Korean\                    Creating HongKong\                

Creating Europe\Italian\            Creating World\                    

Creating Australia\                 Creating Brazil\                  

Creating Europe\Dutch\              Creating NintendoSuperSystem-Arcade\

Untrapped File Error "Errore generico." Renaming Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc to SNESRen\BadDumps\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc

You are missing 16066 of 23163 known Nintendo Super NES/Famicom ROMS (V3.27)



You have 7097 of 24508 known Nintendo Super NES/Famicom ROMS (V3.27)



1 duplicate was found (previous + this session)

trace:file:WriteFile 0x8 0x32e8d0 151 0x32e1fc (nil)




GoodSNES V3.27: Copyright 1999-2016 Cowering (cowering@gmail.com)

Visit www.allgoodthings.us or #rareroms on irc.foreverchat.net for latest news

trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\mscoree.dll",0x32fa00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\mscoree.dll" 520 0x32f7a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\mscoree.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\mscoree.dll",0x32fa00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\mscoree.dll" 520 0x32f7a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\mscoree.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\mscoree.dll",0x32fa00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\mscoree.dll" 520 0x32f7a4 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"mscoree.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\mscoree.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system\\mscoree.dll",0x32fa00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system\\mscoree.dll" 520 0x32f7a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system\\mscoree.dll" not found in /home/username/.wine/dosdevices/c:/windows/system
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\mscoree.dll",0x32fa00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\mscoree.dll" 520 0x32f7a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\mscoree.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\mscoree.dll",0x32fa00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\mscoree.dll" 520 0x32f7a4 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"mscoree.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\mscoree.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\mscoree.dll",0x32fa00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\mscoree.dll" 520 0x32f7a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\mscoree.dll" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wbem\\mscoree.dll",0x32fa00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wbem\\mscoree.dll" 520 0x32f7a4 (nil))
trace:file:lookup_unix_name redirecting -> "/home/username/.wine/dosdevices/c:/windows/syswow64" + L"wbem\\mscoree.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\wbem\\mscoree.dll" not found in /home/username/.wine/dosdevices/c:/windows/syswow64
trace:file:WriteFile 0x8 0x11880 52 0x23ec44 (nil)
trace:file:ReadFile 0x8 0x23ec70 16 0x23ec34 (nil)
trace:file:ReadFile 0x28 0x139a0 8 0x54e314 (nil)
trace:file:ReadFile 0x28 0x13b00 28 0x54e314 (nil)
trace:file:ReadFile 0x28 0x54e350 16 0x54e314 (nil)
trace:file:WriteFile 0x28 0x12ef0 72 0x74df54 (nil)
trace:file:ReadFile 0x8 0x11310 8 0x23ec34 (nil)
trace:file:ReadFile 0x8 0x11880 48 0x23ec34 (nil)
trace:file:WriteFile 0x8 0x11880 72 0x23ec84 (nil)
trace:file:ReadFile 0x8 0x23ecb0 16 0x23ec74 (nil)
trace:file:ReadFile 0x28 0x13b10 8 0x54e314 (nil)
trace:file:ReadFile 0x28 0x13840 48 0x54e314 (nil)
trace:file:ReadFile 0x28 0x54e350 16 0x54e314 (nil)
trace:file:WriteFile 0x28 0x13330 28 0x84df54 (nil)
trace:file:ReadFile 0x8 0x11310 8 0x23ec74 (nil)
trace:file:ReadFile 0x8 0x11880 4 0x23ec74 (nil)
trace:file:WriteFile 0x8 0x11880 72 0x43d944 (nil)
trace:file:ReadFile 0x8 0x43d970 16 0x43d934 (nil)
trace:file:ReadFile 0x28 0x139a0 8 0x54e314 (nil)
trace:file:ReadFile 0x28 0x13330 48 0x54e314 (nil)
trace:file:ReadFile 0x28 0x54e350 16 0x54e314 (nil)
trace:file:WriteFile 0x28 0x12ef0 28 0x74df54 (nil)
trace:file:ReadFile 0x8 0x11310 8 0x43d934 (nil)
trace:file:ReadFile 0x8 0x11880 4 0x43d934 (nil)
trace:file:WriteFile 0x8 0x11880 44 0x43d754 (nil)
trace:file:ReadFile 0x8 0x43d780 16 0x43d744 (nil)
trace:file:ReadFile 0x28 0x13b10 8 0x54e314 (nil)
trace:file:ReadFile 0x28 0x13990 20 0x54e314 (nil)
trace:file:ReadFile 0x28 0x54e350 16 0x54e314 (nil)
trace:file:WriteFile 0x28 0x12ef0 48 0x84df54 (nil)
trace:file:ReadFile 0x8 0x11790 8 0x43d744 (nil)
trace:file:ReadFile 0x8 0x11880 24 0x43d744 (nil)

There are also errors about libraries not found... and seems like it is searching for 32 bit dlls in the folder for the 64 bit ones... but I'm not sure how them can be related to moving files...
 
Hmm.. Don't know what to tell you, I can't reproduce. I put a rom in the folder, ran "wine GoodSNES.exe rename" and it happily moved it into the SNESRen folder. I assume that's what you're expecting it to do, anyway.
I did need to install some 32 bit libraries though to get it to work. If it's complaining about missing libraries I would expect it to fail completely, not partially work, but computers are weird and wine especially so, so maybe it is failing in unexpected ways.
You can't just copy the 64 bit libraries though, they're incompatible with 32 bit binaries. You need to install the 32bit libs. I don't know about your linux experience, but here's the gist of how to do that on debian.
Code:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install <missing library package>:i386
 
Hmm.. Don't know what to tell you, I can't reproduce. I put a rom in the folder, ran "wine GoodSNES.exe rename" and it happily moved it into the SNESRen folder. I assume that's what you're expecting it to do, anyway.
I did need to install some 32 bit libraries though to get it to work. If it's complaining about missing libraries I would expect it to fail completely, not partially work, but computers are weird and wine especially so, so maybe it is failing in unexpected ways.
You can't just copy the 64 bit libraries though, they're incompatible with 32 bit binaries. You need to install the 32bit libs. I don't know about your linux experience, but here's the gist of how to do that on debian.
Code:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install <missing library package>:i386

I'm not so used with wine, because I use Windows as my main system, and I installed it just for this occasion, with just the commands in the first post, nothing else...
I noted that it created automatically a 64 bit installation, and there were some warnings here and there telling that it wasn't so supported...
so I removed the .wine folder and launched "WINEARCH=win32 wine goodtools rename dirs", and it created again the .wine folder but 32 bit this time... anyway nothing changed... I'll try to add those dlls it is complaining about
[doublepost=1516565222,1516561199][/doublepost]This is a log from the 32 bit wine, it doesn't contain references to the 64 bit folder, but still gives the same errors...
Seems like it searches for "user32.dll" and "gdi32.dll" in the rom working folder... I searched for them with both winetricks and apt-cache but I have no clue where to obtain them... I'm installing gdiplus with winetricks for now, just because it have a similar name...
Code:
trace:file:CreateDirectoryW L"C:\\windows"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0xffb11124,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0xffb10ed4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:CreateDirectoryW L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0xffb11124,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0xffb10ed4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:init_windows_dirs WindowsDir = L"C:\\windows"
trace:file:init_windows_dirs SystemDir  = L"C:\\windows\\system32"
trace:file:find_drive_rootA "/media/sf_I_DRIVE/SNESRen_ORG" -> drive Z:, root="/", name="/media/sf_I_DRIVE/SNESRen_ORG"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG",0xffb11124,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG" 520 0xffb10eb4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG"
trace:file:RtlSetCurrentDirectory_U curdir now L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\" 0x10
trace:file:RtlDosPathNameToNtPathName_U (L".\\goodsnes.exe",0xffb10fb0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\goodsnes.exe" 520 0xffb10d54 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/goodsnes.exe"
trace:file:RtlGetFullPathName_U (L".\\goodsnes.exe" 520 0xffb114b2 (nil))
trace:file:SearchPathW found L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe"
trace:file:CreateFileW L"C:\\windows\\system32\\wineboot.exe" GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wineboot.exe",0xffb109c4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wineboot.exe" 520 0xffb10744 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\wineboot.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/wineboot.exe"
trace:file:CreateFileW returning 0x1c
trace:file:ReadFile 0x1c 0xffb108bc 64 0xffb108b4 (nil)
trace:file:ReadFile 0x1c 0xffb108fc 248 0xffb108b4 (nil)
trace:file:ReadFile 0x1c 0xffb109f7 21 0xffb108b4 (nil)
trace:file:RtlGetCurrentDirectory_U (520 0xffb10ef4)
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG",0xffb10c1c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG" 520 0xffb109c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG"
trace:file:GetLongPathNameW L"C:\\windows\\system32\\wineboot.exe",0xffb10a14,260
trace:file:FindFirstFileExW L"C:\\windows" 0 0xffb0fedc 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0xffb0fdec,0xffb0fde8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0xffb0fb74 0xffb0fde8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\" -> "/home/username/.wine/dosdevices/c:/"
trace:file:NtQueryDirectoryFile (0x20 (nil) (nil) (nil) 0xffb0fdfc 0x110780 0x000004bc 0x00000003 0x00000000 L"windows" 0x00000001
trace:file:read_directory_stat looking up file L"windows"
trace:file:append_entry long L"windows" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x110598 0xffb0fedc
trace:file:FindNextFileW returning L"windows" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32" 0 0xffb0fedc 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0xffb0fdec,0xffb0fde8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0xffb0fb74 0xffb0fde8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:NtQueryDirectoryFile (0x20 (nil) (nil) (nil) 0xffb0fdfc 0x1107c0 0x000004bc 0x00000003 0x00000000 L"system32" 0x00000001
trace:file:read_directory_stat looking up file L"system32"
trace:file:append_entry long L"system32" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x110740 0xffb0fedc
trace:file:FindNextFileW returning L"system32" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32\\wineboot.exe" 0 0xffb0fedc 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wineboot.exe",0xffb0fdec,0xffb0fde8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wineboot.exe" 520 0xffb0fb74 0xffb0fde8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\" -> "/home/username/.wine/dosdevices/c:/windows/system32/"
trace:file:NtQueryDirectoryFile (0x20 (nil) (nil) (nil) 0xffb0fdfc 0x1107c8 0x000004bc 0x00000003 0x00000000 L"wineboot.exe" 0x00000001
trace:file:read_directory_stat looking up file L"wineboot.exe"
trace:file:append_entry long L"wineboot.exe" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (120)
trace:file:FindNextFileW 0x110598 0xffb0fedc
trace:file:FindNextFileW returning L"wineboot.exe" (L"")
trace:file:GetLongPathNameW returning L"C:\\windows\\system32\\wineboot.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wineboot.exe" 520 0xffb10a14 (nil))
trace:file:CreateDirectoryW L"C:\\windows"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0xffa75354,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0xffa75104 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:CreateDirectoryW L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0xffa75354,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0xffa75104 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:init_windows_dirs WindowsDir = L"C:\\windows"
trace:file:init_windows_dirs SystemDir  = L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\",0xffa75354,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\" 520 0xffa750e4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/"
trace:file:RtlSetCurrentDirectory_U curdir now L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\" 0x10
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wineboot.exe",0xffa750dc,0xffa750d8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wineboot.exe" 520 0xffa74e54 0xffa750d8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\wineboot.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/wineboot.exe"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\wineboot.exe.manifest",0xffa751fc,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\wineboot.exe.manifest" 520 0xffa74f94 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\wineboot.exe.manifest" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0xffa74f30,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0xffa74cd4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 128 0xffa75156 0xffa75078)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0xffa7507c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0xffa74df4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x33ede4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x33eb74 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" -> "/home/username/.wine/dosdevices/c:/windows"
trace:file:RtlSetCurrentDirectory_U curdir now L"C:\\windows\\" 0x8
trace:file:CreateFileW L"C:\\windows\\wininit.ini" GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE FILE_SHARE_DELETE  creation 3 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\wininit.ini",0x33e944,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\wininit.ini" 520 0x33e6c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\wininit.ini" not found in /home/username/.wine/dosdevices/c:/windows
warn:file:CreateFileW Unable to create file L"C:\\windows\\wininit.ini" (status c0000034)
trace:file:CreateFileW returning 0xffffffff
trace:file:FindFirstFileExW L"C:\\windows\\system32\\dllcache\\*" 0 0x33f588 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\dllcache\\*",0x33eddc,0x33edd8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\dllcache\\*" 520 0x33eb64 0x33edd8)
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\dllcache\\" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe",0x33e700,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe" 520 0x33e4a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\winemenubuilder.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/winemenubuilder.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe" 520 0x33e91c (nil))
trace:file:CreateFileW L"C:\\windows\\system32\\winemenubuilder.exe" GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe",0x33e7e4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe" 520 0x33e564 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\winemenubuilder.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/winemenubuilder.exe"
trace:file:CreateFileW returning 0x20
trace:file:ReadFile 0x20 0x33e6dc 64 0x33e6d4 (nil)
trace:file:ReadFile 0x20 0x33e71c 248 0x33e6d4 (nil)
trace:file:ReadFile 0x20 0x33e817 21 0x33e6d4 (nil)
trace:file:RtlGetCurrentDirectory_U (520 0x33eb24)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x33e84c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x33e5f4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" -> "/home/username/.wine/dosdevices/c:/windows"
trace:file:GetLongPathNameW L"C:\\windows\\system32\\winemenubuilder.exe",0x33e644,260
trace:file:FindFirstFileExW L"C:\\windows" 0 0x33db0c 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x33da1c,0x33da18,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x33d7a4 0x33da18)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\" -> "/home/username/.wine/dosdevices/c:/"
trace:file:NtQueryDirectoryFile (0x28 (nil) (nil) (nil) 0x33da2c 0x110b98 0x000004bc 0x00000003 0x00000000 L"windows" 0x00000001
trace:file:read_directory_stat looking up file L"windows"
trace:file:append_entry long L"windows" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x110b00 0x33db0c
trace:file:FindNextFileW returning L"windows" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32" 0 0x33db0c 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x33da1c,0x33da18,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x33d7a4 0x33da18)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:NtQueryDirectoryFile (0x28 (nil) (nil) (nil) 0x33da2c 0x110bc0 0x000004bc 0x00000003 0x00000000 L"system32" 0x00000001
trace:file:read_directory_stat looking up file L"system32"
trace:file:append_entry long L"system32" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x110b40 0x33db0c
trace:file:FindNextFileW returning L"system32" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32\\winemenubuilder.exe" 0 0x33db0c 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe",0x33da1c,0x33da18,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe" 520 0x33d7a4 0x33da18)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\" -> "/home/username/.wine/dosdevices/c:/windows/system32/"
trace:file:NtQueryDirectoryFile (0x28 (nil) (nil) (nil) 0x33da2c 0x110be8 0x000004bc 0x00000003 0x00000000 L"winemenubuilder.exe" 0x00000001
trace:file:read_directory_stat looking up file L"winemenubuilder.exe"
trace:file:append_entry long L"winemenubuilder.exe" short L"WINE~4PM.EXE" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (136)
trace:file:FindNextFileW 0x110b68 0x33db0c
trace:file:FindNextFileW returning L"winemenubuilder.exe" (L"WINE~4PM.EXE")
trace:file:GetLongPathNameW returning L"C:\\windows\\system32\\winemenubuilder.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe" 520 0x33e644 (nil))
trace:file:CreateDirectoryW L"C:\\windows"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0xff8b9e74,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0xff8b9c24 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:CreateDirectoryW L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0xff8b9e74,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0xff8b9c24 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:init_windows_dirs WindowsDir = L"C:\\windows"
trace:file:init_windows_dirs SystemDir  = L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\",0xff8b9e74,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\" 520 0xff8b9c04 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:RtlSetCurrentDirectory_U curdir now L"C:\\windows\\" 0x10
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe",0xff8b9bfc,0xff8b9bf8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe" 520 0xff8b9974 0xff8b9bf8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\winemenubuilder.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/winemenubuilder.exe"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe.manifest",0xff8b9d1c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winemenubuilder.exe.manifest" 520 0xff8b9ab4 (nil))
trace:file:CreateFileW L"C:\\windows\\system32\\services.exe" GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\services.exe",0x33e6c4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\services.exe" 520 0x33e444 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\services.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/services.exe"
trace:file:CreateFileW returning 0x20
trace:file:ReadFile 0x20 0x33e5bc 64 0x33e5b4 (nil)
trace:file:ReadFile 0x20 0x33e5fc 248 0x33e5b4 (nil)
trace:file:ReadFile 0x20 0x33e6f7 21 0x33e5b4 (nil)
trace:file:RtlGetCurrentDirectory_U (520 0x33ebf4)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x33e91c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x33e6c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" -> "/home/username/.wine/dosdevices/c:/windows"
trace:file:GetLongPathNameW L"C:\\windows\\system32\\services.exe",0x33e714,260
trace:file:FindFirstFileExW L"C:\\windows" 0 0x33dbdc 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x33daec,0x33dae8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x33d874 0x33dae8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\" -> "/home/username/.wine/dosdevices/c:/"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\winemenubuilder.exe.manifest" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\windowscodecs.dll",0xff8b9a50,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\windowscodecs.dll" 520 0xff8b97f4 (nil))
trace:file:NtQueryDirectoryFile (0x24 (nil) (nil) (nil) 0x33dafc 0x110b08 0x000004bc 0x00000003 0x00000000 L"windows" 0x00000001
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\windowscodecs.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/windowscodecs.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\windowscodecs.dll" 128 0xff8b9c76 0xff8b9b98)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\windowscodecs.dll",0xff8b9b9c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\windowscodecs.dll" 520 0xff8b9914 (nil))
trace:file:read_directory_stat looking up file L"windows"
trace:file:append_entry long L"windows" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x110a70 0x33dbdc
trace:file:FindNextFileW returning L"windows" (L"")
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\windowscodecs.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/windowscodecs.dll"
trace:file:FindFirstFileExW L"C:\\windows\\system32" 0 0x33dbdc 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x33daec,0x33dae8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x33d874 0x33dae8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:NtQueryDirectoryFile (0x24 (nil) (nil) (nil) 0x33dafc 0x110b30 0x000004bc 0x00000003 0x00000000 L"system32" 0x00000001
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ole32.dll",0xff8b8fd0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 520 0xff8b8d74 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ole32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/ole32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 128 0xff8b91f6 0xff8b9118)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ole32.dll",0xff8b911c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 520 0xff8b8e94 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ole32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/ole32.dll"
trace:file:read_directory_stat looking up file L"system32"
trace:file:append_entry long L"system32" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x110ab0 0x33dbdc
trace:file:FindNextFileW returning L"system32" (L"")
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0xff8b8550,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0xff8b82f4 (nil))
trace:file:FindFirstFileExW L"C:\\windows\\system32\\services.exe" 0 0x33dbdc 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\services.exe",0x33daec,0x33dae8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\services.exe" 520 0x33d874 0x33dae8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\" -> "/home/username/.wine/dosdevices/c:/windows/system32/"
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 128 0xff8b8776 0xff8b8698)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0xff8b869c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0xff8b8414 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:NtQueryDirectoryFile (0x24 (nil) (nil) (nil) 0x33dafc 0x110b50 0x000004bc 0x00000003 0x00000000 L"services.exe" 0x00000001
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0xff8b8550,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0xff8b82f4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 128 0xff8b8776 0xff8b8698)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0xff8b869c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0xff8b8414 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:read_directory_stat looking up file L"services.exe"
trace:file:append_entry long L"services.exe" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (120)
trace:file:FindNextFileW 0x110ad0 0x33dbdc
trace:file:FindNextFileW returning L"services.exe" (L"")
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0xff8b7ad0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0xff8b7874 (nil))
trace:file:GetLongPathNameW returning L"C:\\windows\\system32\\services.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\services.exe" 520 0x33e714 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 128 0xff8b7cf6 0xff8b7c18)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0xff8b7c1c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0xff8b7994 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0xff8b7ad0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0xff8b7874 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 128 0xff8b7cf6 0xff8b7c18)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0xff8b7c1c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0xff8b7994 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0xff8b8550,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0xff8b82f4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 128 0xff8b8776 0xff8b8698)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0xff8b869c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0xff8b8414 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\oleaut32.dll",0xff8b8fd0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\oleaut32.dll" 520 0xff8b8d74 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\oleaut32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/oleaut32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\oleaut32.dll" 128 0xff8b91f6 0xff8b9118)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\oleaut32.dll",0xff8b911c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\oleaut32.dll" 520 0xff8b8e94 (nil))
trace:file:CreateDirectoryW L"C:\\windows"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0xffbdd9a4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0xffbdd754 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\oleaut32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/oleaut32.dll"
trace:file:wine_nt_to_unix_file_name L"\\windows" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:CreateDirectoryW L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0xffbdd9a4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0xffbdd754 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:init_windows_dirs WindowsDir = L"C:\\windows"
trace:file:init_windows_dirs SystemDir  = L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\",0xffbdd9a4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\" 520 0xffbdd734 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shlwapi.dll",0xff8b8fd0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 520 0xff8b8d74 (nil))
trace:file:RtlSetCurrentDirectory_U curdir now L"C:\\windows\\" 0x10
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shlwapi.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shlwapi.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 128 0xff8b91f6 0xff8b9118)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shlwapi.dll",0xff8b911c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 520 0xff8b8e94 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shlwapi.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shlwapi.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\services.exe",0xffbdd72c,0xffbdd728,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\services.exe" 520 0xffbdd4a4 0xffbdd728)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\services.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/services.exe"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shell32.dll",0xff8b9a50,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 520 0xff8b97f4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shell32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shell32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 128 0xff8b9c76 0xff8b9b98)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shell32.dll",0xff8b9b9c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 520 0xff8b9914 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shell32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shell32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\services.exe.manifest",0xffbdd84c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\services.exe.manifest" 520 0xffbdd5e4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\services.exe.manifest" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0xffbdd580,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0xffbdd324 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 128 0xffbdd7a6 0xffbdd6c8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0xffbdd6cc,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0xffbdd444 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0xffbdcb00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0xffbdc8a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 128 0xffbdcd26 0xffbdcc48)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0xffbdcc4c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0xffbdc9c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\userenv.dll",0xffbdd580,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\userenv.dll" 520 0xffbdd324 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\userenv.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/userenv.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\userenv.dll" 128 0xffbdd7a6 0xffbdd6c8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\userenv.dll",0xffbdd6cc,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\userenv.dll" 520 0xffbdd444 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\userenv.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/userenv.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts\\vgasys.fon",0x33f47c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts\\vgasys.fon" 520 0x33f224 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\svcctl",0x33f854,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\svcctl" 520 0x33f5d4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts\\vgasys.fon" -> "/home/username/.wine/dosdevices/c:/windows/Fonts/vgasys.fon"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts\\vga850.fon",0x33f47c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts\\vga850.fon" 520 0x33f224 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts\\vga850.fon" -> "/home/username/.wine/dosdevices/c:/windows/Fonts/vga850.fon"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts\\vgafix.fon",0x33f47c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts\\vgafix.fon" 520 0x33f224 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\net\\NtControlPipe0",0x33fc04,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\net\\NtControlPipe0" 520 0x33f984 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts\\vgafix.fon" -> "/home/username/.wine/dosdevices/c:/windows/Fonts/vgafix.fon"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts",0x33f47c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts" 520 0x33f224 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts" -> "/home/username/.wine/dosdevices/c:/windows/Fonts"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winedevice.exe",0x33f5c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winedevice.exe" 520 0x33f364 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\winedevice.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/winedevice.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winedevice.exe" 520 0x33f7dc (nil))
trace:file:CreateFileW L"C:\\windows\\system32\\winedevice.exe" GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winedevice.exe",0x33f6a4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winedevice.exe" 520 0x33f424 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\winedevice.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/winedevice.exe"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts\\coure.fon",0x33f47c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts\\coure.fon" 520 0x33f224 (nil))
trace:file:CreateFileW returning 0x54
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts\\coure.fon" -> "/home/username/.wine/dosdevices/c:/windows/Fonts/coure.fon"
trace:file:ReadFile 0x54 0x33f59c 64 0x33f594 (nil)
trace:file:ReadFile 0x54 0x33f5dc 248 0x33f594 (nil)
trace:file:ReadFile 0x54 0x33f6d7 21 0x33f594 (nil)
trace:file:RtlGetCurrentDirectory_U (520 0x33f9e4)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x33f70c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x33f4b4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" -> "/home/username/.wine/dosdevices/c:/windows"
trace:file:GetLongPathNameW L"C:\\windows\\system32\\winedevice.exe",0x33f504,260
trace:file:FindFirstFileExW L"C:\\windows" 0 0x33e9cc 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x33e8dc,0x33e8d8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x33e664 0x33e8d8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\" -> "/home/username/.wine/dosdevices/c:/"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts\\sserife.fon",0x33f47c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts\\sserife.fon" 520 0x33f224 (nil))
trace:file:NtQueryDirectoryFile (0x58 (nil) (nil) (nil) 0x33e8ec 0x112280 0x000004bc 0x00000003 0x00000000 L"windows" 0x00000001
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts\\sserife.fon" -> "/home/username/.wine/dosdevices/c:/windows/Fonts/sserife.fon"
trace:file:read_directory_stat looking up file L"windows"
trace:file:append_entry long L"windows" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x1121e8 0x33e9cc
trace:file:FindNextFileW returning L"windows" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32" 0 0x33e9cc 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x33e8dc,0x33e8d8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x33e664 0x33e8d8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:NtQueryDirectoryFile (0x58 (nil) (nil) (nil) 0x33e8ec 0x1122a8 0x000004bc 0x00000003 0x00000000 L"system32" 0x00000001
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts\\serife.fon",0x33f47c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts\\serife.fon" 520 0x33f224 (nil))
trace:file:read_directory_stat looking up file L"system32"
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts\\serife.fon" -> "/home/username/.wine/dosdevices/c:/windows/Fonts/serife.fon"
trace:file:append_entry long L"system32" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x112228 0x33e9cc
trace:file:FindNextFileW returning L"system32" (L"")
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\fonts\\smalle.fon",0x33f47c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\fonts\\smalle.fon" 520 0x33f224 (nil))
trace:file:FindFirstFileExW L"C:\\windows\\system32\\winedevice.exe" 0 0x33e9cc 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winedevice.exe",0x33e8dc,0x33e8d8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winedevice.exe" 520 0x33e664 0x33e8d8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\" -> "/home/username/.wine/dosdevices/c:/windows/system32/"
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\fonts\\smalle.fon" -> "/home/username/.wine/dosdevices/c:/windows/Fonts/smalle.fon"
trace:file:NtQueryDirectoryFile (0x58 (nil) (nil) (nil) 0x33e8ec 0x1122c8 0x000004bc 0x00000003 0x00000000 L"winedevice.exe" 0x00000001
trace:file:read_directory_stat looking up file L"winedevice.exe"
trace:file:append_entry long L"winedevice.exe" short L"WINE~X4P.EXE" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (128)
trace:file:FindNextFileW 0x112248 0x33e9cc
trace:file:FindNextFileW returning L"winedevice.exe" (L"WINE~X4P.EXE")
trace:file:GetLongPathNameW returning L"C:\\windows\\system32\\winedevice.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winedevice.exe" 520 0x33f504 (nil))
trace:file:CreateDirectoryW L"C:\\windows"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0xffac2724,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0xffac24d4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:CreateDirectoryW L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0xffac2724,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0xffac24d4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:init_windows_dirs WindowsDir = L"C:\\windows"
trace:file:init_windows_dirs SystemDir  = L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\",0xffac2724,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\" 520 0xffac24b4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:RtlSetCurrentDirectory_U curdir now L"C:\\windows\\" 0x10
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winedevice.exe",0xffac24ac,0xffac24a8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winedevice.exe" 520 0xffac2224 0xffac24a8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\winedevice.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/winedevice.exe"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winedevice.exe.manifest",0xffac25cc,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winedevice.exe.manifest" 520 0xffac2364 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\winedevice.exe.manifest" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0xffac2300,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0xffac20a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 128 0xffac2526 0xffac2448)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0xffac244c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0xffac21c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ntoskrnl.exe",0xffac2300,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ntoskrnl.exe" 520 0xffac20a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ntoskrnl.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/ntoskrnl.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ntoskrnl.exe" 128 0xffac2526 0xffac2448)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ntoskrnl.exe",0xffac244c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ntoskrnl.exe" 520 0xffac21c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ntoskrnl.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/ntoskrnl.exe"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x33f2c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x33f064 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 128 0x33f4e6 0x33f408)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x33f40c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x33f184 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:CreateFileW L"\\\\.\\pipe\\svcctl" GENERIC_READ GENERIC_WRITE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\svcctl",0x33f494,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\svcctl" 520 0x33f214 (nil))
trace:file:CreateFileW returning 0x8
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\svcctl",0x43e5f4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\svcctl" 520 0x43e374 (nil))
trace:file:WriteFile 0x8 0x110cf8 72 0x33f4f8 (nil)
trace:file:ReadFile 0x8 0x33f51c 16 0x33f4b8 (nil)
trace:file:ReadFile 0x28 0x64e8dc 16 0x64e878 (nil)
trace:file:ReadFile 0x28 0x112198 12 0x64e878 (nil)
trace:file:ReadFile 0x28 0x1121b0 44 0x64e878 (nil)
trace:file:WriteFile 0x28 0x1123a8 68 0x64e898 (nil)
trace:file:ReadFile 0x8 0x110c58 8 0x33f4b8 (nil)
trace:file:ReadFile 0x8 0x110cf8 44 0x33f4b8 (nil)
trace:file:WriteFile 0x8 0x110c68 36 0x33f5c8 (nil)
trace:file:ReadFile 0x8 0x33f5fc 16 0x33f598 (nil)
trace:file:ReadFile 0x28 0x64e8dc 16 0x64e878 (nil)
trace:file:ReadFile 0x28 0x112198 8 0x64e878 (nil)
trace:file:ReadFile 0x28 0x1121a8 12 0x64e878 (nil)
trace:file:ReadFile 0x28 0x64e8dc 16 0x64e878 (nil)
trace:file:WriteFile 0x28 0x1125c0 48 0x84e6c8 (nil)
trace:file:ReadFile 0x8 0x110c58 8 0x33f598 (nil)
trace:file:ReadFile 0x8 0x110c68 24 0x33f598 (nil)
trace:file:CreateFileW L"\\\\.\\pipe\\net\\NtControlPipe0" GENERIC_READ GENERIC_WRITE  creation 4 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\net\\NtControlPipe0",0x33fab4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\net\\NtControlPipe0" 520 0x33f834 (nil))
trace:file:CreateFileW returning 0x18
trace:file:WriteFile 0x48 0x1120f0 36 0x33fc24 0x33fc28
trace:file:ReadFile 0x48 0x33fcb0 4 0x33fc24 0x33fc28
trace:file:ReadFile 0x18 0x43e9b8 16 0x43e9b0 (nil)
trace:file:ReadFile 0x18 0x110cf8 20 0x43e9b0 (nil)
trace:file:WriteFile 0x8 0x110d88 80 0x43e448 (nil)
trace:file:ReadFile 0x28 0x112198 8 0x64e878 (nil)
trace:file:ReadFile 0x28 0x1121a8 56 0x64e878 (nil)
trace:file:ReadFile 0x8 0x43e47c 16 0x43e418 (nil)
trace:file:ReadFile 0x28 0x64e8dc 16 0x64e878 (nil)
trace:file:WriteFile 0x28 0x112760 48 0x94e6c8 (nil)
trace:file:ReadFile 0x8 0x1109b8 8 0x43e418 (nil)
trace:file:ReadFile 0x8 0x110d88 24 0x43e418 (nil)
trace:file:WriteFile 0x8 0x110e78 80 0x43e448 (nil)
trace:file:ReadFile 0x28 0x112198 8 0x64e878 (nil)
trace:file:ReadFile 0x28 0x112578 56 0x64e878 (nil)
trace:file:ReadFile 0x8 0x43e47c 16 0x43e418 (nil)
trace:file:ReadFile 0x28 0x64e8dc 16 0x64e878 (nil)
trace:file:WriteFile 0x28 0x112808 48 0x84e6c8 (nil)
trace:file:ReadFile 0x8 0x110db8 8 0x43e418 (nil)
trace:file:ReadFile 0x8 0x110e78 24 0x43e418 (nil)
trace:file:WriteFile 0x18 0x43e9b4 4 0x43e9b0 (nil)
trace:file:ReadFile 0x18 0x43e9b8 16 0x43e9b0 (nil)
trace:file:WriteFile 0x8 0x110fe0 72 0x53e438 (nil)
trace:file:GetOverlappedResult (0x48 0x33fc28 0x33fc24 0)
trace:file:ReadFile 0x28 0x112198 8 0x64e878 (nil)
trace:file:ReadFile 0x28 0x1120f0 48 0x64e878 (nil)
trace:file:ReadFile 0x8 0x53e46c 16 0x53e408 (nil)
trace:file:ReadFile 0x28 0x64e8dc 16 0x64e878 (nil)
trace:file:WriteFile 0x28 0x1127c0 28 0x94e6c8 (nil)
trace:file:ReadFile 0x8 0x110f70 8 0x53e408 (nil)
trace:file:ReadFile 0x8 0x110cf8 4 0x53e408 (nil)
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\net\\NtControlPipe1",0x33fc04,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\net\\NtControlPipe1" 520 0x33f984 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\drivers\\mountmgr.sys",0x53e32c,0x53e328,(nil))
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\plugplay.exe",0x33f5c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\plugplay.exe" 520 0x33f364 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\plugplay.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/plugplay.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\plugplay.exe" 520 0x33f7dc (nil))
trace:file:CreateFileW L"C:\\windows\\system32\\plugplay.exe" GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\plugplay.exe",0x33f6a4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\plugplay.exe" 520 0x33f424 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\plugplay.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/plugplay.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\drivers\\mountmgr.sys" 520 0x53e0a4 0x53e328)
trace:file:CreateFileW returning 0x88
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\drivers\\mountmgr.sys" -> "/home/username/.wine/dosdevices/c:/windows/system32/drivers/mountmgr.sys"
trace:file:ReadFile 0x88 0x33f59c 64 0x33f594 (nil)
trace:file:ReadFile 0x88 0x33f5dc 248 0x33f594 (nil)
trace:file:ReadFile 0x88 0x33f6d7 21 0x33f594 (nil)
trace:file:RtlGetCurrentDirectory_U (520 0x33f9e4)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x33f70c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x33f4b4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows" -> "/home/username/.wine/dosdevices/c:/windows"
trace:file:GetLongPathNameW L"C:\\windows\\system32\\plugplay.exe",0x33f504,260
trace:file:FindFirstFileExW L"C:\\windows" 0 0x33e9cc 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x33e8dc,0x33e8d8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x33e664 0x33e8d8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\" -> "/home/username/.wine/dosdevices/c:/"
trace:file:NtQueryDirectoryFile (0x8c (nil) (nil) (nil) 0x33e8ec 0x1128f8 0x000004bc 0x00000003 0x00000000 L"windows" 0x00000001
trace:file:read_directory_stat looking up file L"windows"
trace:file:append_entry long L"windows" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x112358 0x33e9cc
trace:file:FindNextFileW returning L"windows" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32" 0 0x33e9cc 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x33e8dc,0x33e8d8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x33e664 0x33e8d8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:NtQueryDirectoryFile (0x8c (nil) (nil) (nil) 0x33e8ec 0x1128f8 0x000004bc 0x00000003 0x00000000 L"system32" 0x00000001
trace:file:read_directory_stat looking up file L"system32"
trace:file:append_entry long L"system32" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x112358 0x33e9cc
trace:file:FindNextFileW returning L"system32" (L"")
trace:file:WriteFile 0x8 0x111b98 72 0x53e438 (nil)
trace:file:ReadFile 0x8 0x53e46c 16 0x53e408 (nil)
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSans-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSans-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSans-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSans-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSans-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSans-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSans-BoldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationMono-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationMono-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationMono-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationMono-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationMono-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationMono-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationMono-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationMono-BoldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSerif-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSerif-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSerif-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSerif-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSerif-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSerif-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSerif-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSerif-BoldItalic.ttf"
trace:file:find_drive_rootA "/usr/lib/wine/../../share/wine/wine/../fonts/wingding.ttf" -> drive Z:, root="/", name="/usr/lib/wine/../../share/wine/wine/../fonts/wingding.ttf"
trace:file:find_drive_rootA "/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf" -> drive Z:, root="/", name="/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf"
trace:file:find_drive_rootA "/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" -> drive Z:, root="/", name="/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf"
trace:file:FindFirstFileExW L"C:\\windows\\system32\\plugplay.exe" 0 0x33e9cc 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\plugplay.exe",0x33e8dc,0x33e8d8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\plugplay.exe" 520 0x33e664 0x33e8d8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\" -> "/home/username/.wine/dosdevices/c:/windows/system32/"
trace:file:ReadFile 0x28 0x1121e8 8 0x64e878 (nil)
trace:file:ReadFile 0x28 0x112420 48 0x64e878 (nil)
trace:file:find_drive_rootA "/usr/lib/wine/../../share/wine/wine/../fonts/marlett.ttf" -> drive Z:, root="/", name="/usr/lib/wine/../../share/wine/wine/../fonts/marlett.ttf"
trace:file:ReadFile 0x28 0x64e8dc 16 0x64e878 (nil)
trace:file:NtQueryDirectoryFile (0x8c (nil) (nil) (nil) 0x33e8ec 0x112950 0x000004bc 0x00000003 0x00000000 L"plugplay.exe" 0x00000001
trace:file:find_drive_rootA "/usr/lib/wine/../../share/wine/wine/../fonts/symbol.ttf" -> drive Z:, root="/", name="/usr/lib/wine/../../share/wine/wine/../fonts/symbol.ttf"
trace:file:WriteFile 0x28 0x112ef0 28 0x84e6c8 (nil)
trace:file:read_directory_stat looking up file L"plugplay.exe"
trace:file:append_entry long L"plugplay.exe" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (120)
trace:file:FindNextFileW 0x1128f8 0x33e9cc
trace:file:FindNextFileW returning L"plugplay.exe" (L"")
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSans.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSans.ttf"
trace:file:ReadFile 0x8 0x111be0 8 0x53e408 (nil)
trace:file:ReadFile 0x8 0x111d60 4 0x53e408 (nil)
trace:file:GetLongPathNameW returning L"C:\\windows\\system32\\plugplay.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\plugplay.exe" 520 0x33f504 (nil))
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSansBold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSansBold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSansOblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSansOblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSansBoldOblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSansBoldOblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Caligraphic-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Caligraphic-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Caligraphic-Bold.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Caligraphic-Bold.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0x63df60,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0x63dd04 (nil))
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSans-Oblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSans-Oblique.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSans-BoldOblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSans-BoldOblique.ttf"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 128 0x63e186 0x63e0a8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0x63e0ac,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0x63de24 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerif-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerif-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerif-Italic.ttf"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0x63d4e0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0x63d284 (nil))
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerif-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerif-BoldItalic.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 128 0x63d706 0x63d628)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0x63d62c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0x63d3a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeMono.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeMono.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeMonoOblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeMonoOblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeMonoBoldOblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeMonoBoldOblique.ttf"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0x63d4e0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0x63d284 (nil))
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBasR.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBasR.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 128 0x63d706 0x63d628)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0x63d62c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0x63d3a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBasB.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBasB.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBasI.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBasI.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBasBI.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBasBI.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_R.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_R.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_RZ.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_RZ.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_RB.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_RB.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_RI.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_RI.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_RBI.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_RBI.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_RZI.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_RZI.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSerifCondensed-BoldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSansNarrow-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/liberation/LiberationSansNarrow-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/liberation/LiberationSansNarrow-BoldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/noto/NotoMono-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/noto/NotoMono-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/crosextra/Caladea-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/crosextra/Caladea-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/crosextra/Caladea-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/crosextra/Caladea-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/crosextra/Caladea-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/crosextra/Caladea-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Medium.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Medium.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-MediumItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-MediumItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinBiolinum_R.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinBiolinum_R.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinBiolinum_RB.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinBiolinum_RB.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinBiolinum_RI.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinBiolinum_RI.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinBiolinum_K.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinBiolinum_K.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-BoldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBkBasR.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBkBasR.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBkBasB.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBkBasB.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBkBasI.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBkBasI.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium-basic/GenBkBasBI.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium-basic/GenBkBasBI.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSerif.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSerif.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSerifItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSerifItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/freefont/FreeSerifBoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/freefont/FreeSerifBoldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Thin.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Thin.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-ThinItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-ThinItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Black.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Black.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-BlackItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-BlackItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/crosextra/Carlito-Regular.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/crosextra/Carlito-Regular.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/crosextra/Carlito-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/crosextra/Carlito-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/crosextra/Carlito-Italic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/crosextra/Carlito-Italic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/crosextra/Carlito-BoldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/crosextra/Carlito-BoldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_DR.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_DR.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Fraktur-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Fraktur-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Fraktur-Bold.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Fraktur-Bold.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Math-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Math-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Math-Italic.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Math-Italic.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Math-BoldItalic.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Math-BoldItalic.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Hairline.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Hairline.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-HairlineItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-HairlineItalic.ttf"
trace:file:CreateDirectoryW L"C:\\windows"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0xffa2d934,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0xffa2d6e4 (nil))
trace:file:find_drive_rootA "/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/droid/DroidSansFallbackFull.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Main-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Main-Regular.otf"
trace:file:wine_nt_to_unix_file_name L"\\windows" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:CreateDirectoryW L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0xffa2d934,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0xffa2d6e4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:init_windows_dirs WindowsDir = L"C:\\windows"
trace:file:init_windows_dirs SystemDir  = L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\",0xffa2d934,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\" 520 0xffa2d6c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Main-Bold.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Main-Bold.otf"
trace:file:RtlSetCurrentDirectory_U curdir now L"C:\\windows\\" 0x10
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Main-Italic.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Main-Italic.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Size3-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Size3-Regular.otf"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\plugplay.exe",0xffa2d6bc,0xffa2d6b8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\plugplay.exe" 520 0xffa2d434 0xffa2d6b8)
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Light.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Light.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\plugplay.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/plugplay.exe"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-LightItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-LightItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Size2-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Size2-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Size1-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Size1-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Oblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Oblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansMono-BoldOblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansMono-BoldOblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Size4-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Size4-Regular.otf"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\plugplay.exe.manifest",0xffa2d7dc,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\plugplay.exe.manifest" 520 0xffa2d574 (nil))
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_SansSerif-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_SansSerif-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_SansSerif-Bold.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_SansSerif-Bold.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_SansSerif-Italic.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_SansSerif-Italic.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium/GentiumAlt-R.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium/GentiumAlt-R.ttf"
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\plugplay.exe.manifest" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0xffa2d510,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0xffa2d2b4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium/GentiumAlt-I.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium/GentiumAlt-I.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_WinChrome-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_WinChrome-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_AMS-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_AMS-Regular.otf"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 128 0xffa2d736 0xffa2d658)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0xffa2d65c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0xffa2d3d4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium/Gentium-R.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium/Gentium-R.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/gentium/Gentium-I.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/gentium/Gentium-I.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_WinIE6-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_WinIE6-Regular.otf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_M.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_M.otf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuMathTeXGyre.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuMathTeXGyre.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Semibold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Semibold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-SemiboldItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-SemiboldItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-Heavy.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-Heavy.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/lato/Lato-HeavyItalic.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/lato/Lato-HeavyItalic.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Bold.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Bold.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Oblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-Oblique.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-BoldOblique.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed-BoldOblique.ttf"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x33f2e0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x33f084 (nil))
trace:file:find_drive_rootA "/usr/share/fonts/opentype/linux-libertine/LinLibertine_I.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/linux-libertine/LinLibertine_I.otf"
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 128 0x33f506 0x33f428)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x33f42c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x33f1a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:find_drive_rootA "/usr/share/fonts/woff/font-awesome/fontawesome-webfont.woff" -> drive Z:, root="/", name="/usr/share/fonts/woff/font-awesome/fontawesome-webfont.woff"
trace:file:find_drive_rootA "/usr/share/fonts/truetype/openoffice/opens___.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/openoffice/opens___.ttf"
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Typewriter-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Typewriter-Regular.otf"
trace:file:CreateFileW L"\\\\.\\pipe\\svcctl" GENERIC_READ GENERIC_WRITE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\svcctl",0x33f4b4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\svcctl" 520 0x33f234 (nil))
trace:file:find_drive_rootA "/usr/share/fonts/truetype/dejavu/DejaVuSans-ExtraLight.ttf" -> drive Z:, root="/", name="/usr/share/fonts/truetype/dejavu/DejaVuSans-ExtraLight.ttf"
trace:file:CreateFileW returning 0x8
trace:file:find_drive_rootA "/usr/share/fonts/opentype/mathjax/MathJax_Script-Regular.otf" -> drive Z:, root="/", name="/usr/share/fonts/opentype/mathjax/MathJax_Script-Regular.otf"
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\svcctl",0x43e5f4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\svcctl" 520 0x43e374 (nil))
trace:file:WriteFile 0x8 0x110bf8 72 0x33f518 (nil)
trace:file:ReadFile 0x8 0x33f53c 16 0x33f4d8 (nil)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x33f800,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x33f5a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 128 0x33fa26 0x33f948)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x33f94c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x33f6c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:GetFileAttributesW L"C:\\users\\username\\Scrivania"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\users\\username\\Scrivania",0x33f470,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\users\\username\\Scrivania" 520 0x33f224 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\users\\username\\Scrivania" -> "/home/username/.wine/dosdevices/c:/users/username/Scrivania"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\users\\username\\Scrivania",0x33f9bc,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\users\\username\\Scrivania" 520 0x33f764 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\users\\username\\Scrivania" -> "/home/username/.wine/dosdevices/c:/users/username/Scrivania"
trace:file:CreateFileW L"C:\\windows\\system32\\explorer.exe" GENERIC_READ FILE_SHARE_READ FILE_SHARE_DELETE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe",0x33e884,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x33e604 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\explorer.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/explorer.exe"
trace:file:CreateFileW returning 0x54
trace:file:ReadFile 0x54 0x33e77c 64 0x33e774 (nil)
trace:file:ReadFile 0x54 0x33e7bc 248 0x33e774 (nil)
trace:file:ReadFile 0x54 0x33e8b7 21 0x33e774 (nil)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x33eadc,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x33e884 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32" -> "/home/username/.wine/dosdevices/c:/windows/system32"
trace:file:GetLongPathNameW L"C:\\windows\\system32\\explorer.exe",0x33e8d4,260
trace:file:FindFirstFileExW L"C:\\windows" 0 0x33dd9c 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0x33dcac,0x33dca8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0x33da34 0x33dca8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\" -> "/home/username/.wine/dosdevices/c:/"
trace:file:NtQueryDirectoryFile (0x58 (nil) (nil) (nil) 0x33dcbc 0x11f1d0 0x000004bc 0x00000003 0x00000000 L"windows" 0x00000001
trace:file:read_directory_stat looking up file L"windows"
trace:file:append_entry long L"windows" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x11f138 0x33dd9c
trace:file:FindNextFileW returning L"windows" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32" 0 0x33dd9c 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x33dcac,0x33dca8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x33da34 0x33dca8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\" -> "/home/username/.wine/dosdevices/c:/windows/"
trace:file:NtQueryDirectoryFile (0x58 (nil) (nil) (nil) 0x33dcbc 0x11f1d8 0x000004bc 0x00000003 0x00000000 L"system32" 0x00000001
trace:file:read_directory_stat looking up file L"system32"
trace:file:append_entry long L"system32" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (112)
trace:file:FindNextFileW 0x11f138 0x33dd9c
trace:file:FindNextFileW returning L"system32" (L"")
trace:file:FindFirstFileExW L"C:\\windows\\system32\\explorer.exe" 0 0x33dd9c 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe",0x33dcac,0x33dca8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x33da34 0x33dca8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\" -> "/home/username/.wine/dosdevices/c:/windows/system32/"
trace:file:NtQueryDirectoryFile (0x58 (nil) (nil) (nil) 0x33dcbc 0x11f218 0x000004bc 0x00000003 0x00000000 L"explorer.exe" 0x00000001
trace:file:read_directory_stat looking up file L"explorer.exe"
trace:file:append_entry long L"explorer.exe" short L"" mask <null>
trace:file:read_directory_stat returning 0
trace:file:NtQueryDirectoryFile => 0 (120)
trace:file:FindNextFileW 0x11f198 0x33dd9c
trace:file:FindNextFileW returning L"explorer.exe" (L"")
trace:file:GetLongPathNameW returning L"C:\\windows\\system32\\explorer.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x33e8d4 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0x33e8c4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0x33e614 (nil))
trace:file:ReadFile 0x38 0x53e8dc 16 0x53e878 (nil)
trace:file:ReadFile 0x38 0x112588 12 0x53e878 (nil)
trace:file:ReadFile 0x38 0x1125a0 44 0x53e878 (nil)
trace:file:WriteFile 0x38 0x112958 68 0x53e898 (nil)
trace:file:ReadFile 0x38 0x53e8dc 16 0x53e878 (nil)
trace:file:ReadFile 0x8 0x110b58 8 0x33f4d8 (nil)
trace:file:ReadFile 0x8 0x110bf8 44 0x33f4d8 (nil)
trace:file:WriteFile 0x8 0x110b68 36 0x33f5e8 (nil)
trace:file:ReadFile 0x8 0x33f61c 16 0x33f5b8 (nil)
trace:file:ReadFile 0x38 0x112588 8 0x53e878 (nil)
trace:file:ReadFile 0x38 0x112358 12 0x53e878 (nil)
trace:file:ReadFile 0x38 0x53e8dc 16 0x53e878 (nil)
trace:file:WriteFile 0x38 0x112ac8 48 0x94e6c8 (nil)
trace:file:ReadFile 0x8 0x110b58 8 0x33f5b8 (nil)
trace:file:ReadFile 0x8 0x110b68 24 0x33f5b8 (nil)
trace:file:CreateFileW L"\\\\.\\pipe\\net\\NtControlPipe1" GENERIC_READ GENERIC_WRITE  creation 4 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\net\\NtControlPipe1",0x33fad4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\net\\NtControlPipe1" 520 0x33f854 (nil))
trace:file:CreateFileW returning 0x18
trace:file:WriteFile 0x84 0x1120f0 36 0x33fc24 0x33fc28
trace:file:ReadFile 0x84 0x33fcb0 4 0x33fc24 0x33fc28
trace:file:CreateDirectoryW L"C:\\windows"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows",0xff88f064,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows" 520 0xff88ee14 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows" not found in /home/username/.wine/dosdevices/c:/windows
trace:file:CreateDirectoryW L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0xff88f064,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0xff88ee14 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:init_windows_dirs WindowsDir = L"C:\\windows"
trace:file:init_windows_dirs SystemDir  = L"C:\\windows\\system32"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32",0xff88f064,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32" 520 0xff88edf4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32" -> "/home/username/.wine/dosdevices/c:/windows/system32"
trace:file:RtlSetCurrentDirectory_U curdir now L"C:\\windows\\system32\\" 0x18
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe",0xff88edec,0xff88ede8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0xff88eb64 0xff88ede8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\explorer.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/explorer.exe"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe.manifest",0xff88ef0c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe.manifest" 520 0xff88eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\windows\\system32\\explorer.exe.manifest" not found in /home/username/.wine/dosdevices/c:/windows/system32
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0xff88ec40,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0xff88e9e4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 128 0xff88ee66 0xff88ed88)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0xff88ed8c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0xff88eb04 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0xff88e1c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0xff88df64 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 128 0xff88e3e6 0xff88e308)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0xff88e30c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0xff88e084 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0xff88ec40,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0xff88e9e4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 128 0xff88ee66 0xff88ed88)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0xff88ed8c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0xff88eb04 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0xff88e1c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0xff88df64 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 128 0xff88e3e6 0xff88e308)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0xff88e30c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0xff88e084 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0xff88e1c0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0xff88df64 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 128 0xff88e3e6 0xff88e308)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0xff88e30c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0xff88e084 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x63db90,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x63d934 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 128 0x63ddb6 0x63dcd8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x63dcdc,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x63da54 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:ReadFile 0x18 0x43e9b8 16 0x43e9b0 (nil)
trace:file:ReadFile 0x18 0x110bf8 20 0x43e9b0 (nil)
trace:file:WriteFile 0x8 0x110c88 80 0x43e448 (nil)
trace:file:ReadFile 0x8 0x43e47c 16 0x43e418 (nil)
trace:file:ReadFile 0x38 0x112588 8 0x53e878 (nil)
trace:file:ReadFile 0x38 0x112358 56 0x53e878 (nil)
trace:file:ReadFile 0x38 0x53e8dc 16 0x53e878 (nil)
trace:file:WriteFile 0x38 0x112bd0 48 0x84e6c8 (nil)
trace:file:ReadFile 0x8 0x1108b8 8 0x43e418 (nil)
trace:file:ReadFile 0x8 0x110c88 24 0x43e418 (nil)
trace:file:WriteFile 0x8 0x110d78 80 0x43e448 (nil)
trace:file:ReadFile 0x8 0x43e47c 16 0x43e418 (nil)
trace:file:ReadFile 0x38 0x1123a0 8 0x53e878 (nil)
trace:file:ReadFile 0x38 0x112a80 56 0x53e878 (nil)
trace:file:ReadFile 0x38 0x53e8dc 16 0x53e878 (nil)
trace:file:WriteFile 0x38 0x112c88 48 0x94e6c8 (nil)
trace:file:ReadFile 0x8 0x110cb8 8 0x43e418 (nil)
trace:file:ReadFile 0x8 0x110d78 24 0x43e418 (nil)
trace:file:WriteFile 0x18 0x43e9b4 4 0x43e9b0 (nil)
trace:file:ReadFile 0x18 0x43e9b8 16 0x43e9b0 (nil)
trace:file:WriteFile 0x8 0x110ec0 72 0x53e448 (nil)
trace:file:GetOverlappedResult (0x84 0x33fc28 0x33fc24 0)
trace:file:ReadFile 0x38 0x112588 8 0x53e878 (nil)
trace:file:ReadFile 0x38 0x1120f0 48 0x53e878 (nil)
trace:file:ReadFile 0x8 0x53e47c 16 0x53e418 (nil)
trace:file:ReadFile 0x38 0x53e8dc 16 0x53e878 (nil)
trace:file:WriteFile 0x38 0x112c40 28 0x84e6c8 (nil)
trace:file:ReadFile 0x8 0x110c08 8 0x53e418 (nil)
trace:file:ReadFile 0x8 0x110ec0 4 0x53e418 (nil)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shell32.dll",0x33e980,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 520 0x33e724 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shell32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shell32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 128 0x33eba6 0x33eac8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shell32.dll",0x33eacc,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 520 0x33e844 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shell32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shell32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shlwapi.dll",0x33df00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 520 0x33dca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shlwapi.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shlwapi.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 128 0x33e126 0x33e048)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shlwapi.dll",0x33e04c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 520 0x33ddc4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shlwapi.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shlwapi.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0x33d480,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0x33d224 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 128 0x33d6a6 0x33d5c8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0x33d5cc,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0x33d344 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0x33ca00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0x33c7a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 128 0x33cc26 0x33cb48)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0x33cb4c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0x33c8c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0x33ca00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0x33c7a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 128 0x33cc26 0x33cb48)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0x33cb4c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0x33c8c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x33f880,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x33f624 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 128 0x33faa6 0x33f9c8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x33f9cc,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x33f744 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winex11.drv",0x33ede0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winex11.drv" 520 0x33eb84 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\winex11.drv" -> "/home/username/.wine/dosdevices/c:/windows/system32/winex11.drv"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winex11.drv" 128 0x33f006 0x33ef28)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winex11.drv",0x33ef2c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winex11.drv" 520 0x33eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\winex11.drv" -> "/home/username/.wine/dosdevices/c:/windows/system32/winex11.drv"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winex11.drv",0x33e99c,0x33e998,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winex11.drv" 520 0x33e714 0x33e998)
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon" 0 0x33e62c
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon",0x33e4f0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon" 520 0x33e294 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\vgasys.fon" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/vgasys.fon"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x33e530,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x33e2d4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 128 0x33e756 0x33e678)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x33e67c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x33e3f4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:GetFileAttributesW L"C:\\users\\username\\Application Data"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\users\\username\\Application Data",0x33e8f0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\users\\username\\Application Data" 520 0x33e6a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\users\\username\\Application Data" -> "/home/username/.wine/dosdevices/c:/users/username/Application Data"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ole32.dll",0x33e3e0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 520 0x33e184 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ole32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/ole32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 128 0x33e606 0x33e528)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ole32.dll",0x33e52c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 520 0x33e2a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ole32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/ole32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x33d960,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x33d704 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 128 0x33db86 0x33daa8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\rpcrt4.dll",0x33daac,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\rpcrt4.dll" 520 0x33d824 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\rpcrt4.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/rpcrt4.dll"
trace:file:GetFileAttributesW L"C:\\users\\username"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\users\\username",0x33e8f0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\users\\username" 520 0x33e6a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\users\\username" -> "/home/username/.wine/dosdevices/c:/users/username"
trace:file:GetFileAttributesW L"C:\\users\\username\\Local Settings\\Application Data"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\users\\username\\Local Settings\\Application Data",0x33e8f0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\users\\username\\Local Settings\\Application Data" 520 0x33e6a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\users\\username\\Local Settings\\Application Data" -> "/home/username/.wine/dosdevices/c:/users/username/Local Settings/Application Data"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe",0xffb10eac,0xffb10ea8,(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe" 520 0xffb10c24 0xffb10ea8)
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/goodsnes.exe"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe.manifest",0xffb10fcc,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe.manifest" 520 0xffb10d64 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\goodsnes.exe.manifest" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\user32.dll",0x32f980,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\user32.dll" 520 0x32f724 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\user32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\user32.dll",0x32f980,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\user32.dll" 520 0x32f724 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\user32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0x32f980,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0x32f724 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 128 0x32fba6 0x32fac8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\user32.dll",0x32facc,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\user32.dll" 520 0x32f844 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\user32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/user32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\gdi32.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\gdi32.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\gdi32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\gdi32.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\gdi32.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\gdi32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 128 0x32f126 0x32f048)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\gdi32.dll",0x32f04c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\gdi32.dll" 520 0x32edc4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\gdi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/gdi32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\advapi32.dll",0x32e480,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\advapi32.dll" 520 0x32e224 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\advapi32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\advapi32.dll",0x32e480,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\advapi32.dll" 520 0x32e224 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\advapi32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0x32e480,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0x32e224 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 128 0x32e6a6 0x32e5c8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\advapi32.dll",0x32e5cc,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\advapi32.dll" 520 0x32e344 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\advapi32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/advapi32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\version.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\version.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\version.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\version.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\version.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\version.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0x32ef00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0x32eca4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 128 0x32f126 0x32f048)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\version.dll",0x32f04c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\version.dll" 520 0x32edc4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\version.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/version.dll"
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf" 0 0x33e57c
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf",0x33e440,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf" 520 0x33e1e4 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\tahoma.ttf" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/tahoma.ttf"
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 0 0x33e57c
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf",0x33e440,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 520 0x33e1e4 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\tahomabd.ttf" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/tahomabd.ttf"
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 0 0x33e62c
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf",0x33e4f0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 520 0x33e294 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\tahomabd.ttf" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/tahomabd.ttf"
trace:file:LZOpenFileA (C:\windows\system32\explorer.exe,0x33ebb4,0)
trace:file:OpenFile C:\windows\system32\explorer.exe OF_READ OF_SHARE_COMPAT
trace:file:OpenFile C:\windows\system32\explorer.exe 0000
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x33e824 0x33e820)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe",0x33e690,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x33e434 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\explorer.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/explorer.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x33e814 (nil))
trace:file:OpenFile found "C:\\windows\\system32\\explorer.exe"
trace:file:_lopen ("C:\\windows\\system32\\explorer.exe",0000)
trace:file:CreateFileW L"C:\\windows\\system32\\explorer.exe" GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE  creation 3 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe",0x33e934,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x33e6b4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\explorer.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/explorer.exe"
trace:file:CreateFileW returning 0x54
trace:file:OpenFile (C:\windows\system32\explorer.exe): OK, return = 0x54
trace:file:LZInit (84)
trace:file:ReadFile 0x54 0x33ea4e 14 0x33e9f8 (nil)
trace:file:LZSeek (84,0,0)
trace:file:LZRead (84,0x33eb28,64)
trace:file:ReadFile 0x54 0x33eb28 64 0x33ea28 (nil)
trace:file:LZSeek (84,96,0)
trace:file:LZRead (84,0x33eb69,2)
trace:file:ReadFile 0x54 0x33eb69 2 0x33ea28 (nil)
trace:file:LZSeek (84,96,0)
trace:file:LZSeek (84,0,1)
trace:file:LZRead (84,0x33e9a0,264)
trace:file:ReadFile 0x54 0x33e9a0 264 0x33e898 (nil)
trace:file:LZSeek (84,344,0)
trace:file:LZRead (84,0x12bb00,120)
trace:file:ReadFile 0x54 0x12bb00 120 0x33e898 (nil)
trace:file:LZSeek (84,1536,0)
trace:file:LZRead (84,0x12cd08,5096)
trace:file:ReadFile 0x54 0x12cd08 5096 0x33e898 (nil)
trace:file:LZClose (84)
trace:file:_lclose handle 84
trace:file:LZOpenFileA (C:\windows\system32\explorer.exe,0x33eba4,0)
trace:file:OpenFile C:\windows\system32\explorer.exe OF_READ OF_SHARE_COMPAT
trace:file:OpenFile C:\windows\system32\explorer.exe 0000
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x33e804 0x33e800)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe",0x33e670,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x33e414 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\explorer.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/explorer.exe"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x33e7f4 (nil))
trace:file:OpenFile found "C:\\windows\\system32\\explorer.exe"
trace:file:_lopen ("C:\\windows\\system32\\explorer.exe",0000)
trace:file:CreateFileW L"C:\\windows\\system32\\explorer.exe" GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE  creation 3 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\explorer.exe",0x33e914,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\explorer.exe" 520 0x33e694 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\explorer.exe" -> "/home/username/.wine/dosdevices/c:/windows/system32/explorer.exe"
trace:file:CreateFileW returning 0x54
trace:file:OpenFile (C:\windows\system32\explorer.exe): OK, return = 0x54
trace:file:LZInit (84)
trace:file:ReadFile 0x54 0x33ea2e 14 0x33e9d8 (nil)
trace:file:LZSeek (84,0,0)
trace:file:LZRead (84,0x33eb08,64)
trace:file:ReadFile 0x54 0x33eb08 64 0x33ea08 (nil)
trace:file:LZSeek (84,96,0)
trace:file:LZRead (84,0x33eb49,2)
trace:file:ReadFile 0x54 0x33eb49 2 0x33ea08 (nil)
trace:file:LZSeek (84,96,0)
trace:file:LZSeek (84,0,1)
trace:file:LZRead (84,0x33e980,264)
trace:file:ReadFile 0x54 0x33e980 264 0x33e878 (nil)
trace:file:LZSeek (84,344,0)
trace:file:LZRead (84,0x12cb20,120)
trace:file:ReadFile 0x54 0x12cb20 120 0x33e878 (nil)
trace:file:LZSeek (84,1536,0)
trace:file:LZRead (84,0x12cd08,5096)
trace:file:ReadFile 0x54 0x12cd08 5096 0x33e878 (nil)
trace:file:LZSeek (84,5768,0)
trace:file:LZRead (84,0x12c450,864)
trace:file:ReadFile 0x54 0x12c450 864 0x33eac8 (nil)
trace:file:LZClose (84)
trace:file:_lclose handle 84
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shell32.dll",0x33eda0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 520 0x33eb44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shell32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shell32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 128 0x33efc6 0x33eee8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shell32.dll",0x33eeec,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shell32.dll" 520 0x33ec64 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shell32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shell32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shlwapi.dll",0x33e320,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 520 0x33e0c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shlwapi.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shlwapi.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 128 0x33e546 0x33e468)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\shlwapi.dll",0x33e46c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\shlwapi.dll" 520 0x33e1e4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\shlwapi.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/shlwapi.dll"
trace:file:GetFileAttributesW L"C:\\users\\username\\Scrivania"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\users\\username\\Scrivania",0x33e9d0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\users\\username\\Scrivania" 520 0x33e784 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\users\\username\\Scrivania" -> "/home/username/.wine/dosdevices/c:/users/username/Scrivania"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ole32.dll",0x33ea50,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 520 0x33e7f4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ole32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/ole32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 128 0x33ec76 0x33eb98)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ole32.dll",0x33eb9c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 520 0x33e914 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ole32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/ole32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\lrpc\\\\pipe\\OLE_0000001f00000020",0x33e9a4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\lrpc\\\\pipe\\OLE_0000001f00000020" 520 0x33e724 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ole32.dll",0x33e6fc,0x33e6f8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ole32.dll" 520 0x33e474 0x33e6f8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\actxprxy.dll",0x33e91c,0x33e918,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\actxprxy.dll" 520 0x33e694 0x33e918)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\actxprxy.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/actxprxy.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\oleaut32.dll",0x33dd50,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\oleaut32.dll" 520 0x33daf4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\oleaut32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/oleaut32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\oleaut32.dll" 128 0x33df76 0x33de98)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\oleaut32.dll",0x33de9c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\oleaut32.dll" 520 0x33dc14 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\oleaut32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/oleaut32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\pipe\\{9BA05972-F6A8-11CF-A442-00A0C90A8F39}",0x33f034,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\pipe\\{9BA05972-F6A8-11CF-A442-00A0C90A8F39}" 520 0x33edb4 (nil))
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\winex11.drv",0x33e9ec,0x33e9e8,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\winex11.drv" 520 0x33e764 0x33e9e8)
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\winex11.drv" -> "/home/username/.wine/dosdevices/c:/windows/system32/winex11.drv"
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon" 0 0x33e67c
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon",0x33e540,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon" 520 0x33e2e4 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/vgasys.fon"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\vgasys.fon" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/vgasys.fon"
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf" 0 0x33ef3c
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf",0x33ee00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf" 520 0x33eba4 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/tahoma.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\tahoma.ttf" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/tahoma.ttf"
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 0 0x33ef3c
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf",0x33ee00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 520 0x33eba4 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\tahomabd.ttf" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/tahomabd.ttf"
trace:file:GetFileAttributesExW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 0 0x33efec
trace:file:RtlDosPathNameToNtPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf",0x33eeb0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" 520 0x33ec54 (nil))
trace:file:find_drive_rootW L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf" -> drive Z:, root="/", name=L"/usr/lib/wine/../../share/wine/wine/../fonts/tahomabd.ttf"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\usr\\share\\wine\\fonts\\tahomabd.ttf" -> "/home/username/.wine/dosdevices/z:/usr/share/wine/fonts/tahomabd.ttf"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\imm32.dll",0x32f5b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\imm32.dll" 520 0x32f354 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\imm32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\imm32.dll",0x32f5b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\imm32.dll" 520 0x32f354 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\imm32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x32f5b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x32f354 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 128 0x32f7d6 0x32f6f8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\imm32.dll",0x32f6fc,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\imm32.dll" 520 0x32f474 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\imm32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/imm32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll",0x32f9b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll" 520 0x32f754 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\NETAPI32.dll",0x32f9b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\NETAPI32.dll" 520 0x32f754 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\NETAPI32.dll",0x32f9b0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\NETAPI32.dll" 520 0x32f754 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\NETAPI32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/netapi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\NETAPI32.dll" 256 0x32fbac 0x32faf8)
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll",0x32f920,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll" 520 0x32f6c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\NETAPI32.dll",0x32f920,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\NETAPI32.dll" 520 0x32f6c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\NETAPI32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\NETAPI32.dll",0x32f920,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\NETAPI32.dll" 520 0x32f6c4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\NETAPI32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/netapi32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\NETAPI32.dll" 128 0x32fb46 0x32fa68)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\NETAPI32.dll",0x32fa6c,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\NETAPI32.dll" 520 0x32f7e4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\NETAPI32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/netapi32.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\iphlpapi.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\iphlpapi.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\iphlpapi.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\iphlpapi.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\iphlpapi.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\iphlpapi.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\iphlpapi.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\iphlpapi.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\iphlpapi.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/iphlpapi.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\iphlpapi.dll" 128 0x32f0c6 0x32efe8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\iphlpapi.dll",0x32efec,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\iphlpapi.dll" 520 0x32ed64 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\iphlpapi.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/iphlpapi.dll"
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\ws2_32.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\ws2_32.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\ws2_32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\ws2_32.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\ws2_32.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\ws2_32.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ws2_32.dll",0x32eea0,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ws2_32.dll" 520 0x32ec44 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ws2_32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/ws2_32.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ws2_32.dll" 128 0x32f0c6 0x32efe8)
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\ws2_32.dll",0x32efec,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\ws2_32.dll" 520 0x32ed64 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\ws2_32.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/ws2_32.dll"
fixme:advapi:LsaOpenPolicy ((null),0x32fc80,0x00000001,0x32fc78) stub
fixme:advapi:LsaClose (0xcafe) stub
trace:file:RtlGetCurrentDirectory_U (4318 0x672aa0)
trace:file:RtlDosPathNameToNtPathName_U (L"\\",0x32fd44,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\" 520 0x32faf4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\" -> "/home/username/.wine/dosdevices/z:/"
trace:file:RtlGetCurrentDirectory_U (520 0x32fb64)
trace:file:CreateFileW L"\\\\.\\MountPointManager" GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE  creation 3 attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"\\\\.\\MountPointManager",0x32fad4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"\\\\.\\MountPointManager" 520 0x32f854 (nil))
trace:file:CreateFileW returning 0x3c
trace:file:DeviceIoControl (0x3c,6d4084,0x32fb54,16,0x32fb54,16,0x32fb50,(nil))
fixme:ver:GetCurrentPackageId (0x32f43c (nil)): stub
trace:file:CreateFileW L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodInfo.cfg" GENERIC_READ FILE_SHARE_READ  creation 3 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodInfo.cfg",0x32f3d4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodInfo.cfg" 520 0x32f154 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodInfo.cfg" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/GoodInfo.cfg"
trace:file:CreateFileW returning 0x3c
trace:file:ReadFile 0x3c 0x122de8 4096 0x32f50c (nil)
trace:file:ReadFile 0x3c 0x122de8 4096 0x32f50c (nil)
trace:file:ReadFile 0x3c 0x122de8 4096 0x32f50c (nil)
trace:file:ReadFile 0x3c 0x32f51f 1 0x32f50c (nil)
trace:file:ReadFile 0x3c 0x122de8 4096 0x32f50c (nil)
trace:file:ReadFile 0x3c 0x122de8 4096 0x32f50c (nil)
trace:file:ReadFile 0x3c 0x122de8 4096 0x32f50c (nil)
trace:file:CreateFileW L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db" GENERIC_READ FILE_SHARE_READ  creation 3 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db",0x32e7b4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db" 520 0x32e534 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/GoodSNES.db"
trace:file:CreateFileW returning 0x3c
trace:file:ReadFile 0x3c 0x122de8 4096 0x32e8c4 (nil)
trace:file:ReadFile 0x3c 0x122de8 4096 0x32e8c0 (nil)
trace:file:ReadFile 0x3c 0x122de8 4096 0x32e8c0 (nil)
trace:file:ReadFile 0x3c 0x122de8 4096 0x32e8c0 (nil)
trace:file:ReadFile 0x3c 0x122de8 4096 0x32e8c0 (nil)
trace:file:ReadFile 0x3c 0x122de8 4096 0x32e8c0 (nil)
trace:file:ReadFile 0x3c 0x122de8 4096 0x32e8c0 (nil)
trace:file:ReadFile 0x3c 0x122de8 4096 0x32e8c0 (nil)
trace:file:FindFirstFileExW L".\\*" 0 0x32bd28 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U (L".\\*",0x32bc6c,0x32bc68,(nil))
trace:file:RtlGetFullPathName_U (L".\\*" 520 0x32b9f4 0x32bc68)
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/"
trace:file:NtQueryDirectoryFile (0x3c (nil) (nil) (nil) 0x32bc7c 0x123df0 0x00002000 0x00000003 0x00000000 L"*" 0x00000001
trace:file:append_entry long L"." short L"" mask L"*"
trace:file:match_filename (L".", L"*")
trace:file:append_entry long L".." short L"" mask L"*"
trace:file:match_filename (L"..", L"*")
trace:file:append_entry long L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" short L"ADVE~KZ5.SMC" mask L"*"
trace:file:match_filename (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc", L"*")
trace:file:append_entry long L"DEBUG2_log.txt" short L"DEBU~OPR.TXT" mask L"*"
trace:file:match_filename (L"DEBUG2_log.txt", L"*")
trace:file:append_entry long L"DEBUG_final.txt" short L"DEBU~SPT.TXT" mask L"*"
trace:file:match_filename (L"DEBUG_final.txt", L"*")
trace:file:append_entry long L"DEBUG_LOG.TXT" short L"DEBU~XZG.TXT" mask L"*"
trace:file:match_filename (L"DEBUG_LOG.TXT", L"*")
trace:file:append_entry long L"Good.doc" short L"" mask L"*"
trace:file:match_filename (L"Good.doc", L"*")
trace:file:append_entry long L"GoodCodes.txt" short L"GOOD~ZKM.TXT" mask L"*"
trace:file:match_filename (L"GoodCodes.txt", L"*")
trace:file:append_entry long L"Goodinfo.cfg" short L"" mask L"*"
trace:file:match_filename (L"Goodinfo.cfg", L"*")
trace:file:append_entry long L"GoodSNES.db" short L"" mask L"*"
trace:file:match_filename (L"GoodSNES.db", L"*")
trace:file:append_entry long L"GoodSNES.exe" short L"" mask L"*"
trace:file:match_filename (L"GoodSNES.exe", L"*")
trace:file:append_entry long L"GoodSNES.news" short L"GOOD~COZ.NEW" mask L"*"
trace:file:match_filename (L"GoodSNES.news", L"*")
trace:file:append_entry long L"license.txt" short L"" mask L"*"
trace:file:match_filename (L"license.txt", L"*")
trace:file:append_entry long L"SNESDupesG.txt" short L"SNES~MCY.TXT" mask L"*"
trace:file:match_filename (L"SNESDupesG.txt", L"*")
trace:file:append_entry long L"SNESDupesL.txt" short L"SNES~BG3.TXT" mask L"*"
trace:file:match_filename (L"SNESDupesL.txt", L"*")
trace:file:append_entry long L"SNESHave.txt" short L"" mask L"*"
trace:file:match_filename (L"SNESHave.txt", L"*")
trace:file:append_entry long L"SNESMiss.txt" short L"" mask L"*"
trace:file:match_filename (L"SNESMiss.txt", L"*")
trace:file:append_entry long L"SNESRen" short L"" mask L"*"
trace:file:match_filename (L"SNESRen", L"*")
trace:file:append_entry long L"SNESScan.txt" short L"" mask L"*"
trace:file:match_filename (L"SNESScan.txt", L"*")
trace:file:NtQueryDirectoryFile => 0 (2336)
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"." (L"")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L".." (L"")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" (L"ADVE~KZ5.SMC")
trace:file:CreateFileW L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" GENERIC_READ FILE_SHARE_READ  creation 3 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc",0x32bae4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" 520 0x32b864 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc"
trace:file:CreateFileW returning 0x44
trace:file:ReadFile 0x44 0x695020 1343488 0x32bc30 (nil)
trace:file:CreateDirectoryW L"SNESRen"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen",0x3278b4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen" 520 0x327664 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen
trace:file:GetFileAttributesW L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc"
trace:file:RtlDosPathNameToNtPathName_U (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc",0x327890,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" 520 0x327644 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc"
trace:file:MoveFileWithProgressW (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc",L"SNESRen\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc",(nil),(nil),0002)
trace:file:RtlDosPathNameToNtPathName_U (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc",0x3277a8,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" 520 0x327534 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc"
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc"
trace:file:RtlDosPathNameToNtPathName_U (L"SNESRen\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc",0x3277a8,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"SNESRen\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" 520 0x327534 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESRen\\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESRen/Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc"
trace:file:FILE_SetDosError errno = 26 File di testo occupato
warn:file:FILE_SetDosError unknown file error: File di testo occupato
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"DEBUG2_log.txt" (L"DEBU~OPR.TXT")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"DEBUG_final.txt" (L"DEBU~SPT.TXT")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"DEBUG_LOG.TXT" (L"DEBU~XZG.TXT")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"Good.doc" (L"")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"GoodCodes.txt" (L"GOOD~ZKM.TXT")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"Goodinfo.cfg" (L"")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"GoodSNES.db" (L"")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"GoodSNES.exe" (L"")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"GoodSNES.news" (L"GOOD~COZ.NEW")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"license.txt" (L"")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"SNESDupesG.txt" (L"SNES~MCY.TXT")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"SNESDupesL.txt" (L"SNES~BG3.TXT")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"SNESHave.txt" (L"")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"SNESMiss.txt" (L"")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"SNESRen" (L"")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:FindNextFileW returning L"SNESScan.txt" (L"")
trace:file:FindNextFileW 0x120620 0x32bd28
trace:file:CreateFileW L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESMiss.txt" GENERIC_WRITE  creation 2 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESMiss.txt",0x32e244,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESMiss.txt" 520 0x32dfc4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESMiss.txt" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESMiss.txt"
trace:file:CreateFileW returning 0x3c
trace:file:WriteFile 0x3c 0x32ddb0 4216 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4170 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4200 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4196 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4223 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4211 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4210 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4213 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4212 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4205 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4187 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4201 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4165 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4140 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4147 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4146 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4172 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4200 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4204 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4208 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4196 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4198 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4195 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4206 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddd8 4194 0x32d704 (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4169 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4198 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4202 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4174 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4187 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4182 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4207 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4206 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4206 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4203 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4172 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4169 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4162 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4197 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4155 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4203 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4171 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4214 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4197 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4190 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4178 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4202 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4200 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4200 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4200 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4219 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4204 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4196 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4187 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4162 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4192 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4209 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4198 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4201 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4202 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4207 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4183 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddd8 4156 0x32d704 (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4182 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4196 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4201 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4182 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4201 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4165 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4163 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4188 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4186 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4177 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4186 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4180 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4169 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4212 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4214 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4206 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4213 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4195 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4217 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4184 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4219 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4206 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4205 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4222 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4197 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4227 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4226 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4203 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4194 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4195 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4190 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4211 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4195 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4223 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4186 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4165 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4195 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4207 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4214 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4218 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4167 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4172 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4168 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4147 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4140 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4141 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4144 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4139 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4141 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4141 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4148 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4139 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4140 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4192 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4214 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4224 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4193 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4196 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4198 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4214 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4218 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4195 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4209 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4210 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4181 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4169 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4166 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4185 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4185 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4168 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4189 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4169 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4169 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4170 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4169 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4165 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4180 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4176 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4176 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4178 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4176 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4195 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4202 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddd8 4203 0x32d704 (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4216 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddd8 4181 0x32d704 (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4213 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4196 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddd8 4199 0x32d704 (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4181 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4194 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddd8 4218 0x32d704 (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4214 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4225 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4207 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4196 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4189 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4189 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4200 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4200 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4211 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4222 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4205 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4220 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4208 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32ddb0 4198 0x32d6dc (nil)
trace:file:WriteFile 0x3c 0x32e08c 2003 0x32d9b8 (nil)
trace:file:CreateFileW L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESHave.txt" GENERIC_WRITE  creation 2 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESHave.txt",0x328584,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESHave.txt" 520 0x328304 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESHave.txt" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESHave.txt"
trace:file:CreateFileW returning 0x3c
trace:file:CreateFileW L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db" GENERIC_WRITE  creation 2 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db",0x329674,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db" 520 0x3293f4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\GoodSNES.db" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/GoodSNES.db"
trace:file:CreateFileW returning 0x44
trace:file:CreateFileW L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESDupesG.txt" GENERIC_WRITE  creation 2 attributes 0x80
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESDupesG.txt",0x328574,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESDupesG.txt" 520 0x3282f4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\SNESDupesG.txt" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG/SNESDupesG.txt"
trace:file:CreateFileW returning 0x48
trace:file:WriteFile 0x3c 0x3280f8 4221 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4234 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4231 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4222 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4203 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4201 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4167 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4197 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4191 0x327a24 (nil)
trace:file:WriteFile 0x44 0x124c58 4096 0x327cd8 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4221 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4204 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4223 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4183 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4177 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4191 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4234 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4210 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4218 0x327a24 (nil)
trace:file:WriteFile 0x44 0x124c58 4096 0x327cd8 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4203 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4194 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4226 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4208 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4209 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4205 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4198 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4208 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4206 0x327a24 (nil)
trace:file:WriteFile 0x44 0x124c58 4096 0x327cd8 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4196 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4228 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x328120 4210 0x327a4c (nil)
trace:file:WriteFile 0x3c 0x3280f8 4220 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4221 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4207 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4228 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4221 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4221 0x327a24 (nil)
trace:file:WriteFile 0x44 0x124c58 4096 0x327cd8 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4221 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4231 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4200 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4212 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4219 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4192 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4201 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4215 0x327a24 (nil)
trace:file:WriteFile 0x44 0x124c58 4096 0x327cd8 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4228 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4222 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4210 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4227 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4207 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4225 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4209 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4208 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4217 0x327a24 (nil)
trace:file:WriteFile 0x44 0x124c58 4096 0x327cd8 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4207 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4217 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4223 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4213 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4233 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4236 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4227 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3280f8 4199 0x327a24 (nil)
trace:file:WriteFile 0x3c 0x3283d4 785 0x327d00 (nil)
trace:file:WriteFile 0x44 0x124c58 3820 0x327d00 (nil)
trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG",0x32fd64,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG" 520 0x32faf4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\Z:\\media\\sf_I_DRIVE\\SNESRen_ORG" -> "/home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG"
trace:file:RtlSetCurrentDirectory_U curdir now L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\" 0x3c
trace:file:WriteFile 0x4 0x32e8d0 613 0x32e1fc (nil)
Found GoodSNES.db, Ignoring SNESHave



Stats: 24508 entries, 1930 redumps, 2381 bad/overdumps

       12779 hacks, 1120 trainers, 2572 translations

[New Style Msgs, with SHA-1, NewDupe]

Scanning .\*.smc.fig.rom.058.078.sfc.swc.st.bs.048.1.bin

Untrapped File Error "Errore generico." Renaming Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc to SNESRen\Adventures of Kid Kleets, The (U) (M3) [b1][t1].smc

You are missing 16066 of 23163 known Nintendo Super NES/Famicom ROMS (V3.27)



You have 7097 of 24508 known Nintendo Super NES/Famicom ROMS (V3.27)



1 duplicate was found (previous + this session)

trace:file:WriteFile 0x8 0x32e8d0 151 0x32e1fc (nil)




GoodSNES V3.27: Copyright 1999-2016 Cowering (cowering@gmail.com)

Visit www.allgoodthings.us or #rareroms on irc.foreverchat.net for latest news

trace:file:RtlDosPathNameToNtPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\mscoree.dll",0x32fa00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"Z:\\media\\sf_I_DRIVE\\SNESRen_ORG\\mscoree.dll" 520 0x32f7a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\mscoree.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L".\\mscoree.dll",0x32fa00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L".\\mscoree.dll" 520 0x32f7a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\media\\sf_I_DRIVE\\SNESRen_ORG\\mscoree.dll" not found in /home/username/.wine/dosdevices/z:/media/sf_I_DRIVE/SNESRen_ORG
trace:file:RtlDosPathNameToNtPathName_U (L"C:\\windows\\system32\\mscoree.dll",0x32fa00,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\mscoree.dll" 520 0x32f7a4 (nil))
trace:file:wine_nt_to_unix_file_name L"\\??\\C:\\windows\\system32\\mscoree.dll" -> "/home/username/.wine/dosdevices/c:/windows/system32/mscoree.dll"
trace:file:RtlGetFullPathName_U (L"C:\\windows\\system32\\mscoree.dll" 256 0x32fbfc 0x32fb48)
trace:file:WriteFile 0x8 0x113210 52 0x33f578 (nil)
trace:file:ReadFile 0x8 0x33f5ac 16 0x33f548 (nil)
trace:file:WriteFile 0x8 0x110ec0 52 0x33f598 (nil)
trace:file:ReadFile 0x8 0x33f5cc 16 0x33f568 (nil)
trace:file:ReadFile 0x28 0x1123a0 8 0x64e878 (nil)
trace:file:ReadFile 0x28 0x1120f0 28 0x64e878 (nil)
trace:file:ReadFile 0x38 0x112588 8 0x53e878 (nil)
trace:file:ReadFile 0x38 0x112c90 28 0x53e878 (nil)
trace:file:ReadFile 0x28 0x64e8dc 16 0x64e878 (nil)
trace:file:WriteFile 0x28 0x112c40 72 0x94e6c8 (nil)
trace:file:ReadFile 0x38 0x53e8dc 16 0x53e878 (nil)
trace:file:WriteFile 0x38 0x112e18 72 0x84e6c8 (nil)
trace:file:ReadFile 0x8 0x110c08 8 0x33f568 (nil)
trace:file:ReadFile 0x8 0x110ec0 48 0x33f568 (nil)
trace:file:WriteFile 0x8 0x110ec0 72 0x33f5c8 (nil)
trace:file:ReadFile 0x8 0x33f5fc 16 0x33f598 (nil)
trace:file:ReadFile 0x8 0x113200 8 0x33f548 (nil)
trace:file:ReadFile 0x8 0x113210 48 0x33f548 (nil)
trace:file:ReadFile 0x38 0x112588 8 0x53e878 (nil)
trace:file:ReadFile 0x38 0x1120f0 48 0x53e878 (nil)
trace:file:WriteFile 0x8 0x113220 72 0x33f598 (nil)
trace:file:ReadFile 0x38 0x53e8dc 16 0x53e878 (nil)
trace:file:ReadFile 0x8 0x33f5cc 16 0x33f568 (nil)
trace:file:ReadFile 0x28 0x112368 8 0x64e878 (nil)
trace:file:ReadFile 0x28 0x111fc0 48 0x64e878 (nil)
trace:file:WriteFile 0x38 0x111f98 28 0x94e6c8 (nil)
trace:file:ReadFile 0x28 0x64e8dc 16 0x64e878 (nil)
trace:file:WriteFile 0x28 0x112d98 28 0x84e6c8 (nil)
trace:file:ReadFile 0x8 0x110c08 8 0x33f598 (nil)
trace:file:ReadFile 0x8 0x110ec0 4 0x33f598 (nil)
trace:file:ReadFile 0x8 0x113210 8 0x33f568 (nil)
trace:file:ReadFile 0x8 0x113220 4 0x33f568 (nil)
trace:file:WriteFile 0x8 0x110ec0 72 0x53e448 (nil)
trace:file:ReadFile 0x8 0x53e47c 16 0x53e418 (nil)
trace:file:ReadFile 0x38 0x112588 8 0x53e878 (nil)
trace:file:ReadFile 0x38 0x1120f0 48 0x53e878 (nil)
trace:file:WriteFile 0x8 0x111210 72 0x53e438 (nil)
trace:file:ReadFile 0x8 0x53e46c 16 0x53e408 (nil)
trace:file:ReadFile 0x38 0x53e8dc 16 0x53e878 (nil)
trace:file:ReadFile 0x28 0x111fc8 8 0x64e878 (nil)
trace:file:ReadFile 0x28 0x112c40 48 0x64e878 (nil)
trace:file:WriteFile 0x38 0x112378 28 0x94e6c8 (nil)
trace:file:ReadFile 0x28 0x64e8dc 16 0x64e878 (nil)
trace:file:WriteFile 0x28 0x112dd8 28 0x84e6c8 (nil)
trace:file:ReadFile 0x8 0x110c08 8 0x53e418 (nil)
trace:file:ReadFile 0x8 0x110ec0 4 0x53e418 (nil)
trace:file:ReadFile 0x8 0x110d08 8 0x53e408 (nil)
trace:file:WriteFile 0x8 0x110ec0 44 0x53e358 (nil)
trace:file:ReadFile 0x8 0x53e38c 16 0x53e328 (nil)
trace:file:ReadFile 0x8 0x1210e8 4 0x53e408 (nil)
trace:file:ReadFile 0x38 0x112588 8 0x53e878 (nil)
trace:file:ReadFile 0x38 0x1120f0 20 0x53e878 (nil)
trace:file:WriteFile 0x8 0x1111d0 44 0x53e348 (nil)
trace:file:ReadFile 0x8 0x53e37c 16 0x53e318 (nil)
trace:file:ReadFile 0x38 0x53e8dc 16 0x53e878 (nil)
trace:file:ReadFile 0x28 0x111fc8 8 0x64e878 (nil)
trace:file:ReadFile 0x28 0x112390 20 0x64e878 (nil)
trace:file:WriteFile 0x38 0x112358 48 0x94e6c8 (nil)
trace:file:ReadFile 0x28 0x64e8dc 16 0x64e878 (nil)
trace:file:ReadFile 0x8 0x110e30 8 0x53e328 (nil)
trace:file:ReadFile 0x8 0x110e40 24 0x53e328 (nil)
trace:file:WriteFile 0x28 0x112ac0 48 0x84e6c8 (nil)
trace:file:ReadFile 0x8 0x1210f8 8 0x53e318 (nil)
trace:file:ReadFile 0x8 0x1111d0 24 0x53e318 (nil)
[doublepost=1516569153][/doublepost]So, seems like I found the issue... copying the entire working directory in a local linux folder and running the exe from there works without problems...

The issue about moving the files is present only while using as a working directory a Virtualbox shared folder... I'm not sure how Virtualbox adds those folders to the system (/etc/fstab doesn't have them), but searching on the internet I found other people with similar issues and calling these "synced drives"...

Looking better at the debug log when moving the roms I found "trace:file:FILE_SetDosError errno = 26", that means that the file is busy or locked from another application... so in this case most probably by Virtualbox...

So, now I'm searching for a way to make Virtualbox shares less dumb...
 
Back
Top