<?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"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: After Build, App is not opening (MAC only)</title>
		<atom:link href="http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 13:57:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-58162</guid>
					<title><![CDATA[After Build, App is not opening (MAC only)]]></title>
					<link>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-58162</link>
					<pubDate>Sun, 24 Jul 2011 00:38:58 +0000</pubDate>
					<dc:creator>Johannes</dc:creator>

					<description>
						<![CDATA[
						<p>Hi all,</p>
<p>after creating a simple app (only showing a comment and a panel) I cannot open this app on the machine with the following specs:<br />
Snow 10.6.3<br />
MacPro4,1<br />
Quad-Core Intel Xeon<br />
2,66 GHz<br />
Cores: 4<br />
Ram: 3 GB<br />
Please download the program from here:</p>
<p><a href="http://www.tryek.de/content/mmx_test_franke.zip" rel="nofollow">http://www.tryek.de/content/mmx_test_franke.zip</a></p>
<p>I built the app on a MacBookPro, Snow 10.6.7, 2.5 GHz, Intel Core 2 Duo, Ram 4 gb<br />
Max 5.1.8</p>
<p>The console is giving me the message:<br />
com.apple.lauchd.peruser starting child process com.cycling74.com.com.Max.mmx_test_franke.appRuntime Result: Permission denied.</p>
<p>I already did a change on the App with Apple+I and changed the rights to RW to everyone, recursivly</p>
<p>Can anybody reproduce this?</p>
<p>Thanks in advance<br />
Johannes</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208862</guid>
					<title><![CDATA[Re: After Build, App is not opening (MAC only)]]></title>
					<link>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208862</link>
					<pubDate>Sun, 24 Jul 2011 09:44:14 +0000</pubDate>
					<dc:creator>Patrick Delges</dc:creator>

					<description>
						<![CDATA[
						<p>Nice program! It works for me (well, I can see a &#8220;A TEST&#8221; message and a dark green panel).</p>
<p>A couple of years ago, building an .app on another partition than the boot one created an unusable application (cause by a permission problem, just like you &#8211;  the solution was to apply some chmod u+x thru the Terminal on the runtime stuff).</p>
<p>Since then I always build my .apps on the desktop and move them afterwards although I had the feeling this bug was corrected.</p>
<p>p</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208863</guid>
					<title><![CDATA[Re: After Build, App is not opening (MAC only)]]></title>
					<link>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208863</link>
					<pubDate>Sun, 24 Jul 2011 19:09:30 +0000</pubDate>
					<dc:creator>Johannes</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>thanks for trying. Yes the program looks like that.<br />
As I mentioned, I changed the permissions, but I will check again.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208864</guid>
					<title><![CDATA[Re: After Build, App is not opening (MAC only)]]></title>
					<link>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208864</link>
					<pubDate>Sun, 24 Jul 2011 19:16:59 +0000</pubDate>
					<dc:creator>Patrick Delges</dc:creator>

					<description>
						<![CDATA[
						<p>You need to make sure the executable bit is set, not the RW, which is something that can&#8217;t be done thru OSX&#8217; info panel. You need to do that in a shell with chmod.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208865</guid>
					<title><![CDATA[Re: After Build, App is not opening (MAC only)]]></title>
					<link>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208865</link>
					<pubDate>Sun, 24 Jul 2011 19:27:18 +0000</pubDate>
					<dc:creator>Johannes</dc:creator>

					<description>
						<![CDATA[
						<p>yes, I try chmod -R 777 bla.app<br />
thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208866</guid>
					<title><![CDATA[Re: After Build, App is not opening (MAC only)]]></title>
					<link>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208866</link>
					<pubDate>Mon, 25 Jul 2011 07:57:05 +0000</pubDate>
					<dc:creator>Johannes</dc:creator>

					<description>
						<![CDATA[
						<p>Hi<br />
finally I got a crash report thanks to the recommended changes<br />
can anyone interpret the info?</p>
<p>Thanks again</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208867</guid>
					<title><![CDATA[Re: After Build, App is not opening (MAC only)]]></title>
					<link>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208867</link>
					<pubDate>Mon, 25 Jul 2011 18:44:32 +0000</pubDate>
					<dc:creator>balam</dc:creator>

					<description>
						<![CDATA[
						<p>It seems to me that is a frameworks issue,<br />
try to reinstall maxmsp and recompile your app.<br />
( do a backkup first of maxmsp folders and files)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208868</guid>
					<title><![CDATA[Re: After Build, App is not opening (MAC only)]]></title>
					<link>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208868</link>
					<pubDate>Mon, 25 Jul 2011 23:59:04 +0000</pubDate>
					<dc:creator>Johannes</dc:creator>

					<description>
						<![CDATA[
						<p>Hi balam,<br />
thanks for your advice, I will try so.</p>
<p>Probably your comment is based on an interpretation of the crashreport.<br />
Would you be so kind and give me a hint how you got to this conclusion?</p>
<p>Saludos<br />
Johannes</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208869</guid>
					<title><![CDATA[Re: After Build, App is not opening (MAC only)]]></title>
					<link>http://cycling74.com/forums/topic/after-build-app-is-not-opening-mac-only/#post-208869</link>
					<pubDate>Thu, 11 Aug 2011 17:01:22 +0000</pubDate>
					<dc:creator>Johannes</dc:creator>

					<description>
						<![CDATA[
						<p>Hi all,</p>
<p>does anybody have a Mac Pro Quad and may try the test app<br />
<a href="http://www.tryek.de/content/mmx_test_franke.zip" rel="nofollow">http://www.tryek.de/content/mmx_test_franke.zip</a><br />
for me?<br />
It looks like built apps on dual core with Max 5.1.8 are not running on Quads&#8230;</p>
<p>Thanks for your help<br />
Best<br />
Johannes</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

