Advertisement
Guest User

Untitled

a guest
Dec 31st, 2020
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.08 KB | None | 0 0
  1. Sonic Pi Boot Error Report
  2. ==================
  3.  
  4.  
  5. System Information
  6. ----------------
  7.  
  8. * Sonic Pi version: 3.2.2
  9. * OS: Ubuntu 20.04.1 LTS
  10.  
  11.  
  12. GUI Log
  13. -------
  14.  
  15. **`/home/chip_luxury/.sonic-pi/log/gui.log`**
  16. ```
  17. [GUI] - Welcome to the Sonic Pi GUI
  18. [GUI] - ===========================
  19. [GUI] -                            
  20. [GUI] - {58b25111-ade0-4656-8b6b-b239f2223f28}
  21. [GUI] - Discovering port numbers...
  22. [GUI] - Port entry server-listen-to-gui : 51235 : 51235
  23. [GUI] - Port entry gui-send-to-server : 51235 : 51235
  24. [GUI] - Port entry gui-listen-to-server : 51236 : 51236
  25. [GUI] - Port entry server-send-to-gui : 51236 : 51236
  26. [GUI] - Port entry scsynth : 51237 : 51237
  27. [GUI] - Port entry scsynth-send : 51237 : 51237
  28. [GUI] - Port entry osc-midi-out : 51238 : 51238
  29. [GUI] - Port entry osc-midi-in : 51239 : 51239
  30. [GUI] - Port entry server-osc-cues : 4560 : 4560
  31. [GUI] - Port entry erlang-router : 51240 : 51240
  32. [GUI] - Port entry websocket : 51241 : 51241
  33. [GUI] - Detecting port numbers...
  34. [GUI] - GUI listen to server port 51236
  35. [GUI] -    port: 51236 [OK]
  36. [GUI] - Server listen to gui port 51235
  37. [GUI] -    port: 51235 [OK]
  38. [GUI] - Server incoming OSC cues port 4560
  39. [GUI] -    port: 4560 [OK]
  40. [GUI] - Scsynth port 51237
  41. [GUI] -    port: 51237 [OK]
  42. [GUI] - Server send to GUI port 51236
  43. [GUI] -    port: 51236 [OK]
  44. [GUI] - GUI send to server port 51235
  45. [GUI] -    port: 51235 [OK]
  46. [GUI] - Scsynth send port 51237
  47. [GUI] -    port: 51237 [OK]
  48. [GUI] - Erlang router port 51240
  49. [GUI] -    port: 51240 [OK]
  50. [GUI] - OSC MIDI out port 51238
  51. [GUI] -    port: 51238 [OK]
  52. [GUI] - OSC MIDI in port 51239
  53. [GUI] -    port: 51239 [OK]
  54. [GUI] - Websocket port 51241
  55. [GUI] -    port: 51241 [OK]
  56. [GUI] - All ports OK
  57. [GUI] - launching Sonic Pi Runtime Server:
  58. [GUI] - Ruby server pid registered: 1746
  59. [GUI] - hiding main window
  60. [GUI] - initialising toolbar icons
  61. [GUI] - setting up window structure
  62. [GUI] - restoring scope states
  63. [GUI] - creating status bar
  64. [GUI] - creating info panel
  65. [GUI] - creating shortcuts
  66. [GUI] - creating tool bar
  67. [GUI] - initialising documentation window
  68. [GUI] - wait for sync
  69. [GUI] - waiting for Sonic Pi Server to boot...
  70. [GUI] - starting UDP OSC Server on port 51236...
  71. [GUI] - UDP OSC Server ready and listening
  72. ............................................................
  73. [GUI] - Critical error! Could not boot Sonic Pi Server.
  74. [GUI] - stopping UDP OSC Server...
  75. [GUI] - Critical Error. Unable to connect to server..
  76. [GUI] - UDP OSC Server no longer listening
  77.  
  78. ```
  79.  
  80.  
  81. Server Errors
  82. -------------
  83.  
  84. **`/home/chip_luxury/.sonic-pi/log/server-errors.log`**
  85. ```
  86.  
  87. ```
  88.  
  89.  
  90. Server Output
  91. -------------
  92.  
  93. **`/home/chip_luxury/.sonic-pi/log/server-output.log`**
  94. ```
  95. Sonic Pi server booting...
  96. This is version 3.2.0 running on Ruby 2.7.0.
  97. The time is 2021-01-01 06:45:16 +0200
  98. Using primary protocol: udp
  99. Detecting port numbers...
  100. Listen port: 51235
  101.   - OK
  102. Scsynth port: 51237
  103.   - OK
  104. Scsynth send port: 51237
  105.   - OK
  106. OSC cues port: 4560
  107.   - OK
  108. Erlang port: 51240
  109.   - OK
  110. OSC MIDI out port: 51238
  111.   - OK
  112. OSC MIDI in port: 51239
  113.   - OK
  114. Websocket port: 51241
  115.   - OK
  116. Opening UDP Server to listen to GUI on port: 51235
  117. Starting Server Runtime
  118. Booting server...
  119.  
  120.  
  121. Booting Sonic Pi
  122. ----------------
  123.  
  124. Booting on Linux
  125. Jackd already running. Not starting another server...
  126. Boot - Starting the SuperCollider server...
  127. Boot - scsynth -u 51237 -m 131072 -a 1024 -D 0 -R 0 -l 1 -i 16 -o 16 -b 4096 -B 127.0.0.1
  128. Started [1764] [-] scsynth -u 51237 -m 131072 -a 1024 -D 0 -R 0 -l 1 -i 16 -o 16 -b 4096 -B 127.0.0.1 [-] /tmp/sonic-pi-pids/1764
  129. Failed to start server: SIGTERM
  130. /opt/sonic-pi-3.2.2/app/server/ruby/lib/sonicpi/util.rb:599:in `wait'
  131. /opt/sonic-pi-3.2.2/app/server/ruby/lib/sonicpi/util.rb:599:in `kill_and_deregister_process'
  132. /opt/sonic-pi-3.2.2/app/server/ruby/lib/sonicpi/scsynthexternal.rb:224:in `rescue in boot_and_wait'
  133. /opt/sonic-pi-3.2.2/app/server/ruby/lib/sonicpi/scsynthexternal.rb:221:in `boot_and_wait'
  134. /opt/sonic-pi-3.2.2/app/server/ruby/lib/sonicpi/scsynthexternal.rb:443:in `boot_server_linux'
  135. /opt/sonic-pi-3.2.2/app/server/ruby/lib/sonicpi/scsynthexternal.rb:151:in `boot'
  136. /opt/sonic-pi-3.2.2/app/server/ruby/lib/sonicpi/scsynthexternal.rb:37:in `initialize'
  137. /opt/sonic-pi-3.2.2/app/server/ruby/lib/sonicpi/server.rb:78:in `new'
  138. /opt/sonic-pi-3.2.2/app/server/ruby/lib/sonicpi/server.rb:78:in `initialize'
  139. /opt/sonic-pi-3.2.2/app/server/ruby/lib/sonicpi/studio.rb:192:in `new'
  140. /opt/sonic-pi-3.2.2/app/server/ruby/lib/sonicpi/studio.rb:192:in `init_scsynth'
  141. /opt/sonic-pi-3.2.2/app/server/ruby/lib/sonicpi/studio.rb:57:in `initialize'
  142. /opt/sonic-pi-3.2.2/app/server/ruby/lib/sonicpi/lang/sound.rb:89:in `new'
  143. /opt/sonic-pi-3.2.2/app/server/ruby/lib/sonicpi/lang/sound.rb:89:in `block (2 levels) in included'
  144. /opt/sonic-pi-3.2.2/app/server/ruby/lib/sonicpi/lang/ixi.rb:72:in `block (2 levels) in included'
  145. /opt/sonic-pi-3.2.2/app/gui/qt/build/../../../../app/server/ruby/bin/sonic-pi-server.rb:302:in `new'
  146. /opt/sonic-pi-3.2.2/app/gui/qt/build/../../../../app/server/ruby/bin/sonic-pi-server.rb:302:in `<main>'
  147.  
  148. ```
  149.  
  150.  
  151. Scsynth Output
  152. --------------
  153.  
  154. **`/home/chip_luxury/.sonic-pi/log/scsynth.log`**
  155. ```
  156. # Starting SuperCollider 2021-01-01 06:45:16
  157.  
  158. ```
  159.  
  160.  
  161. Process Log
  162. --------------
  163.  
  164. **`/home/chip_luxury/.sonic-pi/log/processes.log`**
  165. ```
  166. No pids store found here: /tmp/sonic-pi-pids
  167. Exiting
  168. Creating pids store: /tmp/sonic-pi-pids
  169. Started [1746] [-] /usr/bin/ruby --enable-frozen-string-literal -E utf-8 /opt/sonic-pi-3.2.2/app/gui/qt/build/../../../../app/server/ruby/bin/sonic-pi-server.rb -u 51235 51236 51237 51237 4560 51240 51238 51239 51241 [-] /tmp/sonic-pi-pids/1746
  170. Started [1764] [-] scsynth -u 51237 -m 131072 -a 1024 -D 0 -R 0 -l 1 -i 16 -o 16 -b 4096 -B 127.0.0.1 [-] /tmp/sonic-pi-pids/1764
  171.  
  172.  
  173. Clearing pids: ["1746", "1764"]
  174.  
  175. Clearing [1746]
  176.  -- command /usr/bin/ruby --enable-frozen-string-literal -E utf-8 /opt/sonic-pi-3.2.2/app/gui/qt/build/../../../../app/server/ruby/bin/sonic-pi-server.rb -u 51235 51236 51237 51237 4560 51240 51238 51239 51241
  177.  -- removing /tmp/sonic-pi-pids/1746
  178.  -- politely killing 1746
  179.  
  180.  
  181.  
  182. ```
  183.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement