Kodi Community Forum

Full Version: Upon upgrade to Kodi, mysql runs really slow
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a shared mysql database and run two Windows based Kodi and one openelec. Upon upgrading to Kodi, when I select a tv show it takes a really long time to open and show episodes (like 30-45 seconds or longer). It is like this on every system so I know it is the mysql. All systems ran lightning fast on Gotham. Any idea what is slowing it down?
I posted about the same issue earlier yesterday - have the exact same problem, using a Helix-Kodibuntu setup.
Hi, thank you - I tried these changes, but nothing changed as far as perceived perfromance is concerned - it still takes up to 30 seconds to open up a tv show... (it opens instantly afterwards, due to caching I presume..)
post a debug log. could be that something went wrong with your database upgrade.
Anything special that I should configure / enable for the log to be interesting? as the normal kodi logfile is not saying anything of interest...
Nothing seems to solve this problem. I'll just have to remove the mysql. Takes way too long to use now.
I have similar issue on all kodi installations (different OS and hardware) with my shared MySQL database (qnap TS-412). The error is new since I updated to Kodi. I already dropped the whole database to test the updated database, problem remains. Basically the menu freezes for up to a minute when selecting content. Playback is fine after a few seconds of stuttering (approximately 15 to 20 secs).
need debug logs of you trying to replicate the problem. all my kodi installs are fine with mysql.
OK, will do that. What log files are necessary, from my MySQL server and Kodi installation? Anything special that I should configure / enable for the log to be interesting?
Specifically, a debug log..
Hi,

So here is the log file. Just starting up, entering movies, see movie details and start the movie.. after few seconds i quit Kodi.

