XBMC not Starting.
#1
Hi all

Firstly a great thanks to the team behind the porting of XBMC. Idea of the century! Cant wait to stream HD to my Plasma Smile

I decided to try out the port today and got it working alright but the speed wasn't great so I reinstalled ubuntu 7.10 and installed the latest ati drivers from ati.com using a tutorial for my Radeon X800.

Then I downloaded XBMC and compiled it but it wont start saying that there is no guisettings.xml which there is.

Can someone tell me what is happening or is it a bug with todays build?

below is the text I receive when trying to start using ./XboxMediaCenter

a black windows opens but XBMC does not start Here is the log.






Compiled with libcdio Version 0.76
DeleteFile - cant delete file </home/moles/XBMC/BUILD/xbmc.old.log>. trying lower case </home/moles/xbmc/build/xbmc.old.log>MoveFile - cant move file </home/moles/XBMC/BUILD/xbmc.log>. trying lower case </home/moles/xbmc/build/xbmc.log>Mapping drive Q to /home/moles/XBMC/BUILD
-----------------------------------------------------------------------
Starting XBoxMediaCenter. Built on Nov 6 2007
Q is mapped to: /home/moles/XBMC/BUILD
The executeable running is: /home/moles/XBMC/BUILD/XboxMediaCenter
Log File is located:
-----------------------------------------------------------------------
lastloaded: 0
Mapping drive T to /home/moles/XBMC/UserData
Setup SDL
Available videomodes:
Found mode: 1440x900
Found mode: 1280x1024
Found mode: 1280x720
Found mode: 1152x864
Found mode: 1024x768
Found mode: 1024x480
Found mode: 960x720
Found mode: 864x648
Found mode: 856x480
Found mode: 848x480
Found mode: 800x600
Found mode: 720x576
Found mode: 720x480
Constructing surface
GLX Info: NOT Using destination window
GLX Info: Using parent window
GLX Info: Creating unshared context
GL: OpenGL Vendor String: ATI Technologies Inc.
LIRC Initialize: connect failed: No such file or directory
Mapping drive Z to /tmp/xbmc
Drives are mapped
load settings...
Mapping drive P to /home/moles/XBMC/UserData
loading /home/moles/XBMC/UserData/guisettings.xml
Unable to load /home/moles/XBMC/UserData/guisettings.xml, creating new /home/moles/XBMC/UserData/guisettings.xml with default values
Unable to save settings to /home/moles/XBMC/UserData/guisettings.xml
Resetting settings
request to delete file that does not exist: /home/moles/XBMC/UserData/guisettings.xml
Unable to save settings to /home/moles/XBMC/UserData/guisettings.xml
Emergency recovery console starting...
Available videomodes:
Found mode: 1440x900
Found mode: 1280x1024
Found mode: 1280x720
Found mode: 1152x864
Found mode: 1024x768
Found mode: 1024x480
Found mode: 960x720
Found mode: 864x648
Found mode: 856x480
Found mode: 848x480
Found mode: 800x600
Found mode: 720x576
Found mode: 720x480




If anyone could shed some light I would be very grateful!

Thanks!
Reply
#2
It seems that its someting with the path:
Unable to load /home/moles/XBMC/UserData/guisettings.xml, creating new /home/moles/XBMC/UserData/guisettings.xml with default values
Unable to save settings to /home/moles/XBMC/UserData/guisettings.xml

I suppose it should have been /home/moles/XBMC/BUILD/UserData/guisettings.xml. ?


Try to build a new xbmc with the DEST switch and see if that helps.
Not sure of the syntax but something like this:
./build.sh DEST=/home/moles/XBMCRUN CONFIGOPT=--disable-joystick CONFIGOPT=-disable-debug

This will make a new directory XBMCRUN with the xbcmlinux binary.
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC not Starting.0