Kodi Community Forum

Full Version: Crashes when updating library.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have started getting crashes now when updating my library.

This is a fresh install of the December 9th nightly.
OS 4.3
I used this method to install it http://wiki.xbmc.org/index.php?title..._nightly_build

All I have done after install is add
Code:
<advancedsettings>
  <pathsubstitution>
    <substitute>
      <from>special://masterprofile/Thumbnails/</from>
      <to>nfs://192.168.1.100/XBMCpathsubs/Thumbnails/</to>
    </substitute>
  </pathsubstitution>

    <videodatabase>
        <type>mysql</type>
        <host>192.168.1.100</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
        <name>xbmc_video</name>
    </videodatabase>

    <musicdatabase>
        <type>mysql</type>
        <host>192.168.1.100</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
        <name>xbmc_music</name>
    </musicdatabase>

I have MySQL running on my server. I have two NFS shares, one for thumbnails which has no restrictions and a media share with -readonly.
I am using Hanewin to serve them.

http://pastebin.com/mQVrf5Lt

The log does end like that.


Any help would be great.
Switch pathsubstitution to SMB, something simular has been discussed over here and Memphiz already noticed that there might be an issue with pathsubstition when NFS is used. If your XBMC crashes completely, then please provide your crashreporter logs aswell
Ah thanks, I will try that when I get home.
Here is the crashreporter log in the mean time.

http://pastebin.com/gJzchsLA
http://pastebin.com/i1BiiCeQ

syslog
http://pastebin.com/9Fv5neu0
I have an atv2 running 4.4 with an Eden build installed today. My music library is shared via Dlink DNS 320 NAS

When Updating my music library xbmc was crashing out and returning me to the main atv menu.

Have confirmed this via SMB and NFS mounts.

I suspect a dodgy character in one of my folders was causing the library update to fail. I could see where the Library Update bombed out so I tried renaming the folder but had to remove the offending album completely. The update is now going ahead smoothly.

It was the Bee Gees causing the xbmc "Tragedy"....

Hope this helps someone.