electro-music.com   Dedicated to experimental electro-acoustic
and electronic music
 
    Front Page  |  Radio
 |  Media  |  Forum  |  Wiki  |  Links
Forum with support of Syndicator RSS
 FAQFAQ   CalendarCalendar   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   LinksLinks
 RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in  Chat RoomChat Room 
go to the radio page Live at electro-music.com radio 1 Please visit the chat
poster
 Forum index » DIY Hardware and Software » Supercollider
Error booting, first time I try
Post new topic   Reply to topic Moderators: v-un-v
Page 1 of 1 [2 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
Author Message
Mraeclo



Joined: Oct 23, 2010
Posts: 1
Location: Brazil

PostPosted: Sat Oct 23, 2010 9:36 am    Post subject: Error booting, first time I try Reply with quote  Mark this post and the followings unread

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!
Back to top
View user's profile Send private message
dewdrop_world



Joined: Aug 28, 2006
Posts: 858
Location: Guangzhou, China
Audio files: 4

PostPosted: Thu Oct 28, 2010 8:26 am    Post subject: Reply with quote  Mark this post and the followings unread

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
Back to top
View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:   
Post new topic   Reply to topic Moderators: v-un-v
Page 1 of 1 [2 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
 Forum index » DIY Hardware and Software » Supercollider
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Forum with support of Syndicator RSS
Powered by phpBB © 2001, 2005 phpBB Group
Copyright © 2003 through 2009 by electro-music.com - Conditions Of Use