![]() |
|
|||||||
| XBMC for Linux and XBMC Live Specific Support Need help with XBMC for Linux or XBMC Live, or think you've found a bug? Discuss it here. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Member
Join Date: Jun 2007
Posts: 40
![]() |
Hi!
Am experiencing font problems: no or wrong text/font is displayed. ![]() * clean * svn update * build.sh, * new svn checkout * font renaming * font copying * t3ch * source tree ... nothing helps. I still have an old binary that works "nearly perfect" both with t3ch and source tree! And my new one (without any source modifications by me), that don't! Seems to me as if something is wrong with svn? But nobody else seems to experience this? ![]() webbanane configure option is --disable-gl have a gf 6800 opengl does not work did not install anything special on os for it |
|
|
|
|
|
#2 |
|
Team-XBMC Developer
Join Date: May 2004
Posts: 4,056
![]() |
You should really use the build script...
Also, that gfx card WILL most certainly do opengl. You just need to READ!
__________________
Howto post your problem in a useful manner. #xbmc-linux on FreeNode XBMC online-manual, FAQ, search, forum rules, how to submit a bugreport. |
|
|
|
|
|
#3 |
|
Member
Join Date: Jul 2007
Posts: 32
![]() |
post your xbmc.log it tells all
or drop to terminal and run the app and you'll see the problem in the terminal window as they crop up. |
|
|
|
|
|
#4 |
|
Member
Join Date: Jun 2007
Posts: 40
![]() |
Hi together!
Thanks for your answers. I have read the following sources of information: 1. wiki: http://www.xboxmediacenter.com/wiki/...om_source_code 2. svn-sources: README.linux But information in README.linux seems incomplete or inconsistent when not using build.sh (section 4.1) and doing manual build (section 4.2), because it does not describe things about case confusion. O.k. and now once again from scratch, I follow the wiki and do it again and tell exactly what I do to start xbmc (first goal: without opengl): a) already installed subversion: skipped installation of subversion b) cd $HOME c) get a fresh source tree: svn checkout https://xbmc.svn.sourceforge.net/svn...linuxport/XBMC works as expected, no error message d) assure everything is installed: sudo apt-get install make g++-4.1 gcc-4.1 libsdl1.2-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libsdl-sound1.2-dev libsdl-stretch-dev libcdio6 libcdio-dev libfribidi0 libfribidi-dev liblzo1 liblzo-dev libfreetype6 libfreetype6-dev libsqlite3-0 libsqlite3-dev libogg-dev libsmbclient-dev libsmbclient libasound2-dev python2.4-dev python2.4 python-sqlite libglew1 libglew-dev libcurl3-dev g++ gawk x11proto-xinerama-dev libxinerama-dev e) configure without opengl: ./configure --disable-gl f) compile: make g) workaround case-problems userdata: ln -sf userdata UserData h) workaround case-problems font: mv media/Fonts/arial.ttf media/Fonts/Arial.ttf i) execute within source(!) tree: ./XboxMediaCenter console says: Loading fonts from /home/banane/XBMC/skin/Project Mayhem III/PAL/Font.xml Couldn't load font name:font101 file:/home/banane/XBMC/media/Fonts/FrancophilSans.ttf (... and some more lines of this) xbmc.log says: 22:03:47 T:3073513248 M:161648640 ERROR: Couldn't load font name:font101 file:/home/banane/XBMC/media/Fonts/FrancophilSans.ttf (... and some more lines of this) No text at all is displayed within XBMC. No debug text (freemem and that stuff), no running news. j) so, I search and copy that Font to the named directory: cp skin/Project\ Mayhem\ III/fonts/FrancophilSans.ttf media/Fonts/ k) execute again: ./XboxMediaCenter console says: Loading fonts from /home/banane/XBMC/skin/Project Mayhem III/PAL/Font.xml Scaled size of font /home/banane/XBMC/media/Fonts/FrancophilSans.ttf (14): width = 16, height = 17 (... and some more lines of this) xbmc.log does not give any font error anymore. XBMC only displays debug text and running news, but still no menu, fields, values, anything else. The running news are only funny on the top of the screen and all small letters are slipping to the top line as far as they can without disappearing! l) As I already said: when I take/copy another old binary these font problems disappear within the same source tree! And as already said, too: I already played with build.sh, too, with another XBMC file set, but no success. Always the same result. What do you think? What did I wrong? As far as I can see, I read everything!? Do you need any other detailed information? Result from configure, compile, screenshots, more system-infos? Thanks for your answers in advance. Detailed information is following (have to split it). |
|
|
|
|
|
#5 |
|
Member
Join Date: Jun 2007
Posts: 40
![]() |
Here is what my system says when executing "sudo apt-get install make ...":
Password: Reading package lists... Done Building dependency tree Reading state information... Done make is already the newest version. g++-4.1 is already the newest version. gcc-4.1 is already the newest version. libsdl1.2-dev is already the newest version. libsdl-image1.2-dev is already the newest version. libsdl-gfx1.2-dev is already the newest version. libsdl-mixer1.2-dev is already the newest version. libsdl-sound1.2-dev is already the newest version. libsdl-stretch-dev is already the newest version. libcdio6 is already the newest version. libcdio-dev is already the newest version. libfribidi0 is already the newest version. libfribidi-dev is already the newest version. liblzo1 is already the newest version. liblzo-dev is already the newest version. libfreetype6 is already the newest version. libfreetype6-dev is already the newest version. libsqlite3-0 is already the newest version. libsqlite3-dev is already the newest version. libogg-dev is already the newest version. libsmbclient-dev is already the newest version. libsmbclient is already the newest version. libasound2-dev is already the newest version. python2.4-dev is already the newest version. python2.4 is already the newest version. python-sqlite is already the newest version. libglew1 is already the newest version. libglew-dev is already the newest version. libcurl3-dev is already the newest version. g++ is already the newest version. gawk is already the newest version. x11proto-xinerama-dev is already the newest version. libxinerama-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 114 not upgraded. |
|
|
|
|
|
#6 |
|
Member
Join Date: Jun 2007
Posts: 40
![]() |
Here is, what the console says until xbmc is closed again by me (withOUT opengl when starting from source(!) tree):
----------------------------------------------------------------------- Starting XBoxMediaCenter. Built on Aug 16 2007 Q is mapped to: /home/banane/XBMC The executeable running is: /home/banane/XBMC/XboxMediaCenter Log File is located: /home/banane/XBMC/xbmc.log ----------------------------------------------------------------------- Setup SDL Available videomodes: Found mode: 1400x1050 [... cutting unimportant things ...] Found mode: 720x400 Constructing surface Initialize: connect failed: No such file or directory Drives are mapped load settings... loading /home/banane/XBMC/UserData/guisettings.xml Unable to load /home/banane/XBMC/UserData/guisettings.xml, creating new /home/banane/XBMC/UserData/guisettings.xml with default values Resetting settings startwindow: 10501 [... cutting all the default settings ...] xlinkkai.enablenotifications: true Getting hardware information now... Using analog output AC3 pass through is disabled DTS pass through is disabled Checking resolution 10 Setting autoresolution mode 6 Per AV pack settings are off /home/banane/XBMC/UserData/sources.xml Load Error loading /home/banane/XBMC/UserData/sources.xml: Line 0, Failed to open file Checking skinpath existance, and existence of keymap.xml:Q:\skin... load language info file:/home/banane/XBMC/language/English/langinfo.xml Splash image /home/banane/XBMC/media/splash.png not found load language file:/home/banane/XBMC/language/English/strings.xml load keymapping Loading /home/banane/XBMC/UserData/Keymap.xml Found Joystick map for Sony PLAYSTATION(R)3 Found Joystick map for Sony PLAYSTATION(R)3 Controller Loading /home/banane/XBMC/UserData/Lircmap.xml Checking skin version of: Project Mayhem III Skin version is: 2.1 GUI format 720x576 PAL 4:3 install unhandled exception filter creating subdirectories userdata folder: /home/banane/XBMC/UserData recording folder: screenshots folder: thumbnails folder:/home/banane/XBMC/UserData/Thumbnails Checking the Date! - Current Date is: 16-8-2007 start dvd mediatype detection initializing playlistplayer DONE initializing playlistplayer load default skin:[Project Mayhem III] load skin from:/home/banane/XBMC/skin/Project Mayhem III delete old skin... ------------------- GUI_MSG_WINDOW_DEINIT Home------------------- ------------------- GUI_MSG_WINDOW_DEINIT Sort by: Size------------------- ------------------- GUI_MSG_WINDOW_DEINIT ------------------- Default 4:3 resolution directory is /home/banane/XBMC/skin/Project Mayhem III/PAL Default 16:9 resolution directory is /home/banane/XBMC/skin/Project Mayhem III/PAL16x9 Skin version is: 2.1 Loading skin includes from /home/banane/XBMC/skin/Project Mayhem III/PAL/includes.xml load fonts for skin... Loading fonts from /home/banane/XBMC/skin/Project Mayhem III/PAL/Font.xml Couldn't load font name:font101 file:/home/banane/XBMC/media/Fonts/FrancophilSans.ttf Couldn't load font name:font10 file:/home/banane/XBMC/media/Fonts/FrancophilSans.ttf Couldn't load font name:font12 file:/home/banane/XBMC/media/Fonts/FrancophilSans.ttf Couldn't load font name:font13 file:/home/banane/XBMC/media/Fonts/FrancophilSans.ttf Couldn't load font name:special12 file:/home/banane/XBMC/media/Fonts/FrancophilSans.ttf Couldn't load font name:special13 file:/home/banane/XBMC/media/Fonts/FrancophilSans.ttf load new skin... Skin version is: 2.1 Loading skin file: Home.xml Load Home.xml: 0.00ms (-0.08 ms xml load) Loading user windows, path /home/banane/XBMC/skin/Project Mayhem III/PAL Loading skin file: /home/banane/XBMC/skin/Project Mayhem III/PAL/custom2_SkinSettings.xml Load Skin XML: 408.00ms initialize new skin... Loading skin file: Pointer.xml Load Pointer.xml: 0.00ms (-0.08 ms xml load) Load pointer-nofocus.png: 11.0ms (bundled) Load pointer-focus.png: 0.0ms (bundled) Load pointer-focus-drag.png: 0.0ms (bundled) Load pointer-focus-click.png: 0.0ms (bundled) Alloc resources: 223.00ms (21.00 ms skin load, 190.00 ms preload) Loading skin file: DialogVolumeBar.xml Load DialogVolumeBar.xml: 0.00ms (-0.08 ms xml load) Load osd_slider_volume_bg.png: 0.0ms (bundled) Load slider_nibFO.png: 0.0ms (bundled) Alloc resources: 22.00ms (2.00 ms skin load, 8.00 ms preload) Loading skin file: DialogSeekBar.xml Load DialogSeekBar.xml: 0.00ms (-0.08 ms xml load) Load progress_back.png: 1.0ms (bundled) Load progress_mid.png: 1.0ms (bundled) Load progress_right.png: 0.0ms (bundled) WEATHER: Downloading weather Get URL: http://xoap.weather.com/weather/loca...9f24145f208494 Load progress_left.png: 0.0ms (bundled) Load seekslider.png: 0.0ms (bundled) Alloc resources: 171.00ms (165.00 ms skin load, 1.00 ms preload) Loading skin file: DialogKaiToast.xml Load DialogKaiToast.xml: 0.00ms (-0.08 ms xml load) Alloc resources: 2.00ms (2.00 ms skin load, 0.00 ms preload) Loading skin file: DialogMuteBug.xml Load DialogMuteBug.xml: 0.00ms (-0.08 ms xml load) Alloc resources: 1.00ms (1.00 ms skin load, 0.00 ms preload) Loading /home/banane/XBMC/skin/Project Mayhem III/sounds/sounds.xml skin loaded... Thread 3046112144 terminating host name = xml.weather.com Set page size Set default cache size creating version table WEATHER: Weather download successful Thread 3063208848 terminating create view table create view index create view - window index Activating window ID: 10000 Checking if window ID 10000 is locked. ------------------- GUI_MSG_WINDOW_INIT Home------------------- Load home-focus.gif: 1.0ms (bundled) Load home-dvd.gif: 152.0ms (bundled) Load home-kai.gif: 20.0ms (bundled) Load home-sub.gif: 10.0ms (bundled) Load home-power.gif: 19.0ms (bundled) Alloc resources: 383.00ms (0.00 ms skin load, 21.00 ms preload) removing tempfiles initialize done Running the application... initializing python engine. Loading: /home/banane/XBMC/system/python/python24-i486-linux.so host name = www.l.google.com 302 Redirected: http://www.google.de/ host name = www.l.google.com Thread 3029326736 terminating -->Python Initialized<-- new python thread created. id=1 NetworkMessage - Starting network services Python thread: start processing Load /home/banane/XBMC/skin/Project Mayhem III/media/home-myprograms/home-myprograms.png: 95.0ms Load Home_Middle.png: 49.0ms (bundled) Load Home_Bottom.png: 16.0ms (bundled) Load Home_Top.png: 15.0ms (bundled) Load homebutton-small.png: 1.0ms (bundled) Load home_buttons.png: 2.0ms (bundled) Load home-sub.png: 0.0ms (bundled) Load home-power.png: 0.0ms (bundled) Get URL: http://feeds.feedburner.com/XboxScene Scriptresult: Succes Python script stopped Thread 3037719440 terminating Load background-plain.png: 14.0ms (bundled) Load background-bottom.png: 153.0ms (bundled) host name = feeds.feedburner.com python thread 1 destructed Got rss feed: http://feeds.feedburner.com/XboxScene RSS feed encoding: UTF-8 Parsed rss feed: http://feeds.feedburner.com/XboxScene Thread 3002493840 terminating Load /home/banane/XBMC/skin/Project Mayhem III/media/home-myprograms/home-myprograms2.png: 55.0ms Load /home/banane/XBMC/skin/Project Mayhem III/media/home-myprograms/home-myprograms3.png: 32.0ms Load home-myprograms\home-myprograms.png: 33.0ms (bundled) Load home-myprograms\home-myprograms2.png: 26.0ms (bundled) Load home-myprograms\home-myprograms3.png: 24.0ms (bundled) Load /home/banane/XBMC/skin/Project Mayhem III/media/home-myprograms/home-myprograms.png: 32.0ms Load home-power.gif: 11.0ms (bundled) OnMessage : Translating ActivateWindow(ShutdownMenu) OnMessage : To ActivateWindow(ShutdownMenu) Activating window ID: 10111 Checking if window ID 10111 is locked. ------------------- GUI_MSG_WINDOW_INIT ------------------- Loading skin file: DialogButtonMenu.xml Load DialogButtonMenu.xml: 0.00ms (-0.00 ms xml load) Load sub-master-focus.gif: 23.0ms (bundled) [... cutting unimportant things ...] Load sub-shutdown-focus.gif: 34.0ms (bundled) Alloc resources: 405.00ms (154.00 ms skin load, 14.00 ms preload) Load black.png: 11.0ms (bundled) Load sub-background.png: 9.0ms (bundled) Load sub-background-label.png: 0.0ms (bundled) Load /home/banane/XBMC/skin/Project Mayhem III/media/home-myprograms/home-myprograms2.png: 35.0ms OnMessage : Translating XBMC.ShutDown() OnMessage : To XBMC.ShutDown() Storing total System Uptime Saving settings stop all NetworkMessage - Stopping network services stop dvd detect media Thread 3071601552 terminating stop daap clients stop python clean cached files! unload skin ------------------- GUI_MSG_WINDOW_DEINIT Home------------------- [... cutting unimportant things ...] ------------------- GUI_MSG_WINDOW_DEINIT ------------------- Set page size Set default cache size creating version table create artist table [... cutting unimportant things ...] create album view ------------------- GUI_MSG_WINDOW_DEINIT ------------------- [... cutting redundancies ...] ------------------- GUI_MSG_WINDOW_DEINIT ------------------- ------------------- GUI_MSG_WINDOW_DEINIT Music/Playlist------------------- [... cutting unimportant things ...] ------------------- GUI_MSG_WINDOW_DEINIT ------------------- ------------------- GUI_MSG_WINDOW_DEINIT Sort by: Size------------------- ------------------- GUI_MSG_WINDOW_DEINIT ------------------- unload sections destroy stopped |
|
|
|
|
|
#7 |
|
Team-XBMC Developer
Join Date: Oct 2003
Posts: 15,077
![]() |
SDL only (no GL) font support is hacked at best - noone has worked on it for quite some time.
I made it build, but didn't bother making it work, as we require openGL for a good experience in the GUI anyway. Feel free to work on it so that it actually positions correctly. You can probably see what to do from the opengl side of things. Cheers, Jonathan
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first.
|
|
|
|
|
|
#8 |
|
Member
Join Date: Jun 2007
Posts: 40
![]() |
And here is what xbmc.log says:
22:03:45 T:3073513248 M:165998592 NOTICE: ----------------------------------------------------------------------- 22:03:45 T:3073513248 M:165969920 NOTICE: Starting XBoxMediaCenter. Built on Aug 16 2007 22:03:45 T:3073513248 M:165969920 NOTICE: Q is mapped to: /home/banane/XBMC 22:03:45 T:3073513248 M:165969920 NOTICE: The executeable running is: /home/banane/XBMC/XboxMediaCenter 22:03:45 T:3073513248 M:165969920 NOTICE: Log File is located: /home/banane/XBMC/xbmc.log 22:03:45 T:3073513248 M:165969920 NOTICE: ----------------------------------------------------------------------- 22:03:45 T:3073513248 M:165969920 NOTICE: Setup SDL 22:03:46 T:3073513248 M:163635200 ERROR: Initialize: connect failed: No such file or directory 22:03:46 T:3073513248 M:163635200 NOTICE: load settings... 22:03:46 T:3073513248 M:163635200 NOTICE: loading /home/banane/XBMC/UserData/guisettings.xml 22:03:46 T:3073513248 M:163635200 ERROR: Unable to load /home/banane/XBMC/UserData/guisettings.xml, creating new /home/banane/XBMC/UserData/guisettings.xml with default values 22:03:46 T:3073513248 M:163348480 NOTICE: Getting hardware information now... 22:03:46 T:3073513248 M:163348480 NOTICE: Checking resolution 10 22:03:46 T:3073513248 M:163348480 NOTICE: Setting autoresolution mode 6 22:03:46 T:3073513248 M:163348480 NOTICE: Per AV pack settings are off 22:03:46 T:3073513248 M:163348480 NOTICE: /home/banane/XBMC/UserData/sources.xml 22:03:46 T:3073513248 M:163348480 ERROR: Load Error loading /home/banane/XBMC/UserData/sources.xml: Line 0, Failed to open file 22:03:47 T:3073513248 M:162635776 NOTICE: Found Joystick map for Sony PLAYSTATION(R)3 22:03:47 T:3073513248 M:162635776 NOTICE: Found Joystick map for Sony PLAYSTATION(R)3 Controller 22:03:47 T:3073513248 M:162623488 NOTICE: Checking the Date! 22:03:47 T:3073513248 M:162623488 NOTICE: start dvd mediatype detection 22:03:47 T:3073513248 M:162623488 NOTICE: initializing playlistplayer 22:03:47 T:3073513248 M:162623488 NOTICE: DONE initializing playlistplayer 22:03:47 T:3073513248 M:162623488 NOTICE: load default skin:[Project Mayhem III] 22:03:47 T:3073513248 M:161648640 ERROR: Couldn't load font name:font101 file:/home/banane/XBMC/media/Fonts/FrancophilSans.ttf 22:03:47 T:3073513248 M:161648640 ERROR: Couldn't load font name:font10 file:/home/banane/XBMC/media/Fonts/FrancophilSans.ttf 22:03:47 T:3073513248 M:161648640 ERROR: Couldn't load font name:font12 file:/home/banane/XBMC/media/Fonts/FrancophilSans.ttf 22:03:47 T:3073513248 M:161648640 ERROR: Couldn't load font name:font13 file:/home/banane/XBMC/media/Fonts/FrancophilSans.ttf 22:03:47 T:3073513248 M:161648640 ERROR: Couldn't load font name:special12 file:/home/banane/XBMC/media/Fonts/FrancophilSans.ttf 22:03:47 T:3073513248 M:161648640 ERROR: Couldn't load font name:special13 file:/home/banane/XBMC/media/Fonts/FrancophilSans.ttf 22:03:50 T:3073513248 M:155860992 NOTICE: initialize done 22:03:50 T:3073513248 M:155860992 NOTICE: Running the application... 22:04:44 T:3073513248 M:133025792 NOTICE: Storing total System Uptime 22:04:44 T:3073513248 M:133025792 NOTICE: Saving settings 22:04:44 T:3073513248 M:133025792 NOTICE: stop all 22:04:44 T:3073513248 M:133025792 NOTICE: stop dvd detect media 22:04:44 T:3073513248 M:132898816 NOTICE: stop daap clients 22:04:44 T:3073513248 M:132898816 NOTICE: stop python 22:04:44 T:3073513248 M:132898816 NOTICE: clean cached files! 22:04:44 T:3073513248 M:132898816 NOTICE: unload skin 22:04:46 T:3073513248 M:146366464 NOTICE: unload sections 22:04:46 T:3073513248 M:146366464 NOTICE: destroy 22:04:46 T:3073513248 M:146366464 NOTICE: stopped |
|
|
|
|
|
#9 |
|
Member
Join Date: Jun 2007
Posts: 40
![]() |
O.k. 2d is no real goal, but it worked before! Don't know exactly when it stopped.
Better alternative for me, too, is, getting opengl work. But how? What do I have to do? I get a segmentation fault? |
|
|
|
|
|
#10 |
|
Member
Join Date: Jun 2007
Posts: 40
![]() |
Here is, what console said till segmentation fault (with opengl when starting from source(!) tree). But I'm not sure what I did alltogether to get this binary. I will retry tomorrow from scratch for it.
----------------------------------------------------------------------- Starting XBoxMediaCenter. Built on Aug 15 2007 Q is mapped to: /home/banane/XBMC The executeable running is: /home/banane/XBMC/XboxMediaCenter Log File is located: /home/banane/XBMC/xbmc.log ----------------------------------------------------------------------- lastloaded: 0 Setup SDL Available videomodes: Found mode: 1400x1050 [...] Found mode: 720x400 Constructing surface GLX Info: NOT Using destination window GLX Error: No Multisample buffers available, FSAA disabled GLX Error: No compatible framebuffers found Initialize: connect failed: No such file or directory Drives are mapped load settings... loading /home/banane/XBMC/UserData/guisettings.xml startwindow: 10501 [...] xlinkkai.enablenotifications: true Getting hardware information now... Using analog output AC3 pass through is disabled DTS pass through is disabled Checking resolution 10 Setting autoresolution mode 6 Per AV pack settings are off /home/banane/XBMC/UserData/sources.xml Load Error loading /home/banane/XBMC/UserData/sources.xml: Line 0, Failed to open file Checking skinpath existance, and existence of keymap.xml:Q:\skin... load language info file:/home/banane/XBMC/language/English/langinfo.xml SECTION:LoadDLL(Q:\system\ImageLib-i486-linux.so) Loading: /home/banane/XBMC/system/ImageLib-i486-linux.so CxImage::Load - loading </home/banane/XBMC/media/splash.png> of type <4> failed to open file. err: 144820876 PICTURE::LoadImage: Unable to open image: /home/banane/XBMC/media/splash.png Error: (2) PICTURE: Error loading image /home/banane/XBMC/media/splash.png Texture manager unable to load file: /home/banane/XBMC/media/splash.png load language file:/home/banane/XBMC/language/English/strings.xml load keymapping Loading /home/banane/XBMC/UserData/Keymap.xml Found Joystick map for Sony PLAYSTATION(R)3 Found Joystick map for Sony PLAYSTATION(R)3 Controller Loading /home/banane/XBMC/UserData/Lircmap.xml Checking skin version of: Project Mayhem III Skin version is: 2.1 GUI format 720x576 PAL 4:3 install unhandled exception filter creating subdirectories userdata folder: /home/banane/XBMC/UserData recording folder: screenshots folder: thumbnails folder:/home/banane/XBMC/UserData/Thumbnails Checking the Date! - Current Date is: 16-8-2007 start dvd mediatype detection initializing playlistplayer DONE initializing playlistplayer load default skin:[Project Mayhem III] load skin from:/home/banane/XBMC/skin/Project Mayhem III delete old skin... ------------------- GUI_MSG_WINDOW_DEINIT Home------------------- ------------------- GUI_MSG_WINDOW_DEINIT Sort by: Size------------------- ------------------- GUI_MSG_WINDOW_DEINIT ------------------- Default 4:3 resolution directory is /home/banane/XBMC/skin/Project Mayhem III/PAL Default 16:9 resolution directory is /home/banane/XBMC/skin/Project Mayhem III/PAL16x9 Skin version is: 2.1 Loading skin includes from /home/banane/XBMC/skin/Project Mayhem III/PAL/includes.xml load fonts for skin... Loading fonts from /home/banane/XBMC/skin/Project Mayhem III/PAL/Font.xml Scaled size of font /home/banane/XBMC/media/Fonts/FrancophilSans.ttf (14): width = 16, height = 17 Scaled size of font /home/banane/XBMC/media/Fonts/FrancophilSans.ttf (14): width = 16, height = 17 Scaled size of font /home/banane/XBMC/media/Fonts/FrancophilSans.ttf (16): width = 18, height = 20 Scaled size of font /home/banane/XBMC/media/Fonts/FrancophilSans.ttf (17): width = 20, height = 21 Scaled size of font /home/banane/XBMC/media/Fonts/FrancophilSans.ttf (19): width = 19, height = 23 Scaled size of font /home/banane/XBMC/media/Fonts/FrancophilSans.ttf (19): width = 18, height = 23 load new skin... Skin version is: 2.1 Loading skin file: Home.xml Load Home.xml: 0.00ms (-0.32 ms xml load) Loading user windows, path /home/banane/XBMC/skin/Project Mayhem III/PAL Loading skin file: /home/banane/XBMC/skin/Project Mayhem III/PAL/custom2_SkinSettings.xml Load Skin XML: 227.00ms initialize new skin... Loading skin file: Pointer.xml Load Pointer.xml: 0.00ms (-0.32 ms xml load) WEATHER: Downloading weather Get URL: http://xoap.weather.com/weather/loca...9f24145f208494 host name = xml.weather.com Load pointer-nofocus.png: 1.0ms (bundled) Load pointer-focus.png: 0.0ms (bundled) Load pointer-focus-drag.png: 0.0ms (bundled) Load pointer-focus-click.png: 0.0ms (bundled) Alloc resources: 400.00ms (176.00 ms skin load, 223.00 ms preload) Loading skin file: DialogVolumeBar.xml Load DialogVolumeBar.xml: 0.00ms (-0.32 ms xml load) Load osd_slider_volume_bg.png: 0.0ms (bundled) Load slider_nibFO.png: 0.0ms (bundled) Alloc resources: 179.00ms (172.00 ms skin load, 7.00 ms preload) Loading skin file: DialogSeekBar.xml Load DialogSeekBar.xml: 0.00ms (-0.32 ms xml load) Load progress_back.png: 2.0ms (bundled) Load progress_mid.png: 2.0ms (bundled) Load progress_right.png: 0.0ms (bundled) Load progress_left.png: 0.0ms (bundled) Load seekslider.png: 0.0ms (bundled) Alloc resources: 14.00ms (9.00 ms skin load, 1.00 ms preload) Loading skin file: DialogKaiToast.xml Load DialogKaiToast.xml: 0.00ms (-0.32 ms xml load) Alloc resources: 2.00ms (2.00 ms skin load, 0.00 ms preload) Loading skin file: DialogMuteBug.xml Load DialogMuteBug.xml: 0.00ms (-0.32 ms xml load) Alloc resources: 0.00ms (0.00 ms skin load, 0.00 ms preload) WEATHER: Weather download successful Loading /home/banane/XBMC/skin/Project Mayhem III/sounds/sounds.xml skin loaded... Thread 3051223952 terminating Thread 3029941136 terminating Activating window ID: 10000 Checking if window ID 10000 is locked. ------------------- GUI_MSG_WINDOW_INIT Home------------------- Load home-focus.gif: 2.0ms (bundled) Load home-dvd.gif: 14.0ms (bundled) Load home-kai.gif: 11.0ms (bundled) Load home-sub.gif: 14.0ms (bundled) Load home-power.gif: 173.0ms (bundled) Alloc resources: 405.00ms (0.00 ms skin load, 4.00 ms preload) removing tempfiles initialize done Running the application... host name = www.l.google.com initializing python engine. Loading: /home/banane/XBMC/system/python/python24-i486-linux.so 302 Redirected: http://www.google.de/ host name = www.l.google.com Thread 3013155728 terminating -->Python Initialized<-- new python thread created. id=1 NetworkMessage - Starting network services Error making context current Python thread: start processing Scriptresult: Succes Python script stopped Load /home/banane/XBMC/skin/Project Mayhem III/media/home-myprograms/home-myprograms.png: 161.0ms Segmentation fault (core dumped) |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|