- Jezz_X - 2006-11-18 05:47
reboot or type these at the command line ( or make a bat file)
subst p: /d
subst t: /d
subst z: /d
- CademiaX - 2006-11-18 05:53
Jezz_X Wrote:dont compile it in debug mode compile it in release mode
I keep getting errors when I do it in release mode, let me do it and copy the log.
- Nuka1195 - 2006-11-18 05:58
/d
look up, i posted a bat file that does both
No text - Fonts missing? - MCorven - 2006-11-18 06:06
XBMC loads fine for me, except that there is absolutely no text visible at all. I'm working with an exact copy of my XBMC installation, only customizing sources.xml.
Any ideas?
- Coolgamer30 - 2006-11-18 06:10
I've decided to try this out but I am having some problems. When I run the exe I see the xbmc splash but then it crashes. I've checked to see if the correct drives are subsituted by using the SUBST command and they are. Here is my debug log:
Code:
22:35:24 M:212246528 NOTICE: -----------------------------------------------------------------------
22:35:24 M:212226048 NOTICE: Starting XBoxMediaCenter. Built on Nov 17 2006
22:35:24 M:212226048 NOTICE: Q is mapped to: C:\BUILD
22:35:24 M:212226048 NOTICE: Log File is located: Q:\xbmc.log
22:35:24 M:212226048 NOTICE: -----------------------------------------------------------------------
22:35:24 M:212119552 NOTICE: Setup DirectX
22:35:24 M:211611648 NOTICE: load settings...
22:35:24 M:211603456 NOTICE: loading T:\guisettings.xml
22:35:24 M:211582976 ERROR: Unable to load T:\guisettings.xml, creating new T:\guisettings.xml with default values
22:35:24 M:211443712 NOTICE: Saving Unknown settings in T:\avpacksettings.xml
22:35:24 M:211308544 NOTICE: Saving Unknown settings in T:\avpacksettings.xml
22:35:24 M:211193856 NOTICE: Getting hardware information now...
22:35:24 M:211193856 NOTICE: Checking resolution 10
22:35:24 M:211193856 NOTICE: Setting autoresolution mode 6
22:35:24 M:211189760 NOTICE: Per AV pack settings are on
22:35:24 M:211189760 NOTICE: Unknown found : loading T:\avpacksettings.xml
22:35:24 M:211189760 NOTICE: Getting hardware information now...
22:35:24 M:211189760 NOTICE: Checking resolution 10
22:35:24 M:211189760 NOTICE: Setting autoresolution mode 6
22:35:24 M:211185664 NOTICE: q:\userdata\sources.xml
22:35:24 M:209920000 NOTICE: Checking the Date!
22:35:24 M:209911808 NOTICE: start dvd mediatype detection
22:35:24 M:209899520 NOTICE: initializing playlistplayer
22:35:24 M:209887232 NOTICE: load default skin:[Project Mayhem III]
22:35:24 M:209838080 WARNING: file doesnt have <fontset> with name 'Default', defaulting to first fontset
22:35:24 M:209543168 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
22:35:24 M:209530880 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
22:35:24 M:209469440 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
22:35:24 M:209461248 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
22:35:24 M:209391616 ERROR: GUIFontTTF::GetCharacter: Unable to cache character (out of memory?)
22:35:24 M:209362944 FATAL: EXCEPTION_ACCESS_VIOLATION (0xc0000005)
at 0x006a2358
- edwinmcdunlap - 2006-11-18 06:20
I'm also having a problem with no text, but only on MC360.
[img=http://www.maj.com/gallery/ericjdunlap/Xbox/XBMCPC/thumb/mc360error.jpg_thumb.jpg]
click to enlarge
- edwinmcdunlap - 2006-11-18 06:22
Not sure how to edit my last post... Here's a log:
Code:
22:22:07 M:1437433856 NOTICE: -----------------------------------------------------------------------
22:22:07 M:1437413376 NOTICE: Starting XBoxMediaCenter. Built on Nov 17 2006
22:22:07 M:1437413376 NOTICE: Q is mapped to: C:\xbmc_pc
22:22:07 M:1437413376 NOTICE: Log File is located: Q:\xbmc.log
22:22:07 M:1437413376 NOTICE: -----------------------------------------------------------------------
22:22:07 M:1437253632 NOTICE: Setup DirectX
22:22:07 M:1436872704 NOTICE: load settings...
22:22:07 M:1436860416 NOTICE: loading T:\guisettings.xml
22:22:07 M:1436614656 NOTICE: Getting hardware information now...
22:22:07 M:1436614656 NOTICE: Checking resolution 1
22:22:07 M:1436594176 NOTICE: Per AV pack settings are on
22:22:07 M:1436594176 NOTICE: Unknown found : loading T:\avpacksettings.xml
22:22:07 M:1436532736 ERROR: Error loading T:\avpacksettings.xml, no <Unknown> node
22:22:07 M:1436614656 NOTICE: q:\userdata\sources.xml
22:22:07 M:1432662016 NOTICE: Checking the Date!
22:22:07 M:1432662016 NOTICE: start dvd mediatype detection
22:22:07 M:1432653824 NOTICE: initializing playlistplayer
22:22:07 M:1432637440 NOTICE: load default skin:[MC360]
22:22:07 M:1432051712 WARNING: file doesnt have <fontset> with name 'Arial TTF', defaulting to first fontset
22:22:07 M:1430278144 NOTICE: initialize done
22:22:09 M:1426219008 NOTICE: Webserver: Starting...
22:22:09 M:1426305024 NOTICE: Webserver: Started
22:22:09 M:1419599872 NOTICE: AudioScrobbler: Handshake successful.
- mbay - 2006-11-18 06:23
finally!!!
got it to work. in the .bat file, i used jm's code:
Code:
subst q: c:\xbmc_pc
subst t: q:\userdata
subst p: q:\userdata
subst z: c:\xbmc_pc\cache
as per "Nuka1195" i titled the .bat file the same as the .exe file
and voila! it loaded instantly!
thanks jm and Nuka1195
- edwinmcdunlap - 2006-11-18 06:38
How do I "press" buttons?
Like X, Y, White, Black, L and R triggers, Start, and Back?
- pike - 2006-11-18 06:59
edwinmcdunlap Wrote:How do I "press" buttons?
Like X, Y, White, Black, L and R triggers, Start, and Back?
read keymap.xml in userdata
|