Author |
Message |
chiff82
Joined: Sep 21, 2009 Posts: 1 Location: Mexico
|
Posted: Mon Sep 21, 2009 7:34 pm Post subject:
Psycollider 3.2 ERROR: Server Failed To Start |
 |
|
Hi guys
I'm pretty much of a newbie in regards o this program : I have been using Psycollider for only a month or two. During this time, besides the painful (yet fun) learning experience I hadn't had too many issues outside the learning curve.
I recently acquired an audio interface and suddenly I get an error when trying to boot the server. Whenever I run "s.boot;" I receive the following output":
booting 57110
*** ERROR: open directory failed 'C'
Using vector unit: no
Device options:
- MME : Microsoft Sound Mapper - Input (device #0 with 2 ins 0 outs)
- MME : TASCAM US-144 (device #1 with 2 ins 0 outs)
- MME : Realtek HD Audio input (device #2 with 2 ins 0 outs)
- MME : Microsoft Sound Mapper - Output (device #3 with 0 ins 2 outs)
- MME : Realtek HD Audio output (device #4 with 0 ins 2 outs)
- MME : TASCAM US-144 (device #5 with 0 ins 2 outs)
- ASIO : US-122L / US-144 (device #6 with 4 ins 4 outs)
Booting with:
In: MME : TASCAM US-144
Out: MME : Realtek HD Audio output
suggestedLatency used: 0.200
Exception in World_OpenUDP: unable to bind udp socket
SuperCollider 3 server ready..
ERROR:
server failed to start
I have looked on a couple of forums but none have solved my problem exactly.
I'm running the program on Windows XP.
My startup output is the following:
init_OSC
compiling class library..
NumPrimitives = 500
compiling dir: 'C:\Program Files\PsyCollider\SCClassLibrary'
pass 1 done
Extension overwriting Char:isPathSeparator
in file '\Platform\windows\extMain.sc'.
Original method in file '\Common\Core\Char.sc'.
Extension overwriting Meta_Score:initClass
in file '\Platform\windows\extScore.sc'.
Original method in file '\Common\Control\Score.sc'.
Extension overwriting Meta_Server:initClass
in file '\Platform\windows\extServer.sc'.
Original method in file '\Common\Control\Server.sc'.
Extension overwriting Server:quitInProcess
in file '\Platform\windows\extServer.sc'.
Original method in file '\Common\Control\Server.sc'.
Extension overwriting String:newTextWindow
in file '\Platform\windows\extString.sc'.
Original method in file '\Common\GUI\PlusGUI\Collections\StringPlusGUI.sc'.
Extension overwriting String:openTextFile
in file '\Platform\windows\extString.sc'.
Original method in file '\Common\GUI\PlusGUI\Collections\StringPlusGUI.sc'.
Extension overwriting String:pathMatch
in file '\Platform\windows\extString.sc'.
Original method in file '\Common\Collections\String.sc'.
Extension overwriting Meta_SynthDef:initClass
in file '\Platform\windows\extSynthDef.sc'.
Original method in file '\Common\Audio\SynthDef.sc'.
numentries = 817297 / 10731980 = 0.076
Method Table Size 6428820 bytes
Number of Method Selectors 4606
Number of Classes 2330
big table size 42927920
Number of Symbols 10726
Byte Code Size 334359
compiled 390 files in 1.52 seconds
compile done
Could not connect socket
// History.logFolder: C:\Documents and Settings\Owner\SuperCollider/HistoryLogs
Class tree inited in 1.25 seconds
WARNING:
GeneralHID.fromID : The HID scheme 'nil' is not installed
The current scheme is still 'nil'!
StartUp done.
Welcome to SuperCollider, press F1 for help
booting java -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel -jar SwingOSC/build/SwingOSC.jar -t 57111 -L -i -h 127.0.0.1:57129
SwingOSC v0.59. receiving TCP at address 127.0.0.1:57111
SwingOSC : server connected.
Does anyone have an idea of what the issue could be? Could anyone of you direct me to a thread which might address this?
Thank you very much for your time!
R |
|
Back to top
|
|
 |
dewdrop_world

Joined: Aug 28, 2006 Posts: 858 Location: Guangzhou, China
Audio files: 4
|
Posted: Wed Sep 23, 2009 3:03 pm Post subject:
|
 |
|
First thought is, try an upgrade to 3.3 alpha6. Don't be scared that it's alpha - it's no less stable than 3.2 and has a lot of improvements.
I'm no expert on portaudio and the windows audio system. You'll probably have better luck asking on the mailing list. If you don't want to receive Yet Another Mailing List, nabble.com is a nice web-forum style mirror that interacts with the e-mail list (posts on nabble appear as emails to subscribers, and replies by email show up in nabble too).
To use nabble, make sure to subscribe to the sc-users-acl list per instructions on the sc-users info page.
James _________________ ddw online: http://www.dewdrop-world.net
sc3 online: http://supercollider.sourceforge.net |
|
Back to top
|
|
 |
|