sonic-pi icon indicating copy to clipboard operation
sonic-pi copied to clipboard

flatpak can't boot

Open cjdg opened this issue 3 years ago • 0 comments
trafficstars

Sonic Pi Boot Error Report

System Information

  • Sonic Pi version: 3.3.1
  • OS: KDE Flatpak runtime

GUI Log

/home/cjdg/.sonic-pi/log/gui.log

[GUI] -                            
[GUI] -                            
[GUI] -                            
[GUI] - Welcome to the Sonic Pi GUI
[GUI] - ===========================
[GUI] -                            
[GUI] - {3ea87148-2bfd-48c5-8925-3dfb71dd509a}
[GUI] - ui locale:  es
[GUI] - sys locale: es_MX
[GUI] - translations available 
[GUI] - Discovering port numbers...
[GUI] - Port entry server-listen-to-gui : 51237 : 51237
[GUI] - Port entry gui-send-to-server : 51237 : 51237
[GUI] - Port entry gui-listen-to-server : 51238 : 51238
[GUI] - Port entry server-send-to-gui : 51238 : 51238
[GUI] - Port entry scsynth : 51239 : 51239
[GUI] - Port entry scsynth-send : 51239 : 51239
[GUI] - Port entry server-osc-cues : 4560 : 4560
[GUI] - Port entry erlang-router : 51240 : 51240
[GUI] - Port entry websocket : 51241 : 51241
[GUI] - Detecting port numbers...
[GUI] - GUI listen to server port 51238
[GUI] -    port: 51238 [OK]
[GUI] - Server listen to gui port 51237
[GUI] -    port: 51237 [OK]
[GUI] - Server incoming OSC cues port 4560
[GUI] -    port: 4560 [OK]
[GUI] - Scsynth port 51239
[GUI] -    port: 51239 [OK]
[GUI] - Server send to GUI port 51238
[GUI] -    port: 51238 [OK]
[GUI] - GUI send to server port 51237
[GUI] -    port: 51237 [OK]
[GUI] - Scsynth send port 51239
[GUI] -    port: 51239 [OK]
[GUI] - Erlang router port 51240
[GUI] -    port: 51240 [OK]
[GUI] - Websocket port 51241
[GUI] -    port: 51241 [OK]
[GUI] - All ports OK
[GUI] - hiding main window
[GUI] - initialising toolbar icons
[GUI] - setting up window structure
[GUI] - restoring scope states 
[GUI] - creating status bar
[GUI] - creating info panel
[GUI] - creating shortcuts
[GUI] - creating tool bar
[GUI] - initialising documentation window
[GUI] - launching Sonic Pi Runtime Server:
[GUI] - starting UDP OSC Server on port 51238...
[GUI] - UDP OSC Server ready and listening
[GUI] - Ruby server pid registered: 21
[GUI] - wait for sync
[GUI] -............................................................
[GUI] - Critical error! Could not boot Sonic Pi Server.
[GUI] - stopping UDP OSC Server...
[GUI] - Critical Error. Unable to connect to server..
[GUI] - UDP OSC Server no longer listening

Server Errors

/home/cjdg/.sonic-pi/log/server-errors.log

sh: línea 1: exec: jackd: no encontrado

Server Output

/home/cjdg/.sonic-pi/log/server-output.log

Sonic Pi server booting...
The time is 2022-08-05 17:36:29 -0500
Using primary protocol: udp
Detecting port numbers...
Listen port: 51237
  - OK
Scsynth port: 51239
  - OK
Scsynth send port: 51239
  - OK
OSC cues port: 4560
  - OK
Erlang port: 51240
  - OK
Websocket port: 4562
  - OK
Opening UDP Server to listen to GUI on port: 51237
Starting Server Runtime
Booting server...


Booting Sonic Pi
----------------

Booting on Linux
Jackd not running on system. Starting...
Boot - Starting the SuperCollider server...
Started [34] [-] sh [-] /var/tmp/sonic-pi-pids/34
Started [36] [-] scsynth -u 51239 -a 1024 -m 131072 -D 0 -R 0 -l 1 -i 16 -o 16 -b 4096 -B 127.0.0.1 [-] /var/tmp/sonic-pi-pids/36

Scsynth Output

/home/cjdg/.sonic-pi/log/scsynth.log

# Starting SuperCollider 2022-08-05 17:36:29
Found 0 LADSPA plugins

Process Log

/home/cjdg/.sonic-pi/log/processes.log


	ask-clear.rb


Clearing pids: ["36", "34", "21"]

Clearing [36]
  -- command scsynth -u 51237 -a 1024 -m 131072 -D 0 -R 0 -l 1 -i 16 -o 16 -b 4096 -B 127.0.0.1
  -- removing /var/tmp/sonic-pi-pids/36
  -- unable to get ProcTable info for: 36
  -- process: 36 not running

Clearing [34]
  -- command sh
  -- removing /var/tmp/sonic-pi-pids/34
  -- unable to get ProcTable info for: 34
  -- process: 34 not running

Clearing [21]
  -- command /app/bin/ruby --enable-frozen-string-literal -E utf-8 /app/app/build/gui/qt/../../../../app/server/ruby/bin/sonic-pi-server.rb -u 51235 51236 51237 51237 4560 51238 51239
  -- removing /var/tmp/sonic-pi-pids/21
  -- unable to get ProcTable info for: 21
  -- process: 21 not running

Finished clearing pids

Started [21] [-] /app/bin/ruby --enable-frozen-string-literal -E utf-8 /app/app/build/gui/qt/../../../../app/server/ruby/bin/sonic-pi-server.rb -u 51237 51238 51239 51239 4560 51240 51241 [-] /var/tmp/sonic-pi-pids/21
Started [34] [-] sh [-] /var/tmp/sonic-pi-pids/34
Started [36] [-] scsynth -u 51239 -a 1024 -m 131072 -D 0 -R 0 -l 1 -i 16 -o 16 -b 4096 -B 127.0.0.1 [-] /var/tmp/sonic-pi-pids/36



cjdg avatar Aug 05 '22 22:08 cjdg

Apologies, we don't manage the flatpak distribution. However, it looks like you don't seem to have jackd on your system which would be an issue if that's the case.

samaaron avatar Sep 04 '22 20:09 samaaron