Mraeclo
Joined: Oct 23, 2010 Posts: 1 Location: Brazil
|
Posted: Sat Oct 23, 2010 9:36 am Post subject:
Error booting, first time I try |
 |
|
Heres the deal, i downloaded and installed super collider, when i first booted it this erros message appears (after booting 57110 line)
init_OSC
compiling class library..
NumPrimitives = 754
compiling dir: '/Applications/SuperCollider/SCClassLibrary'
pass 1 done
numentries = 922256 / 13154468 = 0.07
5266 method selectors, 2498 classes
method table size 7143804 bytes, big table size 52617872
Number of Symbols 12248
Byte Code Size 382044
compiled 399 files in 0.91 seconds
compile done
Help tree read from cache in 0.041056577 seconds
Class tree inited in 0.09 seconds
Welcome to SuperCollider, type cmd-d for help
booting 57110
exception in GrafDef_Load: UGen 'AnalyseEvents2' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/segmentation1.scsyndef'
exception in GrafDef_Load: UGen 'AnalyseEvents2' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/segmentation2.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiBufOnset.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiBufPlayerMONO.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiBufPlayerSTEREO.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiLoopBufXSndFileView1x1.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiLoopBufXSndFileView2x2.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiMush1x2.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiMush2x2.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiMushFFT.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiMushTime.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiPolyrhythm1x2.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiPolyrhythm1x2Env.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiPolyrhythm2x2.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiPolyrhythm2x2Env.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiPrey1x2.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiPrey2x2.scsyndef'
exception in GrafDef_Load: UGen 'LoopBuf' not installed.
while reading file '/Users/marcelopadovani/Library/Application Support/SuperCollider/synthdefs/xiiStratoSamplerPlay.scsyndef'
Number of Devices: 3
0 : "Built-in Microphone"
1 : "Built-in Input"
2 : "Built-in Output"
"Built-in Microphone" Input Device
Streams: 1
0 channels 2
"Built-in Output" Output Device
Streams: 1
0 channels 2
SC_AudioDriver: sample rate = 44100.000000, driver's block size = 512
SuperCollider 3 server ready..
notification is on
I can actually get sound when typing the first example from the tutorial im following wich is { [SinOsc.ar(440, 0, 0.2), SinOsc.ar(442, 0, 0.2)] }.play; but i wonder what that error msgs can be...
that leads me to another question, when i type SinOsc.ar it continues with the same collor in the sc text editor, wasnt it supposed to be blue?
sorry about this very begginer questions, but if im not getting it now, imagine later
thanks! |
|
dewdrop_world

Joined: Aug 28, 2006 Posts: 858 Location: Guangzhou, China
Audio files: 4
|
Posted: Thu Oct 28, 2010 8:26 am Post subject:
|
 |
|
The error means that something in the class library has created some SynthDefs, and those defs use UGens (unit generators) that don't exist in your system.
It's probably the result of installing a bunch of extension packages, when probably it wasn't necessary to do so. I understand why - if you downloaded the "with extras" package, why not use all the "extras"? But it's actually a bit more recommended to start with the baseline installation and add extensions as you need them.
AnalyseEvents2 and LoopBuf are in the sc3-plugins package. So you can add the sc3-plugins (that is recommended - great stuff in there) or remove the quarks (the synthdefs are created by the IXI extension set).
Even with the errors, the baseline class library will work for you.
hjh _________________ ddw online: http://www.dewdrop-world.net
sc3 online: http://supercollider.sourceforge.net |
|