Kodi Community Forum

Full Version: Frodo RC2 Crashing on Startup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
and advancedsettings.xml / mysql [/code]seems to be the culprit. When i take the file out of the userdata folder it starts up just fine, but when i put it back in it crashes in Windows 8. My file is as shown:

Code:
<advancedsettings>

   <videodatabase>

        <type>mysql</type>

        <host>192.168.1.132</host>

        <port>3306</port>

        <user>xbmc</user>

        <pass>xbmc</pass>

    </videodatabase>


    <musicdatabase>

        <type>mysql</type>

        <host>192.168.1.132</host>

        <port>3306</port>

        <user>xbmc</user>

        <pass>xbmc</pass>

      

    </musicdatabase>
</advancedsettings>


My log file is here:
http://pastebin.com/G5ELkPx7
Its looking like it crashes because it can't find the database. How can I fix this so i can get my shared library working again?
fixed this by deleting all databases in mysql and starting over. not the best way, but at least im up.