Kodi crashes when switching profiles
#1
Hi Team,

It would appear that switching user profiles can cause Kodi to crash. I found that when logging off and selecting another profile can cause Kodi to crash.

I am running Kodi 16.1 on a Pi3. I have 2 user profiles configured: "Master User" and "Jessica". I can reproduce the issue by following these steps:
  1. Start the Raspberry Pi3 (which automatically loads Kodi).
  2. Login to the Master User profile.
  3. Log off the Master User and within - say 2 seconds - login to the Jessica profile.
  4. Log off the Jessica profile and within - say 2 seconds - login to the Master User profile.
  5. Log off the Master User and within - say 2 seconds - login to the Jessica profile.

At that stage, the screen goes black, Kodi crashes and I am back in Raspbian.

I enabled debug logging (in both profiles) and meticulously went through the steps to reproduce the fault. In doing so, I spend more time than the 2 seconds I denoted in the steps above between selecting the next profile. The result was that Kodi did not crash in step 5. When I started "speeding" up my profile selection, it would instantly crash. It is also to be noted that it has never crashed upon selecting the Master User profile.

Below is the last bit of my debug log. Please note that I changed the SELECT statements to look like S-E-L-E-C-T in order to circumvent this web site's anti-hacking measures.

Code:
22:23:17 795.883972 T:1944465408   DEBUG: ------ Window Deinit (LoginScreen.xml) ------
22:23:17 795.884094 T:1944465408   DEBUG: ------ Window Init (Startup.xml) ------
22:23:17 795.884155 T:1944465408    INFO: Loading skin file: Startup.xml, load type: LOAD_EVERY_TIME
22:23:17 795.886169 T:1944465408   ERROR: ExecuteAsync - Not executing non-existing script script.favourites
22:23:17 795.904724 T:1944465408   DEBUG: Activating window ID: 10000
22:23:17 795.904846 T:1944465408   DEBUG: ------ Window Deinit (Startup.xml) ------
22:23:17 795.904968 T:1944465408   DEBUG: ------ Window Init (Home.xml) ------
22:23:17 795.924622 T:1591735216   DEBUG: Thread LanguageInvoker start, auto delete: false
22:23:17 795.924805 T:1591735216    INFO: initializing python engine.
22:23:17 795.924866 T:1591735216   DEBUG: CPythonInvoker(38, /home/pi/.kodi/addons/script.skinshortcuts/default.py): start processing
22:23:17 795.924927 T:1641018288   DEBUG: CRecentlyAddedJob::UpdateMusic() - Running RecentlyAdded home screen update
22:23:17 795.924988 T:1944465408  NOTICE: ActiveAE DSP - starting
22:23:17 795.930237 T:1944465408   DEBUG: no profile autoexec.py (/home/pi/.kodi/userdata/profiles/Jessica/autoexec.py) found, skipping
22:23:17 795.936462 T:1684792240   ERROR: COMXImageFile::ReadFile special://masterprofile/profiles/Jessica/Thumbnails/2/21b87904.jpg not found
22:23:17 795.936523 T:1684792240  NOTICE: LoadJpeg: unable to load special://masterprofile/profiles/Jessica/Thumbnails/2/21b87904.jpg
22:23:17 795.936829 T:1684792240   ERROR: DoWork - Direct texture file loading failed for special://masterprofile/profiles/Jessica/Thumbnails/2/21b87904.jpg
22:23:17 795.942810 T:1944465408    INFO: Unloading old skin ...
22:23:17 795.943115 T:1944465408   DEBUG: ------ Window Deinit (Home.xml) ------
22:23:17 795.950684 T:1641018288   DEBUG: GetRecentlyAddedAlbumSongs() query: S-E-L-E-C-T songview.*, songartistview.* FROM (S-E-L-E-C-T idAlbum FROM album ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN songview ON songview.idAlbum = recentalbums.idAlbum JOIN songartistview ON songview.idSong = songartistview.idSong ORDER BY songview.idAlbum desc, songview.itrack, songartistview.iOrder
22:23:17 795.952698 T:1641018288   DEBUG: GetRecentlyAddedAlbums query: S-E-L-E-C-T albumview.*, albumartistview.* FROM (S-E-L-E-C-T idAlbum FROM album WHERE strAlbum != '' ORDER BY idAlbum DESC LIMIT 10) AS recentalbums JOIN albumview ON albumview.idAlbum = recentalbums.idAlbum LEFT JOIN albumartistview ON albumview.idAlbum = albumartistview.idAlbum ORDER BY albumview.idAlbum desc, albumartistview.iOrder
22:23:17 795.973328 T:1944465408   DEBUG: Cleanup - Closed bundle
22:23:17 795.981445 T:1944465408   DEBUG: Infobool 'skin.hassetting(alternatetvosd)' still used by 4 instances
22:23:17 795.982422 T:1944465408   DEBUG: Infobool '!skin.hassetting(alternatetvosd)' still used by 3 instances
22:23:17 795.982483 T:1944465408    INFO:   load skin from: /home/pi/.kodi/addons/skin.aeon.nox.5 (version: 5.8.6)
22:23:17 796.076904 T:1944465408    INFO:   load fonts for skin...
22:23:17 796.081787 T:1944465408    INFO: Loading fonts from /home/pi/.kodi/addons/skin.aeon.nox.5/1080i/Font.xml
22:23:17 796.122925 T:1944465408   DEBUG: POParser: loaded 243 strings from file /home/pi/.kodi/addons/skin.aeon.nox.5/language/English/strings.po
22:23:17 796.123169 T:1944465408    INFO: Loading skin includes from /home/pi/.kodi/addons/skin.aeon.nox.5/1080i/includes.xml
22:23:17 796.188904 T:1674830768   DEBUG: -->Python Interpreter Initialized<--
22:23:17 796.189148 T:1674830768   DEBUG: CPythonInvoker(35, /home/pi/.kodi/addons/service.xbmc.versioncheck/service.py): the source file to load is "/home/pi/.kodi/addons/service.xbmc.versioncheck/service.py"
22:23:18 796.603149 T:1760289712   DEBUG: CZeroconfAvahi::groupCallback: Service successfully established
22:23:18 796.735535 T:1674830768   DEBUG: Previous line repeats 3 times.
22:23:18 796.735657 T:1674830768   DEBUG: CPythonInvoker(35, /home/pi/.kodi/addons/service.xbmc.versioncheck/service.py): setting the Python path to /home/pi/.kodi/addons/service.xbmc.versioncheck:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PILcompat:/usr/lib/python2.7/dist-packages/gtk-2.0:/usr/lib/pymodules/python2.7
22:23:18 796.735718 T:1674830768   DEBUG: CPythonInvoker(35, /home/pi/.kodi/addons/service.xbmc.versioncheck/service.py): entering source directory /home/pi/.kodi/addons/service.xbmc.versioncheck
22:23:18 796.735962 T:1674830768   DEBUG: CPythonInvoker(35, /home/pi/.kodi/addons/service.xbmc.versioncheck/service.py): instantiating addon using automatically obtained id of "service.xbmc.versioncheck" dependent on version 2.1.0 of the xbmc.python api
22:23:18 796.739441 T:1591735216   DEBUG: -->Python Interpreter Initialized<--
22:23:18 796.739624 T:1591735216   DEBUG: CPythonInvoker(38, /home/pi/.kodi/addons/script.skinshortcuts/default.py): the source file to load is "/home/pi/.kodi/addons/script.skinshortcuts/default.py"
22:23:18 796.813416 T:1944465408    INFO:   load new skin...
22:23:18 796.814209 T:1944465408    INFO: Loading user windows, path /home/pi/.kodi/addons/skin.aeon.nox.5/1080i
22:23:18 796.882874 T:1944465408   DEBUG: Load Skin XML: 78.33ms
22:23:18 796.882996 T:1944465408    INFO:   initialize new skin...
22:23:18 796.883057 T:1944465408   DEBUG: guilib: Fill viewport on change for solving rendering passes
22:23:18 796.883118 T:1944465408    INFO: Loading skin file: DialogVolumeBar.xml, load type: LOAD_ON_GUI_INIT
22:23:18 796.898926 T:1944465408   DEBUG: OpenBundle - Opened bundle /home/pi/.kodi/addons/skin.aeon.nox.5/media/Textures.xbt
22:23:18 796.899231 T:1944465408    INFO: Loading skin file: DialogKaiToast.xml, load type: LOAD_ON_GUI_INIT
22:23:18 796.904846 T:1944465408    INFO: Loading skin file: DialogMuteBug.xml, load type: LOAD_ON_GUI_INIT
22:23:18 796.914124 T:1944465408    INFO: Loading skin file: DialogSeekBar.xml, load type: LOAD_ON_GUI_INIT
22:23:18 796.963013 T:1944465408    INFO: Loading skin file: VideoOSDSettings.xml, load type: LOAD_ON_GUI_INIT
22:23:18 796.993835 T:1944465408    INFO: Previous line repeats 1 times.
22:23:18 796.993958 T:1944465408    INFO: Loading skin file: DialogBusy.xml, load type: LOAD_ON_GUI_INIT
22:23:18 797.005615 T:1944465408    INFO: Loading skin file: DialogExtendedProgressBar.xml, load type: LOAD_ON_GUI_INIT
22:23:18 797.013733 T:1944465408    INFO: Loading skin file: DialogSubtitles.xml, load type: LOAD_ON_GUI_INIT
22:23:18 797.041138 T:1944465408    INFO: Loading skin file: DialogPVRChannelsOSD.xml, load type: LOAD_ON_GUI_INIT
22:23:18 797.047058 T:1944465408    INFO: Loading skin file: DialogPVRGuideOSD.xml, load type: LOAD_ON_GUI_INIT
22:23:18 797.061646 T:1944465408    INFO: Loading skin file: VideoOSD.xml, load type: LOAD_ON_GUI_INIT
22:23:18 797.094788 T:1665909680   DEBUG: -->Python Interpreter Initialized<--
22:23:18 797.095032 T:1665909680   DEBUG: CPythonInvoker(36, /home/pi/.kodi/addons/script.grab.fanart/service.py): the source file to load is "/home/pi/.kodi/addons/script.grab.fanart/service.py"
22:23:18 797.104126 T:1944465408    INFO: Loading resource://resource.uisounds.confluence/sounds.xml
22:23:18 797.137756 T:1591735216   DEBUG: CPythonInvoker(38, /home/pi/.kodi/addons/script.skinshortcuts/default.py): setting the Python path to /home/pi/.kodi/addons/script.skinshortcuts:/home/pi/.kodi/addons/script.module.simplejson/lib:/home/pi/.kodi/addons/script.module.unidecode/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PILcompat:/usr/lib/python2.7/dist-packages/gtk-2.0:/usr/lib/pymodules/python2.7
22:23:18 797.137939 T:1591735216   DEBUG: CPythonInvoker(38, /home/pi/.kodi/addons/script.skinshortcuts/default.py): entering source directory /home/pi/.kodi/addons/script.skinshortcuts
22:23:18 797.138062 T:1665909680   DEBUG: CPythonInvoker(36, /home/pi/.kodi/addons/script.grab.fanart/service.py): setting the Python path to /home/pi/.kodi/addons/script.grab.fanart:/usr/lib/python2.7:/usr/lib/python2.7/plat-arm-linux-gnueabihf:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/local/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages:/usr/lib/python2.7/dist-packages/PILcompat:/usr/lib/python2.7/dist-packages/gtk-2.0:/usr/lib/pymodules/python2.7
22:23:18 797.138123 T:1665909680   DEBUG: CPythonInvoker(36, /home/pi/.kodi/addons/script.grab.fanart/service.py): entering source directory /home/pi/.kodi/addons/script.grab.fanart
22:23:18 797.138184 T:1591735216   DEBUG: CPythonInvoker(38, /home/pi/.kodi/addons/script.skinshortcuts/default.py): instantiating addon using automatically obtained id of "script.skinshortcuts" dependent on version 2.20.0 of the xbmc.python api
22:23:18 797.157288 T:1665909680   DEBUG: CPythonInvoker(36, /home/pi/.kodi/addons/script.grab.fanart/service.py): instantiating addon using automatically obtained id of "script.grab.fanart" dependent on version 2.19.0 of the xbmc.python api
22:23:18 797.169495 T:1944465408    INFO:   skin loaded...
22:23:18 797.169617 T:1641018288   DEBUG: CRecentlyAddedJob::UpdateVideos() - Running RecentlyAdded home screen update
22:23:18 797.170715 T:1944465408   DEBUG: Activating window ID: 10000
22:23:18 797.170959 T:1944465408   DEBUG: ------ Window Init (Home.xml) ------
22:23:18 797.171082 T:1944465408    INFO: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
22:23:18 797.178040 T:1628435376   DEBUG: -->Python Interpreter Initialized<--
22:23:18 797.178223 T:1628435376   DEBUG: CPythonInvoker(37, /home/pi/.kodi/addons/service.library.data.provider/service.py): the source file to load is "/home/pi/.kodi/addons/service.library.data.provider/service.py"
22:23:18 797.180359 T:1641018288   DEBUG: CSettingsManager: requested setting (videolibrary.hiderecentlywatchedvideos) was not found.
22:23:18 797.180481 T:1674830768   DEBUG: Version Check: Version 0.3.19 started
22:23:18 797.181641 T:1641018288   DEBUG: RunQuery took 1 ms for 10 items query: select * from movie_view  ORDER BY dateAdded desc, idMovie desc LIMIT 10
22:23:18 797.227722 T:1641018288   DEBUG: RunQuery took 1 ms for 10 items query: select * from episode_view  ORDER BY dateAdded desc, idEpisode desc LIMIT 10
22:23:18 797.255981 T:1641018288   DEBUG: RunQuery took 1 ms for 10 items query: select * from musicvideo_view  ORDER BY dateAdded desc, idMVideo desc LIMIT 10
22:23:18 797.419678 T:1581249456   DEBUG: Thread LanguageInvoker start, auto delete: false
22:23:18 797.420044 T:1581249456    INFO: initializing python engine.
22:23:18 797.420227 T:1641018288   DEBUG: CRecentlyAddedJob::UpdateTotal() - Running RecentlyAdded home screen update

Is this a known issue? Is there a work-around (other than waiting longer to select another profile)?

Marc.
Reply
#2
Hi Team,

Here is the crashlog that gets generated when Kodi crashes. This was generated after I did a reboot, logged in to the Master User, then (seemingly) quickly logged into Jessica's profile. It instantly crashed.

Quote:############## Kodi CRASH LOG ###############

################ SYSTEM INFO ################
Date: Wednesday 12 October 23:07:46 AEDT 2016
Kodi Options:
Arch: armv7l
Kernel: Linux 4.4.14-v7+ #896 SMP Sat Jul 2 15:09:43 BST 2016
Release: Raspbian GNU/Linux 8 (jessie)
############## END SYSTEM INFO ##############

############### STACK TRACE #################
=====> Core file: /home/pi/core (2016-10-12 23:07:28.632582296 +1100)
=========================================
[New LWP 1686]
[New LWP 1749]
[New LWP 1748]
[New LWP 1743]
[New LWP 1809]
[New LWP 1808]
[New LWP 1746]
[New LWP 1754]
[New LWP 1753]
[New LWP 1747]
[New LWP 1807]
[New LWP 1803]
[New LWP 1751]
[New LWP 1750]
[New LWP 1801]
[New LWP 1806]
[New LWP 1802]
[New LWP 1752]
[New LWP 1800]
[New LWP 1761]
[New LWP 1759]
[New LWP 1805]
[New LWP 1778]
[New LWP 1760]
[New LWP 1762]
[New LWP 1811]
[New LWP 1804]
[New LWP 1812]
[New LWP 1763]
[New LWP 1769]
[New LWP 1764]
[New LWP 1767]
[New LWP 1745]
[New LWP 1768]
[New LWP 1777]
[New LWP 1810]
[New LWP 1788]
[New LWP 1770]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
Core was generated by `/usr/lib/kodi/kodi.bin --lircdev /var/run/lirc/lircd'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x76f69218 in memcmp () from /usr/lib/arm-linux-gnueabihf/libarmmem.so

Thread 38 (Thread 0x686543b0 (LWP 1770)):
#0 0x768bccb4 in read () at ../sysdeps/unix/syscall-template.S:81
#1 0x76b288e4 in vio_read_buff () from /usr/lib/arm-linux-gnueabihf/libmysqlclient.so.18
#2 0x76b180ac in ?? () from /usr/lib/arm-linux-gnueabihf/libmysqlclient.so.18
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 37 (Thread 0x61b3d3b0 (LWP 1788)):
#0 0x768b9b30 in __pthread_cond_timedwait (cond=0x1e65970, mutex=0x1e659a8, abstime=0x61b3cd10) at pthread_cond_timedwait.c:199
#1 0x00d47a3c in CJobManager::GetNextJob(CJobWorker const*) ()
#2 0x00d486e0 in CJobWorker:Tonguerocess() ()
#3 0x01930364 in CThread::Action() ()
#4 0x01930600 in CThread:ConfusedtaticThread(void*) ()
#5 0x768b4e90 in start_thread (arg=0x61b3d3b0) at pthread_create.c:311
#6 0x75668698 in ?? () at ../ports/sysdeps/unix/sysv/linux/arm/nptl/../clone.S:92 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 36 (Thread 0x612063b0 (LWP 1810)):
#0 0x768bba40 in do_futex_wait (isem=isem@entry=0x73500638) at ../nptl/sysdeps/unix/sysv/linux/sem_wait.c:48
#1 0x768bbaf4 in __new_sem_wait (sem=0x73500638) at ../nptl/sysdeps/unix/sysv/linux/sem_wait.c:69
#2 0x7658d62c in PyThread_acquire_lock () from /usr/lib/arm-linux-gnueabihf/libpython2.7.so.1.0
#3 0x76628c70 in PyEval_RestoreThread () from /usr/lib/arm-linux-gnueabihf/libpython2.7.so.1.0
#4 0x765e0860 in PyFile_FromString () from /usr/lib/arm-linux-gnueabihf/libpython2.7.so.1.0
#5 0x0085f4d0 in CPythonInvoker::execute(std:Confusedtring const&, std::vector<std:Confusedtring, std::allocator<std:Confusedtring> > const&) ()
#6 0x00860678 in CPythonInvoker::Execute(std:Confusedtring const&, std::vector<std:Confusedtring, std::allocator<std:Confusedtring> > const&) ()
#7 0x01930364 in CThread::Action() ()
#8 0x01930600 in CThread:ConfusedtaticThread(void*) ()
#9 0x768b4e90 in start_thread (arg=0x612063b0) at pthread_create.c:311
#10 0x75668698 in ?? () at ../ports/sysdeps/unix/sysv/linux/arm/nptl/../clone.S:92 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 35 (Thread 0x64e543b0 (LWP 1777)):
#0 0x768b9b30 in __pthread_cond_timedwait (cond=0x2ee3a18, mutex=0x2ee3a50, abstime=0x64e53d28) at pthread_cond_timedwait.c:199
#1 0x0190561c in CLinuxInputDevicesCheckHotplugged:Tonguerocess() ()
#2 0x01930364 in CThread::Action() ()
#3 0x01930600 in CThread:ConfusedtaticThread(void*) ()
#4 0x768b4e90 in start_thread (arg=0x64e543b0) at pthread_create.c:311
#5 0x75668698 in ?? () at ../ports/sysdeps/unix/sysv/linux/arm/nptl/../clone.S:92 from /lib/arm-linux-gnueabihf/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 34 (Thread 0x696543b0 (LWP 1768)):
#0 0x768b9b30 in __pthread_cond_timedwait (cond=0x1e54cc8, mutex=0x1e54d00, abstime=0x69653d28) at pthread_cond_timedwait.c:199
#1 0x019309d0 in CTimer:Tonguerocess() ()
#2 0x01930364 in CThread::Action() ()
#3 0x01930600 in CThread:ConfusedtaticThread(void*) ()
#4 0x768b4e90 in start_thread (arg=0x696543b0, arg@entry=<error reading variable: Cannot access memory at address 0x20302028>) at pthread_create.c:311
#5 0x75668698 in ?? () at ../ports/sysdeps/unix/sysv/linux/arm/nptl/../clone.S:92 from /lib/arm-linux-gnueabihf/libc.so.6
/build/gdb-nrlhe3/gdb-7.7.1+dfsg/gdb/frame.c:472: internal-error: get_frame_id: Assertion `fi->this_id.p' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Quit this debugging session? (y or n) [answered Y; input not from terminal]
/build/gdb-nrlhe3/gdb-7.7.1+dfsg/gdb/frame.c:472: internal-error: get_frame_id: Assertion `fi->this_id.p' failed.
A problem internal to GDB has been detected,
further debugging may prove unreliable.
Create a core file of GDB? (y or n) [answered Y; input not from terminal]
############# END STACK TRACE ###############

################# LOG FILE ##################

23:06:22 31.514011 T:1944195072 NOTICE: special://profile/ is mapped to: special://masterprofile/profiles/Jessica/
23:06:22 31.514151 T:1944195072 NOTICE: special://profile/ is mapped to: special://masterprofile/
23:06:22 31.514189 T:1944195072 NOTICE: -----------------------------------------------------------------------
23:06:22 31.514233 T:1944195072 NOTICE: Starting Kodi (16.1 Git:2016-04-25-b08ce71-dirty). Platform: Linux ARM 32-bit
23:06:22 31.514269 T:1944195072 NOTICE: Using Release Kodi x32 build (version for Raspberry Pi)
23:06:22 31.514311 T:1944195072 NOTICE: Kodi compiled Apr 25 2016 by GCC 4.9.2 for Linux ARM 32-bit version 3.16.7 (200711)
23:06:22 31.514519 T:1944195072 NOTICE: Running on Raspbian GNU/Linux 8 (jessie), kernel: Linux ARM 32-bit version 4.4.14-v7+
23:06:22 31.514555 T:1944195072 NOTICE: FFmpeg statically linked, version: 2.8.6-kodi-2.8.6-Jarvis-16.0
23:06:22 31.514591 T:1944195072 NOTICE: Host CPU: ARMv7 Processor rev 4 (v7l), 4 cores available
23:06:22 31.514622 T:1944195072 NOTICE: ARM Features: Neon disabled
23:06:22 31.514656 T:1944195072 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
23:06:22 31.514688 T:1944195072 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
23:06:22 31.514721 T:1944195072 NOTICE: special://masterprofile/ is mapped to: /home/pi/.kodi/userdata
23:06:22 31.514755 T:1944195072 NOTICE: special://home/ is mapped to: /home/pi/.kodi
23:06:22 31.514790 T:1944195072 NOTICE: special://temp/ is mapped to: /home/pi/.kodi/temp
23:06:22 31.514849 T:1944195072 NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
23:06:22 31.514902 T:1944195072 NOTICE: Local hostname: rpi3
23:06:22 31.514936 T:1944195072 NOTICE: Log File is located: /home/pi/.kodi/temp/kodi.log
23:06:22 31.514988 T:1944195072 NOTICE: -----------------------------------------------------------------------
23:06:23 31.792429 T:1944195072 ERROR: DBus: Error org.freedesktop.DBus.Error.InvalidArgs - No such property CanSuspend
23:06:23 31.793184 T:1944195072 ERROR: DBus: Error org.freedesktop.DBus.Error.InvalidArgs - No such property CanHibernate
23:06:23 31.802408 T:1944195072 NOTICE: load settings...
23:06:23 31.967789 T:1944195072 NOTICE: Found 2 Lists of Devices
23:06:23 31.967886 T:1944195072 NOTICE: Enumerated PI devices:
23:06:23 31.967920 T:1944195072 NOTICE: Device 1
23:06:23 31.968145 T:1944195072 NOTICE: m_deviceName : HDMI
23:06:23 31.968184 T:1944195072 NOTICE: m_displayName : HDMI
23:06:23 31.968216 T:1944195072 NOTICE: m_displayNameExtra:
23:06:23 31.968248 T:1944195072 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
23:06:23 31.968281 T:1944195072 NOTICE: m_channels : FL,FR
23:06:23 31.968315 T:1944195072 NOTICE: m_sampleRates : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
23:06:23 31.968420 T:1944195072 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_AC3,AE_FMT_DTS,AE_FMT_EAC3
23:06:23 31.968470 T:1944195072 NOTICE: Device 2
23:06:23 31.968534 T:1944195072 NOTICE: m_deviceName : Analogue
23:06:23 31.968569 T:1944195072 NOTICE: m_displayName : Analogue
23:06:23 31.968653 T:1944195072 NOTICE: m_displayNameExtra:
23:06:23 31.968710 T:1944195072 NOTICE: m_deviceType : AE_DEVTYPE_PCM
23:06:23 31.968744 T:1944195072 NOTICE: m_channels : FL,FR
23:06:23 31.968777 T:1944195072 NOTICE: m_sampleRates : 48000
23:06:23 31.968834 T:1944195072 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
23:06:23 31.968977 T:1944195072 NOTICE: Device 3
23:06:23 31.969101 T:1944195072 NOTICE: m_deviceName : Both
23:06:23 31.969173 T:1944195072 NOTICE: m_displayName : HDMI and Analogue
23:06:23 31.969223 T:1944195072 NOTICE: m_displayNameExtra:
23:06:23 31.969307 T:1944195072 NOTICE: m_deviceType : AE_DEVTYPE_PCM
23:06:23 31.969393 T:1944195072 NOTICE: m_channels : FL,FR
23:06:23 31.969429 T:1944195072 NOTICE: m_sampleRates : 48000
23:06:23 31.969463 T:1944195072 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
23:06:23 31.969534 T:1944195072 NOTICE: Enumerated ALSA devices:
23:06:23 31.969566 T:1944195072 NOTICE: Device 1
23:06:23 31.969633 T:1944195072 NOTICE: m_deviceName : @
23:06:23 31.969669 T:1944195072 NOTICE: m_displayName : Default (bcm2835 ALSA bcm2835 ALSA)
23:06:23 31.969700 T:1944195072 NOTICE: m_displayNameExtra:
23:06:23 31.969732 T:1944195072 NOTICE: m_deviceType : AE_DEVTYPE_PCM
23:06:23 31.969765 T:1944195072 NOTICE: m_channels : FL,FR
23:06:23 31.969797 T:1944195072 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000
23:06:23 31.969830 T:1944195072 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_U8
23:06:23 32.023491 T:1944195072 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
23:06:23 32.023804 T:1944195072 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
<?xml version="1.0" encoding="UTF-8" ?>
<advancedsettings>
<video>
<defaultplayer>dvdplayer</defaultplayer>
<defaultdvdplayer>dvdplayer</defaultdvdplayer>
<subsdelayrange>120</subsdelayrange>
<busydialogdelayms>750</busydialogdelayms>
</video>
<fanartres>720</fanartres>
<imageres>540</imageres>
<samba>
<clienttimeout>30</clienttimeout>
</samba>
<network>
<readbufferfactor>4.0</readbufferfactor>
<cachemembuffersize>31457280</cachemembuffersize>
</network>
<gui>
<algorithmdirtyregions>3</algorithmdirtyregions>
<nofliptimeout>0</nofliptimeout>
</gui>
<splash>false</splash>
</advancedsettings>
23:06:23 32.026253 T:1944195072 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
23:06:23 32.026375 T:1944195072 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>xxx.xxx.xxx.xxx</host>
<port>3306</port>
<user>xxxxxxxx</user>
<pass>xxxxxxxx</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>xxx.xxx.xxx.xxx</host>
<port>3306</port>
<user>xxxxxxxx</user>
<pass>xxxxxxxx</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
</advancedsettings>
23:06:23 32.026474 T:1944195072 WARNING: VIDEO database configuration is experimental.
23:06:23 32.027481 T:1944195072 NOTICE: Default DVD Player: dvdplayer
23:06:23 32.027515 T:1944195072 NOTICE: Default Video Player: dvdplayer
23:06:23 32.027550 T:1944195072 NOTICE: Default Audio Player: paplayer
23:06:23 32.027588 T:1944195072 NOTICE: Disabled debug logging due to GUI setting. Level 0.
23:06:23 32.027622 T:1944195072 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
23:06:23 32.027824 T:1944195072 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
23:06:23 32.030285 T:1944195072 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
23:06:23 32.039265 T:1944195072 NOTICE: Loaded playercorefactory configuration
23:06:23 32.039593 T:1944195072 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
23:06:23 32.039951 T:1944195072 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
23:06:23 32.210365 T:1944195072 NOTICE: Running database version Addons20
23:06:23 32.418999 T:1944195072 NOTICE: ADDONS: Using repository repository.xbmc.org
23:06:23 32.419098 T:1944195072 NOTICE: ADDONS: Using repository repository.popcornmix
23:06:24 32.974876 T:1944195072 NOTICE: Raspberry PI firmware version: Jul 5 2016 21:29:45
Copyright © 2012 Broadcom
version 5a921d051b05efb2ce8abb0874cd44023d080d93 (clean) (release)
23:06:24 32.974987 T:1944195072 NOTICE: ARM mem: 752MB GPU mem: 256MB MPG2:0 WVC1:0
23:06:24 32.975021 T:1944195072 NOTICE: cacheMemBufferSize: 30MB
23:06:24 32.975288 T:1944195072 NOTICE: Config:
arm_freq=1200
audio_pwm_mode=1
config_hdmi_boost=5
core_freq=400
desired_osc_freq=0x36ee80
disable_commandline_tags=2
disable_l2cache=1
force_eeprom_read=1
force_pwm_open=1
framebuffer_ignore_alpha=1
framebuffer_swap=1
gpu_freq=300
hdmi_channel_map=8
hdmi_force_cec_address=65535
init_uart_clock=0x2dc6c00
lcd_framerate=60
over_voltage_avs=0x16e36
overscan_bottom=48
overscan_left=48
overscan_right=48
overscan_top=48
pause_burst_frames=1
program_serial_random=1
sdram_freq=450
temp_limit=85
23:06:24 32.975403 T:1944195072 NOTICE: Config:
device_tree=-
23:06:24 32.975464 T:1944195072 NOTICE: InitWindowSystem: Using EGL Implementation: raspberrypi
23:06:24 32.977257 T:1944195072 NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 60.000000 Hz
23:06:24 32.977356 T:1944195072 NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 59.940063 Hz
23:06:24 32.977398 T:1944195072 NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 72.000000 Hz
23:06:24 32.977440 T:1944195072 NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 71.928070 Hz
23:06:24 32.977478 T:1944195072 NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 75.000000 Hz
23:06:24 32.977516 T:1944195072 NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 60.000000 Hz
23:06:24 32.977554 T:1944195072 NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 59.940063 Hz
23:06:24 32.977592 T:1944195072 NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 72.000000 Hz
23:06:24 32.977634 T:1944195072 NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 71.928070 Hz
23:06:24 32.977673 T:1944195072 NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 75.000000 Hz
23:06:24 32.977711 T:1944195072 NOTICE: Found resolution 1024 x 768 for display 0 with 1024 x 768 @ 60.000000 Hz
23:06:24 32.977749 T:1944195072 NOTICE: Found resolution 1024 x 768 for display 0 with 1024 x 768 @ 59.940063 Hz
23:06:24 32.977787 T:1944195072 NOTICE: Found resolution 1024 x 768 for display 0 with 1024 x 768 @ 70.000000 Hz
23:06:24 32.977825 T:1944195072 NOTICE: Found resolution 1024 x 768 for display 0 with 1024 x 768 @ 75.000000 Hz
23:06:24 32.977863 T:1944195072 NOTICE: Found resolution 1152 x 864 for display 0 with 1152 x 864 @ 75.000000 Hz
23:06:24 32.977901 T:1944195072 NOTICE: Found resolution 1280 x 800 for display 0 with 1280 x 800 @ 60.000000 Hz
23:06:24 32.977943 T:1944195072 NOTICE: Found resolution 1280 x 800 for display 0 with 1280 x 800 @ 59.940063 Hz
23:06:24 32.977978 T:1944195072 NOTICE: Found resolution 1280 x 1024 for display 0 with 1280 x 1024 @ 60.000000 Hz
23:06:24 32.978031 T:1944195072 NOTICE: Found resolution 1280 x 1024 for display 0 with 1280 x 1024 @ 59.940063 Hz
23:06:24 32.978069 T:1944195072 NOTICE: Found resolution 1280 x 1024 for display 0 with 1280 x 1024 @ 75.000000 Hz
23:06:24 32.978107 T:1944195072 NOTICE: Found resolution 1440 x 900 for display 0 with 1440 x 900 @ 60.000000 Hz
23:06:24 32.978146 T:1944195072 NOTICE: Found resolution 1440 x 900 for display 0 with 1440 x 900 @ 59.940063 Hz
23:06:24 32.978184 T:1944195072 NOTICE: Found resolution 1680 x 1050 for display 0 with 1680 x 1050 @ 60.000000 Hz
23:06:24 32.978222 T:1944195072 NOTICE: Found resolution 1680 x 1050 for display 0 with 1680 x 1050 @ 59.940063 Hz
23:06:24 32.978260 T:1944195072 NOTICE: Found resolution 1366 x 768 for display 0 with 1366 x 768 @ 60.000000 Hz
23:06:24 32.978302 T:1944195072 NOTICE: Found resolution 1366 x 768 for display 0 with 1366 x 768 @ 59.940063 Hz
23:06:24 32.978336 T:1944195072 NOTICE: Found resolution 1600 x 900 for display 0 with 1600 x 900 @ 60.000000 Hz
23:06:24 32.978378 T:1944195072 NOTICE: Found resolution 1600 x 900 for display 0 with 1600 x 900 @ 59.940063 Hz
23:06:24 32.978477 T:1944195072 NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 60.000000 Hz
23:06:24 32.978519 T:1944195072 NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 59.940063 Hz
23:06:24 32.978558 T:1944195072 NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 60.000000 Hz
23:06:24 32.978596 T:1944195072 NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 59.940063 Hz
23:06:24 32.978699 T:1944195072 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 60.000000 Hz
23:06:24 32.978840 T:1944195072 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 59.940063 Hz
23:06:24 32.978909 T:1944195072 NOTICE: Found resolution 720 x 576 for display 0 with 720 x 576 @ 50.000000 Hz
23:06:24 32.979038 T:1944195072 NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 50.000000 Hz
23:06:24 32.979111 T:1944195072 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 50.000000 Hz
23:06:24 32.979187 T:1944195072 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 24.000000 Hz
23:06:24 32.979244 T:1944195072 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 23.976025 Hz
23:06:24 32.979305 T:1944195072 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 25.000000 Hz
23:06:24 32.979393 T:1944195072 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 30.000000 Hz
23:06:24 32.979450 T:1944195072 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 29.970032 Hz
23:06:24 32.979843 T:1944195072 NOTICE: Found ([email protected]) at 48, setting to RES_DESKTOP at 16
23:06:24 32.980217 T:1944195072 NOTICE: Checking resolution 16
23:06:24 33.101078 T:1944195072 NOTICE: GL_VENDOR = Broadcom
23:06:24 33.101181 T:1944195072 NOTICE: GL_RENDERER = VideoCore IV HW
23:06:24 33.101219 T:1944195072 NOTICE: GL_VERSION = OpenGL ES 2.0
23:06:24 33.101254 T:1944195072 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
23:06:24 33.101303 T:1944195072 NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker
23:06:25 33.617619 T:1944195072 NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
23:06:25 33.697727 T:1944195072 NOTICE: Running database version Addons20
23:06:25 33.700306 T:1944195072 NOTICE: Running database version ViewModes6
23:06:25 33.704048 T:1944195072 NOTICE: Running database version Textures13
23:06:25 33.742268 T:1944195072 NOTICE: Running database version MyMusic56
23:06:34 33.748592 T:1944195072 NOTICE: Running database version MyVideos99
23:06:34 33.751743 T:1944195072 NOTICE: Running database version TV29
23:06:34 33.761421 T:1944195072 NOTICE: Running database version Epg11
23:06:34 33.763874 T:1944195072 NOTICE: start dvd mediatype detection
23:06:36 35.405712 T:1944195072 NOTICE: initialize done
23:06:36 35.431572 T:1944195072 NOTICE: Running the application...
23:06:36 35.447552 T:1944195072 NOTICE: starting zeroconf publishing
23:06:36 35.448380 T:1944195072 NOTICE: starting upnp client
23:06:36 35.502529 T:1709523888 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
23:06:36 35.503269 T:1709523888 NOTICE: UDP: Listening on port 9777
23:06:49 48.987000 T:1944195072 NOTICE: starting upnp client
23:06:49 49.054974 T:1944195072 NOTICE: ADDONS: Using repository repository.xbmc.org
23:06:49 49.055080 T:1944195072 NOTICE: ADDONS: Using repository repository.popcornmix
23:06:49 49.146255 T:1944195072 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
23:06:49 49.232601 T:1944195072 ERROR: ExecuteAsync - Not executing non-existing script script.favourites
23:06:50 49.477577 T:1944195072 NOTICE: ActiveAE DSP - starting
23:06:50 49.534626 T:1944195072 WARNING: Cleanup: Having to cleanup texture pointer_arrow.png
23:06:50 49.534828 T:1944195072 WARNING: Cleanup: Having to cleanup texture pointer_click.png
23:06:52 52.192669 T:1664603056 NOTICE: script.grab.fanart: Grab Fanart Service Started
23:07:10 69.344749 T:1639175088 WARNING: Create - unsupported protocol(image) in image://http%3a%2f%2fassets.fanart.tv%2ffanart%2fmusic%2f9efff43b-3b29-4082-824e-bc82f646f93d%2fartistbackground%2fthe-doors-4e4929c8a57d6.jpg/
23:07:21 80.871315 T:1944195072 NOTICE: ES: Stopping event server
23:07:21 80.871521 T:1944195072 NOTICE: stopping upnp
23:07:21 81.023201 T:1944195072 NOTICE: stopping zeroconf publishing
23:07:22 81.551086 T:1709523888 NOTICE: ES: UDP Event server stopped
23:07:22 81.568710 T:1709523888 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
23:07:22 81.568977 T:1709523888 NOTICE: UDP: Listening on port 9777
23:07:25 84.674355 T:1944195072 NOTICE: ES: Stopping event server
23:07:26 85.571426 T:1709523888 NOTICE: ES: UDP Event server stopped
23:07:26 85.589714 T:1944195072 NOTICE: special://profile/ is mapped to: special://masterprofile/profiles/Jessica/
23:07:26 85.627655 T:1944195072 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
23:07:26 85.627998 T:1944195072 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
<?xml version="1.0" encoding="UTF-8" ?>
<advancedsettings>
<video>
<defaultplayer>dvdplayer</defaultplayer>
<defaultdvdplayer>dvdplayer</defaultdvdplayer>
<subsdelayrange>120</subsdelayrange>
<busydialogdelayms>750</busydialogdelayms>
</video>
<fanartres>720</fanartres>
<imageres>540</imageres>
<samba>
<clienttimeout>30</clienttimeout>
</samba>
<network>
<readbufferfactor>4.0</readbufferfactor>
<cachemembuffersize>31457280</cachemembuffersize>
</network>
<gui>
<algorithmdirtyregions>3</algorithmdirtyregions>
<nofliptimeout>0</nofliptimeout>
</gui>
<splash>false</splash>
</advancedsettings>
23:07:26 85.632698 T:1944195072 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
23:07:26 85.632988 T:1944195072 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>xxx.xxx.xxx.xxx</host>
<port>3306</port>
<name>JCVideos</name>
<user>xxxxxxxx</user>
<pass>xxxxxxxx</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>xxx.xxx.xxx.xxx</host>
<port>3306</port>
<name>JCMusic</name>
<user>xxxxxxxx</user>
<pass>xxxxxxxx</pass>
</musicdatabase>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
</advancedsettings>
23:07:26 85.633141 T:1944195072 WARNING: VIDEO database configuration is experimental.
23:07:26 85.635193 T:1944195072 NOTICE: Default DVD Player: dvdplayer
23:07:26 85.635315 T:1944195072 NOTICE: Default Video Player: dvdplayer
23:07:26 85.635384 T:1944195072 NOTICE: Default Audio Player: paplayer
23:07:26 85.635460 T:1944195072 NOTICE: Disabled debug logging due to GUI setting. Level 0.
23:07:26 85.635529 T:1944195072 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
23:07:26 85.635994 T:1944195072 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/profiles/Jessica/sources.xml
23:07:26 85.640579 T:1944195072 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
23:07:26 85.641808 T:1944195072 NOTICE: Loaded playercorefactory configuration
23:07:26 85.642067 T:1944195072 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
23:07:26 85.642220 T:1944195072 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
23:07:26 85.689346 T:1944195072 NOTICE: Running database version Addons20
23:07:26 85.693146 T:1944195072 NOTICE: Running database version ViewModes6
23:07:26 85.696724 T:1944195072 NOTICE: Running database version Textures13
23:07:26 85.701271 T:1944195072 NOTICE: Running database version JCMusic56
23:07:26 85.705467 T:1944195072 NOTICE: Running database version JCVideos99
23:07:26 85.708282 T:1944195072 NOTICE: Running database version TV29
23:07:26 85.711418 T:1944195072 NOTICE: Running database version Epg11
23:07:26 85.876579 T:1944195072 ERROR: GetCdInfo: Error in automatically selecting driver with input
23:07:26 85.886909 T:1944195072 ERROR: Detection of DVD-ROM media failed.
23:07:26 85.889816 T:1944195072 NOTICE: starting zeroconf publishing
23:07:26 85.891365 T:1944195072 NOTICE: WebServer: Started the webserver
23:07:26 85.891571 T:1944195072 NOTICE: starting upnp client
23:07:26 85.894516 T:1672999856 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
23:07:26 85.894691 T:1672999856 NOTICE: UDP: Listening on port 9777
23:07:26 85.942139 T:1944195072 NOTICE: ADDONS: Using repository repository.xbmc.org
23:07:26 85.942245 T:1944195072 NOTICE: ADDONS: Using repository repository.popcornmix
23:07:26 85.992470 T:1944195072 ERROR: ExecuteAsync - Not executing non-existing script script.favourites
23:07:26 86.040848 T:1944195072 NOTICE: ActiveAE DSP - starting
23:07:26 86.051125 T:1639175088 ERROR: COMXImageFile::ReadFile special://masterprofile/profiles/Jessica/Thumbnails/d/d9dda1fe.jpg not found
23:07:26 86.051384 T:1639175088 NOTICE: LoadJpeg: unable to load special://masterprofile/profiles/Jessica/Thumbnails/d/d9dda1fe.jpg
23:07:26 86.051689 T:1639175088 ERROR: DoWork - Direct texture file loading failed for special://masterprofile/profiles/Jessica/Thumbnails/d/d9dda1fe.jpg
23:07:27 86.660179 T:1639175088 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10


############### END LOG FILE ################

############ END Kodi CRASH LOG #############
Reply
#3
(2016-10-12, 14:03)1marc1 Wrote: Hi Team,

It would appear that switching user profiles can cause Kodi to crash. I found that when logging off and selecting another profile can cause Kodi to crash.

I am running Kodi 16.1 on a Pi3. I have 2 user profiles configured: "Master User" and "Jessica". I can reproduce the issue by following these steps:
  1. Start the Raspberry Pi3 (which automatically loads Kodi).
  2. Login to the Master User profile.
  3. Log off the Master User and within - say 2 seconds - login to the Jessica profile.
  4. Log off the Jessica profile and within - say 2 seconds - login to the Master User profile.
  5. Log off the Master User and within - say 2 seconds - login to the Jessica profile.

At that stage, the screen goes black, Kodi crashes and I am back in Raspbian.

I enabled debug logging (in both profiles) and meticulously went through the steps to reproduce the fault. In doing so, I spend more time than the 2 seconds I denoted in the steps above between selecting the next profile. The result was that Kodi did not crash in step 5. When I started "speeding" up my profile selection, it would instantly crash. It is also to be noted that it has never crashed upon selecting the Master User profile.

.
.
.

Is this a known issue? Is there a work-around (other than waiting longer to select another profile)?

Marc.

I have the exact same problem on OSMC and LibreELEC, on Pi2 (fresh installations).
Reply
#4
Remove the crashlog and use pastebin.com
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#5
I have installed archlinux-arm and on it installed kodi-rbp and now it's ok, no crashes when switching users.
Reply
#6
Hi Team,

FWIW: it seems the crashing issue is related to SSH-ing into the Pi. I haven't SSH-ed to it for a while and Kodi has not crashed upon switching profiles.

Marc.
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi crashes when switching profiles0