Messages recommandés

Posté(e)

Impossible de lancer xbmx (version du 17/5) en tant que dash

Voila le message d'erreur

XBMC Fatal Load Error:

Q:\xboxmediacenter.xml, line 5636568

Failed to open

Init Network using dash settings...

IP Adress : 192.168.0.6

Starting FTP server

FTP server running on port 21, login:xbox/xbox

Press start to reboot

Si qqn peut m'aider je suis dessus depuis un bon moment et je ne vois pas ou ça coince. blush

D'avance merci

Voici mon xboxmediacenter.xml

<xboxmediacenter>

<!-- when using xbmc as dashboard, define home directory here !-->

<!-- and move the xbe with this config file to C:\ !-->

<home>f:\logiciels\xbmc</home>

<!-- network settings for ip,netmask,default gateway, nameserver !-->

<!-- option 1: leave empty to use the current settings (from evox, avalaunch or other dashboard) !-->

<!-- option 2: fill in the ipadres,netmask etc and xbmc will configure xbox to use it-->

<!-- option 3: fill in dhcp as ip and xbmc will use DHCP to configure (so <ipadres>dhcp</ipadres> ) -->

<ipadres>192.168.0.6</ipadres>

<netmask>255.255.255.0</netmask>

<defaultgateway>192.168.07</defaultgateway>

<nameserver>192.168.0.7</nameserver>

<!-- online gaming settings, place your KAI tag name and password here !-->

<!-- If you don't already have one, visit www.xboxlink.co.uk to create your account !-->

<!-- NOTE THIS FEATURE IS COMPLETELY UNSUPPORTED FOR THE TIME BEING !-->

<xlink>

<username></username>

<password></password>

</xlink>

