[Bug 24833] New: Verizon Media Manager doesn't detect Windows Media Framework 11 that it installs
http://bugs.winehq.org/show_bug.cgi?id=24833 Summary: Verizon Media Manager doesn't detect Windows Media Framework 11 that it installs Product: Wine Version: 1.3.5 Platform: x86 URL: http://www36.verizon.com/widgets/fioslink/mediamanager .exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: spzakulec(a)gmail.com Created an attachment (id=31410) --> (http://bugs.winehq.org/attachment.cgi?id=31410) The console output from installing Verizon Media Manager As part of the install, Verizon Media Manager (latest version at the URL above) downloads and installs WMF11. This gives every appearance of working, until setup is finished, and a window pops up saying Can't find Windows Media Player 11 or higher, please reinstall. This can be worked around by installing Windows Media Player 11 using the quiet switch. Windows Media Player 11 crashes before it finishes, but enough of it installs that Verizon Media Manager is satisfied and will run. I'm running wine-1.3.5-123-gad72ecb. Attached is a log of the install. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24833 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2010-10-20 22:55:11 CDT ---
err:module:import_dll Library msvcp60.dll (which is needed by L"C:\\windows\\system32\\MSWMDM.dll") not found
you should fix that. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24833 --- Comment #2 from Steven Zakulec <spzakulec(a)gmail.com> 2010-10-21 18:59:56 CDT --- (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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24833 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #3 from Louis Lenders <xerox_xerox2000(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24833 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #4 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2010-10-22 15:47:41 CDT --- and confirimg -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24833 --- Comment #5 from Steven Zakulec <spzakulec(a)gmail.com> 2011-03-30 17:42:44 CDT --- Wine-1.3.16-145-g9ea9a05 does not have this issue (I still need to use winetricks for the native msvcp60.dll to get rid of the error message). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24833 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #6 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-04-29 12:20:42 CDT --- Please retest in a fresh wineprefix in today's git or in wine-1.3.19 when it's out, and attach an updated terminal output. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24833 --- Comment #7 from Steven Zakulec <spzakulec(a)gmail.com> 2012-03-21 18:53:10 CDT --- This issue doesn't show up anymore for me with Wine 1.4 & fresh installs of the Media Manager software. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24833 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Jerome Leclanche <adys.wh(a)gmail.com> 2012-03-21 19:22:31 CDT --- reported fixed -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24833 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2012-03-30 13:34:38 CDT --- Closing bugs fixed in 1.5.1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org