|
|

楼主 |
发表于 2005-5-8 13:43:24
|
显示全部楼层
补充一下,发现死机发生在
wine rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
export WINEDEBUG=warn+all 之后
有很多的warning
.....
warn:file:wine_nt_to_unix_file_name L"user32.dll" not found in /home/dion/.wine/dosdevices/c:/windows/system
warn:file:wine_nt_to_unix_file_name L"user32.dll" not found in /home/dion/.wine/dosdevices/c:/windows/command
warn:file:wine_nt_to_unix_file_name L"gdi32.dll" not found in /home/dion/.wine/dosdevices/c:/windows/system
warn:file:wine_nt_to_unix_file_name L"gdi32.dll" not found in /home/dion/.wine/dosdevices/x:
warn:file:wine_nt_to_unix_file_name L"gdi32.dll" not found in /home/dion/.wine/dosdevices/c:/windows/system
warn:file:wine_nt_to_unix_file_name L"gdi32.dll" not found in /home/dion/.wine/dosdevices/c:/windows
warn:file:wine_nt_to_unix_file_name L"gdi32.dll" not found in /home/dion/.wine/dosdevices/c:/windows
warn:file:wine_nt_to_unix_file_name L"gdi32.dll" not found in /home/dion/.wine/dosdevices/c:/windows/system
warn:file:wine_nt_to_unix_file_name L"gdi32.dll" not found in /home/dion/.wine/dosdevices/c:/windows/command
warn:file:wine_nt_to_unix_file_name L"advapi32.dll" not found in /home/dion/.wine/dosdevices/c:/windows/system
warn:file:wine_nt_to_unix_file_name L"advapi32.dll" not found in /home/dion/.wine/dosdevices/x:
warn:file:wine_nt_to_unix_file_name L"advapi32.dll" not found in /home/dion/.wine/dosdevices/c:/windows/system
warn:file:wine_nt_to_unix_file_name L"advapi32.dll" not found in /home/dion/.wine/dosdevices/c:/windows
warn:file:wine_nt_to_unix_file_name L"advapi32.dll" not found in /home/dion/.wine/dosdevices/c:/windows
warn:file:wine_nt_to_unix_file_name L"advapi32.dll" not found in /home/dion/.wine/dosdevices/c:/windows/system
warn:file:wine_nt_to_unix_file_name L"advapi32.dll" not found in /home/dion/.wine/dosdevices/c:/windows/command
warn:file:wine_nt_to_unix_file_name L"kernel32.dll" not found in /home/dion/.wine/dosdevices/c:/windows/system
warn:file:wine_nt_to_unix_file_name L"kernel32.dll" not found in /home/dion/.wine/dosdevices/x:
warn:file:wine_nt_to_unix_file_name L"kernel32.dll" not found in /home/dion/.wine/dosdevices/c:/windows/system
我在~/.wine/config里面设了
[DllOverrides]
"*" = "builtin, native"
应该先load /usr/lib/wine/ 下的东西
不知道很这些warning是否有关......
但是每次都是到
warn:file:wine_nt_to_unix_file_name L"kernel32.dll" not found
的时候死机..... |
|