<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: 10.2.3 and Open/Save Dialogs</title>
	<atom:link href="http://mjtsai.com/blog/2003/01/02/1023_and_opensave_dialogs/feed/" rel="self" type="application/rss+xml" />
	<link>http://mjtsai.com/blog/2003/01/02/1023_and_opensave_dialogs/</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 13:30:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: mike tuffs</title>
		<link>http://mjtsai.com/blog/2003/01/02/1023_and_opensave_dialogs/#comment-75</link>
		<dc:creator>mike tuffs</dc:creator>
		<pubDate>Wed, 31 Dec 1969 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=148#comment-75</guid>
		<description>did you ever find out what was causing the err=22 failure ?

I've got several applications that started failing in this way, but only if I run them as me. If I log in as a different user, the applications run fine.





mike</description>
		<content:encoded><![CDATA[<p>did you ever find out what was causing the err=22 failure ?</p>
<p>I've got several applications that started failing in this way, but only if I run them as me. If I log in as a different user, the applications run fine.</p>
<p>mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: N9YTY</title>
		<link>http://mjtsai.com/blog/2003/01/02/1023_and_opensave_dialogs/#comment-76</link>
		<dc:creator>N9YTY</dc:creator>
		<pubDate>Wed, 31 Dec 1969 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=148#comment-76</guid>
		<description>Well, I have an application I wrote (EchoMac), and I've had one user report this same error when he tries to run it.



Unfortunately, I have no clue what to tell him. He has tried it as another user on his machine, as well as root, with the same error. Nothing special on his machine that he knows of...



Ideas?</description>
		<content:encoded><![CDATA[<p>Well, I have an application I wrote (EchoMac), and I've had one user report this same error when he tries to run it.</p>
<p>Unfortunately, I have no clue what to tell him. He has tried it as another user on his machine, as well as root, with the same error. Nothing special on his machine that he knows of...</p>
<p>Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip Winn</title>
		<link>http://mjtsai.com/blog/2003/01/02/1023_and_opensave_dialogs/#comment-77</link>
		<dc:creator>Phillip Winn</dc:creator>
		<pubDate>Wed, 31 Dec 1969 16:00:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=148#comment-77</guid>
		<description>I can tell you what *I* did to get and then fix that error. Perhaps I was just too clever for my own good.

I have a 'Games' folder, but most of them installed with permissions set so that only I (the installer) could play them. Since the 'Get Info' permissions options don't affect folders, I dropped down to a Terminal prompt and used 'find' and 'chmod' to change the permissions manually.

Unfortunately, in the process, a bunch of the games suddenly wouldn't run. When I double-click the icon, it would appear briefly in the dock, then go away. No errors that I saw at first.

This went on for a couple of weeks, and then I happened to load the Console app and wondered what might pop up in there when I ran one of the broken games. I got the err=22 error you encountered. 

So I thought about it a bit (I'm a Unix weenie) and took a look at the file listed in the error. Hmmm, it is the actual program that is actually executed, yet it lacks 'eXecute' permissions. 

And, voila! If your problem is the same as mine, a 'chmod +x /Users/db/Utilities/SpamSieve.app/Contents/MacOS/SpamSieve' ought to fix it. If not, it certainly won't hurt.
</description>
		<content:encoded><![CDATA[<p>I can tell you what *I* did to get and then fix that error. Perhaps I was just too clever for my own good.</p>
<p>I have a 'Games' folder, but most of them installed with permissions set so that only I (the installer) could play them. Since the 'Get Info' permissions options don't affect folders, I dropped down to a Terminal prompt and used 'find' and 'chmod' to change the permissions manually.</p>
<p>Unfortunately, in the process, a bunch of the games suddenly wouldn't run. When I double-click the icon, it would appear briefly in the dock, then go away. No errors that I saw at first.</p>
<p>This went on for a couple of weeks, and then I happened to load the Console app and wondered what might pop up in there when I ran one of the broken games. I got the err=22 error you encountered. </p>
<p>So I thought about it a bit (I'm a Unix weenie) and took a look at the file listed in the error. Hmmm, it is the actual program that is actually executed, yet it lacks 'eXecute' permissions. </p>
<p>And, voila! If your problem is the same as mine, a 'chmod +x /Users/db/Utilities/SpamSieve.app/Contents/MacOS/SpamSieve' ought to fix it. If not, it certainly won't hurt.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
