[Swingosc-devel] "failed to start" message
Brought to you by:
sciss
From: James H. <jam...@gm...> - 2010-06-15 02:12:36
|
I can't see what the bug is, but there's something wrong here. doWhenBooted { arg onComplete, timeout = 20.0; var cancel, upd; if( serverRunning.not, { upd = UpdateListener.newFor( this, { if( serverRunning, { cancel.stop; upd.remove; fork(onComplete); }, \serverRunning ); }); cancel = { timeout.wait; upd.remove; "SwingOSC server failed to start".error; serverBooting = false; }.fork( clock ); }, { fork(onComplete) }); } Rather often, SwingOSC boots up fine (and is fully functional), then it posts "SwingOSC server failed to start." -- SwingOSC : server connected. SwingOSC server failed to start -- Rather confusing to see! :) hjh -- James Harkins /// dewdrop world jam...@de... http://www.dewdrop-world.net "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman blog: http://www.dewdrop-world.net/words audio clips: http://www.dewdrop-world.net/audio more audio: http://soundcloud.com/dewdrop_world/tracks |