Kodi crashes on network upon startup
#1
recently kodi has just failed completely. I created a new MYSQL server and a new profile on the HTPC and it is reading perfectly on the HTPC. When I copy the advancedsettings file on my laptop and try to run kodi (both running same version) it crashed immediately on startup.

Can anyone please help me on this? the ip address are both the same and the correct ip address.
Reply
#2
This is my advanced file.

<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.0.8</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
<name>Nickvideo</name>
</videodatabase>

<musicdatabase>
<type>mysql</type>
<host>192.168.0.8</host>
<port>3306</port>
<user>kodi</user>
<pass>kodi</pass>
<name>Nickmusic</name>
</musicdatabase>
</advancedsettings>

I have the exact same on all of the computers and my file directory is under SMB.
Reply
#3
debug log needed.
Reply
#4
Sorry I have been busy and just gave up on it but now I have some time since I am back from college and tried to do a fresh install and I'm still having problems. Here is a log file

http://pastebin.com/CMyWuDK9
Reply
#5
so why are you trying to load a separate database that doesn't exist?

Code:
<advancedsettings>
                                              <videodatabase>
                                                <type>mysql</type>
                                                <host>192.168.0.27</host>
                                                <port>3306</port>
                                                <user>pi</user>
                                                <pass>pi</pass>
                                                <name>pi_video</name>
                                              </videodatabase>
                                              <musicdatabase>
                                                <type>mysql</type>
                                                <host>192&apos;168.0.27</host>
                                                <port>3306</port>
                                                <user>pi</user>
                                                <pass>pi</pass>
                                                <name>pi_music</name>
                                              </musicdatabase>
Reply
#6
also notice the typo in your music database host.
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi crashes on network upon startup0