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
I can't install it also.It complains that it can't check the Internet for Updates.
Le ven 17/12/2004 à 17:25, Florian Goth a écrit :
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 !!
Try a WINEDEBUG=+ver run.
That should give you the details of the version reported by the dll.
You're looking for a line with "trace:ver:VERSION_GetLinkedDllVersion" and a bunch of numbers separated with slashes. Post it here, along with which dll it is exactly, if you can determine it.
Vincent
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