https://bugs.winehq.org/show_bug.cgi?id=38423
Bug ID: 38423 Summary: Python 3.5.x exe installer fails with Access denied error Product: Wine Version: 1.7.40 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: bunglehead@gmail.com Distribution: ---
When you start 3.5.0a3 installer (webinstall or a full one) you get blank dialog with no controls (I don't know if it's expected or not), clicking anywhere shows up a progress bar but after a couple of moments if fails with access denied error.
https://bugs.winehq.org/show_bug.cgi?id=38423
Jonathan jonmac1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jonmac1@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=38423
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Created attachment 51277 --> https://bugs.winehq.org/attachment.cgi?id=51277 full terminal output
Attaching a log of installer run.
https://bugs.winehq.org/show_bug.cgi?id=38423
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |https://www.python.org/down | |loads/windows/
https://bugs.winehq.org/show_bug.cgi?id=38423
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #2 from super_man@post.com --- I used
Python 3.5.0 - 2015-09-13
Download Windows x86 web-based installer
The 1st page of the installer doesn't show next/install button at all. It starts installing just by clicking blindly at correct spot.
I get the same error 1.7.52 It doesn't work with wine-staging either 1.7.52
https://bugs.winehq.org/show_bug.cgi?id=38423
Erich E. Hoover erich.e.hoover@wine-staging.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |erich.e.hoover@wine-staging | |.com
--- Comment #3 from Erich E. Hoover erich.e.hoover@wine-staging.com --- Created attachment 52576 --> https://bugs.winehq.org/attachment.cgi?id=52576 advapi32: Fix the initialization of combined DACLs when the new DACL is empty.
Please try the attached patch.
https://bugs.winehq.org/show_bug.cgi?id=38423
--- Comment #4 from super_man@post.com --- I am still getting the error with the patch.
https://bugs.winehq.org/show_bug.cgi?id=38423
--- Comment #5 from super_man@post.com --- I take my words back. I am not sure what happened, maybe I forgot to recompile after patching.
But after winetricks (deleted prefix), applying patch and recompile it does go forward.
wine 1.7.53+patch.
https://bugs.winehq.org/show_bug.cgi?id=38423
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |STAGED CC| |michael@fds-team.de, | |sebastian@fds-team.de Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/advapi32-SetSe | |curityInfo
https://bugs.winehq.org/show_bug.cgi?id=38423
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
https://bugs.winehq.org/show_bug.cgi?id=38423
GuHua renyuneyun@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |renyuneyun@gmail.com
--- Comment #6 from GuHua renyuneyun@gmail.com --- I am using wine 1.9.15 (32bit prefix on 64bit linux machine) and am trying to install Python 3.5.2.
Got the same error as I found that "Local Settings\Application Data\Package Cache{XXXX}" (where XXXX is a very long dash-separated string) has strange permission (d--------- or say 000).
After reading the source code of wine 1.9.15, I've found that it didn't accepted the patch posted in comment 3. so I used an updated version of the above patch, and THIS error went away.
However, the installation still didn't succeed. There came another error, said '0x80070424 - Service does not exist.' And the log file says 'Failed to open WU service.' After doing some search, I found that WU means WindowsUpdate, which is apparently nonexistent in wine. (the explaination was found here http://www.python-forum.org/viewtopic.php?t=17004&p=34324) So I think the new problem isn't related to this bug, right? (shall I open a new bug report)
And a more curious question: why wasn't the patch applied to the code trunk?
https://bugs.winehq.org/show_bug.cgi?id=38423
krame505@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |krame505@gmail.com
--- Comment #7 from krame505@gmail.com --- Any updates on this? Same exact issue with wine-2.0-rc5.
https://bugs.winehq.org/show_bug.cgi?id=38423
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #8 from winetest@luukku.com --- (In reply to krame505 from comment #7)
Any updates on this? Same exact issue with wine-2.0-rc5.
Should be working on wine-staging. The bug is fixed when the patches get merged into vanilla wine. And this bug is marked fixed.
https://bugs.winehq.org/show_bug.cgi?id=38423
Sebastian Ernst ernst@pleiszenburg.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ernst@pleiszenburg.de
--- Comment #9 from Sebastian Ernst ernst@pleiszenburg.de --- I have just tested the Python 3.6.1 for Windows exe-installer on Wine 2.6. The "0x80070005 - Access denied" error is still there. Has the patch been applied?
(I am willing to test patches - I need Python 3.6 to work under Wine. I am running openSUSE Leap 42.2.)
https://bugs.winehq.org/show_bug.cgi?id=38423
--- Comment #10 from Michael Müller michael@fds-team.de --- The patch is not part of the 2.6 development version. You need to use Wine Staging 2.6 or apply the patch manually. The changes needs some additional tests before they can be included in the development version.
https://bugs.winehq.org/show_bug.cgi?id=38423
--- Comment #11 from Sebastian Ernst ernst@pleiszenburg.de --- Ok, "the access denied" error goes away in Wine Staging 2.6. However, Python 3.6 does not install due to an unhandled exception "unimplemented function api-ms-win-core-path-l1-1-0.dll.PathCchCombineEx" discussed in bug 42474, which prohibits the Python 3.6 interpreter from running. Python 3.5 does not seem to be affected.
https://bugs.winehq.org/show_bug.cgi?id=38423
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de Staged patchset|https://github.com/wine-com |https://github.com/wine-sta |pholio/wine-staging/tree/ma |ging/wine-staging/tree/mast |ster/patches/advapi32-SetSe |er/patches/advapi32-SetSecu |curityInfo |rityInfo
https://bugs.winehq.org/show_bug.cgi?id=38423
Jonata Bolzan jbopen@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jbopen@gmail.com
--- Comment #12 from Jonata Bolzan jbopen@gmail.com --- Bug still present on version 3.9
https://bugs.winehq.org/show_bug.cgi?id=38423
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |advapi32
https://bugs.winehq.org/show_bug.cgi?id=38423
someuniquename@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |someuniquename@gmail.com
--- Comment #13 from someuniquename@gmail.com --- The bug still exists in wine-4.0
https://bugs.winehq.org/show_bug.cgi?id=38423
--- Comment #14 from someuniquename@gmail.com --- Tested wine 4.1, the bug is still here
https://bugs.winehq.org/show_bug.cgi?id=38423
--- Comment #15 from Mathew Hodson mathew.hodson@gmail.com --- Patch from staging committed with https://source.winehq.org/git/wine.git/commitdiff/92ee3543e549b02a916c2b6d4b...
Try again with Wine 4.7
https://bugs.winehq.org/show_bug.cgi?id=38423
--- Comment #16 from Jonata Bolzan jbopen@gmail.com --- Wine 4.7 is working with python 3.5.4 installer. Thanks!
https://bugs.winehq.org/show_bug.cgi?id=38423
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |92ee3543e549b02a916c2b6d4bc | |c9335d35b435e
--- Comment #17 from Gijs Vermeulen gijsvrm@gmail.com --- Confirmed fixes, marking FIXED.
https://bugs.winehq.org/show_bug.cgi?id=38423
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #18 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.8.
https://bugs.winehq.org/show_bug.cgi?id=38423
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |4.0.x
https://bugs.winehq.org/show_bug.cgi?id=38423
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|4.0.x |---
--- Comment #19 from Michael Stefaniuc mstefani@winehq.org --- Removing the 4.0.x milestone from bug fixes included in 4.0.3.