http://bugs.winehq.org/show_bug.cgi?id=24833
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-10-22 15:47:07 CDT --- (In reply to comment #2)
(In reply to comment #1)
err:module:import_dll Library msvcp60.dll (which is needed by L"C:\windows\system32\MSWMDM.dll") not found
you should fix that.
Using winetricks vcrun6 results in a crash in msvcrt during the install. If I set msvcrt to builtin, there's no crash and no mention of msvcp60 in the console output. Still no change in WMF11 detection though.
A +relay revealed it's probably looking for key: REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\PlayerUpgrade] "EnableAutoUpgrade"="no" "PlayerVersion"="11,0,0,4503"
After creating such a key it tries to load various dlls, like wmvcore, wmasf etc. After copying them from my windows partition the app starts for me. So the real bug is Windows Media Player 11 not installing correctly i guess