Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all articles
Browse latest Browse all 84004

xbmc Eden SQL crash

$
0
0
Hi together....

I`am almost starting to run crazy, I`am trying since hours to get xbmc running with an MySQL Server.

To the facts..

XBMC screen loads.. Nothing happens until XBMC crashes..

SQL running on Thecus 5200 XXX NAS
Code:
MySQL-Client-Version: 5.0.33

[b][u]Databases I created manualy[/b][/u]
xbmc_video        utf8_general_ci
xbmc_video60    utf8_general_ci
xbmc_music       utf8_general_ci
xbmc_music18   utf8_general_ci

advancedsettings.xml
Code:
<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>192.168.2.246</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_video</name>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.2.246</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_music</name>
</musicdatabase>
<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails/</from>
<to>smb://192.168.2.246/Daten/Video/XBMC/Thumbnails/</to>
</substitute>
<substitute>
<from>special://masterprofile/playlists/</from>
<to>smb://192.168.2.246/Daten/Video/XBMC/playlists/</to>
</substitute>
</pathsubstitution>
</advancedsettings>

xbmc.log
Code:
21:29:56 T:5728  NOTICE: -----------------------------------------------------------------------
21:29:56 T:5728  NOTICE: Starting XBMC (11.0 Git:20120321-14feb09), Platform: Windows 7, 64-bit (WoW) Service Pack 1 build 7601. Built on Mar 21 2012 (compiler 1600)
21:29:56 T:5728  NOTICE: Intel(R) Core(TM) i7 CPU       Q 720  @ 1.60GHz
21:29:56 T:5728  NOTICE: Desktop Resolution: 1366x768 32Bit at 60Hz
21:29:56 T:5728  NOTICE: Running with restricted rights
21:29:56 T:5728  NOTICE: Aero is enabled
21:29:56 T:5728  NOTICE: special://xbmc/ is mapped to: D:\ProgrammeX64\XBMC
21:29:56 T:5728  NOTICE: special://xbmcbin/ is mapped to: D:\ProgrammeX64\XBMC
21:29:56 T:5728  NOTICE: special://masterprofile/ is mapped to: C:\Users\Dustin Weber\AppData\Roaming\XBMC\userdata
21:29:56 T:5728  NOTICE: special://home/ is mapped to: C:\Users\Dustin Weber\AppData\Roaming\XBMC\
21:29:56 T:5728  NOTICE: special://temp/ is mapped to: C:\Users\Dustin Weber\AppData\Roaming\XBMC\cache
21:29:56 T:5728  NOTICE: The executable running is: D:\ProgrammeX64\XBMC\XBMC.exe
21:29:56 T:5728  NOTICE: Local hostname: PC_XXX
21:29:56 T:5728  NOTICE: Log File is located: C:\Users\Dustin Weber\AppData\Roaming\XBMC\xbmc.log
21:29:56 T:5728  NOTICE: -----------------------------------------------------------------------
21:29:56 T:5728  NOTICE: Setup SDL
21:29:56 T:5728  NOTICE: Found screen: PnP-Monitor (Standard) on ATI Mobility Radeon HD 4650, adapter 0.
21:29:56 T:5728  NOTICE: Primary mode: 1366x768 @ 60.00 - Full Screen
21:29:56 T:5728  NOTICE: Additional mode: 640x480 @ 60.00 - Full Screen
21:29:56 T:5728  NOTICE: Previous line repeats 2 times.
21:29:56 T:5728  NOTICE: Additional mode: 720x480 @ 60.00 - Full Screen
21:29:56 T:5728  NOTICE: Previous line repeats 2 times.
21:29:56 T:5728  NOTICE: Additional mode: 800x480 @ 60.00 - Full Screen
21:29:56 T:5728  NOTICE: Previous line repeats 2 times.
21:29:56 T:5728  NOTICE: Additional mode: 800x600 @ 60.00 - Full Screen
21:29:56 T:5728  NOTICE: Previous line repeats 2 times.
21:29:56 T:5728  NOTICE: Additional mode: 1024x600 @ 60.00 - Full Screen
21:29:56 T:5728  NOTICE: Previous line repeats 2 times.
21:29:56 T:5728  NOTICE: Additional mode: 1024x768 @ 60.00 - Full Screen
21:29:56 T:5728  NOTICE: Previous line repeats 2 times.
21:29:56 T:5728  NOTICE: Additional mode: 1280x720 @ 60.00 - Full Screen
21:29:56 T:5728  NOTICE: Previous line repeats 2 times.
21:29:56 T:5728  NOTICE: Additional mode: 1280x768 @ 60.00 - Full Screen
21:29:56 T:5728  NOTICE: Previous line repeats 2 times.
21:29:56 T:5728  NOTICE: Additional mode: 1366x768 @ 60.00 - Full Screen
21:29:56 T:5728  NOTICE: load settings...
21:29:56 T:5728  NOTICE: special://profile/ is mapped to: special://masterprofile/
21:29:56 T:5728  NOTICE: loading special://masterprofile/guisettings.xml
21:29:56 T:5728  NOTICE: Getting hardware information now...
21:29:56 T:5728  NOTICE: Checking resolution 12
21:29:56 T:5728  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
21:29:56 T:5728  NOTICE: Loaded playercorefactory configuration
21:29:56 T:5728  NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
21:29:56 T:5728  NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
21:29:56 T:5728  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
21:29:56 T:5728  NOTICE: Loaded settings file from special://profile/advancedsettings.xml
21:29:56 T:5728  NOTICE: Contents of special://profile/advancedsettings.xml are...
                                            <advancedsettings>
                                              <videodatabase>
                                                <type>mysql</type>
                                                <host>192.168.2.246</host>
                                                <port>3306</port>
                                                <user>xbmc</user>
                                                <pass>xbmc</pass>
                                                <name>xbmc_video</name>
                                              </videodatabase>
                                              <musicdatabase>
                                                <type>mysql</type>
                                                <host>192.168.2.246</host>
                                                <port>3306</port>
                                                <user>xbmc</user>
                                                <pass>xbmc</pass>
                                                <name>xbmc_music</name>
                                              </musicdatabase>
                                              <pathsubstitution>
                                                <substitute>
                                                  <from>special://masterprofile/Thumbnails/</from>
                                                  <to>smb://192.168.2.246/Daten/Video/XBMC/Thumbnails/</to>
                                                </substitute>
                                                <substitute>
                                                  <from>special://masterprofile/playlists/</from>
                                                  <to>smb://192.168.2.246/Daten/Video/XBMC/playlists/</to>
                                                </substitute>
                                              </pathsubstitution>
                                            </advancedsettings>
21:29:56 T:5728 WARNING: VIDEO database configuration is experimental.
21:29:56 T:5728  NOTICE: Getting hardware information now...
21:29:56 T:5728  NOTICE: Checking resolution 12
21:29:56 T:5728  NOTICE: Default DVD Player: dvdplayer
21:29:56 T:5728  NOTICE: Default Video Player: dvdplayer
21:29:56 T:5728  NOTICE: Default Audio Player: paplayer
21:29:56 T:5728  NOTICE: Disabled debug logging due to GUI setting. Level 0.
21:29:56 T:5728  NOTICE: Log level changed to 0
21:29:56 T:5728  NOTICE: Loading media sources from special://masterprofile/sources.xml
21:29:57 T:5728  NOTICE: initializing playlistplayer
21:29:57 T:5728  NOTICE: DONE initializing playlistplayer
21:29:58 T:6964   ERROR: CRemoteControl::Connect - failed to connect
21:30:07 T:5728   ERROR: SQL: The table does not exist
                                            Query: SELECT idVersion FROM version


Hope somebody can help me..

Viewing all articles
Browse latest Browse all 84004

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>