From: Florian S. <fsc...@te...> - 2009-02-26 13:19:29
|
On Wed, 2009-02-25 at 22:22 +0100, Fredrik Olofsson wrote: > helloFlo, > why is this crashing with a 'Bus error'? > > h= Server("scgraph", NetAddr("localhost", 37291)); > h.boot; > ( > SynthDef(\render, {|in= 0| > GGLRenderer.gr(GTriangle.gr, 1, [1, 0, 0, 0.1], 0, 1, 0, 1); > }).play(h); > ) > > > i'm on x.5.6, intel, latest sc svn and scgraph classes from the quark > and the binary scgraph_osx_10.4_01.23.2009b.tgz Oh i forgot that there's a significantly non-zero probability that your operating system is developmentally impaired [forgive me this pun, it's just that primarily-binary-only operating systems make so many things so much more difficult, e.g. one has to provide builds for the users ;)]. So i created a binary tarball incorporating the [proposed] fix and you can find it here: http://tapas.affenbande.org/scgraph-test-triangle-fix.tgz - Please report back to me whether it fixes your crash.. - Please note that it expands into a directory scgraph/, so you might [accidentally] overwrite your existing scgraph directory.. Regards, Flo -- Dipl.-Inform. Florian Paul Schmidt University of Bielefeld, Neuroinformatics Group, CITEC Contact: http://ekvv.uni-bielefeld.de/pers_publ/publ/personDetailAct?id=5504453 |