[Bug 34327] Acrobat X Standard permissions directory bug

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 22 11:35:37 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=34327

--- Comment #1 from Neil Hellfeldt <neilhellfeldt at gmail.com> 2013-08-22 11:35:37 CDT ---
I have tried to force the permissions via bash while loops and it gets me past
the permissions error up to a point and then I get a setup.xml error

while true ; do chmod 777 $WINEPREFIX/drive_c/users/Public/Application\
Data/Adobe/Adobe\ PDF ; sleep 1 ; done

while true ; do chmod 777 $WINEPREFIX/drive_c/Program\ Files/Common\
Files/Adobe/Acrobat/ActiveX; sleep 1 ; done

while true; do chmod 755 $WINEPREFIX/drive_c/Program\ Files/Adobe/Acrobat\
10.0/Resource/CMap ; sleep 1 ; done

This is with a fresh clean prefix with these install:
winetricks msxml6
winetricks gdiplus
winetricks vcrun2005sp1
winetricks vcrun2008
winetricks msxml3
winetricks atmlib

the error I get now is:
fixme:service:EnumServicesStatusExW resume handle not supported
fixme:service:EnumServicesStatusExW resume handle not supported
fixme:printui:PrintUIEntryW command not implemented: L"d"
fixme:printui:PrintUIEntryW command not implemented: L"d"
fixme:msi:load_progid Unknown parent ProgID L"A3DOfc.U3dView.1"
err:ole:CoCreateInstance apartment not initialised
fixme:console:AttachConsole stub ffffffff
Starting installer...
UI mode : Silent.
err:ole:CoCreateInstance apartment not initialised
Unable to initialize. Error parsing setup.xml file.
Exiting Installer with Code: -11
err:msi:ITERATE_Actions Execution halted, action
L"AAMIU_Install.196A45B3_0387_4DF9_9420_597B6F2F9ADD" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603

-- 
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.



More information about the wine-bugs mailing list