19:58:15 T:6704 NOTICE: special://profile/ is mapped to: special://masterprofile/
19:58:15 T:6704 NOTICE: -----------------------------------------------------------------------
19:58:15 T:6704 NOTICE: Starting xxx (14.2-RC1 Git:20150311-e7ba06f). Platform: Windows NT x86 32-bit
19:58:15 T:6704 NOTICE: Using Release xxx x32 build
19:58:15 T:6704 NOTICE: xxx compiled Mar 11 2015 by MSVC 180030723 for Windows NT x86 32-bit version 6.0 (0x06000000)
19:58:15 T:6704 NOTICE: Running on Gigabyte Technology Co., Ltd. device with Windows 7 SP1, kernel: Windows NT x86 64-bit version 6.1
19:58:15 T:6704 NOTICE: Host CPU: Intel® Core™ i7-3770K CPU @ 3.50GHz, 8 cores available
19:58:15 T:6704 NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz
19:58:15 T:6704 NOTICE: Running with administrator rights
19:58:15 T:6704 NOTICE: Aero is enabled
19:58:15 T:6704 NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\xxx
19:58:15 T:6704 NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\xxx
19:58:15 T:6704 NOTICE: special://masterprofile/ is mapped to: C:\Users\desktop\AppData\Roaming\xxx\userdata
19:58:15 T:6704 NOTICE: special://home/ is mapped to: C:\Users\desktop\AppData\Roaming\xxx\
19:58:15 T:6704 NOTICE: special://temp/ is mapped to: C:\Users\desktop\AppData\Roaming\xxx\cache
19:58:15 T:6704 NOTICE: The executable running is: C:\Program Files (x86)\xxx\xxx.exe
19:58:15 T:6704 NOTICE: Local hostname: desktop-PC
19:58:15 T:6704 NOTICE: Log File is located: C:\Users\desktop\AppData\Roaming\xxx\xxx.log
19:58:15 T:6704 NOTICE: -----------------------------------------------------------------------
19:58:15 T:6704 NOTICE: load settings...
19:58:15 T:6704 WARNING: CSettingString: unknown options filler "timezonecountries" of "locale.timezonecountry"
19:58:15 T:6704 WARNING: CSettingString: unknown options filler "timezones" of "locale.timezone"
19:58:15 T:6704 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
19:58:15 T:6704 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
19:58:15 T:6704 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>xxx.xxx.xxx.xxx</host>
<port>3306</port>
<user>xxx</user>
<pass>xxx</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>xxx.xxx.xxx.xxx</host>
<port>3306</port>
<user>xxx</user>
<pass>xxx</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
</videolibrary>
</advancedsettings>
19:58:15 T:6704 WARNING: VIDEO database configuration is experimental.
19:58:15 T:6704 NOTICE: Default DVD Player: dvdplayer
19:58:15 T:6704 NOTICE: Default Video Player: dvdplayer
19:58:15 T:6704 NOTICE: Default Audio Player: paplayer
19:58:15 T:6704 NOTICE: Disabled debug logging due to GUI setting. Level 0.
19:58:15 T:6704 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
19:58:15 T:6704 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
19:58:15 T:6704 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
19:58:15 T:6704 NOTICE: Loaded playercorefactory configuration
19:58:15 T:6704 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
19:58:15 T:6704 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
19:58:15 T:5628 NOTICE: Thread ActiveAE start, auto delete: false
19:58:15 T:1900 NOTICE: Thread AESink start, auto delete: false
19:58:15 T:5628 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTSHD" on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
19:58:15 T:5628 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_TRUEHD" on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
19:58:15 T:5628 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_EAC3" on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
19:58:15 T:5628 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTS" on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
19:58:15 T:5628 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_AC3" on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
19:58:15 T:5628 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_AAC" on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
19:58:15 T:5628 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: sample rate 192khz on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
19:58:15 T:5628 NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_LPCM" on device "AMD HDMI Output (AMD High Definition Audio Device)" seems to be not supported.
19:58:15 T:5628 NOTICE: Found 2 Lists of Devices
19:58:15 T:5628 NOTICE: Enumerated DIRECTSOUND devices:
19:58:15 T:5628 NOTICE: Device 1
19:58:15 T:5628 NOTICE: m_deviceName : {ABC93177-98FF-420F-B9A5-9DDA076A8C05}
19:58:15 T:5628 NOTICE: m_displayName : HDMI - AMD HDMI Output (AMD High Definition Audio Device)
19:58:15 T:5628 NOTICE: m_displayNameExtra: DIRECTSOUND: AMD HDMI Output (AMD High Definition Audio Device)
19:58:15 T:5628 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
19:58:15 T:5628 NOTICE: m_channels : FL,FR
19:58:15 T:5628 NOTICE: m_sampleRates : 48000
19:58:15 T:5628 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
19:58:15 T:5628 NOTICE: Device 2
19:58:15 T:5628 NOTICE: m_deviceName : default
19:58:15 T:5628 NOTICE: m_displayName : default
19:58:15 T:5628 NOTICE: m_displayNameExtra:
19:58:15 T:5628 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
19:58:15 T:5628 NOTICE: m_channels : FL,FR
19:58:15 T:5628 NOTICE: m_sampleRates : 48000
19:58:15 T:5628 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
19:58:15 T:5628 NOTICE: Enumerated WASAPI devices:
19:58:15 T:5628 NOTICE: Device 1
19:58:15 T:5628 NOTICE: m_deviceName : {ABC93177-98FF-420F-B9A5-9DDA076A8C05}
19:58:15 T:5628 NOTICE: m_displayName : HDMI - AMD HDMI Output (AMD High Definition Audio Device)
19:58:15 T:5628 NOTICE: m_displayNameExtra: WASAPI: AMD HDMI Output (AMD High Definition Audio Device)
19:58:15 T:5628 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
19:58:15 T:5628 NOTICE: m_channels : FL,FR
19:58:15 T:5628 NOTICE: m_sampleRates : 192000,48000,44100,32000
19:58:15 T:5628 NOTICE: m_dataFormats : AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
19:58:15 T:5628 NOTICE: Device 2
19:58:15 T:5628 NOTICE: m_deviceName : default
19:58:15 T:5628 NOTICE: m_displayName : default
19:58:15 T:5628 NOTICE: m_displayNameExtra:
19:58:15 T:5628 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
19:58:15 T:5628 NOTICE: m_channels : FL,FR
19:58:15 T:5628 NOTICE: m_sampleRates : 192000,48000,44100,32000
19:58:15 T:5628 NOTICE: m_dataFormats : AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
19:58:15 T:6704 NOTICE: Running database version Addons16
19:58:15 T:6704 NOTICE: ADDONS: Using repository repository.xbmc.org
19:58:15 T:4020 NOTICE: Thread RemoteControl start, auto delete: false
19:58:15 T:944 NOTICE: Thread PeripBusCEC start, auto delete: false
19:58:15 T:5708 NOTICE: Thread PeripBusUSB start, auto delete: false
19:58:15 T:6704 NOTICE: Found screen: Generic PnP Monitor on ATI Radeon HD 4800 Series, adapter 0.
19:58:15 T:6704 NOTICE: Primary mode: 1920x1080@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 640x480@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 640x480@ 73.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 640x480@ 75.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 720x480@ 29.97i - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 720x480@ 30.00i - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 720x480@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 720x480@ 59.94 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 720x576@ 25.00i - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 720x576@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 800x600@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 800x600@ 56.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 800x600@ 72.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 800x600@ 75.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 848x480@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 848x480@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1024x768@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1024x768@ 70.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1024x768@ 75.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1152x648@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1152x648@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1152x864@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1152x864@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1152x864@ 75.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1280x720@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1280x720@ 59.94 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1280x768@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1280x800@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1280x960@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1280x1024@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1280x1024@ 75.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1360x768@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1360x1024@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1360x1024@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1366x768@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1400x1050@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1400x1050@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1440x900@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1440x900@ 75.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1600x900@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1600x900@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1600x1200@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1680x1050@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Previous line repeats 2 times.
19:58:15 T:6704 NOTICE: Additional mode: 1680x1050@ 59.94 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1776x1000@ 25.00i - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1776x1000@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1776x1000@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1920x1080@ 60.00 - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1920x1080@ 25.00i - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1920x1080@ 29.97i - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1920x1080@ 30.00i - Full Screen
19:58:15 T:6704 NOTICE: Additional mode: 1920x1080@ 50.00 - Full Screen
19:58:15 T:6704 NOTICE: Checking resolution 16
19:58:16 T:6704 NOTICE: Running database version Addons16
19:58:16 T:6704 NOTICE: Running database version ViewModes6
19:58:16 T:6704 NOTICE: Running database version Textures13
19:58:21 T:6704 NOTICE: Running database version MyMusic48
19:58:26 T:6704 NOTICE: Running database version MyVideos90
19:58:26 T:6704 NOTICE: Running database version TV26
19:58:26 T:6704 NOTICE: Running database version Epg8
19:58:26 T:6704 WARNING: JSONRPC: Could not parse type "PVR.Details.Channel"
19:58:26 T:6704 WARNING: JSONRPC: Could not parse type "PVR.Details.ChannelGroup.Extended"
19:58:26 T:6704 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
19:58:26 T:6704 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
19:58:26 T:5556 NOTICE: Thread LanguageInvoker start, auto delete: false
19:58:26 T:6704 NOTICE: CApplication::UpdateLibraries: Starting video library startup scan
19:58:26 T:5556 NOTICE: -->Python Interpreter Initialized<--
19:58:32 T:6704 NOTICE: initialize done
19:58:32 T:3632 NOTICE: Thread VideoInfoScanner start, auto delete: false
19:58:32 T:6704 NOTICE: Running the application...
19:58:42 T:4624 NOTICE: Thread JobWorker start, auto delete: true
19:59:07 T:6704 NOTICE: starting zeroconf publishing
19:59:07 T:1592 NOTICE: Thread JobWorker start, auto delete: true
19:59:07 T:6704 NOTICE: Webserver: Starting...
19:59:07 T:6704 ERROR: WebServer: Failed to start the webserver
19:59:07 T:6704 NOTICE: starting upnp renderer
19:59:07 T:6704 NOTICE: Platinum [platinum.core.upnp]: Starting UPnP...
19:59:07 T:6704 NOTICE: Platinum [platinum.core.upnp]: Starting Device...
19:59:07 T:6704 NOTICE: Platinum [platinum.core.http.server]: HttpServer listening on 0.0.0.0:1416
19:59:07 T:6704 NOTICE: ES: Starting event server
19:59:07 T:6680 NOTICE: Thread TCPServer start, auto delete: false
19:59:07 T:3232 NOTICE: Thread EventServer start, auto delete: false
19:59:07 T:3232 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
19:59:07 T:6840 NOTICE: Thread AirPlayServer start, auto delete: false
19:59:07 T:4896 NOTICE: Thread JobWorker start, auto delete: true
19:59:07 T:3232 NOTICE: UDP: Listening on port 9777
19:59:17 T:3632 NOTICE: VideoInfoScanner: Starting scan ..
19:59:18 T:3632 WARNING: No information found for item 'smb://xxx.xxx.xxx.xxx/Movies/911 - Loose Change 2nd Edition/911 - Loose Change 2nd Edition DVDRip (ConCen) XviD.avi', it won't be added to the library.
19:59:18 T:3632 WARNING: No information found for item 'smb://xxx.xxx.xxx.xxx/Movies/911 - Loose Change 2nd Edition/911 - Loose Change 2nd Edition Extra Footage DVDRip (ConCen) XviD.avi', it won't be added to the library.
19:59:20 T:3632 WARNING: No information found for item 'smb://xxx.xxx.xxx.xxx/Movies/Bud Spencer & Terence Hill/A.genious.two.partners.and.a.dupe.DVD.XviD/A.genious.two.partners.and.a.dupe.DVD.XviD.avi', it won't be added to the library.
19:59:21 T:3632 WARNING: No information found for item 'smb://xxx.xxx.xxx.xxx/Movies/Bud Spencer & Terence Hill/Im.for.the.hipotamus.DVD.XviD/Im.for.the.hipotamus.DVD.XviD.avi', it won't be added to the library.
19:59:21 T:3632 WARNING: No information found for item 'smb://xxx.xxx.xxx.xxx/Movies/Cat Run (2011)/noscreen-cat.run-720p.mkv', it won't be added to the library.
19:59:24 T:4444 NOTICE: Thread JobWorker start, auto delete: true
19:59:24 T:3632 WARNING: No information found for item 'stack://smb://xxx.xxx.xxx.xxx/Movies/Invictus/CD1/xscr-invictus_part1[dupedb.com].avi , smb://xxx.xxx.xxx.xxx/Movies/Invictus/CD2/xscr-invictus_part2[dupedb.com].avi', it won't be added to the library.
19:59:26 T:3632 WARNING: No information found for item 'stack://smb://xxx.xxx.xxx.xxx/Movies/Whats love got to do with it/Whats.Love.Got.To.Do.With.It.SWESUB.DVDRip.XviD-bullshit.CD01.avi , smb://xxx.xxx.xxx.xxx/Movies/Whats love got to do with it/Whats.Love.Got.To.Do.With.It.SWESUB.DVDRip.XviD-bullshit.CD02.avi', it won't be added to the library.
19:59:26 T:3632 WARNING: No information found for item 'smb://xxx.xxx.xxx.xxx/Movies/Zack and Miri make a Porn Movie/bald-zac.avi', it won't be added to the library.
19:59:26 T:3632 WARNING: VIDEO::CVideoInfoScanner:Tonguerocess directory 'smb://xxx.xxx.xxx.xxx/Movies/A Dangerous Method 2011 720p BRRip x264 AAC-26K/' does not exist - skipping scan.
19:59:26 T:3632 WARNING: VIDEO::CVideoInfoScanner:Tonguerocess directory 'smb://xxx.xxx.xxx.xxx/Movies/Cat.Run.2011.720p.BluRay.x264-NOSCREENS/' does not exist - skipping scan.
19:59:26 T:3632 WARNING: VIDEO::CVideoInfoScanner:Tonguerocess directory 'smb://xxx.xxx.xxx.xxx/TV Shows/ Revenge/' does not exist - skipping scan.
19:59:33 T:3632 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:25
20:00:12 T:6200 NOTICE: Thread JobWorker start, auto delete: true
20:00:40 T:4908 NOTICE: Previous line repeats 2 times.
20:00:40 T:4908 NOTICE: Thread BackgroundLoader start, auto delete: false
20:00:53 T:4624 ERROR: CDVDDemuxFFmpeg::Open - Error, could not open file smb://xxx.xxx.xxx.xxx/Movies/The Cabin in the Woods.mkv
20:00:53 T:4624 ERROR: CDVDDemuxFFmpeg::Open - Error, could not open file smb://xxx.xxx.xxx.xxx/Movies/The Longshots (2008).avi
20:00:54 T:6200 ERROR: CDVDDemuxFFmpeg::Open - error probing input format, smb://xxx.xxx.xxx.xxx/Movies/The Spirit.wmv
20:00:54 T:6708 ERROR: CDVDDemuxFFmpeg::Open - Error, could not open file smb://xxx.xxx.xxx.xxx/Movies/Lucky you/._Luck you cd1.avi
20:00:54 T:4624 ERROR: CDVDDemuxFFmpeg::Open - Error, could not open file smb://xxx.xxx.xxx.xxx/Movies/Lucky you/._Lucky you cd2.avi
20:00:55 T:7112 NOTICE: Thread BackgroundLoader start, auto delete: false
20:01:01 T:6200 ERROR: CDVDDemuxFFmpeg::Open - Error, could not open file smb://xxx.xxx.xxx.xxx/Movies/The Cabin in the Woods.mkv
20:01:02 T:4624 ERROR: CDVDDemuxFFmpeg::Open - Error, could not open file smb://xxx.xxx.xxx.xxx/Movies/The Longshots (2008).avi
20:01:02 T:5836 ERROR: CDVDDemuxFFmpeg::Open - Error, could not open file smb://xxx.xxx.xxx.xxx/Movies/Lucky you/._Lucky you cd2.avi
20:01:02 T:6200 ERROR: CDVDDemuxFFmpeg::Open - Error, could not open file smb://xxx.xxx.xxx.xxx/Movies/Lucky you/._Luck you cd1.avi
20:01:02 T:4624 ERROR: CDVDDemuxFFmpeg::Open - error probing input format, smb://xxx.xxx.xxx.xxx/Movies/The Spirit.wmv
20:02:05 T:6704 NOTICE: DVDPlayer: Opening: smb://xxx.xxx.xxx.xxx/Movies/'71.2014.720p.HDRiP.X264.AAC.2.0-Blackjesus/'71.2014.720p.HDRiP.X264.AAC.2.0-Blackjesus.mkv
20:02:05 T:6704 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
20:02:05 T:6704 NOTICE: DXVA::CProcessorHD:TonguereInit - The Direct3d device doesn't support DXVA-HD.
20:02:05 T:6704 NOTICE: CWinRenderer:Tonguereinit - could not init DXVA-HD processor - skipping
20:02:05 T:2708 NOTICE: Thread DVDPlayer start, auto delete: false
20:02:05 T:2708 NOTICE: Creating InputStream
20:02:05 T:2708 NOTICE: Creating Demuxer
20:02:05 T:2708 NOTICE: Opening stream: 0 source: 256
20:02:05 T:2708 NOTICE: Creating video codec with codec id: 28
20:02:05 T:2708 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
20:02:05 T:2708 NOTICE: Creating video thread
20:02:05 T:2708 NOTICE: Opening stream: 1 source: 256
20:02:05 T:1096 NOTICE: Thread DVDPlayerVideo start, auto delete: false
20:02:05 T:1096 NOTICE: running thread: video_thread
20:02:05 T:2708 NOTICE: Finding audio codec for: 86018
20:02:05 T:2708 NOTICE: Creating audio thread
20:02:05 T:6892 NOTICE: Thread DVDPlayerAudio start, auto delete: false
20:02:05 T:1096 NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating DXVA(1280x538)
20:02:05 T:6892 NOTICE: running thread: CDVDPlayerAudio:Tonguerocess()
20:02:05 T:1096 NOTICE: DXVA::CDXVAContext::CreateDecoder - hw may not support multiple decoders, releasing existing ones
20:02:05 T:6892 NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 96000, no pass-through)
20:02:05 T:1096 NOTICE: CDVDVideoCodecFFmpeg::GetFormat - Creating DXVA(1280x538)
20:02:05 T:1096 NOTICE: DXVA::CDXVAContext::CreateDecoder - hw may not support multiple decoders, releasing existing ones
20:02:05 T:1096 NOTICE: DXVA::CDecoder::Close - closing decoder
20:02:05 T:1096 NOTICE: fps: 25.000000, pwidth: 1280, pheight: 538, dwidth: 1280, dheight: 538
20:02:05 T:1096 NOTICE: Display resolution ADJUST : 1920x1080@ 50.00 - Full Screen (80) (weight: 0.000)
20:02:05 T:1096 NOTICE: D3D: rendering method forced to DXVA processor
20:02:25 T:6704 WARNING: Platinum [platinum.core.statevariable]: Invalid value of 0 for state variable TransportPlaySpeed
20:02:25 T:6704 WARNING: Platinum [platinum.core.statevariable]: Allowed: 1
20:02:26 T:6704 WARNING: CWinRenderer::UpdateVideoFilter - chosen scaling method 1 is not supported by renderer
20:02:37 T:6704 WARNING: Platinum [platinum.core.statevariable]: Invalid value of 0 for state variable TransportPlaySpeed
20:02:37 T:6704 WARNING: Platinum [platinum.core.statevariable]: Allowed: 1
20:02:38 T:6704 NOTICE: CDVDPlayer::CloseFile()
20:02:38 T:6704 NOTICE: DVDPlayer: waiting for threads to exit
20:02:38 T:2708 NOTICE: CDVDPlayer::OnExit()
20:02:38 T:2708 NOTICE: Closing stream player 1
20:02:38 T:2708 NOTICE: Waiting for audio thread to exit
20:02:38 T:6892 NOTICE: thread end: CDVDPlayerAudio::OnExit()
20:02:38 T:2708 NOTICE: Closing audio device
20:02:38 T:2708 NOTICE: Deleting audio codec
20:02:38 T:2708 NOTICE: Closing stream player 2
20:02:38 T:2708 NOTICE: waiting for video thread to exit
20:02:38 T:1096 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
20:02:38 T:1096 NOTICE: thread end: video_thread
20:02:38 T:2708 NOTICE: deleting video codec
20:02:38 T:2708 NOTICE: DXVA::CDecoder::Close - closing decoder
20:02:38 T:2708 NOTICE: DXVA::Close - closing decoder context
20:02:38 T:6704 NOTICE: DVDPlayer: finished waiting
20:02:43 T:7076 NOTICE: Thread BackgroundLoader start, auto delete: false
20:02:50 T:5100 NOTICE: Thread JobWorker start, auto delete: true
20:02:59 T:4444 NOTICE: Thread BackgroundLoader start, auto delete: false
20:03:04 T:6704 NOTICE: CDVDPlayer::CloseFile()
20:03:04 T:6704 NOTICE: DVDPlayer: waiting for threads to exit
20:03:04 T:6704 NOTICE: DVDPlayer: finished waiting
20:03:04 T:6704 NOTICE: CDVDPlayer::CloseFile()
20:03:04 T:6704 NOTICE: DVDPlayer: waiting for threads to exit
20:03:04 T:6704 NOTICE: DVDPlayer: finished waiting
20:03:04 T:5136 NOTICE: Thread JobWorker start, auto delete: true
20:03:09 T:6704 NOTICE: Storing total System Uptime
20:03:09 T:6704 NOTICE: Saving settings
20:03:09 T:6704 NOTICE: stop all
20:03:42 T:6704 NOTICE: stop player
20:03:42 T:6704 NOTICE: ES: Stopping event server
20:03:43 T:6704 NOTICE: stopping upnp
20:03:43 T:6704 NOTICE: Platinum [platinum.core.upnp]: Stopping UPnP...
20:03:43 T:5104 WARNING: Platinum [platinum.core.http.servertask]: PLT_HttpListenTask exiting with -20021 (NPT_ERROR_CANCELLED)
20:03:43 T:6704 WARNING: Platinum [platinum.core.http.server]: NPT_CHECK failed, result=-20009 (NPT_ERROR_INVALID_STATE) [(((-20000-0) - 9))]
20:03:43 T:3612 WARNING: Platinum [neptune.bufferedstreams]: NPT_CHECK failed, result=-20021 (NPT_ERROR_CANCELLED) [(__result)]
20:03:43 T:3612 WARNING: Platinum [platinum.core.http.servertask]: NPT_CHECK failed, result=-20021 (NPT_ERROR_CANCELLED) [(res)]
20:03:43 T:6704 WARNING: Platinum [platinum.core.upnp]: NPT_CHECK failed, result=-20009 (NPT_ERROR_INVALID_STATE) [(((-20000-0) - 9))]
20:03:43 T:6704 NOTICE: stopping zeroconf publishing
20:03:43 T:3232 NOTICE: ES: UDP Event server stopped
20:03:43 T:6704 NOTICE: stop sap announcement listener
20:03:43 T:6704 NOTICE: clean cached files!
20:03:43 T:6704 NOTICE: unload skin
20:03:43 T:6704 NOTICE: stopped
20:03:43 T:6704 NOTICE: destroy
20:03:43 T:6704 NOTICE: closing down remote control service
20:03:43 T:6704 NOTICE: unload sections
20:03:43 T:6704 NOTICE: special://profile/ is mapped to: special://masterprofile/
20:03:43 T:6704 NOTICE: destroy
20:03:43 T:6704 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
20:03:43 T:6704 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
20:03:43 T:6704 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
20:03:43 T:6704 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
20:03:43 T:6704 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
20:03:43 T:6704 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
20:03:43 T:6704 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
20:03:43 T:6704 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
20:03:43 T:6704 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
20:03:43 T:6704 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
20:03:43 T:6704 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
20:03:43 T:6704 NOTICE: closing down remote control service
20:03:43 T:6704 NOTICE: unload sections
20:03:43 T:6704 NOTICE: application stopped...
20:03:43 T:6704 ERROR: dllFreeLibrary - Invalid hModule specified
Thats not a debug log, and please follow the link that I posted and not post the logs in the forum here, its considered spam. Just a link please.
Hi,

OK done... http://xbmclogs.com/pi4cv5gtd

Just starting up, entering movies, see movie details and start the movie.. after few seconds i quit Kodi.

Cheers Henk