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@winehq.org ReportedBy: dank@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&te... 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&i... 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)
http://bugs.winehq.org/show_bug.cgi?id=31697
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |http://esupport.sony.com/pe | |rl/swu-download.pl?upd_id=3 | |733&SMB=YES&template_id=1&r | |egion_id=1
http://bugs.winehq.org/show_bug.cgi?id=31697
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #1 from Jacek Caban jacek@codeweavers.com --- All mentioned cookie problems except secure attribute are supported in Wine now. Please retest.
https://bugs.winehq.org/show_bug.cgi?id=31697
Teras teras@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |teras@luukku.com
--- Comment #2 from Teras teras@luukku.com --- "downloads and tries to install vcrun2005, quicktime 7, and wmp11 runtime. It hangs and fails with "requirements not met"
It's the same without any workarounds used. Actually I dont have hang, but it fails.
wine 1.7.37
https://bugs.winehq.org/show_bug.cgi?id=31697
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #3 from super_man@post.com --- I only tried wine-staging 1.9.12, it downloads the required files but after pressing install it gives you an error popup. Console output is none meanwhile. This needs some debug flags to be enabled to figure out the error.