corbindavenport / creative-cloud-linux

PlayOnLinux install script for Adobe Creative Cloud
https://www.playonlinux.com/en/app-3251-Adobe_Creative_Cloud.html
GNU General Public License v3.0
756 stars 122 forks source link

stop at Initializing Installer 2% #7

Closed yaro97 closed 6 years ago

yaro97 commented 6 years ago

deepinscreenshot_select-area_20171022084913

autrimpo commented 6 years ago

I have the same issue.

officermeraz commented 6 years ago

I have the same issue. I think Adobe is blocking us from installing on Linux. hmm. I hope someone can figure out a fix.

officermeraz commented 6 years ago

@autrimpo and @yaro97 I found out the problem. So there's a security block preventing the download. Thank the gaming community for fixing this :smile:

In terminal type: cat /proc/sys/kernel/yama/ptrace_scope

If you get the output '1', that means the security feature is enabled.

To disable this, type in:

echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope

You will be prompted for your password, as it requires root privileges to edit the file.

Now you can safely continue the installation. If your output was anything other than '1' to the first command, then this is not enabled on your system.

To enable this again later, simply type in:

echo 1 | sudo tee /proc/sys/kernel/yama/ptrace_scope

Let me know if this doesn't work.

corbindavenport commented 6 years ago

@officermeraz Do you know if there's a way a fix can be added to the script? I know PoL doesn't allow sudo commands.

yaro97 commented 6 years ago

uh, finally, I use GIMP instead of PS.

corbindavenport commented 6 years ago

This could be the same issue described in #11. I'm looking into the best solution.

corbindavenport commented 6 years ago

Looks like @officermeraz's solution is the best possible workaround. I have added modified instructions to the new Troubleshooting page.

dmsumon commented 6 years ago

Whenever I try to use the script I found the following errors

untitled2

According to the @officermeraz the command "echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope" didn't make any magic ...

According to the Troubleshooting page if I run the following two commands

sudo setcap cap_sys_ptrace=eip ~/.PlayOnLinux/wine/linux-x86/2.17-staging/bin/wineserver sudo setcap cap_sys_ptrace=eip ~/.PlayOnLinux/wine/linux-x86/2.17-staging/bin/wine-preloader

I get the following error outputs

untitled4

Please help @corbindavenport