<!-- DO NOT TOUCH THESE SETTINGS!! (unless you know what you're doing) -->

<!-- workgroup : workgroup which xbmc uses to login to a server. -->

<!-- winsserver: if you run one you can set the ip here (if you don't know -->

<!-- what it is, leave it as it is). -->

<!-- debuglevel: only set this if you have problems using samba (0 - 10) -->

<!-- setting it too high will slow it down a lot. -->

<samba>

<workgroup>WORKGROUP</workgroup>

<winsserver>-</winsserver>

<debuglevel>0</debuglevel>

</samba>

<CDDBIpAddress>194.97.4.18</CDDBIpAddress>

<!-- determines which drives 2 use. Change this for LBA48 !-->

<useFDrive>yes</useFDrive>

<useGDrive>no</useGDrive>

<usePCDVDROM>no</usePCDVDROM>

<!-- Should a cd with ISO/UDF filesystem be treated as ISO (yes) or UDF (no) when autodetecting !-->

<detectAsIso>no</detectAsIso>

<!-- fill in the HTTP proxy values below if you're using an http proxy to connect to the internet !-->

<httpproxy>-</httpproxy>

<httpproxyport>-</httpproxyport>

<!-- remote timeserver used to set the xbox time/date!-->

<timeserver>time.windows.com</timeserver>

<!-- dashboard 2 launch when exiting xbmc!-->

<dashboard>C:\evoxdash.xbe</dashboard>

<!-- fill in path&filename of external DVD player-->

<!-- if empty, XBMC will play any DVD's by itself-->

<dvdplayer></dvdplayer>

<!-- alternate subtitle directory. If subtitle cant be found in same directory !-->

<!-- as the movie it will look here: !-->

<subtitles>$HOME\subtitles</subtitles>

<!-- startup window !-->

<startwindow>0</startwindow>

<!-- file extensions for pictures,music and videos !-->

<pictureextensions>.png|.jpg|.jpeg|.bmp|.gif|.ico|.tif|.tiff|.tga|.pcx</pictureextensions>

<musicextensions>.nsv|.m4a|.flac|.aac|.strm|.pls|.rm|.mpa|.wav|.wma|.ogg|.mp3|.mp2|.m3u|.mod|.amf|.669|.dmf|.dsm|.far|.gdm|.imf|.it|.m15|.med|.okt|.s3m|.stm|.sfx|.ult|.uni|.xm|.sid</musicextensions>

<videoextensions>.nsv|.ty|.nfo|.strm|.rm|.rmvb|.m3u|.ifo|.mov|.qt|.divx|.xvid|.bivx|.vob|.img|.iso|.pva|.wmv|.asf|.asx|.ogm|.m2v|.avi|.bin|.dat|.mpg|.mpeg|.mp4|.mkv|.avc|.vp3|.svq3|.nuv|.viv|.dv|.fli</videoextensions>

<!-- path where xbmc should store its thumbnails !-->

<thumbnails>$HOME\thumbs</thumbnails>

<!-- path where xbmc should store its shortcuts !-->

<shortcuts>$HOME\shortcuts</shortcuts>

<!-- path where xbmc should store the music albums cache !-->

<albums>$HOME\albums</albums>

<!-- path where shoutcast rips/recordings are stored !-->

<recordings>$HOME\recordings</recordings>

<!-- path where screenshots are stored !-->

<screenshots>$HOME\screenshots</screenshots>

<!-- move & repeat delays for controller and remote (values are in msec) !-->

<delays>

<remote>

<move>220</move>

<repeat>300</repeat>

</remote>

<controller>

<move>220</move>

<repeat>220</repeat>

</controller>

</delays>

<!-- Remote debug info. Displays the remote code with each button press !-->

<!-- Useful to see if XBMC reads extra buttons on your universal remote !-->

<!-- These remote codes can be placed in keymap.xml to give you more button options !-->

<displayremotecodes>false</displayremotecodes>

<!-- this section allows you to overwrite/specify the icons shown !-->

<!-- for specific file types !-->

<filetypeicons>

<xbe>defaultProgram.png</xbe>

</filetypeicons>

<!-- my programs bookmarks !-->

<myprograms>

<default>Q:\shortcuts</default>

<bookmark>

<name>C Drive</name>

<path>C:\</path>

</bookmark>

<bookmark>

<name>E Drive</name>

<path>E:\</path>

</bookmark>

<bookmark>

<name>F drive</name>

<path>F:\</path>

</bookmark>

<bookmark>

<name>DVD</name>

<path>D:\</path>

</bookmark>

</myprograms>

<!-- my pictures shares !-->

<pictures>

<default>F:\mes images</default>

<bookmark>

<name>C Drive</name>

<path>C:\</path>

</bookmark>

<bookmark>

<name>E Drive</name>

<path>E:\</path>

</bookmark>

<bookmark>

<name>F drive</name>

<path>F:\</path>

</bookmark>

<bookmark>

<name>DVD</name>

<path>D:\</path>

</bookmark>

<!-- Expert setting: Uncomment for seperate ISO and UDF share !-->

<!-- Comment out the bookmark named DVD to disable DVD autodetect !-->

<!-- for my pictures !-->

<!-- <bookmark> !-->

<!-- <name>ISO</name> !-->

<!-- <path>iso9660://</path> !-->

<!-- </bookmark> !-->

<!-- <bookmark> !-->

<!-- <name>UDF</name> !-->

<!-- <path>UDF:</path> !-->

<!-- </bookmark> !-->

<bookmark>

<name>XNS</name>

<path>xns://192.168.0.1:1400/</path>

</bookmark>

<bookmark>

<name>XBMS</name>

<path>xbms://192.168.0.1:1400/</path>

</bookmark>

<bookmark>

<name>SMB</name>

<!-- you can use the following formats: !-->

<!-- smb://domain;user:password@ip/share/directory/ !-->

<!-- smb://user:password@ip/share/ !-->

<!-- if guest/public access is enabled: !-->

<!-- smb://ip/ !-->

<path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path>

</bookmark>

</pictures>

<!-- my files shares !-->

<files>

<bookmark>

<name>C Drive</name>

<path>C:\</path>

</bookmark>

<bookmark>

<name>E Drive</name>

<path>E:\</path>

</bookmark>

<bookmark>

<name>F drive</name>

<path>F:\</path>

</bookmark>

<bookmark>

<name>Q drive</name>

<path>Q:\</path>

</bookmark>

<bookmark>

<name>DVD</name>

<path>D:\</path>

</bookmark>

<!-- Expert setting: Uncomment for seperate ISO and UDF share !-->

<!-- Comment out the bookmark named DVD to disable DVD autodetect !-->

<!-- for my files !-->

<!-- <bookmark> !-->

<!-- <name>ISO</name> !-->

<!-- <path>iso9660://</path> !-->

<!-- </bookmark> !-->

<!-- <bookmark> !-->

<!-- <name>UDF</name> !-->

<!-- <path>UDF:</path> !-->

<!-- </bookmark> !-->

<bookmark>

<name>XNS</name>

<path>xns://192.168.0.1:1400/</path>

</bookmark>

<bookmark>

<name>XBMS</name>

<path>xbms://192.168.0.1:1400/</path>

</bookmark>

<bookmark>

<name>SMB</name>

<!-- you can use the following formats: !-->

<!-- smb://domain;user:password@ip/share/directory/ !-->

<!-- smb://user:password@ip/share/ !-->

<!-- if guest/public access is enabled: !-->

<!-- smb://ip/ !-->

<path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path>

</bookmark>

</files>

<!-- my music shares !-->

<music>

<default>F:\ma musique</default>

<bookmark>

<name>C Drive</name>

<path>C:\</path>

</bookmark>

<bookmark>

<name>E Drive</name>

<path>E:\</path>

</bookmark>

<bookmark>

<name>F drive</name>

<path>F:\</path>

</bookmark>

<bookmark>

<name>DVD</name>

<path>D:\</path>

</bookmark>

<!-- Expert setting: Uncomment for seperate ISO and UDF CDDA share !-->

<!-- Comment out the bookmark named DVD to disable DVD autodetect !-->

<!-- for my music !-->

<!-- <bookmark> !-->

<!-- <name>ISO</name> !-->

<!-- <path>iso9660://</path> !-->

<!-- </bookmark> !-->

<!-- <bookmark> !-->

<!-- <name>UDF</name> !-->

<!-- <path>UDF:</path> !-->

<!-- </bookmark> !-->

<!-- <bookmark> !-->

<!-- <name>CDDA</name> !-->

<!-- <path>cdda:</path> !-->

<!-- </bookmark> !-->

<bookmark>

<name>XNS</name>

<path>xns://192.168.0.1:1400/</path>

</bookmark>

<bookmark>

<name>MS Soundtrack</name>

<path>soundtrack://</path>

</bookmark>

<bookmark>

<name>XBMS</name>

<path>xbms://192.168.0.1:1400/</path>

</bookmark>

<bookmark>

<name>MP3 sur PC</name>

<!-- you can use the following formats: !-->

<!-- smb://domain;user:password@ip/share/directory/ !-->

<!-- smb://user:password@ip/share/ !-->

<!-- if guest/public access is enabled: !-->

<!-- smb://ip/ !-->

<path>smb://workgroup;françois: @192.168.0.7/MP3/</path>

</bookmark>

</music>

<!-- my video shares !-->

<video>

<default>F:\mes videos</default>

<bookmark>

<name>E Drive</name>

<path>E:\</path>

</bookmark>

<bookmark>

<name>F drive</name>

<path>F:\</path>

</bookmark>

<bookmark>

<name>DVD</name>

<path>D:\</path>

</bookmark>

<!-- Expert setting: Uncomment for seperate ISO and UDF share !-->

<!-- Comment out the bookmark named DVD to disable DVD autodetect !-->

<!-- for my video !-->

<!-- <bookmark> !-->

<!-- <name>ISO</name> !-->

<!-- <path>iso9660://</path> !-->

<!-- </bookmark> !-->

<!-- <bookmark> !-->

<!-- <name>UDF</name> !-->

<!-- <path>UDF:</path> !-->

<!-- </bookmark> !-->

<bookmark>

<name>XNS</name>

<path>xns://192.168.0.1:1400/</path>

</bookmark>

<bookmark>

<name>XBMS</name>

<path>xbms://192.168.0.1:1400/</path>

</bookmark>

<bookmark>

<name>SMB</name>

<!-- you can use the following formats: !-->

<!-- smb://domain;user:password@ip/share/directory/ !-->

<!-- smb://user:password@ip/share/ !-->

<!-- if guest/public access is enabled: !-->

<!-- smb://ip/ !-->

<path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path>

</bookmark>

<bookmark>

<name>ReplayTV</name>

<path>rtv://*/</path>

</bookmark>

</video>

</xboxmediacenter>

Posté(e)

Es tu sur que :

XBMC est bien dans f:\logiciels\xbmc

et que a la racine de ton C: tu as bien mis le fichier xboxmediacenter.xml ainsi que le fichier default.xbe de XBMC renommé en evoxdash.xbe (si c'est ton dash)

Posté(e)

<Es tu sur que :

<XBMC est bien dans f:\logiciels\xbmc

Oui ca c'est ok

<et que a la racine de ton C: tu as bien mis le fichier xboxmediacenter.xml ainsi que le fichier default.xbe de XBMC renommé en evoxdash.xbe (si c'est ton dash)

C'est là que ca bug, ds le tuto il ne precisait pas où mettre ce scrognegne de default.xbe de xbmc, alors j'avais essayé de le mettre a la racine de f et meme ds f/logiciels/evox

Je vais tenter de le mettre sur c

Merci !

Posté(e)

en fait y avait pas d'evoxdash dans c

y a juste un xboxdash.xbe

je pensais que c'etait le fichier d'origine dc je ne voulais pas y toucher mais c'est ptet lui que je dois modifier?

Merci

Posté(e)

salut

deja si tu n as pas de fichier evoxdash.xbe, tu doit avoir comme moi un fichier

XBOXDASH.XBE et un fichier ORIGDASH.XBE en faite il faut enlever ou renomer (c toi qui voit) le fichier xboxdash.xbe

pour ton erreur moi ca me l a fait car je n avais pas bien renseigner ou ce trouver le default.xbe de media center

sinon tu boot sur le mastercd gueux et la tu te connecte par ftp et tu change t fichier tiens moi au courant moi c comme ca ke j ai fait et maintenant ca fonctionne a merveille

a+

Posté(e)

Me revoilà enfin (c'est ça etre pere de famille...)

Bon ci joint une image du contenu de mon c, en esperant que cela vous permettra de voir d'où vient mon pb, moi je desespere...

Meme le reseau ne semble pas fonctionner (impossible de lancer des fichiers stream, de voir la meteo, enfin ça c'est une autre histoire !)

Merci d'avance

post-19-1085514111.jpg

Créer un compte ou se connecter pour commenter

Vous devez être membre afin de pouvoir déposer un commentaire

Créer un compte

Créez un compte sur notre communauté. C’est facile !

Créer un nouveau compte

Se connecter

Vous avez déjà un compte ? Connectez-vous ici.

Connectez-vous maintenant