-
-
Notifications
You must be signed in to change notification settings - Fork 936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perpetual "Loading previous buffer contents. Please wait..." No sound. Windows 10 #871
Comments
Hi there, sorry you're having issues. Getting sonic pi to run reliably on all versions of Windows is turning out to be very tricky! Could you see if you can install, boot and make a sound with vanilla supercollider? If you can't then that is the issue... |
I got supercollider installed and initially it did not boot a server. However, after restarting my computer sc now works. Sonic Pi threw the following error on the first launch after sc was fixed, but now SP seems to work normally. Detailed Error Report: GUI log[GUI] - shutting down any old audio servers... Server ErrorsCould not load did_you_mean Server OutputDevice options:
Booting with: |
Thanks for the help! |
So have things magically fixed themselves for you?? |
It would seem so, everything has continued to work thus far. |
@BespectacledSynthesis which version of standalone SuperCollider You've installed on your computer? Could You add more info about Your setup (which Windows, 32/64 bit, processor, ram, etc.)? |
I'm running: I installed SuperCollider 3.6.6. |
It looks like this is resolved now - probably related to the intermittent timeout issues we had in v2.8 Thanks for reporting the issue though. |
I've looked at similar issues but I think this one might be unique. (#830 ,#702, #711)
Downloaded and ran Sonic Pi v2.8.0 for Windows from the main page.
Upon first launch the following error was thrown:
Detailed Error Report:
GUI log
[GUI] - shutting down any old audio servers...
[GUI] - using default editor colours
[GUI] - booting live coding server
[GUI] - starting UDP OSC Server on port 4558...
[GUI] - UDP OSC Server ready and listening
[GUI] - waiting for server to connect...
[GUI] - critical error!
Server Errors
Could not load did_you_mean
Server Output
Device options:
Booting with:
In: MME : Microphone (Conexant SmartAudio
Out: MME : Speakers (Conexant SmartAudio H
SC_PortAudioDriver: PortAudio failed at Pa_OpenStream with error: 'Unanticipated host error'
could not initialize audio.
Every time I've tried to run after the first no error is thrown but all buffers include the "# Loading previous buffer contents. Please wait..." comment and there is nothing in the log panel.
I've checked the user directory with .sonic-pi/log and looked at the files after several launch attempts and these logs are there:
GUI log
[GUI] - shutting down any old audio servers...
[GUI] - using default editor colours
[GUI] - booting live coding server
[GUI] - starting UDP OSC Server on port 4558...
[GUI] - UDP OSC Server ready and listening
[GUI] - waiting for server to connect...
[GUI] - server failed to start with this error message:
> Server Exception:
No such process
[GUI] - asking server process to exit...
[GUI] - exiting. Cheerio :-)
Server Errors
Could not load did_you_mean
'Failed to start server: No such process
C:/Program Files (x86)/Sonic Pi/app/server/sonicpi/lib/sonicpi/scsynthexternal.rb:188:in
kill' C:/Program Files (x86)/Sonic Pi/app/server/sonicpi/lib/sonicpi/scsynthexternal.rb:188:in
rescue in boot_and_wait'C:/Program Files (x86)/Sonic Pi/app/server/sonicpi/lib/sonicpi/scsynthexternal.rb:193:in
boot_and_wait' C:/Program Files (x86)/Sonic Pi/app/server/sonicpi/lib/sonicpi/scsynthexternal.rb:210:in
boot_server_windows'C:/Program Files (x86)/Sonic Pi/app/server/sonicpi/lib/sonicpi/scsynthexternal.rb:114:in
boot' C:/Program Files (x86)/Sonic Pi/app/server/sonicpi/lib/sonicpi/scsynthexternal.rb:48:in
initialize'C:/Program Files (x86)/Sonic Pi/app/server/sonicpi/lib/sonicpi/server.rb:73:in
new' C:/Program Files (x86)/Sonic Pi/app/server/sonicpi/lib/sonicpi/server.rb:73:in
initialize'C:/Program Files (x86)/Sonic Pi/app/server/sonicpi/lib/sonicpi/studio.rb:28:in
new' C:/Program Files (x86)/Sonic Pi/app/server/sonicpi/lib/sonicpi/studio.rb:28:in
initialize'C:/Program Files (x86)/Sonic Pi/app/server/sonicpi/lib/sonicpi/lang/sound.rb:107:in
new' C:/Program Files (x86)/Sonic Pi/app/server/sonicpi/lib/sonicpi/lang/sound.rb:107:in
block (2 levels) in included'C:/Program Files (x86)/Sonic Pi/app/gui/qt/release/../../../../app/server/bin/sonic-pi-server.rb:119:in
new' C:/Program Files (x86)/Sonic Pi/app/gui/qt/release/../../../../app/server/bin/sonic-pi-server.rb:119:in
Server Output
Device options:
Booting with:
In: MME : Microphone (Conexant SmartAudio
Out: MME : Speakers (Conexant SmartAudio H
SC_PortAudioDriver: PortAudio failed at Pa_OpenStream with error: 'Unanticipated host error'
could not initialize audio.
Using protocol: udp
This mostly looks similar to issue #702 but there is no evidence of a 'zombie' instance of scsynth in the task manager.
I'm looking to get into live coding and would really like to start here, seems to be a good community and well supported project. Any guidance would be much appreciated!
The text was updated successfully, but these errors were encountered: