xbmc / xbmc

Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows.
https://kodi.tv/
Other
17.99k stars 6.26k forks source link

line 137: 20773 Segmentation fault #1103

Closed openback closed 12 years ago

openback commented 12 years ago

For the past week, Eden has compiled, but been unable to run on my system.

############## XBMC CRASH LOG ###############

################ SYSTEM INFO ################
 Date: Tue Jun 26 22:03:02 EDT 2012
 XBMC Options: 
 Arch: x86_64
 Kernel: Linux 2.6.43.5-2.fc15.x86_64 #1 SMP Tue May 8 11:09:22 UTC 2012
 Release: 
    LSB Version:    :core-4.0-amd64:core-4.0-noarch
    Distributor ID: Fedora
    Description:    Fedora release 15 (Lovelock)
    Release:    15
    Codename:   Lovelock
############## END SYSTEM INFO ##############

############### STACK TRACE #################
=====>  Core file: /home/openback/sources/xbmc/core.3035 (2012-06-23 21:05:01.166830296 -0400)
        =========================================
[New LWP 3035]
[New LWP 3063]
[New LWP 3066]
[New LWP 3064]

Thread 4 (LWP 3064):
#0  0x000000393f60b82f in ?? ()
#1  0x0000000000000000 in ?? ()

Thread 3 (LWP 3066):
#0  0x000000393f60b82f in ?? ()
#1  0x0000000000000000 in ?? ()

Thread 2 (LWP 3063):
#0  0x000000393f2d85a3 in ?? ()
#1  0x00000000032e5d20 in ?? ()
#2  0x00000000000000ba in ?? ()
#3  0x0000000000000001 in ?? ()
#4  0x00007f21e1560bf0 in ?? ()
#5  0x0000000000000032 in ?? ()
#6  0x0000003c6d051dc1 in ?? ()
#7  0x0000002c0000000b in ?? ()
#8  0x00007f21e81bd4d8 in ?? ()
#9  0x000000000000010a in ?? ()
#10 0x0000003c6d051d6c in ?? ()
#11 0x0000000000001000 in ?? ()
#12 0x000000ba00a7d5f5 in ?? ()
#13 0x00000000031a53b8 in ?? ()
#14 0x622ac1e270bd6f00 in ?? ()
#15 0x0000000000000000 in ?? ()

Thread 1 (LWP 3035):
#0  0x0000000000769524 in _M_data (this=0x3) at /usr/lib/gcc/x86_64-redhat-linux/4.6.3/../../../../include/c++/4.6.3/bits/basic_string.h:288
#1  _M_rep (this=0x3) at /usr/lib/gcc/x86_64-redhat-linux/4.6.3/../../../../include/c++/4.6.3/bits/basic_string.h:296
#2  size (this=0x3) at /usr/lib/gcc/x86_64-redhat-linux/4.6.3/../../../../include/c++/4.6.3/bits/basic_string.h:711
#3  operator==<char> (__rhs=..., __lhs=...) at /usr/lib/gcc/x86_64-redhat-linux/4.6.3/../../../../include/c++/4.6.3/bits/basic_string.h:2438
#4  CVariant::operator== (this=0x424f920, rhs=...) at Variant.cpp:575
#5  0x0000000000c5913d in JSONRPC::JSONSchemaTypeDefinition::Parse (this=0x7fff80528210, value=..., isParameter=<optimized out>) at JSONServiceDescription.cpp:360
#6  0x0000000000c5b8f0 in JSONRPC::JsonRpcMethod::Parse (this=0x19, value=...) at JSONServiceDescription.cpp:1142
#7  0x0000000000000000 in ?? ()
=====>  Core file: /home/openback/sources/xbmc/core.20773 (2012-06-26 22:03:01.376972542 -0400)
        =========================================
