[Bug 11094] New: Adobe AIR can't install Adobe Media Player pre 2
http://bugs.winehq.org/show_bug.cgi?id=11094 Summary: Adobe AIR can't install Adobe Media Player pre 2 Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: crypt32 AssignedTo: wine-bugs(a)winehq.org ReportedBy: dank(a)kegel.com This is the next bug after bug 10956. To reproduce, run the script http://bugs.winehq.org/attachment.cgi?id=9893 Adobe media player prerelease 2, http://labs.adobe.com/technologies/mediaplayer/install/ install fails. It's kind of hard to tell, but I suspect it might be that a crypto provider wasn't found: trace:crypt:CryptAcquireContextW Did not find registry entry of crypto provider for L"Software\\Microsoft\\Cryptography\\Defaults\\Provider Types\\Type 001". ... 49000 lines deleted ... 001d:Call gdi32.GetTextExtentPoint32A(00000314,006722f8 "The application could not be installed because the AIR file is damaged. Try obtaining a new AIR file",00000064,0033eff4) ret=1027b8cc -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11094 --- Comment #1 from Juan Lang <juan_lang(a)yahoo.com> 2008-01-08 14:55:26 --- That's the base provider, and it should be present. Did you check for that registry key under HKLM? If it's not present, try with a clean .wine (it should be installed when rsaenh is registered.) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11094 --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2008-01-08 15:05:17 --- Thanks for the tip! Registering rsaenh does indeed get past this, and on to the msi problem mentioned at the end of bug 10956. Now the question is why I had to manually register rsaenh. Here's the script I use: download http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_playe... download http://download.macromedia.com/pub/labs/air/air_b3_win_121207.exe download http://download.macromedia.com/pub/labs/mediaplayer/adobemediaplayer_p2_1220... wineserver -k rm -rf .wine wine install_flash_player.exe wine air_b3_win_121207.exe wine ~/.wine/drive_c/Program\ Files/Common\ Files/Adobe\ AIR/Versions/1.0.6/Adobe\ AIR\ Application\ Installer.exe adobemediaplayer_p2_122007.air As you can see, it uses a clean .wine. Inserting "wine regsvr32 rsaenh" before the last line gets past this problem and onto the MSI one. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11094 --- Comment #3 from Juan Lang <juan_lang(a)yahoo.com> 2008-01-08 15:29:56 --- (In reply to comment #2)
Here's the script I use:
(snip)
rm -rf .wine
Should that be rm -rf ~/.wine ? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11094 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |juan_lang(a)yahoo.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11094 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Adobe AIR can't install |Adobe AIR can't install |Adobe Media Player pre 2 |Adobe Media Player pre 2 | |because rsaenh not | |registered? --- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-01-08 15:34:49 --- Yes, and I did make that mistake originally, but I got it right before reporting, I could see the new .wine getting created. Changing summary to be rsaenh specific. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11094 --- Comment #5 from Juan Lang <juan_lang(a)yahoo.com> 2008-01-08 16:32:15 --- Are you really sure? I just tried your script here with minor modifications, and didn't need the regsvr32 rsaenh line for it to get to bug 11096. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11094 --- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-01-08 16:39:06 --- Grumble. I'll try it on a few other systems and see what I find. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11094 --- Comment #7 from Juan Lang <juan_lang(a)yahoo.com> 2008-01-08 16:44:53 --- I tried here again three more times, still went straight to bug 11096. Out of curiosity, is this an MP system you're trying on? And what happens if you do an explicit wineprefixcreate before running any of the apps? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11094 --- Comment #8 from Juan Lang <juan_lang(a)yahoo.com> 2008-01-08 22:19:32 --- I tried this at home, and still can't reproduce it - it goes straight to the crash in bug 11096 instead. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11094 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #9 from Dan Kegel <dank(a)kegel.com> 2008-01-09 13:44:47 --- Operator error. For about a year, I've been using a script to create a fresh .wine directory on a local hard drive ($HOME is on NFS) that looks like this: TOP=/data/dank rm -rf $TOP/.wine ~/.wine $TOP/wine-git/tools/wineprefixcreate mv ~/.wine $TOP/.wine ln -s $TOP/.wine ~/.wine Adding $TOP/wine-git/server/wineserver -w right before the mv solved the problem. Sorry for sending you on a wild goose chase! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11094 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Dan Kegel <dank(a)kegel.com> 2008-02-23 10:50:52 --- Closing all invalid bugs more than five weeks old. -- 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=11094 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- 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.
https://bugs.winehq.org/show_bug.cgi?id=11094 kaydendignadice <kaydendignadice13(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kaydendignadice13(a)yahoo.com -- 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