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@winehq.org ReportedBy: dank@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
http://bugs.winehq.org/show_bug.cgi?id=11094
--- Comment #1 from Juan Lang juan_lang@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.)
http://bugs.winehq.org/show_bug.cgi?id=11094
--- Comment #2 from Dan Kegel dank@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.
http://bugs.winehq.org/show_bug.cgi?id=11094
--- Comment #3 from Juan Lang juan_lang@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 ?
http://bugs.winehq.org/show_bug.cgi?id=11094
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |juan_lang@yahoo.com
http://bugs.winehq.org/show_bug.cgi?id=11094
Dan Kegel dank@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@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.
http://bugs.winehq.org/show_bug.cgi?id=11094
--- Comment #5 from Juan Lang juan_lang@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.
http://bugs.winehq.org/show_bug.cgi?id=11094
--- Comment #6 from Dan Kegel dank@kegel.com 2008-01-08 16:39:06 --- Grumble. I'll try it on a few other systems and see what I find.
http://bugs.winehq.org/show_bug.cgi?id=11094
--- Comment #7 from Juan Lang juan_lang@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?
http://bugs.winehq.org/show_bug.cgi?id=11094
--- Comment #8 from Juan Lang juan_lang@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.
http://bugs.winehq.org/show_bug.cgi?id=11094
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #9 from Dan Kegel dank@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!
http://bugs.winehq.org/show_bug.cgi?id=11094
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Dan Kegel dank@kegel.com 2008-02-23 10:50:52 --- Closing all invalid bugs more than five weeks old.
http://bugs.winehq.org/show_bug.cgi?id=11094
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
https://bugs.winehq.org/show_bug.cgi?id=11094
kaydendignadice kaydendignadice13@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kaydendignadice13@yahoo.com