<div><div dir="auto">hi IOhannes, thanks again, this makes alot of sense, ill investigate (including doing a new build on a fresh sd card and not overclock it this time) </div></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu 21. Nov 2019 at 14:18, IOhannes m zmoelnig <<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 21.11.19 12:05, iftah gabbai wrote:<br>
> if by flyspeck you mean " ` " its<br>
> formatting errors that are there because i had no easy way of<br>
> exporting the print out of pd to a "real" machine<br>
<br>
that should be easy enough:<br>
$ pd -stderr .... 2>pd.log<br>
copy the "pd.log" to your "real" machine. tada.<br>
<br>
or, if running with a GUI, you could also just go the the Pd-console<br>
window and hit <Ctrl>+<Shift>+<S> (aka "Save as...") to save the<br>
contents of the Pd-console as a txt-file.<br>
<br>
On 21.11.19 12:05, iftah gabbai wrote:<br>
> is me doing: pd -nogui (various alsa tags to get sound going) -path<br>
> /usr/lib/pd/extra/cyclone /etc/mydir/mypatch.pd &<br>
<br>
for what it is worth, you should switch to using [declare -path cyclone]<br>
in your patch anyhow.<br>
<br>
> also worth mentioning, not sure what happend but i dont get the ELF<br>
> error anymore, instead im getting :<br>
> "svf~<br>
> error: ... couldn't create<br>
> error: load_object: symbol "svf_tilde_setup" not found"<br>
<br>
my bet is a filesystem corruption.<br>
e.g. the "svf~.pd_linux" is not resolved correctly, and points to this<br>
or that data chunk.<br>
if the datachunk happens to be an ELF-object (but not the real binary<br>
for [svf~]), then you would get the "svf_tilde_setup" not found error.<br>
if the datachunk is not an ELF object (e.g. a wav-file), then you would<br>
get something like the former error.<br>
<br>
> interestingly, pd is also not able to locate pd~ with the following error:<br>
> "pd~: can´t stat /usr/lib/pd/pd",<br>
<br>
this looks a bit like a broken Pd-installation.<br>
iirc, the "pd" binary should be both in /usr/bin/pd (so you can start it<br>
with "pd") and /usr/lib/pd/bin/pd (so pd~ can find it).<br>
<br>
but of course, if your filesystem is corrupt, all kind of weird things<br>
can happen.<br>
<br>
fgadmst<br>
IOhannes<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div></div>