Version Detection

Robert Shearman rob at codeweavers.com
Sat Dec 18 05:55:54 CST 2004


Florian Goth wrote:

>Well, I also have a problem with the Windows Version, while trying to install 
>a Windows Media Player. I have set the Windows Version  in the config file to 
>Win95 . The First Problem is, that I can't Install WMP 6.4. It says that a 
>Version for Win2000 will be available sometime in the future. So I tried WMP 
>7.1. I get these Messages:
>fixme:font:load_VDMX No suitable ratio found
>fixme:ver:VERSION_GetLinkedDllVersion Unknown EXE OS version 4.0, please 
>report !!
>fixme:propsheet:PROPSHEET_UnImplementedFlags PSH_RTLREADING
>fixme:font:load_VDMX No suitable ratio found
>fixme:font:load_VDMX No suitable ratio found
>fixme:font:load_VDMX No suitable ratio found
>fixme:ole:CoCreateInstance no classfactory created for CLSID 
>{cfc399af-d876-11d0-9c10-00c04fc99c8e}, hres is 0x80040154
>  
>

75% of the time, a CoCreateInstance fixme is the real cause of errors. 
In this case, it appears that it is trying to load some XML component 
(as shown by a quick Google search on the CLSID). I guess it needs MSXML 
installed before it will work.

Rob



More information about the wine-devel mailing list