Hi,
i made a fresh install on my new Pi2,
i put my config files advancedsettings.xml, sources.xml … i had on my old Pi working with Kodi too
But Kodi keep restarting after crashing every minutes
here is full kodi.log : Debian paste error
there is no error at the end
i can navigate in the menus before it crashes
What version of xbmc/kodi are running on the other installs? The Pi may be trying to update database versions which is very power hungry. If possible the database update would be better run on a more powerful system
Try starting with a clean .kodi folder by renaming /home/osmc/.kodi to .kodi.bak or whatever then restart kodi
Next copy advancedsettings over to /home/osmc/.kodi/userdata/advancedsettings.xml and restart Kodi, does it start?
OK, I’m at a loss you can see it querying the movie database right at the end. Not sure of your skill level but assuming MySql still has the earlier database versions you could try dropping the video90 database then open osmc to have it upgrade your database to the newest version. Hopefullu I make sense
Only other thought is to check /usr/share/kodi/system/advancedsettings.xml for corruption or a setting causing problemsbut I see nothing in my version. I see some image manipulation going on in your version. Mine contains:
What happens if you remove /userdata/advancedsettings.xml then set up a local video library? I’ve been assuming it’s a database problem and the logs indicate it seems to happen when accessing the video database.
Is it the database or some data processing/handling task which is crashing, maybe an image causing problems when it is being resized by the /system/advancedsettings.xml There are 2 advancedsettings files if you weren’t aware one in userdata/ and one in /usr/share/kodi/system/ your system one has some image size restrictions which aren’t in my copy, not sure why but I’ using a Pi B+ while you have a Pi2
I went on phpmyadmin and run a check on my database, it appears a view was marked as crashed
While it didn’t bothered the others Kodi on my network running on windows and Pi B+
It seems the kodi with osmc alpha4 on Pi2 can’t handle this kind of error
So i executed a “repair table” on each table of the database and now everything is fine
Thanks again for your support.
Let’s hope this thread could help others
Had the same error, random crashes of kodi under windows with connection to the MySQL Database. I could not repair, so i removed the tables and let Kodi create new ones