[New LWP 20773]
[New LWP 20801]
[New LWP 20802]
[New LWP 20804]
[Thread debugging using libthread_db enabled]
Core was generated by `/usr/local/lib/xbmc/xbmc.bin'.
Program terminated with signal 11, Segmentation fault.
#0  0x0000000000769497 in CVariant::operator== (this=0x31269a0, rhs=...) at Variant.cpp:562
562   if (m_type == rhs.m_type)

Thread 4 (Thread 0x7f1a63acc700 (LWP 20804)):
#0  0x000000393f60b82f in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x0000000000f0b192 in wait (milliseconds=<optimized out>, lock=..., this=0x1402c10) at /home/openback/sources/xbmc/xbmc/threads/platform/pthreads/Condition.h:81
#2  wait<CCriticalSection> (milliseconds=<optimized out>, lock=..., this=0x1402c40) at /home/openback/sources/xbmc/xbmc/threads/Condition.h:66
#3  WaitMSec (milliSeconds=2000, this=0x1402bd0) at Event.h:84
#4  CThread::Sleep (this=0x1402bb0, milliseconds=2000) at Thread.cpp:192
#5  0x0000000000dd915c in MEDIA_DETECT::CDetectDVDMedia::Process (this=0x1402bb0) at DetectDVDType.cpp:110
#6  0x0000000000f0b241 in CThread::Action (this=0x1402bb0) at Thread.cpp:219
#7  0x0000000000f0b4f1 in CThread::staticThread (data=0x1402bb0) at Thread.cpp:128
#8  0x000000393f607b41 in start_thread () from /lib64/libpthread.so.0
#9  0x000000393f2e0e6d in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7f1a5bbe8700 (LWP 20802)):
#0  0x000000393f60b82f in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x0000000000d7affb in wait (milliseconds=<optimized out>, lock=<optimized out>, this=0x218d658) at /home/openback/sources/xbmc/xbmc/threads/platform/pthreads/Condition.h:81
#2  wait<CCriticalSection> (milliseconds=<optimized out>, lock=<optimized out>, this=0x218d688) at /home/openback/sources/xbmc/xbmc/threads/Condition.h:66
#3  WaitMSec (milliSeconds=1000, this=0x218d618) at /home/openback/sources/xbmc/xbmc/threads/Event.h:84
#4  PERIPHERALS::CPeripheralBus::Process (this=0x218d330) at PeripheralBus.cpp:247
#5  0x0000000000f0b241 in CThread::Action (this=0x218d330) at Thread.cpp:219
#6  0x0000000000f0b4f1 in CThread::staticThread (data=0x218d330) at Thread.cpp:128
#7  0x000000393f607b41 in start_thread () from /lib64/libpthread.so.0
#8  0x000000393f2e0e6d in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7f1a5c5f9700 (LWP 20801)):
#0  0x000000393f2d85a3 in poll () from /lib64/libc.so.6
#1  0x0000003c6d051dc1 in ?? () from /lib64/libasound.so.2
#2  0x0000000000a6d6c6 in CAESinkALSA::AddPackets (this=0x208ca20, data=0x7f1a540058c0 "", frames=512) at Sinks/AESinkALSA.cpp:469
#3  0x0000000000a7cc0c in CSoftAE::RunOutputStage (this=0x20271e0) at Engines/SoftAE/SoftAE.cpp:995
#4  0x0000000000a81636 in CSoftAE::Run (this=0x20271e0) at Engines/SoftAE/SoftAE.cpp:860
#5  0x0000000000f0b241 in CThread::Action (this=0x219cd00) at Thread.cpp:219
#6  0x0000000000f0b4f1 in CThread::staticThread (data=0x219cd00) at Thread.cpp:128
#7  0x000000393f607b41 in start_thread () from /lib64/libpthread.so.0
#8  0x000000393f2e0e6d in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f1a62c21860 (LWP 20773)):
#0  0x0000000000769497 in CVariant::operator== (this=0x31269a0, rhs=...) at Variant.cpp:562
#1  0x0000000000c581ed in JSONRPC::JSONSchemaTypeDefinition::Parse (this=0x7fffc5358200, value=..., isParameter=<optimized out>) at JSONServiceDescription.cpp:513
#2  0x0000000000c5a9a0 in JSONRPC::CJSONServiceDescription::AddType (jsonType=<optimized out>) at JSONServiceDescription.cpp:1432
#3  0x0000000000c44468 in JSONRPC::CJSONRPC::Initialize () at JSONRPC.cpp:45
#4  0x0000000000e1d1b5 in CApplication::Initialize (this=0x1402b80) at Application.cpp:1302
#5  0x0000000000eb6aac in XBMC_Run (renderGUI=true) at xbmc.cpp:41
#6  0x00000000006446f4 in main (argc=1, argv=0x7fffc53589c8) at main.cpp:85
############# END STACK TRACE ###############

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

22:02:57 T:139751302764640  NOTICE: -----------------------------------------------------------------------
22:02:57 T:139751302764640  NOTICE: Starting XBMC (12.0-ALPHA3 Git:20120626-0f03f47), Platform: Linux (Fedora release 15 (Lovelock), 2.6.43.5-2.fc15.x86_64 x86_64). Built on Jun 26 2012
22:02:57 T:139751302764640  NOTICE: special://xbmc/ is mapped to: /usr/local/share/xbmc
22:02:57 T:139751302764640  NOTICE: special://xbmcbin/ is mapped to: /usr/local/lib/xbmc
22:02:57 T:139751302764640  NOTICE: special://masterprofile/ is mapped to: /home/openback/.xbmc/userdata
22:02:57 T:139751302764640  NOTICE: special://home/ is mapped to: /home/openback/.xbmc
22:02:57 T:139751302764640  NOTICE: special://temp/ is mapped to: /home/openback/.xbmc/temp
22:02:57 T:139751302764640  NOTICE: The executable running is: /usr/local/lib/xbmc/xbmc.bin
22:02:57 T:139751302764640  NOTICE: Local hostname: home.openback.net
22:02:57 T:139751302764640  NOTICE: Log File is located: /home/openback/.xbmc/temp/xbmc.log
22:02:57 T:139751302764640  NOTICE: -----------------------------------------------------------------------
22:02:58 T:139751302764640    INFO: Selected UPower and ConsoleKit as PowerSyscall
22:02:58 T:139751302764640   ERROR: CAESinkOSS::EnumerateDevicesEx - Failed to open mixer: /dev/mixer
22:02:58 T:139751302764640  NOTICE: Enumerated ALSA devices:
22:02:58 T:139751302764640  NOTICE:     Device 1
22:02:58 T:139751302764640  NOTICE:         m_deviceName      : hw:CARD=Intel,DEV=0
22:02:58 T:139751302764640  NOTICE:         m_displayName     : HDA Intel
22:02:58 T:139751302764640  NOTICE:         m_displayNameExtra: VT2020 Analog
22:02:58 T:139751302764640  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
22:02:58 T:139751302764640  NOTICE:         m_channels        : FL,FR,BL,BR,FC,LFE
22:02:58 T:139751302764640  NOTICE:         m_sampleRates     : 44100,48000,88200,96000,192000
22:02:58 T:139751302764640  NOTICE:         m_dataFormats     : AE_FMT_S32NE,AE_FMT_S16NE
22:02:58 T:139751302764640  NOTICE:     Device 2
22:02:58 T:139751302764640  NOTICE:         m_deviceName      : iec958:CARD=Intel,DEV=0
22:02:58 T:139751302764640  NOTICE:         m_displayName     : HDA Intel
22:02:58 T:139751302764640  NOTICE:         m_displayNameExtra: VT2020 Digital
22:02:58 T:139751302764640  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
22:02:58 T:139751302764640  NOTICE:         m_channels        : FL,FR
22:02:58 T:139751302764640  NOTICE:         m_sampleRates     : 44100,48000,88200,96000,192000
22:02:58 T:139751302764640  NOTICE:         m_dataFormats     : AE_FMT_S32NE,AE_FMT_S16NE
22:02:58 T:139751302764640  NOTICE:     Device 3
22:02:58 T:139751302764640  NOTICE:         m_deviceName      : hw:CARD=Intel,DEV=1
22:02:58 T:139751302764640  NOTICE:         m_displayName     : HDA Intel
22:02:58 T:139751302764640  NOTICE:         m_displayNameExtra: VT2020 HP
22:02:58 T:139751302764640  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
22:02:58 T:139751302764640  NOTICE:         m_channels        : FL,FR
22:02:58 T:139751302764640  NOTICE:         m_sampleRates     : 44100,48000,88200,96000,192000
22:02:58 T:139751302764640  NOTICE:         m_dataFormats     : AE_FMT_S32NE,AE_FMT_S16NE
22:02:58 T:139751302764640  NOTICE:     Device 4
22:02:58 T:139751302764640  NOTICE:         m_deviceName      : hdmi:CARD=Intel,DEV=0
22:02:58 T:139751302764640  NOTICE:         m_displayName     : HDA Intel
22:02:58 T:139751302764640  NOTICE:         m_displayNameExtra: SAM SAMSUNG on HDMI
22:02:58 T:139751302764640  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
22:02:58 T:139751302764640  NOTICE:         m_channels        : FL,FR
22:02:58 T:139751302764640  NOTICE:         m_sampleRates     : 32000,44100,48000
22:02:58 T:139751302764640  NOTICE:         m_dataFormats     : AE_FMT_LPCM,AE_FMT_S32NE,AE_FMT_S16NE
22:02:58 T:139751302764640  NOTICE: load settings...
22:02:58 T:139751302764640  NOTICE: special://profile/ is mapped to: special://masterprofile/
22:02:58 T:139751302764640  NOTICE: loading special://masterprofile/guisettings.xml
22:02:58 T:139751302764640  NOTICE: Getting hardware information now...
22:02:58 T:139751302764640    INFO: Using digital output
22:02:58 T:139751302764640    INFO: AC3 pass through is enabled
22:02:58 T:139751302764640    INFO: DTS pass through is disabled
22:02:58 T:139751302764640    INFO: AAC pass through is disabled
22:02:58 T:139751302764640  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
22:02:58 T:139751302764640   DEBUG: CPlayerCoreConfig::<ctor>: created player DVDPlayer for core 1
22:02:58 T:139751302764640   DEBUG: CPlayerCoreConfig::<ctor>: created player oldmplayercore for core 1
22:02:58 T:139751302764640   DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer for core 3
22:02:58 T:139751302764640   DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
22:02:58 T:139751302764640   DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtv
22:02:58 T:139751302764640   DEBUG: CPlayerSelectionRule::Initialize: creating rule: hdhomerun/myth/rtmp/mms/udp
22:02:58 T:139751302764640   DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
22:02:58 T:139751302764640   DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
22:02:58 T:139751302764640   DEBUG: CPlayerSelectionRule::Initialize: creating rule: streams
22:02:58 T:139751302764640   DEBUG: CPlayerSelectionRule::Initialize: creating rule: flv/aacp/sdp
22:02:58 T:139751302764640   DEBUG: CPlayerSelectionRule::Initialize: creating rule: mp2
22:02:58 T:139751302764640   DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvd
22:02:58 T:139751302764640   DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdfile
22:02:58 T:139751302764640   DEBUG: CPlayerSelectionRule::Initialize: creating rule: dvdimage
22:02:58 T:139751302764640   DEBUG: CPlayerSelectionRule::Initialize: creating rule: sdp/asf
22:02:58 T:139751302764640   DEBUG: CPlayerSelectionRule::Initialize: creating rule: nsv
22:02:58 T:139751302764640  NOTICE: Loaded playercorefactory configuration
22:02:58 T:139751302764640  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
22:02:58 T:139751302764640  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
22:02:58 T:139751302764640  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
22:02:58 T:139751302764640  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
22:02:58 T:139751302764640  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <musiclibrary>
                                                <albumformat>[%Y] %B</albumformat>
                                              </musiclibrary>
                                              <videolibrary>
                                                <cleanonupdate>true</cleanonupdate>
                                              </videolibrary>
                                            </advancedsettings>
22:02:58 T:139751302764640  NOTICE: Getting hardware information now...
22:02:58 T:139751302764640    INFO: Using digital output
22:02:58 T:139751302764640    INFO: AC3 pass through is enabled
22:02:58 T:139751302764640    INFO: DTS pass through is disabled
22:02:58 T:139751302764640    INFO: AAC pass through is disabled
22:02:58 T:139751302764640  NOTICE: Default DVD Player: dvdplayer
22:02:58 T:139751302764640  NOTICE: Default Video Player: dvdplayer
22:02:58 T:139751302764640  NOTICE: Default Audio Player: paplayer
22:02:58 T:139751302764640  NOTICE: Disabled debug logging due to GUI setting. Level 1.
22:02:58 T:139751302764640  NOTICE: Log level changed to 1
22:02:58 T:139751302764640  NOTICE: Loading media sources from special://masterprofile/sources.xml
22:02:58 T:139751302764640    INFO: creating subdirectories
22:02:58 T:139751302764640    INFO: userdata folder: special://masterprofile/
22:02:58 T:139751302764640    INFO: recording folder:
22:02:58 T:139751302764640    INFO: screenshots folder:
22:02:58 T:139751302764640    INFO: thumbnails folder: special://masterprofile/Thumbnails
22:02:58 T:139751302764640    INFO: load language info file: special://xbmc/language/English/langinfo.xml
22:02:58 T:139751302764640   DEBUG: trying to set locale to en_US.UTF-8
22:02:58 T:139751302764640    INFO: global locale set to en_US.UTF-8
22:02:58 T:139751302764640    INFO: load English language file, from path: special://xbmc/language/
22:02:58 T:139751302764640   DEBUG: POParser: loaded 2238 strings from file /usr/local/share/xbmc/language/English/strings.po
22:02:58 T:139751302764640    INFO: CSoftAE::InternalOpenSink - sink incompatible, re-starting
22:02:58 T:139751302764640    INFO: CAESinkALSA::Initialize - Attempting to open device hdmi:CARD=Intel,DEV=0
22:02:58 T:139751302764640    INFO: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats
22:02:58 T:139751302764640    INFO: CAESinkALSA::InitializeHW - Using data format AE_FMT_S32NE
22:02:58 T:139751302764640   DEBUG: CAESinkALSA::InitializeHW - Request: periodSize 512, periods 16, bufferSize 8192
22:02:58 T:139751302764640   DEBUG: CAESinkALSA::InitializeHW - Got: periodSize 512, periods 16, bufferSize 8192
22:02:58 T:139751302764640   DEBUG: CAESinkALSA::InitializeHW - Setting timeout to 186 ms
22:02:58 T:139751302764640    INFO: CSoftAE::InternalOpenSink - ALSA Initialized:
22:02:58 T:139751302764640    INFO:   Output Device : hdmi:CARD=Intel,DEV=0
22:02:58 T:139751302764640    INFO:   Sample Rate   : 44100
22:02:58 T:139751302764640    INFO:   Sample Format : AE_FMT_S32NE
22:02:58 T:139751302764640    INFO:   Channel Count : 2
22:02:58 T:139751302764640    INFO:   Channel Layout: FL,FR
22:02:58 T:139751302764640    INFO:   Frames        : 512
22:02:58 T:139751302764640    INFO:   Frame Samples : 1024
22:02:58 T:139751302764640    INFO:   Frame Size    : 8
22:02:58 T:139751302764640   DEBUG: CSoftAE::Initialize - Using speaker layout: 5.0
22:02:58 T:139751195645696  NOTICE: Thread CSoftAE start, auto delete: false
22:02:58 T:139751195645696    INFO: CSoftAE::Run - Thread Started
22:02:58 T:139751302764640   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libcpluff-x86_64-linux.so)
22:02:58 T:139751302764640   DEBUG: Loading: /usr/local/lib/xbmc/system/libcpluff-x86_64-linux.so
22:02:59 T:139751302764640    INFO: ADDON: cpluff: 'Could not read plug-in directory /usr/local/lib/xbmc/addons: No such file or directory'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in skin.shade has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.module.xbmcswift has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in xbmc.json has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in plugin.audio.soundcloud has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in skin.confluence-vertical has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in metadata.albums.allmusic.com has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in plugin.image.flickr has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in webinterface.default has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in repository.xbmc.org has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.euphoria has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.black has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in repository.xbmcadult has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.playlists has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in plugin.audio.hvsc has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.randomitems has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in visualization.projectm has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in weather.wunderground has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.module.simplejson has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.dim has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.favourites has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in metadata.artists.allmusic.com has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in metadata.themoviedb.org has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in xbmc.metadata has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in webinterface.wtouch has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in skin.confluence has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.playalbum has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.globalsearch has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.cu.lyrics has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in skin.night has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in visualization.glspectrum has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.module.beautifulsoup has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.randomandlastitems has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in visualization.milkdrop has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.module.pil has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in xbmc.gui has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.common.plugin.cache has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in skin.metropolis has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in visualization.dxspectrum has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.module.simple.downloader has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.logo-downloader has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in xbmc.core has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.cartoon.network has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.youtube has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.recentlyadded has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.solarwinds has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.artistslideshow has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in weather.weatherplus has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.artwork.downloader has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in screensaver.xbmc.builtin.slideshow has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.tas has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in skin.aeon.nox has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in plugin.program.SABnzbd has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in plugin.image.facebook has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.navi-x has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.htbackdrops.com has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in metadata.tvdb.com has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in metadata.yahoomusic.com has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.allmusic.com has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.last.fm has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in plugin.video.academicearth has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in skin.xeebo has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.themoviedb.org has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.module.parsedom has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in xbmc.python has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.imdb.com has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.tv.show.next.aired has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.module.elementtree has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.web.viewer has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in xbmc.addon has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in visualization.waveform has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in screensaver.rsxs.plasma has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in skin.simplicity has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in script.module.pysqlite has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in visualization.itunes has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in metadata.common.hdtrailers.net has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Plug-in skin.mediastream_redux has been installed.'
22:02:59 T:139751302764640   DEBUG: ADDON: cpluff: 'Not all directories were successfully scanned.'
22:02:59 T:139751302764640   DEBUG: LoadMappings - loaded node "Motorola Nyxboard Hybrid"
22:02:59 T:139751302764640   DEBUG: LoadMappings - loaded node "Pulse-Eight CEC Adapter"
22:02:59 T:139751302764640   DEBUG: CPeripheralBusUSB - using libusb peripheral scanning
22:02:59 T:139751185090304  NOTICE: Thread XBMC Peripherals start, auto delete: false
22:02:59 T:139751302764640    INFO: LIRC Initialize: using: /dev/lircd
22:02:59 T:139751302764640    INFO: LIRC Initialize: connect failed: No such file or directory
22:02:59 T:139751302764640   DEBUG: Failed to connect to LIRC. Retry in 10s.
22:02:59 T:139751302764640   DEBUG: Selected UDisks as storage provider
22:02:59 T:139751302764640   DEBUG: UDisks: DaemonVersion 1
22:02:59 T:139751302764640   DEBUG: UDisks: Querying available devices
22:02:59 T:139751302764640    INFO: UDisks: Added /boot
22:02:59 T:139751302764640    INFO: UDisks: Added /Multimedia/Video
22:02:59 T:139751302764640    INFO: UDisks: Added /home
22:02:59 T:139751302764640    INFO: UDisks: Added /Working
22:02:59 T:139751302764640    INFO: UDisks: Added /Multimedia/Audio
22:02:59 T:139751302764640  NOTICE: Setup SDL
22:02:59 T:139751302764640    INFO: Available videomodes (xrandr):
22:02:59 T:139751302764640    INFO: Number of connected outputs: 1
22:02:59 T:139751302764640    INFO: Output 'HDMI1' has 6 modes
22:02:59 T:139751302764640    INFO: ID:0x44 Name:1920x1080 Refresh:60.000000 Width:1920 Height:1080
22:02:59 T:139751302764640    INFO: Pixel Ratio: 1.000000
22:02:59 T:139751302764640    INFO: ID:0x45 Name:1920x1080 Refresh:30.000000 Width:1920 Height:1080
22:02:59 T:139751302764640    INFO: Pixel Ratio: 1.000000
22:02:59 T:139751302764640    INFO: ID:0x46 Name:1920x1080 Refresh:24.000000 Width:1920 Height:1080
22:02:59 T:139751302764640    INFO: Pixel Ratio: 1.000000
22:02:59 T:139751302764640    INFO: ID:0x47 Name:1280x720 Refresh:60.000000 Width:1280 Height:720
22:02:59 T:139751302764640    INFO: Pixel Ratio: 1.000000
22:02:59 T:139751302764640    INFO: ID:0x48 Name:720x480 Refresh:59.940060 Width:720 Height:480
22:02:59 T:139751302764640    INFO: Pixel Ratio: 1.185185
22:02:59 T:139751302764640    INFO: ID:0x49 Name:640x480 Refresh:60.000000 Width:640 Height:480
22:02:59 T:139751302764640    INFO: Pixel Ratio: 1.333333
22:02:59 T:139751302764640  NOTICE: Checking resolution 11
22:02:59 T:139751302764640    INFO: XRANDR: /usr/local/lib/xbmc/xbmc-xrandr --output HDMI1 --mode 0x44
22:02:59 T:139751302764640  NOTICE: Using visual 0x22
22:03:00 T:139751302764640    INFO: GL: Maximum texture width: 8192
22:03:00 T:139751302764640   DEBUG: SECTION:LoadDLL(special://xbmcbin/system/ImageLib-x86_64-linux.so)
22:03:00 T:139751302764640   DEBUG: Loading: /usr/local/lib/xbmc/system/ImageLib-x86_64-linux.so
22:03:00 T:139751302764640   DEBUG: GLX_EXTENSIONS: GLX_ARB_get_proc_address GLX_ARB_multisample GLX_EXT_import_context GLX_EXT_visual_info GLX_EXT_visual_rating GLX_MESA_copy_sub_buffer GLX_MESA_multithread_makecurrent GLX_MESA_swap_control GLX_OML_swap_method GLX_OML_sync_control GLX_SGI_make_current_read GLX_SGI_swap_control GLX_SGI_video_sync GLX_SGIS_multisample GLX_SGIX_fbconfig GLX_SGIX_pbuffer GLX_SGIX_visual_select_group GLX_EXT_texture_from_pixmap
22:03:00 T:139751302764640  NOTICE: GL_VENDOR = Tungsten Graphics, Inc
22:03:00 T:139751302764640  NOTICE: GL_RENDERER = Mesa DRI Intel(R) Ironlake Mobile
22:03:00 T:139751302764640  NOTICE: GL_VERSION = 2.1 Mesa 7.11.2
22:03:00 T:139751302764640  NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.20
22:03:00 T:139751302764640  NOTICE: GL_EXTENSIONS = GL_ARB_multisample GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_logic_op GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_copy_texture GL_EXT_polygon_offset GL_EXT_subtexture GL_EXT_texture_object GL_EXT_vertex_array GL_EXT_compiled_vertex_array GL_EXT_texture GL_EXT_texture3D GL_IBM_rasterpos_clip GL_ARB_point_parameters GL_EXT_draw_range_elements GL_EXT_packed_pixels GL_EXT_point_parameters GL_EXT_rescale_normal GL_EXT_separate_specular_color GL_EXT_texture_edge_clamp GL_SGIS_generate_mipmap GL_SGIS_texture_border_clamp GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod GL_ARB_framebuffer_sRGB GL_ARB_multitexture GL_EXT_framebuffer_sRGB GL_IBM_multimode_draw_arrays GL_IBM_texture_mirrored_repeat GL_3DFX_texture_compression_FXT1 GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_transpose_matrix GL_EXT_blend_func_separate GL_EXT_fog_coord GL_EXT_multi_draw_arrays GL_EXT_secondary_color GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod_bias GL_INGR_blend_func_separate GL_NV_blend_square GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_env_combine4 GL_SUN_multi_draw_arrays GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_EXT_framebuffer_object GL_EXT_texture_env_dot3 GL_MESA_window_pos GL_NV_packed_depth_stencil GL_NV_texture_rectangle GL_NV_vertex_program GL_ARB_depth_texture GL_ARB_occlusion_query GL_ARB_shadow GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_mirrored_repeat GL_ARB_window_pos GL_ATI_envmap_bumpmap GL_EXT_stencil_two_side GL_EXT_texture_cube_map GL_NV_depth_clamp GL_NV_vertex_program1_1 GL_APPLE_client_storage GL_APPLE_packed_pixels GL_APPLE_vertex_array_object GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_shader GL_ARB_shader_objects GL_ARB_vertex_program GL_ARB_vertex_shader GL_ATI_draw_buffers GL_ATI_texture_env_combine3 GL_EXT_shadow_funcs GL_EXT_stencil_wrap GL_MESA_pack_invert GL_MESA_ycbcr_texture GL_ARB_depth_clamp GL_ARB_fragment_program_shadow GL_ARB_half_float_pixel GL_ARB_point_sprite GL_ARB_shading_language_100 GL_ARB_sync GL_ARB_texture_non_power_of_two GL_ARB_vertex_buffer_object GL_ATI_blend_equation_separate GL_EXT_blend_equation_separate GL_OES_read_format GL_ARB_color_buffer_float GL_ARB_pixel_buffer_object GL_ARB_texture_compression_rgtc GL_ARB_texture_rectangle GL_EXT_pixel_buffer_object GL_EXT_texture_compression_rgtc GL_EXT_texture_rectangle GL_EXT_texture_sRGB GL_ARB_framebuffer_object GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_packed_depth_stencil GL_APPLE_object_purgeable GL_ARB_vertex_array_object GL_ATI_separate_stencil GL_EXT_draw_buffers2 GL_EXT_gpu_program_parameters GL_EXT_texture_env_combine GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_OES_EGL_image GL_ARB_copy_buffer GL_ARB_half_float_vertex GL_ARB_map_buffer_range GL_ARB_texture_rg GL_ARB_texture_swizzle GL_ARB_vertex_array_bgra GL_EXT_separate_shader_objects GL_EXT_texture_swizzle GL_EXT_vertex_array_bgra GL_NV_conditional_render GL_ARB_ES2_compatibility GL_ARB_draw_elements_base_vertex GL_ARB_explicit_attrib_location GL_ARB_fragment_coord_conventions GL_ARB_provoking_vertex GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_shader_texture_lod GL_EXT_provoking_vertex GL_EXT_texture_snorm GL_MESA_texture_signed_rgba GL_ARB_robustness
22:03:00 T:139751302764640    INFO: GL: Maximum texture width: 8192
22:03:00 T:139751302764640   DEBUG: CRenderManager::UpdateDisplayLatency - Latency set to 0 msec
22:03:00 T:139751302764640    INFO: load default splash image: /usr/local/share/xbmc/media/Splash.png
22:03:00 T:139751302764640    INFO: load keymapping
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/keymaps/appcommand.xml
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/keymaps/gamepad.xml
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/keymaps/joystick.Alienware.Dual.Compatible.Controller.xml
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/keymaps/joystick.AppleRemote.xml
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/keymaps/joystick.Harmony.xml
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/keymaps/joystick.Interact.AxisPad.xml
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/keymaps/joystick.Logitech.RumblePad.2.xml
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.360.Controller.xml
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/keymaps/joystick.Microsoft.Xbox.Controller.S.xml
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/keymaps/joystick.PS3.Remote.Keyboard.xml
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/keymaps/joystick.WiiRemote.xml
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/keymaps/keyboard.xml
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/keymaps/mouse.xml
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/keymaps/remote.xml
22:03:00 T:139751302764640    INFO: Loading special://xbmc/system/Lircmap.xml
22:03:00 T:139751302764640    INFO: * Adding remote mapping for device 'mceusb'
22:03:00 T:139751302764640    INFO: * Adding remote mapping for device 'XboxDVDDongle'
22:03:00 T:139751302764640    INFO: * Adding remote mapping for device 'Microsoft_Xbox'
22:03:00 T:139751302764640    INFO: * Adding remote mapping for device 'PinnacleSysPCTVRemote'
22:03:00 T:139751302764640    INFO: * Adding remote mapping for device 'anysee'
22:03:00 T:139751302764640    INFO: * Adding remote mapping for device 'iMON-PAD'
22:03:00 T:139751302764640    INFO: * Adding remote mapping for device 'Antec_Veris_RM200'
22:03:00 T:139751302764640    INFO: * Adding remote mapping for device 'MCE_via_iMON'
22:03:00 T:139751302764640    INFO: * Adding remote mapping for device 'TwinHanRemote'
22:03:00 T:139751302764640    INFO: * Adding remote mapping for device 'linux-input-layer'
22:03:00 T:139751302764640    INFO: * Linking remote mapping for 'linux-input-layer' to 'cx23885_remote'
22:03:00 T:139751302764640    INFO: * Linking remote mapping for 'linux-input-layer' to 'devinput'
22:03:00 T:139751302764640    INFO: * Adding remote mapping for device 'mediacenter'
22:03:00 T:139751302764640   DEBUG: CButtonTranslator::Load - no userdata Lircmap.xml found, skipping
22:03:00 T:139751302764640    INFO: GUI format 1912x993 Windowed
22:03:00 T:139751302764640   DEBUG: guilib: Fill viewport always for solving rendering passes
22:03:00 T:139751302764640   DEBUG: SECTION:LoadDLL(libcurl.so.4)
22:03:00 T:139751302764640   DEBUG: Loading: libcurl.so.4
22:03:00 T:139751302764640  NOTICE: start dvd mediatype detection
22:03:00 T:139751302764640  NOTICE: initializing playlistplayer
22:03:00 T:139751302764640  NOTICE: DONE initializing playlistplayer
22:03:00 T:139751318144768  NOTICE: Thread CDetectDVDMedia start, auto delete: false
22:03:00 T:139751318144768   DEBUG: Compiled with libcdio Version 0.82
22:03:00 T:139751302764640   DEBUG: DPMS: supported power-saving modes: SUSPEND OFF STANDBY
22:03:00 T:139751302764640    INFO: Unloading old skin ...
22:03:00 T:139751302764640    INFO:   load skin from: /home/openback/.xbmc/addons/skin.confluence-vertical
22:03:00 T:139751302764640    INFO:   load fonts for skin...
22:03:00 T:139751302764640    INFO: Loading fonts from /home/openback/.xbmc/addons/skin.confluence-vertical/720p/Font.xml
22:03:00 T:139751302764640 WARNING: file doesnt have <fontset> with name 'Default_No_Uppercase', defaulting to first fontset
22:03:00 T:139751302764640    INFO: Loading fonts from /home/openback/.xbmc/addons/skin.confluence-vertical/720p/Font.xml
22:03:00 T:139751302764640   DEBUG: LocalizeStrings: no strings.po file exist at /home/openback/.xbmc/addons/skin.confluence-vertical/language/English, fallback to strings.xml
22:03:00 T:139751302764640    INFO: Loading skin includes from /home/openback/.xbmc/addons/skin.confluence-vertical/720p/includes.xml
22:03:00 T:139751302764640    INFO:   load new skin...
22:03:00 T:139751302764640    INFO: Loading skin file: Home.xml
22:03:00 T:139751302764640   DEBUG: Load Home.xml: 244.62ms
22:03:00 T:139751302764640    INFO: Loading user windows, path /home/openback/.xbmc/addons/skin.confluence-vertical/720p
22:03:00 T:139751302764640   DEBUG: Load Skin XML: 261.04ms
22:03:00 T:139751302764640    INFO:   initialize new skin...
22:03:00 T:139751302764640   DEBUG: guilib: Fill viewport always for solving rendering passes
22:03:00 T:139751302764640    INFO: Loading skin file: Pointer.xml
22:03:00 T:139751302764640   DEBUG: Load Pointer.xml: 8.79ms
22:03:00 T:139751302764640    INFO: Loading skin file: DialogVolumeBar.xml
22:03:00 T:139751302764640   DEBUG: Load DialogVolumeBar.xml: 7.66ms
22:03:00 T:139751302764640    INFO: Loading skin file: DialogKaiToast.xml
22:03:00 T:139751302764640   DEBUG: Load DialogKaiToast.xml: 10.62ms
22:03:00 T:139751302764640    INFO: Loading skin file: DialogMuteBug.xml
22:03:00 T:139751302764640   DEBUG: Load DialogMuteBug.xml: 5.86ms
22:03:00 T:139751302764640    INFO: Loading skin file: DialogSeekBar.xml
22:03:00 T:139751302764640   DEBUG: Load DialogSeekBar.xml: 14.83ms
22:03:00 T:139751302764640    INFO: Loading skin file: DialogBusy.xml
22:03:00 T:139751302764640   DEBUG: Load DialogBusy.xml: 14.95ms
22:03:00 T:139751302764640    INFO: Loading /home/openback/.xbmc/addons/skin.confluence-vertical/sounds/sounds.xml
22:03:00 T:139751302764640    INFO: CAEWAVLoader::Initialize - Sound Loaded: /home/openback/.xbmc/addons/skin.confluence-vertical/sounds/cursor.wav
22:03:00 T:139751302764640   DEBUG: AERemap: Downmix normalization is disabled
22:03:00 T:139751302764640    INFO: ==[Downmix Matrix]==
22:03:00 T:139751302764640    INFO: FL = FL(1)
22:03:00 T:139751302764640    INFO: FR = FR(1)
22:03:00 T:139751302764640    INFO: ====================
22:03:00 T:139751302764640    INFO: CAEWAVLoader::Initialize - Sound Loaded: /home/openback/.xbmc/addons/skin.confluence-vertical/sounds/click.wav
22:03:00 T:139751302764640   DEBUG: AERemap: Downmix normalization is disabled
22:03:00 T:139751302764640    INFO: ==[Downmix Matrix]==
22:03:00 T:139751302764640    INFO: FL = FL(1)
22:03:00 T:139751302764640    INFO: FR = FR(1)
22:03:00 T:139751302764640    INFO: ====================
22:03:00 T:139751302764640    INFO: CAEWAVLoader::Initialize - Sound Loaded: /home/openback/.xbmc/addons/skin.confluence-vertical/sounds/back.wav
22:03:00 T:139751302764640   DEBUG: AERemap: Downmix normalization is disabled
22:03:00 T:139751302764640    INFO: ==[Downmix Matrix]==
22:03:00 T:139751302764640    INFO: FL = FC(0.707107)
22:03:00 T:139751302764640    INFO: FR = FC(0.707107)
22:03:00 T:139751302764640    INFO: ====================
22:03:01 T:139751302764640    INFO: CAEWAVLoader::Initialize - Sound Loaded: /home/openback/.xbmc/addons/skin.confluence-vertical/sounds/shutter.wav
22:03:01 T:139751302764640   DEBUG: AERemap: Downmix normalization is disabled
22:03:01 T:139751302764640    INFO: ==[Downmix Matrix]==
22:03:01 T:139751302764640    INFO: FL = FL(1)
22:03:01 T:139751302764640    INFO: FR = FR(1)
22:03:01 T:139751302764640    INFO: ====================
22:03:01 T:139751302764640    INFO: CAEWAVLoader::Initialize - Sound Loaded: /home/openback/.xbmc/addons/skin.confluence-vertical/sounds/notify.wav
22:03:01 T:139751302764640   DEBUG: AERemap: Downmix normalization is disabled
22:03:01 T:139751302764640    INFO: ==[Downmix Matrix]==
22:03:01 T:139751302764640    INFO: FL = FC(0.707107)
22:03:01 T:139751302764640    INFO: FR = FC(0.707107)
22:03:01 T:139751302764640    INFO: ====================
22:03:01 T:139751302764640    INFO: CAEWAVLoader::Initialize - Sound Loaded: /home/openback/.xbmc/addons/skin.confluence-vertical/sounds/out.wav
22:03:01 T:139751302764640   DEBUG: AERemap: Downmix normalization is disabled
22:03:01 T:139751302764640    INFO: ==[Downmix Matrix]==
22:03:01 T:139751302764640    INFO: FL = FC(0.707107)
22:03:01 T:139751302764640    INFO: FR = FC(0.707107)
22:03:01 T:139751302764640    INFO: ====================
22:03:01 T:139751302764640    INFO:   skin loaded...

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

############ END XBMC CRASH LOG #############
MartijnKaijser commented 12 years ago

Please do not use github for bug/issue reports. Only use the forum and trac.xbmc.org

Please close.

opdenkamp commented 12 years ago

also, you're not running Eden as you say

openback commented 12 years ago

I was looking for information as to where to post bugs in a readme and could not find anything. Perhaps a couple of URLs should be placed in there? And I was under the impression that Eden was the latest master, sorry.