hi chris,while i've got the thing running on one windows xp machine, on another one i have a weird problem. this hangs:
{ 1.wait; "schoko".postln }.fork;that is, the app doesn't hang but the wait never returns. it's independant of the clock i use. makes it kind of hard to test any of the boot and connect procedures of SwingOSC ;-) Don't know, you've seen that problem before?
Also on that same machine when i do "Compile Library", i get an error : "Primitive 'none' failed. RECEIVER: nil." (in Server:quit)
So if you could check please with this preliminary version if booting works as expected:
http://www.sciss.de/test/SwingOSC-0.59.zip LIke: comment out g.boot in startup.sc, and try: s.waitForBoot({ JSCWindow.viewPalette });Note that SwingOSC.program should now just read: "SwingOSC/build/ SwingOSC.jar" so that need to changed, too, in the startup.sc.
thanks for testing! ciao, -sciss- Am 28.01.2008 um 18:16 schrieb Christopher Frauenberger:
Cheers, saw it and is fixed for 3.1rc1 Chris PS: despite being Austrian, its Christopher... :-) On 28 Jan 2008, at 18:04, James Harkins wrote:Christoph --I'm not sure if this has already been fixed on your end, but this linein startup.sc is bad: { s.makeWindow(); }.defer(3);You can't assume that SwingOSC will always start within 3 seconds. Theproper way to do it is this: g.waitForBoot({ s.makeWindow(); }); hjh -- James Harkins /// dewdrop world jamshark70@xxxxxxxxxxxxxxxxx http://www.dewdrop-world.net "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman _______________________________________________ Sc-devel mailing list Sc-devel@xxxxxxxxxxxxxxx http://lists.create.ucsb.edu/mailman/listinfo/sc-devel_______________________________________________ Sc-devel mailing list Sc-devel@xxxxxxxxxxxxxxx http://lists.create.ucsb.edu/mailman/listinfo/sc-devel