[Bug 38423] New: Python 3.5.x exe installer fails with Access denied error
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(a)winehq.org Reporter: bunglehead(a)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. -- 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=38423 Jonathan <jonmac1(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonmac1(a)gmail.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.
https://bugs.winehq.org/show_bug.cgi?id=38423 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> --- Created attachment 51277 --> https://bugs.winehq.org/attachment.cgi?id=51277 full terminal output Attaching a log of installer run. -- 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=38423 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, Installer URL| |https://www.python.org/down | |loads/windows/ -- 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=38423 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #2 from super_man(a)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 -- 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=38423 Erich E. Hoover <erich.e.hoover(a)wine-staging.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |erich.e.hoover(a)wine-staging | |.com --- Comment #3 from Erich E. Hoover <erich.e.hoover(a)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. -- 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=38423 --- Comment #4 from super_man(a)post.com --- I am still getting the error with the patch. -- 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=38423 --- Comment #5 from super_man(a)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. -- 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=38423 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |STAGED CC| |michael(a)fds-team.de, | |sebastian(a)fds-team.de Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/advapi32-SetSe | |curityInfo -- 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=38423 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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=38423 GuHua <renyuneyun(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |renyuneyun(a)gmail.com --- Comment #6 from GuHua <renyuneyun(a)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? -- 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=38423 krame505(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |krame505(a)gmail.com --- Comment #7 from krame505(a)gmail.com --- Any updates on this? Same exact issue with wine-2.0-rc5. -- 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=38423 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #8 from winetest(a)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. -- 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=38423 Sebastian Ernst <ernst(a)pleiszenburg.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ernst(a)pleiszenburg.de --- Comment #9 from Sebastian Ernst <ernst(a)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.) -- 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=38423 --- Comment #10 from Michael Müller <michael(a)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. -- 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=38423 --- Comment #11 from Sebastian Ernst <ernst(a)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. -- 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=38423 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)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 -- 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=38423 Jonata Bolzan <jbopen(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jbopen(a)gmail.com --- Comment #12 from Jonata Bolzan <jbopen(a)gmail.com> --- Bug still present on version 3.9 -- 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=38423 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |advapi32 -- 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=38423 someuniquename(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |someuniquename(a)gmail.com --- Comment #13 from someuniquename(a)gmail.com --- The bug still exists in wine-4.0 -- 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=38423 --- Comment #14 from someuniquename(a)gmail.com --- Tested wine 4.1, the bug is still here -- 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=38423 --- Comment #15 from Mathew Hodson <mathew.hodson(a)gmail.com> --- Patch from staging committed with https://source.winehq.org/git/wine.git/commitdiff/92ee3543e549b02a916c2b6d4b... Try again with Wine 4.7 -- 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=38423 --- Comment #16 from Jonata Bolzan <jbopen(a)gmail.com> --- Wine 4.7 is working with python 3.5.4 installer. Thanks! -- 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=38423 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |92ee3543e549b02a916c2b6d4bc | |c9335d35b435e --- Comment #17 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- Confirmed fixes, marking FIXED. -- 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=38423 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.8. -- 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=38423 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |4.0.x -- 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=38423 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|4.0.x |--- --- Comment #19 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 4.0.x milestone from bug fixes included in 4.0.3. -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla