fmp_user wrote: > There is definitely a krnl386.exe16 in /usr/lib/wine, but not a shared object library krnl386.exe16.so. Does that matter? No, Wine will look for a dll in many places failing to find it until it looks in it's library directory (last place to look). So all those are harmless if it's Wine's own dll. fmp_user wrote: > warn:ntdll:FILE_CreateFile L"\\??\\C:\\windows\\(None)" not found (c0000034) This is default desktop wallpaper. fmp_user wrote: > warn:file:CreateFileW Unable to create file L"D:\\files\\setup.exe" (status c0000022) Now this is a problem. c0000022 is STATUS_ACCESS_DENIED which might mean whatever your d: drive mapped to doesn't have enough access rights. Unless of course it's a cd/dvd and something checking if it can open files r/w.