Adobe Photoshop CS2 9.0.2 Update


Recommended Posts

Adobe Photoshop CS2 9.0.2 Update 8/23/2006

photoshopam4.png

The Adobe Photoshop 9.0.2 update fixes a number of problems discovered after Photoshop CS2 (9.0) was released. The Photoshop 9.0.2 update includes all the fixes contained in the earlier Photoshop 9.0.1 update. Therefore, it is not necessary to apply the 9.0.1 update prior to running the 9.0.2 update on Photoshop CS2.

The most significant fixes in the 9.0.2 release include the following:

- Menus now respond correctly after a single click.

- Undo/Redo work properly when multiple documents are open.

- Photoshop no longer produces a program error when encountering unsupported file types through the Acrobat Touchup workflow.

- Supported files that incorrectly produced an "unsupported color space" message now open as expected.

- TIFF files with layer data greater than 2GB now open correctly.

The most significant fixes in the 9.0.1 release (also included in the 9.0.2 update) include the following:

- Photoshop no longer hangs for several seconds when using painting tools with quick strokes.

- A runtime error that could appear when mousing over a high-res doc with the Brush Tool has been fixed.

- Documents containing a large number of text layers now open more quickly.

- Problems related to palettes (slow redraw, palettes go white, possible crash) have been addressed.

- TIFF files from certain scanners can now be opened correctly.

- After editing an image in Photoshop CS2 via Acrobat Touchup, the image no longer gets repositioned.

- XMP metadata from AI and PDF files is now retained in Photoshop.

- Slow performance when toggling layer visibility has been fixed.

- Info palette numbers now display and update when moving a curve point in Curves via the cursor keys.

- Problems opening certain TIFF and PSB files greater than 2GB have been resolved.

- The Merge to HDR command now functions properly when using high-ASCII characters in the user login.

DOWNLOAD

SOURCE

Edited by Copernic
Link to comment
https://www.neowin.net/forum/topic/489377-adobe-photoshop-cs2-902-update/
Share on other sites

this update was rolled out quietly for a bit of time through adobe's automatic update...

Don't you find Adobe's Update mechanism cumbersome?

A: Acrobat is not included in the Adobe Updater :blink:

B: If you download and install the updates manually, the Updater will download them and try to install them anyway. :angry:

C: It's really not an auto-updater: for Indesign and Illustrator updates you still have to go through the Installshield prompts. :angry:

I can't believe how far Adobe is into their product release schedule and they still don't have a useful update mechanism.

Unfortunately, Photoshop still takes a long time to load and the menu's still freeze up briefly once the main application form shows up.

Don't you find Adobe's Update mechanism cumbersome?

A: Acrobat is not included in the Adobe Updater :blink:

B: If you download and install the updates manually, the Updater will download them and try to install them anyway. :angry:

C: It's really not an auto-updater: for Indesign and Illustrator updates you still have to go through the Installshield prompts. :angry:

I can't believe how far Adobe is into their product release schedule and they still don't have a useful update mechanism.

Unfortunately, Photoshop still takes a long time to load and the menu's still freeze up briefly once the main application form shows up.

actually... i got through it very easily... open, dl and install... no extra problems, no hassle

Don't you find Adobe's Update mechanism cumbersome?

A: Acrobat is not included in the Adobe Updater :blink:

B: If you download and install the updates manually, the Updater will download them and try to install them anyway. :angry:

C: It's really not an auto-updater: for Indesign and Illustrator updates you still have to go through the Installshield prompts. :angry:

I can't believe how far Adobe is into their product release schedule and they still don't have a useful update mechanism.

Unfortunately, Photoshop still takes a long time to load and the menu's still freeze up briefly once the main application form shows up.

I know... it's painful... that's why I have deactivated it and still updates manually

Unfortunately, Photoshop still takes a long time to load and the menu's still freeze up briefly once the main application form shows up.

After applying this update, the startup time has been increased and it not locked locks up for me. However, before this update, i used to have that problem

After applying this update, the startup time has been increased and it not locked locks up for me. However, before this update, i used to have that problem

I freeze I get when it first starts up is because it scans every HDD and since I have two external HDDs that aren't used constantly (so they go into standby after 20 minutes or so), I have to wait for them to spin back up.

Bad design really, especially considering the temp/scratch files are not on either external HDD.

I freeze I get when it first starts up is because it scans every HDD and since I have two external HDDs that aren't used constantly (so they go into standby after 20 minutes or so), I have to wait for them to spin back up.

Bad design really, especially considering the temp/scratch files are not on either external HDD.

Ah, i only have 1 drive right now and i guess thats why it is so quick for me

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
    • It’s any of their products not just windows.
    • Google Gemini has been failing for users across the United States, Europe, and Asia since early Wednesday morning, June 10, 2026, and more than six hours into the incident Google has yet to declare a fix............. https://www.techtimes.com/articles/318152/20260610/google-gemini-outage-tops-six-hours-errors-1076-1099-worldwideflash-lite-still-answers.htm
    • Fun fact: There are more Warhammer 40k games than there are stars in the universe.
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!