Evening all,
Thanks for the latest update. The installation appeared to go well, but I’m now getting a sad face/black screen loop after the update (from My OSMC app).
Here’s the logs: http://paste.osmc.tv/ogawemevom
I’ve done some troubleshooting after looking through the logs (though to be honest, I don’t really know what I’m looking for). I’ve so far tried:
*Removing redundant fstab commands from advancedsettings.xml
*Removing redundant fstab and an NFS share reference from Sources.xml
*Connecting the Vero4K+ directly to soundbar (bypassing HDMI switch, which seemed to be reporting incorrect/missing EDID details in the initial logs I pulled)
*Renaming guisettings.xml and rebooting to allow a new file to be created
And the following reinstalls from SSH
sudo rm -r /var/lib/apt/lists/*
sudo apt-get update
sudo apt-get dist-upgrade
reboot
sudo apt-get update
sudo apt-get install --reinstall vero3-mediacenter-osmc
sudo systemctl stop mediacenter
sudo apt-get clean
sudo apt-get install --reinstall vero3-mediacenter-osmc
sudo systemctl start mediacenter
And renaming .kodi folder, restarting mediacenter with default settings.
But none of the above made any difference, same sad face/black screen loop.
I’m not really sure what I’m looking at but this error reoccurs through the logs. Is it causing the sad face issue?
Oct 19 22:38:59 Vero4 mediacenter[653]: /usr/bin/mediacenter: line 212: 782 Segmentation fault sudo -u osmc MALLOC_MMAP_THRESHOLD_=8192 LIRC_SOCKET_PATH=/var/run/lirc/lircd $KODI --standalone -fs
Oct 19 22:38:59 Vero4 mediacenter[653]: Kodi exited with return code 139 after 0 hours, 0 minutes and 3 seconds
Thanks in advance!
Brian