[Bug 31697] New: Can't Register Sony Media Manager, couldn't get cookie

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Sep 13 06:31:19 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=31697

             Bug #: 31697
           Summary: Can't Register Sony Media Manager, couldn't get cookie
           Product: Wine
           Version: 1.5.12
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: wininet
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dank at kegel.com
    Classification: Unclassified


Trying to reproduce bug 31695, I downloaded Sony Media Manager for Walkman 1.2,
9e0e4ab39084724c4f6001de5f2df8b39390ddcf  mm4wm12_lite.exe
from
http://esupport.sony.com/perl/swu-download.pl?upd_id=3733&SMB=YES&template_id=1&region_id=1
Running
  wine mm4wm12_lite.exe
downloads and tries to install vcrun2005, quicktime 7, and wmp11 runtime.
It hangs and fails with "requirements not met".  

To work around this, follow the tip from
http://appdb.winehq.org/objectManager.php?sClass=version&iId=20125&iTestingId=52717
e.g. download 
abc56a568dd1e8ffbfb6f1cbd4d42c031003ed52  wmp11-windowsxp-x86-enu.exe
from http://download.cnet.com/windows-media-player/
then do
  cabextract wmp11-windowsxp-x86-enu.exe -F wmfdist11.exe
  cabextract wmp11-windowsxp-x86-enu.exe -F wmp11.exe
  wine wmfdist11
  wine wmp11
Both installs will hang after declaring success; ^C them.
(You can do that from a clean wineprefix or after the installer fails once,
doesn't matter.)

Running mm4wm12_lite.exe then downloads and installs vcrun2005 and quicktime 7,
then runs the Media Manager installer.  This fails right at the end
when it's doing "Please wait for initial configuration of Media Manager",
with dialog box 
"Fatal error in gc
GetThreadContext failed"

Killing this and then starting the app fails because of a missing registry key.

To work around this, run winetricks dotnet20 before installing.

Then installing succeeds, and on first run the app requires you to register.
Doing so fails with a dialog "Requesting cookie... " followed by
"An error occurred during registration", and console messages:

fixme:wininet:set_cookie persistent cookies not handled (L"expires=Wed,
13-Sep-2017 11:27:19 GMT; path=/; HttpOnly")
fixme:wininet:set_cookie httponly not handled (L"HttpOnly")
fixme:wininet:set_cookie secure not handled (L"Secure; HttpOnly")

('winetricks wininet' seems to get further, then runs into what look like
wintrust problems, but that's another bug)

-- 
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.



More information about the wine-bugs mailing list