Re: [Swingosc-devel] strange problems with swingosc
Brought to you by:
sciss
From: Holger B. <mor...@go...> - 2009-05-14 12:08:48
|
hm, ok, this seems to be some strange build issue with supercollider on archlinux. because the package i built for svn rev 9042 (on april 10th) works fine with swingosc, as well as when i took the build of today and overwrote /usr/lib/libsclang.so with one from an ubuntu jaunty package.... :-/ On Thu, May 14, 2009 at 4:20 AM, James Harkins <jam...@gm...> wrote: > Working fine here (rev 181). > > Maybe add a debugging statement to SwingOSC:listSendBundle, to find out > what the list really is? > hjh > > > On May 13, 2009, at 6:44 PM, Holger Ballweg wrote: > > Hi folks, > > I have some strange problems with swingosc SVN174 & 181: > I get this error when I try to display any GUI element: > > ERROR: List array not an Array. > Instance of Array { (B7916900, gc=10, fmt=01, flg=00, set=03) > indexed slots [2] > 0 : instance of Array (B7911BC0, size=7, set=3) > 1 : instance of Array (B7915FA0, size=7, set=3) > } > ERROR: Primitive '_ObjectPerformList' failed. > Wrong type. > RECEIVER: > Instance of NetAddr { (09E0DDB0, gc=14, fmt=00, flg=00, set=02) > instance variables [4] > addr : Integer 2130706433 > port : Integer 57111 > hostname : "127.0.0.1" > socket : RawPointer 9DEF858 > } > CALL STACK: > MethodError:reportError B790BC20 > arg this = <instance of PrimitiveFailedError> > Nil:handleError B79B57C0 > arg this = nil > arg error = <instance of PrimitiveFailedError> > Thread:handleError B7910720 > arg this = <instance of Thread> > arg error = <instance of PrimitiveFailedError> > Object:throw B790C880 > arg this = <instance of PrimitiveFailedError> > Object:primitiveFailed B7907C00 > arg this = <instance of NetAddr> > SwingOSC:listSendBundle B7919A20 > arg this = <instance of SwingOSC> > arg time = nil > arg msgs = <instance of List> > JSCTopView:prSCViewNew B7965CA0 > arg this = <instance of JSCTopView> > arg preMsg = nil > arg postMsg = nil > var bndl = <instance of List> > var argBounds = nil > JSCTopView:prInitTopView B7965D60 > arg this = <instance of JSCTopView> > arg argWindow = <instance of JSCWindow> > arg argBounds = <instance of Rect> > arg id = 1007 > JSCWindow:prInit B7966040 > arg this = <instance of JSCWindow> > arg argName = "Help browser" > arg argBounds = <instance of Rect> > arg resizable = true > arg border = true > arg scroll = false > var viewID = 1007 > var bndl = [*2] > JSCWindow:initSCWindow B79660E0 > arg this = <instance of JSCWindow> > arg argName = "Help browser" > arg argBounds = <instance of Rect> > arg argResizable = true > arg argBorder = true > arg scroll = false > arg argServer = <instance of SwingOSC> > Help:gui 0A752A30 > arg this = <instance of Help> > arg sysext = true > arg userext = true > arg allowCached = true > var classes = nil > var win = nil > var lists = nil > var listviews = nil > var numcols = 7 > var selecteditem = nil > var node = nil > var newlist = nil > var curkey = nil > var selectednodes = nil > var scrollView = nil > var compView = nil > var textView = nil > var keys = nil > var classButt = nil > var browseButt = nil > var bwdButt = nil > var fwdButt = nil > var isClass = nil > var history = [*0] > var historyIdx = 0 > var fBwdFwd = nil > var fHistoryDo = nil > var fHistoryMove = nil > var screenBounds = <instance of Rect> > var bounds = <instance of Rect> > var textViewBounds = nil > var results = nil > var resultsview = nil > var statictextloc = nil > var searchField = nil > var helpguikeyacts = nil > var fSelectTreePath = nil > var inPathSelect = false > var fUpdateWinTitle = nil > var fLoadError = nil > Interpreter:interpretPrintCmdLine B7966220 > arg this = <instance of Interpreter> > var res = nil > var func = <instance of Function> > var code = "Help.gui" > var doc = <instance of ScelDocument> > Process:interpretPrintCmdLine B7918E50 > arg this = <instance of Main> > > > (in this example Help.gui :-) > > I don`t really know what to do... This happens both with SuperCollider 3.3, > 3.2 & today`s SVN, > with the jdk from sun (v 6u13-1<http://aur.archlinux.org/packages.php?ID=6121>) > and with openjdk (v 1.5_hg20090429-1) > > Any help would be appreciated :-) > > Cheers, > > Holger > > > > : H. James Harkins > : 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 > > > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK > i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > Swingosc-devel mailing list > Swi...@li... > https://lists.sourceforge.net/lists/listinfo/swingosc-devel > > |