CGUIImage::Render() error
#1
I build correctly XBMC in XCODE 3.0... but when I execute ./xbmc crash
I have:
Macbook C2D - 2Gb
Leopard 10.5.1

The error_log was:
Quote:0 0000000000 0 + 0
1 XBMC 0x0005e45d CGUIImage::Render() + 2313 (guiImage.cpp:271)
2 XBMC 0x00512e2c CSplash::Show() + 428 (Splash.cpp:57)
3 XBMC 0x000e1f66 CApplication::Create(void*) + 4974 (Application.cpp:1312)
4 XBMC 0x0057be8d SDL_main + 227 (XboxMediaCenter.cpp:59)
5 XBMC 0x005c377c -[SDLMain applicationDidFinishLaunching:] + 76

xbmc.log
Quote:02:56:43 T:2693680992 M:813555712 NOTICE: Mapping drive Q to /Users/ezar/Documents/SVN/XBMC/BUILD
02:56:43 T:2693680992 M:813531136 NOTICE: -----------------------------------------------------------------------
02:56:43 T:2693680992 M:813531136 NOTICE: Starting XBoxMediaCenter. Built on Jan 2 2008
02:56:43 T:2693680992 M:813531136 NOTICE: Q is mapped to: /Users/ezar/Documents/SVN/XBMC/BUILD
02:56:43 T:2693680992 M:813531136 NOTICE: The executeable running is: 
02:56:43 T:2693680992 M:813531136 NOTICE: Log File is located:
02:56:43 T:2693680992 M:813531136 NOTICE: -----------------------------------------------------------------------
02:56:43 T:2693680992 M:813461504 NOTICE: Mapping drive T to /Users/ezar/Documents/SVN/XBMC/BUILD/UserData
02:56:43 T:2693680992 M:813461504 NOTICE: Setup SDL
02:56:43 T:2693680992 M:811372544 INFO: Available videomodes:
02:56:43 T:2693680992 M:811368448 INFO: Found mode: 1280x800
02:56:43 T:2693680992 M:811368448 INFO: Found mode: 1152x720
02:56:43 T:2693680992 M:811368448 INFO: Found mode: 1024x768
02:56:43 T:2693680992 M:811368448 INFO: Found mode: 1024x640
02:56:43 T:2693680992 M:811368448 INFO: Found mode: 800x600
02:56:43 T:2693680992 M:811368448 INFO: Found mode: 800x500
02:56:43 T:2693680992 M:808787968 INFO: GL: OpenGL Vendor String: Intel Inc.
02:56:43 T:2693680992 M:808779776 ERROR: LIRC Initialize: connect failed: No such file or directory
02:56:43 T:2693680992 M:808660992 NOTICE: Mapping drive Z to /tmp/xbmc
02:56:43 T:2693680992 M:808656896 INFO: Drives are mapped
02:56:43 T:2693680992 M:808656896 NOTICE: load settings...
02:56:43 T:2693680992 M:808652800 NOTICE: Mapping drive P to /Users/ezar/Documents/SVN/XBMC/BUILD/UserData
02:56:43 T:2693680992 M:808648704 NOTICE: loading /Users/ezar/Documents/SVN/XBMC/BUILD/UserData/guisettings.xml
02:56:43 T:2693680992 M:808476672 NOTICE: Getting hardware information now...
02:56:43 T:2693680992 M:808472576 INFO: Using analog output
02:56:43 T:2693680992 M:808472576 INFO: AC3 pass through is enabled
02:56:43 T:2693680992 M:808464384 INFO: DTS pass through is enabled
02:56:43 T:2693680992 M:808464384 NOTICE: Checking resolution 10
02:56:43 T:2693680992 M:808464384 NOTICE: Setting autoresolution mode 6
01:56:43 T:2693680992 M:808456192 NOTICE: Per AV pack settings are off
01:56:43 T:2693680992 M:808439808 NOTICE: /Users/ezar/Documents/SVN/XBMC/BUILD/UserData/sources.xml
01:56:43 T:2693680992 M:808435712 ERROR: Load Error loading /Users/ezar/Documents/SVN/XBMC/BUILD/UserData/sources.xml: Line 0, Failed to open file
01:56:43 T:2693680992 M:808378368 INFO: Checking skinpath existance, and existence of keymap.xml:Q:\skin...
01:56:43 T:2693680992 M:808378368 INFO: load language info file: /Users/ezar/Documents/SVN/XBMC/BUILD/language/English/langinfo.xml
01:56:43 T:2693680992 M:808366080 INFO: load keyboard layout configuration info file: /Users/ezar/Documents/SVN/XBMC/BUILD/language/English/keyboardmap.xml
01:56:43 T:2693680992 M:808366080 ERROR: unable to load /Users/ezar/Documents/SVN/XBMC/BUILD/language/English/keyboardmap.xml: Failed to open file at line 0

Thank You!
Reply
#2
I found the problem!
I change glMultiTexCoord2f to glMultiTexCoord2fARB because GMA950 have some problems with glMultiTexCoord2f.
Now works in MacBook Smile

Now I'm working in several fixes... but XBMCOSX works!
Thank you elan for all job
Reply
#3
ezar Wrote:I found the problem!
I change glMultiTexCoord2f to glMultiTexCoord2fARB because GMA950 have some problems with glMultiTexCoord2f.
Now works in MacBook Smile

Now I'm working in several fixes... but XBMCOSX works!
Thank you elan for all job

Nice work getting things going on your MacBook, please send me the patches when you have some and I'll integrate them.

-elan
Reply
#4
elan Wrote:Nice work getting things going on your MacBook, please send me the patches when you have some and I'll integrate them.

-elan

No problem.
Now I worked in paplayer Huh
I test ogg and mp3 files and works perfect... I need to change CreateOutputStream because dont work for me...
I compiled portaudio to last svn too.

Now... working in video!
Reply
#5
ezar Wrote:No problem.
Now I worked in paplayer Huh
I test ogg and mp3 files and works perfect... I need to change CreateOutputStream because dont work for me...
I compiled portaudio to last svn too.

Now... working in video!

For audio I change guisettings.xml to:
<audiodevice>Built-In Output</audiodevice>

I revert changes in CreateOutputStream
Reply
#6
ezar Wrote:No problem.
Now I worked in paplayer Huh
I test ogg and mp3 files and works perfect... I need to change CreateOutputStream because dont work for me...
I compiled portaudio to last svn too.

Would love to see your patches. The checked in portaudio had a bugfix that allowed crossfading, which I hope, but I'm not sure that SVN has yet.

Quote:Now... working in video!

I'm working on porting the Surface code to Apple GL, which I believe will get us video/photos. Is this what you are doing? I'd really like to not duplicate effort.

Many thanks,

-elan
Reply
#7
elan Wrote:I'm working on porting the Surface code to Apple GL, which I believe will get us video/photos. Is this what you are doing? I'd really like to not duplicate effort.
No. I'm not working on it!
You are a genius!

Thank you for this nice work! I'm learning slow!
Reply
#8
Soo, I just bumped into this issue while trying to get XBMC to work on my macbook and luckily found this thread, so I thought I'd generate a patch to fix it which can be found here :

https://sourceforge.net/tracker/?func=de...p_id=87054
Reply

Logout Mark Read Team Forum Stats Members Help
CGUIImage::Render() error0