Posts by Iridium

    I just tried on a RPi4 (4G) without any issues.

    I remember seeing something similar in the past, caused by a lack of memory. There was a fix, but I cannot remember what it was but it was basically reducing picture thumbnails. Search Kodi thumbnails in your favourite search engine and you might find an answer.

    If you're still having issues.

    Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link

    It would help if you had advised us of your HW (RPi, X86 etc) and release of LE you are using.

    Might be Similar

    Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link

    Unless you see a yellow lightning bolt on boot then you *should* not have a problem.

    To be SURE:

    vcgencmd get_throttled.

    If 0x0 then you are fine.

    However that is just the RPi, not an overall quality. Check dmesg for -7xx issues.


    I've ALWAYS used official RPi power supply without any issues.

    I tend to use "native" NFS not SMB for preference but if that is not possible - try the SMB native, Also 5GHz if not already (Depends on location, distances etc.)

    To test the Wifi strength use:

    watch -n 5 iwconfig or use one of the many apps on your phone.

    If you want more detailed information, boot Raspbian and install wavemon.

    Also you didn't explain what your NAS is - maybe that is the issue.

    Can you also explain what USB Wifi you are using. If using a "small" dongle, then you're not going to get much better reception than the internal one. Get one with a big antenna.

    Try to move the adapter (with a extension cable) so that it is not blocked by anything - eg. TV, bookcase.

    As TonP mentioned No. 4 is the one to go for if you have to, but Kodi, with all their years of experience probably know more than us mere mortals.

    Generally mucking about with the video cache will have little effect unless you know what you are doing. Any changes usually have a knock on event elsewhere.

    In you case, you have memorysize of 0. So unless you have LE booting from a USB HDD/SSD with at least 16GB of free space, you will run into issues with Kodi stalling or even crashing. If booting from SD then you are putting a lot of wear and tear on your card, which could also be causing problems.

    I would remove your changes in advancedsettings.xml and look at your SMB server and Wifi connection.

    I had similar issues which was resolved by buying a decent Wifi adapter (With a large aerial) and using 5GHz

    You could also try "native" SMB connections Wiki rather than the Kodi internal SMB connection.

    I managed to recreate the error - but still no idea what is causing it.

    2019-11-08 09:41:34.809 T:3011690512 INFO: loading settings

    2019-11-08 09:41:34.809 T:3011690512 ERROR: CProfileManager: error loading special://masterprofile/profiles.xml, Line 0

    Failed to open file

    2019-11-08 09:41:34.809 T:3011690512 NOTICE: special://profile/ is mapped to: special://masterprofile/

    2019-11-08 09:41:34.809 T:3011690512 FATAL: unable to load profile

    Edit the SD card on *another* machine.

    Code
    cd /storage/kodi/userdata
    cp profiles.xml profiles.xml.orig
    rm profiles.xml
    touch profiles.xml

    Place SD card in RPi and boot. It should start up in safemode.

    To return to normal operation:

    Code
    cd /storage/kodi-FAILED/userdata
    rm profiles.xml
    cp profiles.xml.orig profiles.xml

    Now reboot and Kodi should start normally.