<?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>FlashFuck.it &#187; Mac OSX</title>
	<atom:link href="http://www.flashfuck.it/tag/mac-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashfuck.it</link>
	<description>flash platform, gaming and 3D</description>
	<lastBuildDate>Mon, 23 Jan 2012 18:11:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Trace on a shell</title>
		<link>http://www.flashfuck.it/2008/08/30/trace-on-a-shell/</link>
		<comments>http://www.flashfuck.it/2008/08/30/trace-on-a-shell/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 14:09:28 +0000</pubDate>
		<dc:creator>pigiuz</dc:creator>
				<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[flashtracer]]></category>
		<category><![CDATA[Mac OSX]]></category>
		<category><![CDATA[trace]]></category>

		<guid isPermaLink="false">http://www.flashfuck.it/?p=80</guid>
		<description><![CDATA[Since it has been created i&#8217;ve been a fan of flash tracer extension, i really fell in love with that tool, but i noticed it slow down the browser and can even make it crash. So, let&#8217;s open a trace logger on our terminal&#8230; To do that the right command is &#8220;tail&#8221; which actually &#8220;[...]PrintÂ  [...]]]></description>
			<content:encoded><![CDATA[<p>Since it has been created i&#8217;ve been a fan of flash tracer extension, i really fell in love with that tool, but i noticed it slow down the browser and can even make it crash.</p>
<p>So, let&#8217;s open a trace logger on our terminal&#8230;</p>
<p>To do that the right command is &#8220;tail&#8221; which actually &#8220;<a href="http://lowfatlinux.com/linux-tail-manual.html" target="_blank">[...]PrintÂ  theÂ  last 10 lines of each FILE to standard output[...]</a>&#8221; and the file to open is located in /Users/[your username]/Library/Preferences/Macromedia/Flash\ Player/Logs/flashlog.txt</p>
<p>Then, let&#8217;s do something good and useful with that:</p>
<p>open your TextEdit, cmd+shift+T to switch to plain text, write down this one line command:</p>
<p><code>tail -f /Users/[your username]/Library/Preferences/Macromedia/Flash\ Player/Logs/flashlog.txt</code></p>
<p>save the file as &#8220;flashtracer.sh&#8221; and use sh as file extension instead of txt.</p>
<p>then right click on the file, reach the &#8220;open with&#8221; menu and choose &#8220;terminal&#8221; application located inside utility folder. Note: it would be great if you set terminal as default application to open that file <img src='http://www.flashfuck.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>ok, now everything&#8217;s ready; double click on flashtracer.sh and start tracing <img src='http://www.flashfuck.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Note: remember you&#8217;re in a shell now, so you can clear up the lines with cmd+K&#8230;</p>
<p>I hope it can be useful,</p>
<p>byez <img src='http://www.flashfuck.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashfuck.it/2008/08/30/trace-on-a-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashLog.txt not being generated on OSX Leopard</title>
		<link>http://www.flashfuck.it/2008/05/25/flashlogtxt-not-being-generated-on-osx-leopard/</link>
		<comments>http://www.flashfuck.it/2008/05/25/flashlogtxt-not-being-generated-on-osx-leopard/#comments</comments>
		<pubDate>Sun, 25 May 2008 17:42:24 +0000</pubDate>
		<dc:creator>pigiuz</dc:creator>
				<category><![CDATA[Flash Player]]></category>
		<category><![CDATA[Mac OSX]]></category>

		<guid isPermaLink="false">http://www.flashfuck.it/2008/05/25/flashlogtxt-not-being-generated-on-osx-leopard/</guid>
		<description><![CDATA[I had this nasty problem on my leopard box. I installed flash tracer extension for firefox but nothing was displaied in&#8230; Normally every traced line is written into flashlog.txt file&#8230;but actually no flashlog file was being generated! so problem wasn&#8217;t on that usefull extension but in flashplayer configuration. So, here&#8217;s the solution i found out: [...]]]></description>
			<content:encoded><![CDATA[<p>I had this nasty problem on my leopard box. I installed flash tracer extension for firefox but nothing was displaied in&#8230;</p>
<p>Normally every traced line is written into flashlog.txt file&#8230;but actually no flashlog file was being generated! so problem wasn&#8217;t on that usefull extension but in flashplayer  configuration.</p>
<p>So, here&#8217;s the solution i found out:<br />
look for &#8220;mm.cfg&#8221; file into /Library/Application Support/Macromedia,<br />
then open it with a text editor and write these two lines:<br />
<code><br />
ErrorReportingEnable=1<br />
TraceOutputFileEnable=1</code></p>
<p>Then save and restart flash player ( just restart your browser&#8230;).. Magically flashlog.txt is now being generated and flashtracer start working fine <img src='http://www.flashfuck.it/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>NOTE: if you don&#8217;t find any mm.cfg file just create it with your text editor and put those 2 lines in it <img src='http://www.flashfuck.it/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashfuck.it/2008/05/25/flashlogtxt-not-being-generated-on-osx-leopard/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Far funzionare Flash Tracer su Mac OSX</title>
		<link>http://www.flashfuck.it/2007/09/03/far-funzionare-flash-tracer-su-mac-osx/</link>
		<comments>http://www.flashfuck.it/2007/09/03/far-funzionare-flash-tracer-su-mac-osx/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 13:15:21 +0000</pubDate>
		<dc:creator>pigiuz</dc:creator>
				<category><![CDATA[Anything else]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Mac OSX]]></category>

		<guid isPermaLink="false">http://www.flashfuck.it/2007/09/03/far-funzionare-flash-tracer-su-mac-osx/</guid>
		<description><![CDATA[Di recente ho installato Flash Tracer, l&#8217;estensione per Firefox di Sephiroth (aka Alessandro Crugnola), sul mio mac&#8230; Fiducioso sono andato a visitare un lavoro pubblicato di recente, ma avviato il tracer ottenevo sempre lo stesso messaggio di errore: [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsILocalFile.lastModifiedTime]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: chrome://trace/content/tracer.js :: [...]]]></description>
			<content:encoded><![CDATA[<p>Di recente ho installato <a href="https://addons.mozilla.org/it/firefox/search?q=flash+tracer&amp;status=4">Flash Tracer</a>, l&#8217;estensione per Firefox di <a href="http://www.sephiroth.it">Sephiroth</a> (aka Alessandro Crugnola), sul mio mac&#8230;<br />
Fiducioso sono andato a visitare un lavoro pubblicato di recente, ma avviato il tracer ottenevo sempre lo stesso messaggio di errore:<br />
<code>[Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsILocalFile.lastModifiedTime]"  nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)"  location: "JS frame :: chrome://trace/content/tracer.js :: readfile :: line 168"  data: no]</code></p>
<p>Dopo un po&#8217; di ricerche su google e con un pâˆšâ‰¤ di fortuna sono arrivato a trovare l&#8217;inghippo.</p>
<p>Andate su Macintosh HD:Library:Application Support:Macromedia<br />
e aprite il file mm.cfg con TextEdit.</p>
<p>All&#8217;interno ci sono dei parametri per la configurazione del flash player, tra cui anche la voce &#8220;TraceOutputFileName&#8221;.<br />
<strong>Se il vostro debug player âˆšÂ® successivo alla versione 9,0,28 </strong> cancellate in tronco la voce, altrimenti NON FATE NULLA (o altrimenti provate lo stesso, ma a vostro rischio e pericolo [il massimo che puâˆšâ‰¤ accadere âˆšÂ® che dobbiate reinstallare il player{anche se vi conviene comunque fare un backup del file e poi semmai ripristinate quello... <img src='http://www.flashfuck.it/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> }]), poi salvate il file.</p>
<p>Aprite Firefox, accendete il flash tracer e andate su &#8220;opzioni&#8221; per modificare il path dove vengono salvati i log del <a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19245&amp;sliceId=2">flash debugger player</a>.<br />
il path da inserire âˆšÂ®:<br />
<code>Macintosh HD:Users:vostro username:Library:Preferences:Macromedia:Flash Player:Logs:flashlog.txt</code><br />
cliccate su ok, e magicamente inizierete a vedere i trace del flash aperto (sempre che ne abbia <img src='http://www.flashfuck.it/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )</p>
<p>La configurazione che ho usato âˆšÂ®:</p>
<ul>
<li>flash debugger player 9,0,45</li>
<li>Firefox 2.0.0.3</li>
<li>mac osx 10.4.9</li>
</ul>
<p>buona debuggata ;D</p>
<hr />
<p class="header">
<h1><a href="http://www.flashfuck.it/2007/09/03/far-funzionare-flash-tracer-su-mac-osx/#en" title="en" name="en">Make Flash Tracer run properly on Mac Osx</a></h1>
<p>Recently I installed <a href="https://addons.mozilla.org/it/firefox/search?q=flash+tracer&amp;status=4">Flash Tracer</a>, <a href="http://www.sephiroth.it">Sephiroth&#8217;s</a> (aka Alessandro Crugnola) firefox extension, on my mac&#8230;<br />
Confident on my new &#8216;game&#8217; I got visiting one of my lastest works, but once started flash tracer I only got the same error:<br />
<code>[Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsILocalFile.lastModifiedTime]"  nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)"  location: "JS frame :: chrome://trace/content/tracer.js :: readfile :: line 168"  data: no]</code></p>
<p>After some googling and with a bit of luck I got it!</p>
<p><strong>Step 1</strong><br />
<strong>IF YOUR DEBUG PLAYER VERSION IS &gt; 9,0,28 </strong><br />
To correct the &#8220;bug&#8221; you have to get here with your finder<br />
Macintosh HD:Library:Application Support:Macromedia<br />
then open mm.cfg file with TextEdit</p>
<p>mm.cfg contents flash player configuration. Inside you have to find out the line with &#8220;TraceOutputFileName&#8221;.</p>
<p><strong>IF YOUR DEBUG PLAYER VERSION IS &gt; 9,0,28 </strong> you have to delete that line, otherwise don&#8217;t do anything with this file.</p>
<p><strong>Step 2</strong><br />
Open your Firefox, turn on flash tracer and open options dialog to modify the path for your <a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19245&amp;sliceId=2">debug player</a> log.<br />
The correct path is:<br />
<code>Macintosh HD:Users:your username:Library:Preferences:Macromedia:Flash Player:Logs:flashlog.txt</code><br />
Then click ok and &#8220;magically&#8221; you&#8217;ll start see your flash tracer TRACING!(if any swf is communicating with it! <img src='http://www.flashfuck.it/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )</p>
<p>This is the configuration which I used to get Flash tracer run properly:</p>
<ul>
<li>flash debugger player 9,0,45</li>
<li>Firefox 2.0.0.3</li>
<li>mac osx 10.4.9</li>
</ul>
<p>good debugging ;D</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashfuck.it/2007/09/03/far-funzionare-flash-tracer-su-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

