Making some progress, I can connect via ssh, maiden, good! Still can’t resolve this supercollider fail issue though.
norns version appears to be at 191201, but I’m not confident the update completed fully. should i have gotten a message onscreen?
some errors:
maiden errors
BATTERY: FAIL.
s=libdns_sd&e=matron>
OSC rx port: 8888
OSC crone port: 9999
OSC ext port: 57120
starting lua vm
running lua config file: dofile('/home/we/norns/lua/core/config.lua')
MATRON
norns version: 0.0.0
git hash: 9ceae9a5
running startup
start_audio():
script clear
norns.startup_status.timeout
SCRIPT ERROR: SUPERCOLLIDER FAIL
when I ssh into norns, I see the following when i run sclang:
sclang errors
-----------------------------------
ERROR: Command line parse failed
-> nil
sc3> JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
ERROR: syntax error, unexpected KEYBINOP, expecting $end
in interpreted text
line 1 char 20:
JackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlock
^^^^^^^^^^^^^^^^^^^^
-----------------------------------
ERROR: Command line parse failed
-> nil
sc3> terminate called without an active exception
ERROR: syntax error, unexpected NAME, expecting $end
in interpreted text
line 1 char 16:
terminate called without an active exception
^^^^^^
-----------------------------------
ERROR: Command line parse failed
-> nil
sc3> could not initialize audio.
ERROR: syntax error, unexpected NAME, expecting $end
in interpreted text
line 1 char 9:
could not initialize audio.
^^^
-----------------------------------
ERROR: Command line parse failed
-> nil
sc3> Server 'localhost' exited with exit code 0.
ERROR: syntax error, unexpected SYMBOL, expecting $end
in interpreted text
line 1 char 18:
Server 'localhost' exited with exit code 0.
^^^^^^^^^^^
-----------------------------------
ERROR: Command line parse failed
In case there is something that needs changing in config.lua:
config.lua
local lib = norns..'/lib/?.lua;'
local softcut = norns..'/softcut/?.lua;'
local dust = home..'/dust/code/?.lua;'
package.path = sys..core..params..lib..softcut..dust..package.path
-- print('package.path: ' .. package.path)
_path = {}
_path.home = home
_path.dust = home..'/dust/'
_path.code = _path.dust..'code/'
_path.audio = _path.dust..'audio/'
_path.data = _path.dust..'data/'
trying to run 190212/update.sh manually:
update.sh
127.0.0.1 ~/update/191201 $ ./update.sh
cp: cannot create regular file '/home/we/webdav/webdav': Text file busy
'/home/we/maiden/dist/sources/base.json' -> '/home/we/dust/data/sources/base.json'
'/home/we/maiden/dist/sources/community.json' -> '/home/we/dust/data/sources/community.json'
cp: cannot stat '/home/we/maiden/dist/catalogs/*.json': No such file or directory