kodi-imx 15.0-4
Fresh install since I was having problems with my last image. I usually screw around with the configurations so I figured a fresh install would be good. I ran through all of the standard steps and installed all required packages. What I am seeing is kodi starting up but never bringing up the Confluence menus, just the background. I enabled debugging via the advancedsettings.xml to see what was going on. Kodi was also nice enough to create a crash report in ~kodi/.
The last line of every crash report I have (20+) reads roughly same:
$this->bbcode_second_pass_code('', '23:23:30 T:1670542128 DEBUG: RunQuery took 2 ms for 5 items query: select * from movie_view ORDER BY dateAdded desc, idMovie desc LIMIT 10
')
My solution was to delete my movies database from ~kodi/.kodi/userdata/Database/ and disable "updateonstartup" in the guisetings.xml. Once I did all of that, kodi started just fine.
Prior to deleting the movies database, I was able to execute the query reported in the crash report and it returned immediately.