Kodi Community Forum

Full Version: Kodi 18 RC4 and RC5.2 hangs during startup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!
Kodi is running fine on my Mac with v18 RC3. 
After release of the RC4 i installed it. But the system won't start. It hangs on the start screen. 
So i switched back die RC3 without any problems.
Yesterday i saw the RC5 and installed it because there were something about MySQL optimization (but only older one). Starting was working, but no media sources were in:
No episodes, no movies, no music, no concerts. 
After restart the system hangs again on the same point- The Kodi picture appears but nothing is working. The log was saying the one movie db (movies 127?!? - not sure) was missing.

Switched back again to RC3 and it's working again.
Post a debug log (wiki) of the rc5 startup
Sorry for late reply:

https://paste.kodi.tv/iyavaxaget.kodi

Since 15 minutes nothing happens.
Drop MyVideos115 table in mysql and try again
I think you mean MyVideos116 ?
115 isn't existing.

1.) Dropped MyVideos116 and restarted Kodi. Start was working but without sources or db entries. Restart of Kodi and same problem again. MyVideos116 again in MySQL.
2.) Dropped MyVideos116 again and restarted the Mac. Kodi boot screen came up with the info: database migration is running ... please wait. I'm eating für 35 minutes. Kodi hangs again.

Log: 
https://paste.kodi.tv/gorituduge.kodi
That log shows that db migration has failed (and unfortunately hung Kodi). It looks like MyVideos113 vdb that it is trying to migrate from is in some way corrupt. At least the version table does not exist. Yet is RC3 still working?
It is trying to migrate MyVideos113 to MyVideos116 and that is failing on the version table:

Code:
18:48:13.542 T:123145464459264   ERROR: Unable to open database: MyVideos116 [1049](Unknown database 'myvideos116')
18:48:13.620 T:123145464459264   ERROR: Unable to open database: MyVideos115 [1049](Unknown database 'myvideos115')
18:48:13.702 T:123145464459264   ERROR: Unable to open database: MyVideos114 [1049](Unknown database 'myvideos114')
18:48:13.866 T:123145464459264  NOTICE: Old database found - updating from version 113 to 116
18:48:21.367 T:123145464459264   ERROR: SQL: [MyVideos116] The table does not exist
                                            Query: SELECT idVersion FROM version
18:48:21.368 T:123145464459264   ERROR: Process error processing job

Check the MyVideos113 database and see if it contains a table: version
Switched back to RC3. This one is working.

Logfile if interesting:

https://paste.kodi.tv/rekajojeqe.kodi
Running database version MyVideos112
So 113 is broken and could be removed. Then it should do an update from 112 to 116
(2019-01-19, 20:48)MarkusK Wrote: [ -> ]Switched back to RC3. This one is working.
That's nice but we're not interesting in older versions.
Try RC5 again, enable debugging, and also enable the Database component for debugging.

I take it you are using the Synology 916+, which exact MySQL/MariaDB server is running on it?
Wow !
Perfect support.
Removed 113 and 116 and than a full restart with change to RC5.2

It's working now :-)

Thanks mates - incredible!
(2019-01-19, 20:55)Klojum Wrote: [ -> ]
(2019-01-19, 20:48)MarkusK Wrote: [ -> ]Switched back to RC3. This one is working.
That's nice but we're not interesting in older versions.
Try RC5 again, enable debugging, and also enable the Database component for debugging.

I take it you are using the Synology 916+, which exact MySQL/MariaDB server is running on it? 
 The MySQL DB is running on the Mac Mini, not on the Synology.
And the version is: 8.0.13
Thread marked solved.