RaySession
RaySession copied to clipboard
Installing over an existent installation breaks RaySession
Hello there !
Ubuntu Studio 18.04 Python version: 3.6.9 Qt version: 5.9.5 PyQt version: 5.10.1
Version 0.9.0 built from last sources, installed with sudo make install over the last installation.
I can't create new sessions from jack patch or jack config template, nothing happening...
studio@studio-Dell:~$ raysession -d
QApplication: invalid style override passed, ignoring it.
OSC::daemon sends ('/ray/gui/server/announce', '0.9.0', 0, 110, '/home/studio/Ray Sessions', 1)
OSC::daemon sends ('/ray/gui/server/status', 0)
OSC::daemon sends ('/ray/gui/session/name', '', '')
OSC::daemon sends ('/ray/gui/session/notes', '')
[ray-daemon]GUI connected at osc.udp://studio-Dell:18252/
OSC::gui_receives /ray/gui/server/announce, siisi, ['0.9.0', 0, 110, '/home/studio/Ray Sessions', 1], osc.udp://127.0.0.1:16187/
OSC::gui_receives /ray/gui/server/status, i, [0], osc.udp://127.0.0.1:16187/
OSC::gui_receives /ray/gui/session/name, ss, ['', ''], osc.udp://127.0.0.1:16187/
OSC::gui_receives /ray/gui/session/notes, s, [''], osc.udp://127.0.0.1:16187/
[ray-daemon]URL : osc.udp://192.168.42.145:16187/
[ray-daemon] osc.udp://studio-Dell:16187/
[ray-daemon]ROOT: /home/studio/Ray Sessions
OSC::gui sends ('/ray/server/list_sessions', 1)
OSC::gui sends ('/ray/server/list_session_templates',)
OSC::daemon_receives /ray/server/list_sessions, i, [1], osc.udp://127.0.0.1:18252/
OSC::daemon_receives /ray/server/list_session_templates, , [], osc.udp://127.0.0.1:18252/
OSC::daemon sends ('/reply', '/ray/server/list_sessions')
OSC::gui_receives /reply, s, ['/ray/server/list_sessions'], osc.udp://127.0.0.1:16187/
OSC::gui sends ('/ray/server/new_session', 'test01', '///with_jack_patch')
OSC::daemon_receives /ray/server/new_session, ss, ['test01', '///with_jack_patch'], osc.udp://127.0.0.1:18252/
OSC::daemon sends ('/ray/gui/server/status', 6)
OSC::daemon sends ('/ray/gui/session/name', 'test01', '/home/studio/Ray Sessions/test01')
OSC::daemon sends ('/ray/gui/server/message', 'start copy from template to session folder')
OSC::daemon sends ('/ray/gui/server/status', 0)
OSC::gui_receives /ray/gui/server/status, i, [6], osc.udp://127.0.0.1:16187/
OSC::gui_receives /ray/gui/session/name, ss, ['test01', '/home/studio/Ray Sessions/test01'], osc.udp://127.0.0.1:16187/
OSC::daemon sends ('/ray/gui/session/name', '', '')
OSC::gui_receives /ray/gui/server/message, s, ['start copy from template to session folder'], osc.udp://127.0.0.1:16187/
OSC::gui_receives /ray/gui/server/status, i, [0], osc.udp://127.0.0.1:16187/
OSC::gui_receives /ray/gui/session/name, ss, ['', ''], osc.udp://127.0.0.1:16187/
Weird : Installing on another system (same specifications), without a preexistent raysession install, RS works as expected. I've tried to erase config files, with no success.
I forgot to say that previous version was working like a charm.
Fixed by removing /usr/local/bin stuff and /usr/local/share/raysession, and reinstalling.
Forgot to report it but I had an issue with make install that I resolved with the same solution:
Removing Ray stuff from /usr/local/bin and /usr/local/share/raysession before doing make install.
ok, so make install should uninstall before install, thanks for the report.
so
sudo make uninstall
before
sudo make install
will do the job done. Thanks