Results 1 to 10 of 10

Thread: Photoshop CS2 activation trouble

  1. #1
    Join Date
    Nov 2007
    Location
    California
    Beans
    123
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Photoshop CS2 activation trouble

    I acquired CS2 after Wine just became compatible with it. When I try to run the phone activation it complains that it does not have enough disk space to start the application. How do I fix that?

  2. #2
    Join Date
    May 2007
    Location
    Colorado
    Beans
    143
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: Photoshop CS2 activation trouble

    Check you version of wine and update if necessary you need 0.9.54. I had a problem that apt-get update said it was the latest version when it was 0.9.49 so i had to add the budgetdedicated repos to my sources which sorted it.

    If you want the latest and greatest version of wine, add these lines to /etc/apt/sources.list:
    ## WineHQ APT Repository
    deb http://wine.budgetdedicated.com/apt gutsy main
    deb-src http://wine.budgetdedicated.com/apt gutsy main

    Run
    sudo apt-get update

    and a minute after I had a software update to the latest version which apparently should fix your bug. I cant uninstall PS right now so am about to start a thread on that if you have the same problem with missing serial numbers.

  3. #3
    Join Date
    Sep 2007
    Beans
    47
    Distro
    Ubuntu Intrepid Ibex (testing)

    Re: Photoshop CS2 activation trouble

    The same problem here, mine Wine is the 0.9.54 from the source you've mentioned.
    Last edited by Kokesh; January 31st, 2008 at 02:58 PM.
    AMD Athlon X2 4000+, 2GB 533Mhz DDR2, 80GB SATA, 250GB UATA, Nvidia 7100 GS 256MB, Ubuntu Intrepid Ibex Beta2

  4. #4
    Join Date
    May 2007
    Location
    Colorado
    Beans
    143
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: Photoshop CS2 activation trouble

    Double check you have the right version with

    Code:
    aptitude show wine | grep 'Version:'
    If you get 0.9.54 then you definately good.

    I removed wine and reinstalled to be sure it wasn't going to cause an issue.
    Code:
    sudo apt-get remove --purge wine
    
    sudo apt-get install wine
    re installed the required times font
    http://heanet.dl.sourceforge.net/sou...ts/times32.exe

    Renamed the existing Adobe folder to adobe_old and re installed CS2

    That worked for me, I hope it does for you too!
    Xubuntu 10.04 on a HP DV5215US Laptop, 1gb RAM, 80GB HDD, with a ATI Radeon Express 200m.

    Gimp tutorials for photographers - http://goingmanual.com

  5. #5
    Join Date
    Sep 2007
    Beans
    47
    Distro
    Ubuntu Intrepid Ibex (testing)

    Thumbs down Re: Photoshop CS2 activation trouble

    I had activation problem also. What helped me?
    I deleted ~/.wine/drive_c and installed CS2 again.....

    The only thing is, that I had to install my under-wine applications again, but it wasn't big deal, since it was just few of them.

    I was able to register. Annoying Free space warning didn't show up and now I can finally work in Photoshop CS2 without booting Virtualbox.

    AMD Athlon X2 4000+, 2GB 533Mhz DDR2, 80GB SATA, 250GB UATA, Nvidia 7100 GS 256MB, Ubuntu Intrepid Ibex Beta2

  6. #6
    Join Date
    May 2007
    Location
    Colorado
    Beans
    143
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: Photoshop CS2 activation trouble

    Sweet.
    I only had CS2 and Utorrent in Wine so it was no big deal for me either but having to re-install is a bit of a hassle. Not bad for pre-release software though
    Xubuntu 10.04 on a HP DV5215US Laptop, 1gb RAM, 80GB HDD, with a ATI Radeon Express 200m.

    Gimp tutorials for photographers - http://goingmanual.com

  7. #7
    Join Date
    Mar 2006
    Beans
    31

    Re: Photoshop CS2 activation trouble

    What finally allowed me to install Photoshp CS2 was 0.9.54 AND NOT installing winetricks.

  8. #8
    Join Date
    Jun 2006
    Beans
    97
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Photoshop CS2 activation trouble

    Since this comes up as a top hit with Google when searching for this problem here is how I overcame it:

    Using the SCSI ATA PASSTHRU method:

    Make your primary harddisk block device (/dev/hda or /dev/sda .. whatever,
    owned by root) raw accessible to the wine user.
    At least: chmod g+rw /dev/hda (sda), if you are in "disk" group.
    If not: chmod a+rw /dev/hda (sda).
    +r is not enough because the block device is unfortunately opened with default
    READ_WRITE permissions requested.
    Don't be scared .. "write" isn't used at all.

    Make the following symlink in .wine/dosdevices: "ln -s /dev/hda c::"

    Start Photoshop CS2 and wait for activation dialog. It should now show
    activation code. Fill in required authorization code to activate your copy.

    If successful you can remove the symlink and revoke permissions to hda/sda.

    Found here: http://bugs.winehq.org/show_bug.cgi?id=10018#c16
    Last edited by volksman; February 20th, 2008 at 04:52 PM. Reason: posted source

  9. #9
    Join Date
    May 2006
    Location
    Portland, OR
    Beans
    71
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Photoshop CS2 activation trouble

    I had the "disk out of space" problem when trying to active by phone aswell. The new version of wine fixed the problem. I now have Photoshop CS2 up and running on my amd64 gutsy laptop!
    -----------------------------
    I ubuntu, therefore I am.

  10. #10
    Join Date
    Feb 2008
    Location
    San Isidro
    Beans
    18
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Photoshop CS2 activation trouble

    YOU ROCK VOLKSMAN. I've been stuck with photoshop for a couple of days since I found this post. WHOOOOOOOOOOOOOOOAAAAAAAAAAAAAAAAAAA man... you make my day dude. I'm more than happy now. Really, thanks!!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •