Video quits unexpectedly when playing from NAS
#1
Background:
I've had a Windows HTPC (Ivy Bridge i5, 8GB mem, ATI 7850, Windows10, SSD boot drive) up and running for a few years (it gets used as a game console as well). All the content used to be played locally, from a 3TB internal HDD. I needed to expand my storage, and I wanted a low powered solution to leave on for automated downloads so I bought a NAS (WD EX4100) and a Raspberry Pi (running arch linux) to run my automation. The Pi connects to my NAS via a NFS mount, running couchpotato, sonarr, nzbget, transmission, which all works all flawlessly. With everything server side ready to go, I transferred my content over to my NAS and reconfigured Kodi to play from the SMB share hosted by the NAS. All server software removed from the Windows HTCP, it's now just a content player.

Problem:
When played via the SMB share in Kodi, movies are quitting unexpectedly. I adjusted my buffers in the advancedsettings.xml but that doesn't seem to have corrected the issue.
Files played via VLC from the NAS have no issue.
Files played locally via Kodi have no issue.

Problem comes up in HD movies, anywhere from 3-20 min, and will repeat in another 3-20 min after you resume the movie.
Happens with any movie that I've tested so far.
30-40 min Anime hasn't had an issue oddly.

Info and Tshoot:
NAS remains accessible, you can immediately resume the movie.
I had 2 switches involved, but I've tried bypassed both of them to rule out any local network issues and the problem remains.
NAS has plenty of bandwidth, 113 MB/sec (904 Mbps) sustained read speeds are capable.
I've tried both SMB and mapped windows drive mount, direct SMB seems to be the preference, but both configs have the issue.

Problem present on kodi ver 15.2(dx11) and 16.0a4
I also reinstalled with clean settings just to be sure

I'm at a loss, and there seems to be next to zero information for solutions beyond buffer settings when searching for this issue.


advancedsettings.xml:

Code:
<advancedsettings>
  <network>
    <buffermode>1</buffermode>
    <cachemembuffersize>157286400</cachemembuffersize>
    <readbufferfactor>40</readbufferfactor>
    <curllowspeedtime>300</curllowspeedtime>
  </network>
</advancedsettings>

Relevant log file information:

Code:
19:31:36 T:6828  NOTICE: special://profile/ is mapped to: special://masterprofile/
19:31:36 T:6828  NOTICE: -----------------------------------------------------------------------
19:31:36 T:6828  NOTICE: Starting Kodi (15.2 Git:20151021-0acf62c). Platform: Windows NT x86 32-bit
19:31:36 T:6828  NOTICE: Using Release Kodi x32 build
19:31:36 T:6828  NOTICE: Kodi compiled Oct 21 2015 by MSVC 180030723 for Windows NT x86 32-bit version 6.0 (0x06000000)
19:31:36 T:6828  NOTICE: Running on Windows 10, kernel: Windows NT x86 64-bit version 10.0
19:31:36 T:6828  NOTICE: Host CPU: Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz, 4 cores available
19:31:36 T:6828  NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz
19:31:36 T:6828  NOTICE: Running with restricted rights
19:31:36 T:6828  NOTICE: Aero is enabled
19:31:36 T:6828  NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\Kodi
19:31:36 T:6828  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\Kodi
19:31:36 T:6828  NOTICE: special://masterprofile/ is mapped to: C:\Users\Brian\AppData\Roaming\Kodi\userdata
19:31:36 T:6828  NOTICE: special://home/ is mapped to: C:\Users\Brian\AppData\Roaming\Kodi\
19:31:36 T:6828  NOTICE: special://temp/ is mapped to: C:\Users\Brian\AppData\Roaming\Kodi\cache
19:31:36 T:6828  NOTICE: The executable running is: C:\Program Files (x86)\Kodi\Kodi.exe
19:31:36 T:6828  NOTICE: Local hostname: Fractal
19:31:36 T:6828  NOTICE: Log File is located: C:\Users\Brian\AppData\Roaming\Kodi\kodi.log
19:31:36 T:6828  NOTICE: -----------------------------------------------------------------------
19:31:36 T:6828  NOTICE: load settings...
19:31:36 T:6876  NOTICE: Thread CWin32PowerStateWorker start, auto delete: false
19:31:36 T:6828 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
19:31:36 T:6828 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
19:31:36 T:6828  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
19:31:36 T:6828  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
19:31:36 T:6828  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <loglevel hide="false">3</loglevel>
                                              <network>
                                                <buffermode>1</buffermode>
                                                <cachemembuffersize>157286400</cachemembuffersize>
                                                <readbufferfactor>40</readbufferfactor>
                                                <curllowspeedtime>300</curllowspeedtime>
                                              </network>
                                            </advancedsettings>
                                            <seeksteps>7, 15, 30, 60, 90, 180, 300, 600, 900, 1800</seeksteps>
                                            <samba>
                                              <doscodepage />
                                              <!-- code page to use for filenames -->
                                              <clienttimeout>20</clienttimeout>
                                              <!-- timeout (in seconds) -->
                                              <statfiles>true</statfiles>
                                              <!-- Set to false to disable smb stat() on files to speed up listings of large directories (over slow links) -->
                                            </samba>
19:31:36 T:6828  NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
19:31:36 T:6828  NOTICE: Default DVD Player: dvdplayer
19:31:36 T:6828  NOTICE: Default Video Player: dvdplayer
19:31:36 T:6828  NOTICE: Default Audio Player: paplayer
19:31:36 T:6828  NOTICE: Disabled debug logging due to GUI setting. Level 1.
19:31:36 T:6828  NOTICE: Log level changed to "LOG_LEVEL_DEBUG"
19:31:36 T:6828  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
19:31:36 T:6828   DEBUG: CMediaSourceSettings:    Setting <default> source to : Music
19:31:36 T:6828  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
19:31:36 T:6828   DEBUG: CPlayerCoreConfig::<ctor>: created player DVDPlayer for core 1
19:31:36 T:6828   DEBUG: CPlayerCoreConfig::<ctor>: created player oldmplayercore for core 1
19:31:36 T:6828   DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer for core 3
19:31:36 T:6828   DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
19:31:36 T:6828   DEBUG: CPlayerSelectionRule::Initialize: creating rule: hdhomerun/mms/udp
19:31:36 T:6828   DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
19:31:36 T:6828   DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
19:31:36 T:6828   DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
19:31:36 T:6828   DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
19:31:36 T:6828   DEBUG: CPlayerSelectionRule::Initialize: creating rule: aacp/sdp
19:31:36 T:6828   DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
19:31:36 T:6828   DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
19:31:36 T:6828   DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
19:31:36 T:6828   DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
19:31:36 T:6828   DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
19:31:36 T:6828   DEBUG: CPlayerSelectionRule::Initialize: creating rule: radio
19:31:36 T:6828  NOTICE: Loaded playercorefactory configuration
19:31:36 T:6828  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
19:31:36 T:6828  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
19:31:36 T:6828    INFO: creating subdirectories
19:31:36 T:6828    INFO: userdata folder: special://masterprofile/
19:31:36 T:6828    INFO: recording folder: R:\Music\
19:31:36 T:6828    INFO: screenshots folder:
19:31:36 T:6884  NOTICE: Thread ActiveAE start, auto delete: false
19:31:36 T:6888  NOTICE: Thread AESink start, auto delete: false
19:31:36 T:6884  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTSHD" on device "1 - SAMSUNG (AMD High Definition Audio Device)" seems to be not supported.
19:31:36 T:6884  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_TRUEHD" on device "1 - SAMSUNG (AMD High Definition Audio Device)" seems to be not supported.
19:31:36 T:6884  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_EAC3" on device "1 - SAMSUNG (AMD High Definition Audio Device)" seems to be not supported.
19:31:36 T:6884  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTS" on device "1 - SAMSUNG (AMD High Definition Audio Device)" seems to be not supported.
19:31:36 T:6884  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_AC3" on device "1 - SAMSUNG (AMD High Definition Audio Device)" seems to be not supported.
19:31:36 T:6884  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: sample rate 192khz on device "1 - SAMSUNG (AMD High Definition Audio Device)" seems to be not supported.
19:31:36 T:6884  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_LPCM" on device "1 - SAMSUNG (AMD High Definition Audio Device)" seems to be not supported.
19:31:36 T:6884  NOTICE: Found 2 Lists of Devices
19:31:36 T:6884  NOTICE: Enumerated DIRECTSOUND devices:
19:31:36 T:6884  NOTICE:     Device 1
19:31:36 T:6884  NOTICE:         m_deviceName      : {2C420CBE-85DF-408E-A806-C0B6DB2F1985}
19:31:36 T:6884  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output(Optical) (Realtek High Definition Audio)
19:31:36 T:6884  NOTICE:         m_displayNameExtra: DIRECTSOUND: Realtek Digital Output(Optical) (Realtek High Definition Audio)
19:31:36 T:6884  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
19:31:36 T:6884  NOTICE:         m_channels        : FL,FR
19:31:36 T:6884  NOTICE:         m_sampleRates     : 48000
19:31:36 T:6884  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
19:31:36 T:6884  NOTICE:     Device 2
19:31:36 T:6884  NOTICE:         m_deviceName      : {75CCB398-5B84-417F-BA77-78E8AE43F1D1}
19:31:36 T:6884  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
19:31:36 T:6884  NOTICE:         m_displayNameExtra: DIRECTSOUND: Realtek Digital Output (Realtek High Definition Audio)
19:31:36 T:6884  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
19:31:36 T:6884  NOTICE:         m_channels        : FL,FR
19:31:36 T:6884  NOTICE:         m_sampleRates     : 48000
19:31:36 T:6884  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
19:31:36 T:6884  NOTICE:     Device 3
19:31:36 T:6884  NOTICE:         m_deviceName      : {A3D33747-36B3-488E-A16B-B83AE7981647}
19:31:36 T:6884  NOTICE:         m_displayName     : HDMI - 1 - SAMSUNG (AMD High Definition Audio Device)
19:31:36 T:6884  NOTICE:         m_displayNameExtra: DIRECTSOUND: 1 - SAMSUNG (AMD High Definition Audio Device)
19:31:36 T:6884  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
19:31:36 T:6884  NOTICE:         m_channels        : FL,FR
19:31:36 T:6884  NOTICE:         m_sampleRates     : 48000
19:31:36 T:6884  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
19:31:36 T:6884  NOTICE:     Device 4
19:31:36 T:6884  NOTICE:         m_deviceName      : default
19:31:36 T:6884  NOTICE:         m_displayName     : default
19:31:36 T:6884  NOTICE:         m_displayNameExtra:
19:31:36 T:6884  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
19:31:36 T:6884  NOTICE:         m_channels        : FL,FR
19:31:36 T:6884  NOTICE:         m_sampleRates     : 48000
19:31:36 T:6884  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
19:31:36 T:6884  NOTICE: Enumerated WASAPI devices:
19:31:36 T:6884  NOTICE:     Device 1
19:31:36 T:6884  NOTICE:         m_deviceName      : {2C420CBE-85DF-408E-A806-C0B6DB2F1985}
19:31:36 T:6884  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output(Optical) (Realtek High Definition Audio)
19:31:36 T:6884  NOTICE:         m_displayNameExtra: WASAPI: Realtek Digital Output(Optical) (Realtek High Definition Audio)
19:31:36 T:6884  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
19:31:36 T:6884  NOTICE:         m_channels        : FL,FR
19:31:36 T:6884  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
19:31:36 T:6884  NOTICE:         m_dataFormats     : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
19:31:36 T:6884  NOTICE:     Device 2
19:31:36 T:6884  NOTICE:         m_deviceName      : {75CCB398-5B84-417F-BA77-78E8AE43F1D1}
19:31:36 T:6884  NOTICE:         m_displayName     : SPDIF - Realtek Digital Output (Realtek High Definition Audio)
19:31:36 T:6884  NOTICE:         m_displayNameExtra: WASAPI: Realtek Digital Output (Realtek High Definition Audio)
19:31:36 T:6884  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
19:31:36 T:6884  NOTICE:         m_channels        : FL,FR
19:31:36 T:6884  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
19:31:36 T:6884  NOTICE:         m_dataFormats     : AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
19:31:36 T:6884  NOTICE:     Device 3
19:31:36 T:6884  NOTICE:         m_deviceName      : {A3D33747-36B3-488E-A16B-B83AE7981647}
19:31:36 T:6884  NOTICE:         m_displayName     : HDMI - 1 - SAMSUNG (AMD High Definition Audio Device)
19:31:36 T:6884  NOTICE:         m_displayNameExtra: WASAPI: 1 - SAMSUNG (AMD High Definition Audio Device)
19:31:36 T:6884  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
19:31:36 T:6884  NOTICE:         m_channels        : FL,FR
19:31:36 T:6884  NOTICE:         m_sampleRates     : 192000,48000,44100,32000
19:31:36 T:6884  NOTICE:         m_dataFormats     : AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
19:31:36 T:6884  NOTICE:     Device 4
19:31:36 T:6884  NOTICE:         m_deviceName      : default
19:31:36 T:6884  NOTICE:         m_displayName     : default
19:31:36 T:6884  NOTICE:         m_displayNameExtra:
19:31:36 T:6884  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
19:31:36 T:6884  NOTICE:         m_channels        : FL,FR
19:31:36 T:6884  NOTICE:         m_sampleRates     : 192000,48000,44100,32000
19:31:36 T:6884  NOTICE:         m_dataFormats     : AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_S24NE4MSB,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
19:31:36 T:6888    INFO: CActiveAESink::OpenSink - initialize sink
19:31:36 T:6888   DEBUG: CActiveAESink::OpenSink - trying to open device DIRECTSOUND:default
19:31:36 T:6888   DEBUG: CAESinkDirectSound::Initialize: Using Window handle: 65552
19:31:36 T:6888   DEBUG: CAESinkDirectSound::Initialize: secondary buffer created
19:31:36 T:6888   DEBUG: CAESinkDirectSound::Initialize: Initializing DirectSound with the following parameters:
19:31:36 T:6888   DEBUG:   Audio Device    : 1 - SAMSUNG (AMD High Definition Audio Device)
19:31:36 T:6888   DEBUG:   Sample Rate     : 44100
19:31:36 T:6888   DEBUG:   Sample Format   : AE_FMT_FLOAT
19:31:36 T:6888   DEBUG:   Bits Per Sample : 32
19:31:36 T:6888   DEBUG:   Valid Bits/Samp : 32
19:31:36 T:6888   DEBUG:   Channel Count   : 2
19:31:36 T:6888   DEBUG:   Block Align     : 8
19:31:36 T:6888   DEBUG:   Avg. Bytes Sec  : 352800
19:31:36 T:6888   DEBUG:   Samples/Block   : 32
19:31:36 T:6888   DEBUG:   Format cBSize   : 22
19:31:36 T:6888   DEBUG:   Channel Layout  : FL,FR
19:31:36 T:6888   DEBUG:   Channel Mask    : 3
19:31:36 T:6888   DEBUG:   Frames          : 661
19:31:36 T:6888   DEBUG:   Frame Samples   : 1322
19:31:36 T:6888   DEBUG:   Frame Size      : 8
19:31:36 T:6888   DEBUG: CActiveAESink::OpenSink - DIRECTSOUND Initialized:
19:31:36 T:6888   DEBUG:   Output Device : default
19:31:36 T:6888   DEBUG:   Sample Rate   : 44100
19:31:36 T:6888   DEBUG:   Sample Format : AE_FMT_FLOAT
19:31:36 T:6888   DEBUG:   Channel Count : 2
19:31:36 T:6888   DEBUG:   Channel Layout: FL,FR
19:31:36 T:6888   DEBUG:   Frames        : 661
19:31:36 T:6888   DEBUG:   Frame Samples : 1322
19:31:36 T:6888   DEBUG:   Frame Size    : 8
19:31:36 T:6828  NOTICE: Running database version Addons19
19:31:36 T:6828   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/cpluff.dll)
19:31:36 T:6888   DEBUG: CAESinkDirectSound::CheckPlayStatus: Resuming Playback
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.audio.pandora has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.cu.lrclyrics has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in repository.addonscriptorde-beta has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.nosefart has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.crunchyroll-takeout has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in kodi.audiodecoder has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.argustv has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.wma has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in weather.wunderground has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in service.xbmc.versioncheck has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.dvblink has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.ym has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in plugin.audio.di.fm has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.musicvideos.theaudiodb.com has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.prime_instant has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.grab.fanart has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in skin.re-touched has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.pctv has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in plugin.audio.spotlight has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in service.subtitles.opensubtitles has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in skin.blackglassnova has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.iptvsimple has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.njoy has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in service.library.data.provider has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in skin.hybrid has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.vgmstream has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in service.qlock has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in skin.amber has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in skin.maximinimalism has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.dvbviewer has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in resource.language.en_gb has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.stalker has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in service.rom.collection.browser has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.musicbrainz.org has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.cinema.experience has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.local has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in xbmc.webinterface has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in audioencoder.lame has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.confluence has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.module.mechanize has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.theaudiodb.com has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.videolanguage has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.tv.show.next.aired has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.module.xbmcswift2 has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.module.requests2 has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.filmon has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox.5 has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in skin.nebula has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.aeonmq5.extrapack has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.module.addon.signals has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.fanart.tv has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.games.rom.collection.browser has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.extendedinfo has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.vbox has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in xbmc.audioencoder has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.modplug has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in kodi.guilib has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.vdr.vnsi has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in visualization.vortex has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.theaudiodb.com has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.module.chardet has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in audioencoder.vorbis has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.mediaportal.tvserver has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in audioencoder.wav has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.module.youtube.dl has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.favourites has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.wmc has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in audioencoder.flac has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.globalsearch has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in webinterface.arch has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.randomandlastitems has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in kodi.resource has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.amazon.de has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in service.skin.widgets has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in skin.metropolis has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.module.unidecode has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.skinshortcuts has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.module.simple.downloader has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.mythtv has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.vuplus has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in skin.aeonmq5 has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.artistslideshow has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.module.requests has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.sidplay has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.demo has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.artwork.downloader has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in plugin.audio.npr has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.couchpotato_manager has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in xbmc.pvr has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in resource.uisounds.amber has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.nextpvr has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in webinterface.chorus has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.album.universal has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in screensaver.qlock has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in audioencoder.xbmc.builtin.aac has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in audiodecoder.snesapu has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.theaudiodb.com has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.universal has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.module.parsedom has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in script.module.elementtree has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in repository.xlordkx has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in pvr.hts has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Plug-in xbmc.codec has been installed.'
19:31:36 T:6828   DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
19:31:36 T:6828  NOTICE: ADDONS: Using repository repository.addonscriptorde-beta
19:31:36 T:6828  NOTICE: ADDONS: Using repository repository.xbmc.org
19:31:36 T:6828  NOTICE: ADDONS: Using repository repository.xlordkx
19:31:36 T:6964  NOTICE: Thread RemoteControl start, auto delete: false
19:31:36 T:6828    INFO: CKeyboardLayoutManager: loading keyboard layouts from special://xbmc/system/keyboardlayouts...
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Arabic QWERTY" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian ЯВЕРТЪ" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Bulgarian АБВ" successfully loaded
19:31:36 T:6964   DEBUG: CRemoteControl::Connect - connecting to: ::1:24000 ...
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Danish QWERTY" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "English QWERTY" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "English AZERTY" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "English ABC" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "German QWERTZ" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Greek QWERTY" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew QWERTY" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Hebrew ABC" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Hungarian QWERTZ" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian AZERTY" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Lithuanian QWERTY" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Norwegian QWERTY" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Polish QWERTY" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Portuguese (Portugal) QWERTY" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Romanian QWERTY" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Russian ЙЦУКЕН" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Russian АБВ" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Spanish QWERTY" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Swedish QWERTY" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Turkish QWERTY" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian ЙЦУКЕН" successfully loaded
19:31:36 T:6828   DEBUG: CKeyboardLayoutManager: keyboard layout "Ukrainian АБВ" successfully loaded
19:31:36 T:6828   DEBUG: CWin32StorageProvider::Initialize: No optical drive found.
19:31:36 T:6828  NOTICE: Found screen: Generic PnP Monitor on AMD Radeon HD 7800 Series, adapter 0.
19:31:36 T:6828  NOTICE: Primary mode: 1920x1080@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Previous line repeats 2 times.
19:31:36 T:6828  NOTICE: Additional mode: 720x576@ 50.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1152x648@ 59.94 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1152x648@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1280x720@ 50.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Previous line repeats 2 times.
19:31:36 T:6828  NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Previous line repeats 2 times.
19:31:36 T:6828  NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Previous line repeats 2 times.
19:31:36 T:6828  NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1360x1024@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Previous line repeats 2 times.
19:31:36 T:6828  NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Previous line repeats 2 times.
19:31:36 T:6828  NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Previous line repeats 2 times.
19:31:36 T:6828  NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Previous line repeats 2 times.
19:31:36 T:6828  NOTICE: Additional mode: 1600x1200@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 29.97 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 30.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 29.97 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 30.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 29.97 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 30.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 23.98 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 24.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 23.98 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 24.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 23.98 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1680x1050@ 24.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1776x1000@ 59.94 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1776x1000@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1776x1000@ 29.97 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1776x1000@ 30.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1776x1000@ 29.97i - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1776x1000@ 30.00i - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1776x1000@ 24.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1920x1080@ 59.94 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1920x1080@ 50.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1920x1080@ 29.97 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1920x1080@ 30.00 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1920x1080@ 29.97i - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1920x1080@ 30.00i - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1920x1080@ 23.98 - Full Screen
19:31:36 T:6828  NOTICE: Additional mode: 1920x1080@ 24.00 - Full Screen
19:31:36 T:6828  NOTICE: Checking resolution 15
19:31:36 T:6828   DEBUG: CWinSystemWin32::ResizeInternal - resizing due to size change (0,0,1352,633)->(276,193,1644,865)
19:31:36 T:6828   DEBUG: CWinEventsWin32::WndProcWindow is active
19:31:36 T:6828   DEBUG: CWinEventsWin32::WndProc: window move event
19:31:36 T:6828   DEBUG: CWinEventsWin32::WndProc: window resize event
19:31:36 T:6828   DEBUG: CRenderSystemDX::InitRenderSystem - Initializing D3D11 Factory...
19:31:36 T:6828   DEBUG: CRenderSystemDX::SetMonitor - Selected \\.\DISPLAY1 output.
19:31:36 T:6828   DEBUG: CRenderSystemDX::SetMonitor - Selected AMD Radeon HD 7800 Series adapter.
19:31:36 T:6828   DEBUG: CRenderSystemDX::CreateDevice - on adapter AMD Radeon HD 7800 Series (VendorId: 0x1002 DeviceId: 0x6819) with feature level 0xb100.
19:31:36 T:6828   DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT
19:31:36 T:6828   DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_NPOT
19:31:36 T:6828   DEBUG: CRenderSystemDX::CreateDevice - RENDER_CAPS_DXT_NPOT
19:31:36 T:6828   DEBUG: CD3DVertexShader::CreateInternal - Create the vertex shader.
19:31:37 T:6828   DEBUG: CD3DVertexShader::CreateInternal - create the input layout.
19:31:37 T:6828   DEBUG: CD3DPixelShader::CreateInternal - Create the pixel shader.
19:31:37 T:6828   DEBUG: Previous line repeats 10 times.
19:31:37 T:6828   DEBUG: CRenderSystemDX::CreateWindowSizeDependentResources - (Re)Create window size (1352x633) dependent resources.
19:31:37 T:6828   DEBUG: CRenderSystemDX::CreateWindowSizeDependentResources - Creating swapchain in Mono mode.
19:31:37 T:6828   DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
19:31:37 T:6828   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib.dll)
19:31:37 T:6828    INFO: load keymapping
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/appcommand.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/gamepad.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/joystick.Nintendo.Wii.U.Pro.Controller.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/joystick.Ouya.Controller.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/joystick.PS4.Controller.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/keyboard.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/mouse.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/remote.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/keymaps/touchscreen.xml
19:31:37 T:6828    INFO: Loading special://xbmc/system/IRSSmap.xml
19:31:37 T:6828    INFO: * Adding remote mapping for device 'Microsoft MCE'
19:31:37 T:6828    INFO: * Adding remote mapping for device 'Abstract'
19:31:37 T:6828   DEBUG: CButtonTranslator::Load - no userdata IRSSmap.xml found, skipping
19:31:37 T:6828    INFO: GUI format 1352x633, Display Windowed
19:31:37 T:6828   DEBUG: guilib: Fill viewport on change for solving rendering passes
19:31:37 T:6828    INFO: CLangInfo: loading resource.language.en_gb language information...
19:31:37 T:6828   DEBUG: trying to set locale to eng_usa
19:31:37 T:6828    INFO: global locale set to English_United States.1252
19:31:37 T:6828    INFO: CLangInfo: loading resource.language.en_gb language strings...
19:31:37 T:6828   DEBUG: POParser: PO file has Win Style Line Endings. Converted in memory to Linux LF for file: resource://resource.language.en_gb/strings.po
19:31:37 T:6828   DEBUG: POParser: loaded 3312 strings from file resource://resource.language.en_gb/strings.po
19:31:37 T:6828   DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Motorola Nyxboard Hybrid"
19:31:37 T:6828   DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "CEC Adapter"
19:31:37 T:6828   DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "Pulse-Eight CEC Adapter"
19:31:37 T:6828   DEBUG: PERIPHERALS::CPeripherals::LoadMappings - loaded node "iMON HID device"
19:31:37 T:6828   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcec.dll)
19:31:37 T:6992  NOTICE: Thread PeripBusCEC start, auto delete: false
19:31:37 T:6828   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcurl.dll)
19:31:37 T:6996  NOTICE: Thread PeripBusUSB start, auto delete: false
19:31:37 T:6828  NOTICE: Running database version Addons19
19:31:37 T:6828   DEBUG: CDatabaseManager::Initialize, updating databases...
19:31:37 T:6828  NOTICE: Running database version ViewModes6
19:31:37 T:6828  NOTICE: Running database version Textures13
19:31:37 T:6828  NOTICE: Running database version MyMusic52
19:31:37 T:6828  NOTICE: Running database version MyVideos93
19:31:37 T:6828  NOTICE: Running database version TV29
19:31:37 T:6828  NOTICE: Running database version Epg10
19:31:37 T:6828   DEBUG: CDatabaseManager::Initialize, updating databases... DONE
19:31:37 T:6828   DEBUG: DPMS: supported power-saving modes: OFF STANDBY
19:31:37 T:6828   DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
19:31:37 T:6828   DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
19:31:37 T:6828   DEBUG: Activating window ID: 12997
19:31:37 T:6828   DEBUG: ------ Window Init () ------
19:31:37 T:6828    INFO: load splash image: C:\Program Files (x86)\Kodi\media\Splash.png
19:31:37 T:6828    INFO: Unloading old skin ...
19:31:37 T:6828    INFO:   load skin from: C:\Users\Brian\AppData\Roaming\Kodi\addons\skin.nebula (version: 3.5.0)
19:31:37 T:6828    INFO:   load fonts for skin...
19:31:37 T:6828    INFO: Loading fonts from C:\Users\Brian\AppData\Roaming\Kodi\addons\skin.nebula\1080i\Font.xml
19:31:37 T:6828   DEBUG: POParser: loaded 187 strings from file C:\Users\Brian\AppData\Roaming\Kodi\addons\skin.nebula\language\English\strings.po
19:31:37 T:6828    INFO: Loading skin includes from C:\Users\Brian\AppData\Roaming\Kodi\addons\skin.nebula\1080i\includes.xml
19:31:37 T:6828    INFO:   load new skin...
19:31:37 T:6828    INFO: Loading user windows, path C:\Users\Brian\AppData\Roaming\Kodi\addons\skin.nebula\1080i
19:31:37 T:6828   DEBUG: Load Skin XML: 14.76ms
19:31:37 T:6828    INFO:   initialize new skin...
19:31:37 T:6828   DEBUG: guilib: Fill viewport on change for solving rendering passes
19:31:37 T:6828    INFO: Loading skin file: Pointer.xml, load type: LOAD_ON_GUI_INIT
19:31:37 T:6828   DEBUG: CTextureBundleXBT::OpenBundle - Opened bundle C:\Users\Brian\AppData\Roaming\Kodi\addons\skin.nebula\media\Textures.xbt
19:31:37 T:6828    INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
19:31:37 T:6828    INFO: Loading skin file: DialogKaiToast.xml, load type: LOAD_ON_GUI_INIT
19:31:37 T:6828    INFO: Loading skin file: DialogMuteBug.xml, load type: LOAD_ON_GUI_INIT
19:31:37 T:6828    INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
19:31:37 T:6828    INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
19:31:37 T:6828    INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
19:31:37 T:6828    INFO: Loading C:\Users\Brian\AppData\Roaming\Kodi\addons\skin.nebula\sounds\sounds.xml
19:31:37 T:6828    INFO:   skin loaded...
19:31:37 T:6828   DEBUG: Activating window ID: 12997
19:31:37 T:6828   DEBUG: ------ Window Init () ------
19:31:37 T:6828    INFO: load splash image: C:\Program Files (x86)\Kodi\media\Splash.png
19:31:37 T:6828   DEBUG: JSONRPC: JSON schema type broadcastnext references an unknown type PVR.Details.Broadcast
19:31:37 T:6828 WARNING: JSONRPC: Could not parse type "PVR.Details.Channel"
19:31:37 T:6828    INFO: JSONRPC: Adding type "PVR.Details.Channel" to list of incomplete definitions (waiting for "PVR.Details.Broadcast")
19:31:37 T:6828   DEBUG: JSONRPC: JSON schema type  references an unknown type PVR.Details.Channel
19:31:37 T:6828   DEBUG: Invalid item definition in "items" for type channels
19:31:37 T:6828 WARNING: JSONRPC: Could not parse type "PVR.Details.ChannelGroup.Extended"
19:31:37 T:6828    INFO: JSONRPC: Adding type "PVR.Details.ChannelGroup.Extended" to list of incomplete definitions (waiting for "PVR.Details.Channel")
19:31:37 T:6828    INFO: JSONRPC: Resolving incomplete types/methods referencing PVR.Details.Broadcast
19:31:37 T:6828    INFO: JSONRPC: Resolving incomplete types/methods referencing PVR.Details.Channel
19:31:37 T:6828   DEBUG: JSONRPC: JSON schema type stereoscopicmode references an unknown type GUI.Stereoscopy.Mode
19:31:37 T:6828 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
19:31:37 T:6828    INFO: JSONRPC: Adding type "GUI.Property.Value" to list of incomplete definitions (waiting for "GUI.Stereoscopy.Mode")
19:31:37 T:6828    INFO: JSONRPC: Resolving incomplete types/methods referencing GUI.Stereoscopy.Mode
19:31:37 T:6828   DEBUG: JSONRPC: JSON schema type definition references an unknown type Setting.Details.Setting
19:31:37 T:6828 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
19:31:37 T:6828    INFO: JSONRPC: Adding type "Setting.Details.SettingList" to list of incomplete definitions (waiting for "Setting.Details.Setting")
19:31:37 T:6828    INFO: JSONRPC: Resolving incomplete types/methods referencing Setting.Details.Setting
19:31:37 T:6828    INFO: JSONRPC v6.25.2: Successfully initialized
19:31:37 T:6828   DEBUG: ADDON: Starting service addons.
19:31:37 T:7008  NOTICE: Thread LanguageInvoker start, auto delete: false
19:31:37 T:7008  NOTICE: Previous line repeats 1 times.
19:31:37 T:7008    INFO: initializing python engine.
19:31:37 T:6924    INFO: Previous line repeats 1 times.
19:31:37 T:6924  NOTICE: Thread LanguageInvoker start, auto delete: false
19:31:37 T:6924    INFO: initializing python engine.
19:31:37 T:5992  NOTICE: Thread LanguageInvoker start, auto delete: false
19:31:37 T:5992  NOTICE: Previous line repeats 1 times.
19:31:37 T:5992    INFO: initializing python engine.
19:31:37 T:7080    INFO: Previous line repeats 1 times.
19:31:37 T:7080  NOTICE: Thread LanguageInvoker start, auto delete: false
19:31:37 T:7080    INFO: initializing python engine.
19:31:37 T:7084  NOTICE: Thread LanguageInvoker start, auto delete: false
19:31:37 T:7084    INFO: initializing python engine.
19:31:37 T:7088  NOTICE: Thread LanguageInvoker start, auto delete: false
19:31:37 T:7088    INFO: initializing python engine.
19:31:37 T:7092  NOTICE: Thread LanguageInvoker start, auto delete: false
19:31:37 T:7092    INFO: initializing python engine.
19:31:37 T:7032  NOTICE: Thread LanguageInvoker start, auto delete: false
19:31:37 T:7032    INFO: initializing python engine.
19:31:37 T:6828   DEBUG: Activating window ID: 12999
19:31:37 T:6828   DEBUG: ------ Window Init (Startup.xml) ------
19:31:37 T:6828    INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
19:31:37 T:7100  NOTICE: Thread LanguageInvoker start, auto delete: false
19:31:37 T:7100    INFO: initializing python engine.
19:31:37 T:6828    INFO: removing tempfiles
19:31:37 T:6828  NOTICE: CApplication::UpdateLibraries: Starting video library startup scan
19:31:37 T:6828   DEBUG: ADDON: Starting service addons.
19:31:37 T:7104  NOTICE: Thread JobWorker start, auto delete: true
19:31:37 T:6828  NOTICE: initialize done
19:31:37 T:7108  NOTICE: Thread LanguageInvoker start, auto delete: false
19:31:37 T:7108    INFO: initializing python engine.
19:31:37 T:6828   DEBUG: CJoystick::Initialize : No Joystick found
19:31:37 T:6828  NOTICE: Running the application...
19:31:37 T:6828   DEBUG: no profile autoexec.py (C:\Users\Brian\AppData\Roaming\Kodi\userdata\autoexec.py) found, skipping
19:31:37 T:6828   DEBUG: CNetwork::NetworkMessage - Starting network services
19:31:37 T:6828  NOTICE: Webserver: Starting...
19:31:37 T:6828   DEBUG: CWebServer [MHD]: setsockopt failed: Bad address
19:31:37 T:6828  NOTICE: WebServer: Started the webserver
19:31:37 T:6828  NOTICE: starting upnp client
19:31:37 T:6828  NOTICE: ES: Starting event server
19:31:37 T:880  NOTICE: Thread EventServer start, auto delete: false
19:31:37 T:880  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
19:31:37 T:880  NOTICE: UDP: Listening on port 9777
19:31:37 T:6948   DEBUG: CMMNotificationClient::OnPropertyValueChanged: Changed device property of {0.0.0.00000000}.{a3d33747-36b3-488e-a16b-b83ae7981647} is {9855c4cd-df8c-449c-a181-8191b68bd06c}#0
19:31:37 T:6828    INFO: JSONRPC Server: Successfully initialized
19:31:37 T:6828   DEBUG: ------ Window Init (DialogExtendedProgressBar.xml) ------
19:31:37 T:2104  NOTICE: Thread TCPServer start, auto delete: false
19:31:37 T:2100  NOTICE: Thread JobWorker start, auto delete: true
19:31:37 T:7104  NOTICE: VideoInfoScanner: Starting scan ..
19:31:37 T:7104   DEBUG: CAnnouncementManager - Announcement: OnScanStarted from xbmc
19:31:37 T:7104   DEBUG: GOT ANNOUNCEMENT, type: 16, from xbmc, message OnScanStarted
19:31:37 T:7104 WARNING: VIDEO::CVideoInfoScanner::Process directory 'M:\Anime\Show By Rock\' does not exist - skipping scan.
19:31:37 T:7008   DEBUG: CPythonInvoker(0, C:\Users\Brian\AppData\Roaming\Kodi\addons\script.cu.lrclyrics\default.py): start processing
19:31:37 T:3780   DEBUG: CPythonInvoker(1, C:\Users\Brian\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): start processing
19:31:37 T:6924   DEBUG: CPythonInvoker(2, C:\Users\Brian\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): start processing
19:31:37 T:5992   DEBUG: CPythonInvoker(3, C:\Users\Brian\AppData\Roaming\Kodi\addons\plugin.audio.spotlight\server_addon.py): start processing
19:31:37 T:3940   DEBUG: CPythonInvoker(4, C:\Users\Brian\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): start processing
19:31:37 T:7080   DEBUG: CPythonInvoker(5, C:\Users\Brian\AppData\Roaming\Kodi\addons\service.qlock\default.py): start processing
19:31:37 T:7084   DEBUG: CPythonInvoker(6, C:\Users\Brian\AppData\Roaming\Kodi\addons\service.rom.collection.browser\default.py): start processing
19:31:37 T:7088   DEBUG: CPythonInvoker(7, C:\Users\Brian\AppData\Roaming\Kodi\addons\script.cinema.experience\service.py): start processing
19:31:37 T:7092   DEBUG: CPythonInvoker(8, C:\Users\Brian\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\service.py): start processing
19:31:37 T:7032   DEBUG: CPythonInvoker(9, C:\Users\Brian\AppData\Roaming\Kodi\addons\service.skin.widgets\default.py): start processing
19:31:37 T:7100   DEBUG: CPythonInvoker(10, C:\Users\Brian\AppData\Roaming\Kodi\addons\script.module.simple.downloader\default.py): start processing
19:31:37 T:7108   DEBUG: CPythonInvoker(11, C:\Users\Brian\AppData\Roaming\Kodi\addons\script.common.plugin.cache\default.py): start processing
19:31:37 T:7008  NOTICE: -->Python Interpreter Initialized<--
19:31:37 T:7008   DEBUG: CPythonInvoker(0, C:\Users\Brian\AppData\Roaming\Kodi\addons\script.cu.lrclyrics\default.py): the source file to load is "C:\Users\Brian\AppData\Roaming\Kodi\addons\script.cu.lrclyrics\default.py"
19:31:37 T:7008   DEBUG: CPythonInvoker(0, C:\Users\Brian\AppData\Roaming\Kodi\addons\script.cu.lrclyrics\default.py): setting the Python path to C:\Users\Brian\AppData\Roaming\Kodi\addons\script.cu.lrclyrics;C:\Users\Brian\AppData\Roaming\Kodi\addons\script.module.chardet\lib;C:\Users\Brian\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
19:31:37 T:7008   DEBUG: CPythonInvoker(0, C:\Users\Brian\AppData\Roaming\Kodi\addons\script.cu.lrclyrics\default.py): entering source directory C:\Users\Brian\AppData\Roaming\Kodi\addons\script.cu.lrclyrics
19:31:37 T:7008   DEBUG: CPythonInvoker(0, C:\Users\Brian\AppData\Roaming\Kodi\addons\script.cu.lrclyrics\default.py): instantiating addon using automatically obtained id of "script.cu.lrclyrics" dependent on version 2.19.0 of the xbmc.python api
19:31:37 T:6828   DEBUG: ------ Window Init (Pointer.xml) ------
19:31:37 T:6964   DEBUG: CRemoteControl::Connect - connecting to: 127.0.0.1:24000 ...
19:31:37 T:6924  NOTICE: -->Python Interpreter Initialized<--
19:31:37 T:6924   DEBUG: CPythonInvoker(2, C:\Users\Brian\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py): the source file to load is "C:\Users\Brian\AppData\Roaming\Kodi\addons\script.grab.fanart\service.py"
19:31:37 T:3780  NOTICE: -->Python Interpreter Initialized<--
19:31:37 T:3780   DEBUG: CPythonInvoker(1, C:\Users\Brian\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py): the source file to load is "C:\Users\Brian\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\service.py"
19:31:37 T:3940  NOTICE: -->Python Interpreter Initialized<--
19:31:37 T:3940   DEBUG: CPythonInvoker(4, C:\Users\Brian\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py): the source file to load is "C:\Users\Brian\AppData\Roaming\Kodi\addons\service.library.data.provider\service.py"
19:31:37 T:5992  NOTICE: -->Python Interpreter%2
Reply
#2
I updated to include full log. Of which there are multiple failures (where I resume playback and it fails again later).
I've also since tried 15.2(dx9), and cleaned up some of the other movies where the logs showed as unreadable (which they indeed were), though that doesn't help with playing content that is fine.
Reply
#3
Seems to be an issue with the NAS itself. Video streams and plays fine via SMB from another windows PC.
2 PC's have same issue playing from SMB off the NAS.

I have 2 volumes on this NAS; 1 as 2x HDD Raid-0 6TB, and 2 as single HDD JOBD 3TB, issue present from both.

Going to return the NAS as I can see no reason for this behavior, no errors or anything of note in the logs.

NAS used was WD EX4100

Seems to be feature limited:
Default permissions for everything are 777, no permission settings via the webUI.
Configs for smb and nfs are VERY limited and while you can change them via cli, it will overwrite your changes when rebooting or by making unrelated changes in the webui.
Not very prosumer as advertised.
Reply

Logout Mark Read Team Forum Stats Members Help
Video quits unexpectedly when playing from NAS0