Do you happen to have both of these boxes running the test builds and the Kodi.old.log has something like this near the end?
error <general>: failed to initialize EGL display (EGL_BAD_ALLOC)
critical <general>: CApplication::CreateGUI - unable to init windowing system
info <general>: Stopping the application...
If so then you will just need to hang on a bit to see what Sam has to say about it. I haven’t heard back from him yet since he asked me to test. He may fix it, he may just pull the update and a reinstall will be needed.
If that isn’t you issue then you will need to post some logs. To ssh from a modern Windows PC is just a matter of right click start>run> type “cmd” and hit enter then type “ssh osmc@” and hit enter and the password unless you changed it will also be “osmc”. To grab logs from the terminal you type “grab-logs -A” and it will return a url.
You have the Development/Testing Repository hardcoded in your sources.list. This is surely not recommended unless you know what you do. For the time being I suggest you wait a day and then update again. After the box is working again as expected remove the line deb http://apt.osmc.tv bullseye-devel main from your sources.list.
====================== APT sources.list =================== ZZz2wrJ1
deb http://ftp.debian.org/debian bullseye main contrib non-free
deb http://ftp.debian.org/debian/ bullseye-updates main contrib non-free
deb http://security.debian.org/ bullseye-security main contrib non-free
deb http://apt.osmc.tv bullseye main
deb http://apt.osmc.tv bullseye-devel main
---------------------- APT sources.list END --------------- ZZz2wrJ1
The only issues I have previously had have been when updates have not included the PVR, but I just posted here and an update was released that I got pushed out. I also edited a setting to try and get my favourite addon (TVShowNextAired) working but that was in the add-on code.
Can you point me to some instructions on how do I do that?
and then in this text editor you would delete the last line that reads “deb http://apt.osmc.tv bullseye-devel main” but do not modify any of the lines previous to that. You would then press ctrl+x, then y, then enter to save and exit.