<HTML>
<HEAD>
<TITLE>Re: [PD] Ubuntu Linux to Mac OSX Question</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Thanks Funs, It&#8217;s really puzzling. I&#8217;ve included two short patchers&#8212;one my student emailed me, and one I built from his screen grab. Pd opens mine, but not his. Other than the coordinates and order of objects, the only difference I see is on the line with &#8220;wave sinesum.&#8221; His version has &#8220;\;&#8221; after the coordinates, and my version has &#8220;:&#8221; after the coordinates. I tried changing that in his version, but still couldn&#8217;t get it to open.<BR>
<BR>
My Student&#8217;s Version:<BR>
<BR>
#N canvas 473 141 1016 656 10;<BR>
#X floatatom 425 104 5 0 0 0 - - -;<BR>
#X obj 332 316 dac~;<BR>
#X obj 602 111 loadbang;<BR>
#X obj 599 221 table wave;<BR>
#X obj 254 34 notein 2;<BR>
#X obj 265 119 pack f f;<BR>
#X obj 243 71 mtof;<BR>
#X obj 297 70 scale 0 127 0 0.9;<BR>
#X obj 290 162 polypoly 4 1 sync-mod5~ wave;<BR>
#X obj 327 279 catch~ 20-SIGNAL;<BR>
#X obj 435 35 notein 1;<BR>
#X obj 436 63 poly 1 1;<BR>
#X obj 251 212 sync-mix1~ 0 1 10;<BR>
#X obj 393 213 sync-mix1~ 2 3 11;<BR>
#X obj 318 239 sync-mix1~ 10 11 20;<BR>
#X obj 557 73 ctlin 1;<BR>
#X msg 557 153 \; wave sinesum 512 1 \$1 0.2 0.1;<BR>
#X connect 0 0 8 1;<BR>
#X connect 2 0 16 0;<BR>
#X connect 4 0 6 0;<BR>
#X connect 4 1 7 0;<BR>
#X connect 5 0 8 0;<BR>
#X connect 6 0 5 0;<BR>
#X connect 7 0 5 1;<BR>
#X connect 9 0 1 0;<BR>
#X connect 9 0 1 1;<BR>
#X connect 10 0 11 0;<BR>
#X connect 10 1 11 1;<BR>
#X connect 11 1 0 0;<BR>
#X connect 15 0 16 0;<BR>
<BR>
My Version:<BR>
<BR>
#N canvas 648 45 840 625 10;<BR>
#X obj 140 89 notein 2;<BR>
#X obj 140 133 mtof;<BR>
#X obj 185 134 scale 0 127 0 0.9;<BR>
#X obj 140 169 pack f f;<BR>
#X obj 140 238 polypoly 4 1 sync-mod5~ wave;<BR>
#X obj 335 89 notein 1;<BR>
#X obj 335 133 poly 1 1;<BR>
#X floatatom 357 168 5 0 0 0 - - -;<BR>
#X obj 523 105 ctlin 1;<BR>
#X obj 599 148 loadbang;<BR>
#X msg 523 194 : wave sinesum 512 1 \$1 0.2 0.1;<BR>
#X obj 552 311 table wave;<BR>
#X obj 240 380 catch~ 20-SIGNAL;<BR>
#X obj 241 424 dac~;<BR>
#X obj 97 292 sync-mix1~ 0 1 10;<BR>
#X obj 316 288 sync-mix1~ 2 3 11;<BR>
#X obj 209 334 sync-mix1~ 10 11 20;<BR>
#X connect 0 0 1 0;<BR>
#X connect 0 1 2 0;<BR>
#X connect 1 0 3 0;<BR>
#X connect 2 0 3 1;<BR>
#X connect 3 0 4 0;<BR>
#X connect 5 0 6 0;<BR>
#X connect 5 1 6 1;<BR>
#X connect 6 1 7 0;<BR>
#X connect 7 0 4 1;<BR>
#X connect 8 0 10 0;<BR>
#X connect 9 0 10 0;<BR>
#X connect 12 0 13 0;<BR>
#X connect 12 0 13 1;<BR>
<BR>
-- Brian<BR>
<BR>
On 5/17/11 3:32 PM, &quot;Funs Seelen&quot; &lt;funsseelen@gmail.com&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
<BR>
2011/5/15 Brian Shepard &lt;brian@studioii.com&gt;<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Greetings,<BR>
<BR>
I have a student using Pd-extended on Ubuntu Linux, and I am using<BR>
PD-extended in Mac OSX. When he sends me a file created on his computer, I<BR>
can't open it, and get something like the following in the console:<BR>
<BR>
error: #N: no such object<BR>
error: #X: no such object<BR>
error: #X: no such object<BR>
error: #X: no such object<BR>
error: #X: no such object<BR>
error: #X: no such object<BR>
error: #X: no such object<BR>
error: #X: no such object<BR>
error: #X: no such object<BR>
error: #X: no such object<BR>
error: #X: no such object<BR>
error: #X: no such object<BR>
error: #X: no such object<BR>
error: #X: no such object<BR>
error: #X: no such object<BR>
error: #X: no such object<BR>
<BR>
When I send him patches, he can open them just fine. If he sends me a screen<BR>
grab of his patch, I can build it and it works just fine. The problem only<BR>
happens when I try to open the actual Pd file he sent. I've also tried<BR>
opening them with a text editor, and everything looks fine. If I then<BR>
copy/paste the text into a new text file and save it with the .pd suffix,<BR>
though, it still won't open. Is there some issue regarding transferring<BR>
between these two systems? Thanks for any help or advice.<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
I would compare the text file of your re-build to his original. Except for some XY-coordinates and order of objects/connections there shouldn't be a difference. I've never heard of such a problem and never had one, although I'm using Pd (vanilla) on both Ubuntu and OSX (and use patches cross-platform). I don't know if some different text encodings have been used in older versions. Maybe others know more about text encodings et cetera. If you want to be shure try to retype a small file instead of copy/paste. I once even typed a text file on a Windows computer and opened it later at home as a working pd-patch.<BR>
<BR>
Funs<BR>
 <BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>-- Brian<BR>
<BR>
<BR>
<BR>
_______________________________________________<BR>
Pd-list@iem.at mailing list<BR>
UNSUBSCRIBE and account-management -&gt; <a href="http://lists.puredata.info/listinfo/pd-list">http://lists.puredata.info/listinfo/pd-list</a></SPAN></FONT></BLOCKQUOTE></BLOCKQUOTE>
</BODY>
</HTML>