<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joe Maller &#187; InDesign</title>
	<atom:link href="http://joemaller.com/tag/indesign/feed/" rel="self" type="application/rss+xml" />
	<link>http://joemaller.com</link>
	<description>.com</description>
	<lastBuildDate>Tue, 15 May 2012 03:40:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fixing CS3: All apps crash when saving</title>
		<link>http://joemaller.com/799/fixing-cs3-all-apps-crash-when-saving/</link>
		<comments>http://joemaller.com/799/fixing-cs3-all-apps-crash-when-saving/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 03:47:04 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[CS3]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[InDesign]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[VersionCue]]></category>

		<guid isPermaLink="false">http://joemaller.com/2007/08/10/fixing-cs3-all-apps-crash-when-saving/</guid>
		<description><![CDATA[Post updated, jump directly to the improved solutions. I spent the better part of today remotely trying to figure out why our latest Creative Suite 3 installation was crashing. Illustrator, Photoshop and InDesign all crashed when saving. CS3 (Design Premium) was being installed onto a new 24&#34; iMac, everything else with the machine is fine. [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Post updated, jump directly to the <a href="#update">improved solutions</a>.
</p></blockquote>
<p>I spent the better part of today remotely trying to figure out why our latest Creative Suite 3 installation was crashing. Illustrator, Photoshop and InDesign all crashed when saving. CS3 (Design Premium) was being installed onto a new 24&quot; iMac, everything else with the machine is fine.</p>
<p>For whatever reason, CS3&#8242;s shared VersionCueUI.framework component was not installed. Here&#8217;s what was showing multiple times in the logs of the problem machine:</p>
<p style="text-align:left;"><code>2007-08-10 19:30:33.926 Adobe InDesign CS3[919] CFLog (21): Cannot find executable for CFBundle 0x2e1b5a50 &amp;lt;<strong>/Library/Application Support/Adobe/Adobe Version Cue CS3/Client/3.1.0/VersionCueUI.framework</strong>&amp;gt; (not loaded)</code></p>
<p>Even though we aren&#8217;t using Version Cue (I&#8217;ve yet to meet anyone who does), that component is necessary for all save functions. If it can&#8217;t be called, as I found to be the case here, all CS3 apps will crash out immediately upon invoking Save or Save As. We aren&#8217;t installing the Version Cue server on any stations, but I did try installing it once to see if that would fix this. It didn&#8217;t.</p>
<p>I re-installed. I repaired. I wiped everything with <a href="http://www.adobe.com/support/contact/cs3clean.html" title="Adobe - Adobe CS3Clean Script">maccs3clean</a>, restarted and reinstalled &#8212; three times. From two different accounts. If you&#8217;ve ever installed CS3, you know how much time that eats.</p>
<p>Then I gave up on the installer.</p>
<p>Checking <code>/Library/Application Support/Adobe/Adobe Version Cue CS3/Client/3.1.0/</code> against a functioning install showed that VersionCueUI.framework had the wrong byte-count. I decided to try replacing it with a copy from a working installation.</p>
<p>Starting from a working installation, I tgz&#8217;d the framework with this command:</p>
<pre><code>tar -cvzf ~/VersionCueUI.framework.tgz VersionCueUI.framework</code></pre>
<p>Next I copied the archive to the machine with the problem install, untarred it, moved the bundle to the right directory and changed ownership to root:admin:</p>
<pre><code>tar xvfzp VersionCueUI.framework.tgz</code></pre>
<p>then</p>
<pre><code>sudo chown -R root:admin VersionCueUI.framework </code></pre>
<p>I&#8217;m sure there&#8217;s an easy way to integrate user, groups and permissions into the tar commands to save the chown, but after a day of dealing with this I wasn&#8217;t in the mood to look it up.</p>
<p>After that, saving from various CS3 appears to be working perfectly and updates installed without errors.</p>
<p>This experience was very similar to the solution I found to my <a href="http://joemaller.com/2007/06/27/illustrator-cs3-1301-and-applicationsif/">Illustrator 13.0.1 upgrade problems</a>. Manually doing the installer&#8217;s job solved the problem there too. </p>
<blockquote><p>Dear CS3 Installer,<br />
Thanks so much for ejecting the DVD after a failed install. Everyone I called to shove the DVD back in for me were really glad they could help.</p></blockquote>
<p><a name='update' ></a></p>
<hr />
<strong>Update:</strong> Several great self-contained solutions in comments, I&#8217;ll be trying these first if I run into this again. Thanks to everyone who posted.</p>
<ul>
<li> Dave Pijuan-Nomura&#8217;s solution looks the simplest and builds on Dusty&#8217;s earlier method:
<ol>
<li>Delete <code>/Library/Application Support/Adobe/Adobe Version Cue CS3/Client/3.1.0</code></li>
<li>Run Adobe Updater</li>
</ol>
</li>
<li>Dusty was first to report success after deleting <code>/Library/Application Support/Adobe/Adobe Version Cue CS3/Client/3.1.0/</code>. He also paused Adobe Updater to make a copy of the Version Cue installer, Updater will otherwise delete the file after the install fails. That standalone updater now appears to be here: <a href='http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=3639&#038;fileID=3419'>Adobe Version Cue CS3 client 3.1.0 update</a>.</li>
<li>Dave Henderleiter got it working by renaming an older version of Version Cue:<br />
<blockquote><p>In [<code>/Library/Application Support/Adobe/Adobe Version Cue CS3/Client/3.1.0/</code>]&#8230; I had a 3.1.0 version and a 3.0.0 version. I deleted the 3.1.0 version and renamed 3.0.0 to 3.1.0 and all the apps worked right away without even a restart.
</p></blockquote>
<p>Faking CS3 into using older component versions makes me nervous, but several people reported success with this method.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://joemaller.com/799/fixing-cs3-all-apps-crash-when-saving/feed/</wfw:commentRss>
		<slash:comments>84</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/10 queries in 0.006 seconds using disk: basic
Object Caching 220/234 objects using disk: basic

Served from: joemaller.com @ 2012-05-23 20:49:18 -->
