I upgraded Raspbian to Buster but now I cannot launch kodi
In the past, I followed this guide to run raspbian with console only (not lightdm) and I had a rule in rc.local to execute kodi as pi user (su pi -c kodi).
Now I have a lot of errors executing kodi:
Code: Select all
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
ERROR: Unable to create GUI. Exiting
Code: Select all
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
/usr/lib/arm-linux-gnueabihf/kodi/kodi-xrandr: Failed to get size of gamma for output default
libEGL warning: DRI2: failed to authenticate
Segmentation fault (core dumped)
^C/usr/bin/xinit: connection to X server lost
Code: Select all
19:07:09.629 T:2901622800 ERROR: DBus: Error org.freedesktop.DBus.Error.InvalidArgs - No existe la propiedad «CanSuspend»
19:07:09.631 T:2901622800 ERROR: DBus: Error org.freedesktop.DBus.Error.InvalidArgs - No existe la propiedad «CanHibernate»
19:07:11.945 T:2901622800 ERROR: X11 Error: No Display found
19:07:11.945 T:2901622800 FATAL: CApplication::Create: Unable to init windowing system
I have checked this guides but I cannot fix it:
https://www.raspberrypi.org/forums/view ... 5#p1488386
https://www.raspberrypi.org/forums/view ... 5&t=244514