chuck 1.3.1 on Windows 32-bit - possible OSC issue

Some of my existing patches are causing Chuck 1.3.1 to lock-up and crash. I think I've traced it back to a possible OSC issue as the example files s.ck and r.ck seem to cause the same problem... which would make sense in that my affected patches are also using OSC events. If the patch gets going at all, removing the shred(s) also causes a crash. OSC_send.ck and OSC_recv.ck however seem to work fine. On my own patches I can sometimes catch the error message; "OutOfMemory: while allocating stack"... increasing buffer size and/or decreasing sample rate seem to alleviate the problem somewhat in that things keep running a few seconds longer, but eventually the result is the same. However, I guess this might not be the same issue as with s.ck and r.ck. Running Chuck with --silent doesn't resolve things either. My machine is Windows 7, 32-bit... to be fair it is a bit on the old side (Pentium 4)... but it's coped fine with previous versions of Chuck and miniAudicle.... and I can't replicate the issue with Chuck 1.3.0.2. Many thanks. Simon

On Tue, Sep 11, 2012 at 09:45:24AM +0100, Simon Steptoe wrote:
My machine is Windows 7, 32-bit... to be fair it is a bit on the old side (Pentium 4)... but it's coped fine with previous versions of Chuck and miniAudicle.... and I can't replicate the issue with Chuck 1.3.0.2.
That shouldn't be a issue, the differences in instruction set between the P4 and later intels shouldn't be relevant and we don't use multi-threading anyway. Of course a OS with a more elaborate interface -like Win7- might be taking some CPU, but that would mean audio glitches when it gets too bad, not stuff failing to work. It's a ChucK issue, perhaps a Windows one, not a issue with you sticking to a perfectly fine computer (I am too :-) ) Yours, Kas.
participants (2)
-
Kassen
-
Simon Steptoe