I updated software today and Zynthian logo shows "ERROR" in red letters

Hello

I updated software today and Zynthian logo shows “ERROR” in red letters, and then I checked the status and seems like the update package is missing pianoteq engine.

I commented out pianoteq from init.py and successfully revived my Zynthian (which is possibly the one and only Zynthian in Northeast Asia, lol), but obviously pianoteq isn’t there.

Please help me install pianoteq…

Tomoyuki

root@zynthian:~# systemctl status zynthian
● zynthian.service - Zynthian User Interface
   Loaded: loaded (/etc/systemd/system/zynthian.service; enabled)
   Active: active (running) since Tue 2017-11-14 13:21:55 GMT; 3 months 20 days ago
 Main PID: 2795 (startx)
   CGroup: /system.slice/zynthian.service
           ├─2795 /bin/sh /usr/bin/startx ./zynthian.sh -- :0 vt3
           ├─2817 xinit ./zynthian.sh -- /usr/bin/X :0 vt3 -auth /tmp/serverauth.dbOQUqLX1L
           ├─2818 /usr/lib/xorg/Xorg :0 vt3 -auth /tmp/serverauth.dbOQUqLX1L
           ├─2825 /bin/bash ./zynthian.sh
           └─4845 /usr/bin/python3 ./zynthian_gui.py

Mar 06 14:26:43 zynthian startx[2795]: class zynthian_engine_pianoteq(zynthian_engine):
Mar 06 14:26:43 zynthian startx[2795]: File "/zynthian/zynthian-ui/zyngine/zynthian_engine_pianoteq.py", line 63, in zynthian_engine_pianoteq
Mar 06 14:26:43 zynthian startx[2795]: pt_version=check_pianoteq_version()
Mar 06 14:26:43 zynthian startx[2795]: File "/zynthian/zynthian-ui/zyngine/zynthian_engine_pianoteq.py", line 45, in check_pianoteq_version
Mar 06 14:26:43 zynthian startx[2795]: pianoteq=subprocess.Popen(["/zynthian/zynthian-sw/pianoteq6/Pianoteq 6 STAGE","--version"],stdout=subprocess.PIPE)
Mar 06 14:26:43 zynthian startx[2795]: File "/usr/lib/python3.4/subprocess.py", line 859, in __init__
Mar 06 14:26:43 zynthian startx[2795]: restore_signals, start_new_session)
Mar 06 14:26:43 zynthian startx[2795]: File "/usr/lib/python3.4/subprocess.py", line 1457, in _execute_child
Mar 06 14:26:43 zynthian startx[2795]: raise child_exception_type(errno_num, err_msg)
Mar 06 14:26:43 zynthian startx[2795]: FileNotFoundError: [Errno 2] No such file or directory: '/zynthian/zynthian-sw/pianoteq6/Pianoteq 6 STAGE'

I read the other article on this forum about Pianoteq just now… Ummm, may I ask, so have you included the scripts,which assume that the demo/paid module “Pianoteq” is there, into the standard Zynthian package?

have you run
update-zynthian-data.sh as well?

Sorry - perhaps my fault. Can you update again? I think it should work now without having Pianoteq installed.

Regards, Holger

Thank you, updating again solved the problem, @C0d3man.

1 Like