Hi All: I just use wine to run a windows based program. I think it is successfully installed, but when I run it with WINEDEBUG=warn+all, there are some warning message at the beginning as: warn:file:wine_nt_to_unix_file_name L"wineboot.exe" not found in /home/huifeng/.wine/dosdevices/c:/windows/system32 warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\windows\\system32\ \wineboot.exe" not found (c0000034) warn:file:wine_nt_to_unix_file_name L"wineboot.exe" not found in /home/huifeng/.wine/dosdevices/c:/windows/system32 warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\system32\\wineboot.exe" not found (c0000034) warn:file:CreateFileW Unable to create file L"C:\\windows\\system32\ \wineboot.exe" (status c0000034) warn:file:wine_nt_to_unix_file_name L"wineboot.exe" not found in /home/huifeng/.wine/dosdevices/c:/windows/system32 warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\system32\\wineboot.exe" not found (c0000034) warn:file:wine_nt_to_unix_file_name L"wineboot.exe.manifest" not found in /home/huifeng/.wine/dosdevices/c:/windows/system32 warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\system32\ \wineboot.exe.manifest" not found (c0000034) warn:module:load_builtin_dll failed to load .so lib for builtin L"C:\ \windows\\system32\ \advapi32.dll": /home/huifeng/.wine/dosdevices/c:/windows/system32/advapi32.dll: invalid ELF header ... Any know what happened and how can I make my program run? Thanks