Guaka is currently getting these errors when doing M-x sc-start. However, there is still sound coming out of the server.
NOTE: the error is caused by Server.makeWindow being called in Main.startup. the distribution contains a class extension for Main that is installed by default, so this problem should have gone away as of 03/24/04 <sk>
init_OSC
->TempoClock_stopAll 00000000
<-TempoClock_stopAll 00000000
compiling class library..
NumPrimitives = 428
compiling dir: '/home/guaka/cvs/SuperCollider3/build/SCClassLibrary'
pass 1 done
Method Table Size 2805960 bytes
Number of Method Selectors 2705
Number of Classes 1662
Number of Symbols 6566
Byte Code Size 118650
compiled 283 files in 3.21 seconds
compile done
prGetHostByName hostname 127.0.0.1 addr 2130706433
rm: cannot remove `synthdefs/temp__*': No such file or directory
err 0
RESULT = 256
Class tree inited in 0.09 seconds
ERROR: A primitive was not bound. 0 427
Instance of Method { (40E84ED0, gc=01, fmt=00, flg=11, set=04)
instance variables [13]
raw1 : Float 3.5601521255442e-307 00000000 0050000A
raw2 : Float 2.437076554554e-289 00000400 04030004
code : instance of Int8Array (40E85020, size=3, set=01)
literals : nil
prototypeFrame : instance of Array (40E84FD0, size=4, set=02)
context : nil
argNames : instance of SymbolArray (40E84F80, size=4, set=02)
varNames : nil
ownerClass : class SCView (40E807B0)
name : Symbol 'prInit'
primitiveName : Symbol '_SCView_New'
filenameSymbol : Symbol '/home/guaka/cvs/SuperCollider3/build/SCClassLibrary/Common/GUI/Base/SCView.sc'
charPos : Integer 4191
}
ERROR:
Primitive 'none' failed.
Failed.
RECEIVER:
nil
CALL STACK:
Object-verboseHalt
Object-primitiveFailed
SCView-prInit
SCView-init
Meta_SCView-new
SCWindow-initSCWindow
Meta_SCWindow-new
Server-makeWindow
Main-startUp