[Wine]wine blocks my CPU

Stefan Munz stefan.munz at itomig.de
Sat Oct 9 12:09:17 CDT 2004


Am Samstag, 9. Oktober 2004 16:17 schrieb Philip Walderdorff:
> I am using wine-20040914-mdkdebug
>
> # wine efwsetup.exe
> brings the following errors and blocks my CPU, the PC slows down
>
>  fixme:shell:Stream_WriteLocationInfo writing empty location info
>  fixme:ole:OLEPRO32_DllRegisterServer not implemented (olepro32.dll)
>  fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
>  fixme:ole:ITypeInfo_fnRelease destroy child objects
>  fixme:ole:MSFT_ReadValue BSTR length = -1?
>
> What is the reason?
> My be a missing driver OLEPRO32_Dll ? I had downloaded this driver into the
> folder  ~/.wine/drive_c/windows/system

wine doesn't use the nativ dlls in windows/system automaticly. this depends on 
your config file, in the [dlloverrides] section you should set 
olepro32 = "nativ"

to verify wich dlls are loaded nativ use the environment variable:
WINEDEBUG=+loaddll

hope it helps,

Stefan






More information about the wine-users mailing list