www.dedoshop.com
Risultati da 1 a 14 di 14

Discussione: Problema installazione xexmenu

  1. #1
    Open Member L'avatar di Bocro
    Data Registrazione
    Dec 2011
    Località
    Genova
    Messaggi
    850

    Problema installazione xexmenu

    Ciao a tutti,
    oggi mi è sorto un problema strano con xexmenu, quando provo a lanciarlo mi compare la scritta fatal error e ritorna alla NXE.
    Questo succede sia se lo faccio partire da NXE nel catalogo giochi, sia se lo faccio partire da disco.
    Ho provato più volte a disinstallarlo e reinstallarlo ma non ne vuole sapere.
    Il tutto è successo dopo aver installato dashlaunch, prima nessun problema.
    Come posso risolvere?
    Grazie mille in anticipo!
    * BOCRO *


  2. #2
    God L'avatar di zeruel85
    Data Registrazione
    Jan 2012
    Messaggi
    15,946
    Potresti copiare qui il contenuto di launch.ini, così vediamo che tipo di impostazioni hai usato per DL, per iniziare. Versione di DL? 2.32?

  3. #3
    Open Member L'avatar di Bocro
    Data Registrazione
    Dec 2011
    Località
    Genova
    Messaggi
    850
    Questo è il launch.ini

    Codice:
    ; launch.xex V2.0 config file
    ; parsed by simpleIni http://code.jellycan.com/simpleini/
    ; currently supported devices and paths:
    ; internal hard disk    Hdd:\
    ; usb memory stick      Usb:\
    ; memory unit           Mu:\
    ; USB memory unit       UsbMu:\
    ; big block NAND mu     FlashMu:\
    ; internal slim 4G mu	IntMu:\
    ; CD/DVD                Dvd:\     (not recommended to use this one)
    ; buttons can point to any xex, or any CON with default.xex in it on any of the above devices
    ; note that Right Bumper is ALWAYS default to return NXE
    ; if you want to assign an additional one, use the path Sfc:\dash.xex ie:
    ; BUT_A = Sfc:\dash.xex
    
    
    ; example entry
    ; Default = Hdd:\FreeStyle\default.xex
    [QuickLaunchButtons]
    BUT_A = Hdd:\Content\0000000000000000\C0DE9997\00080000\C0DE99990F586558
    BUT_B = Hdd:\Content\0000000000000000\C0DE9999\00080000\C0DE99990F586558
    BUT_X = Hdd:\Freestyle\FreestyleDash.xex
    BUT_Y = 
    Start = 
    Back = 
    LBump = 
    
    ; Default is what loads when you hold no buttons
    ; leave this blank if you want NXE as default
    Default = 
    
    ; at boot time, default can be overridden based on how the console is turned on
    ; if you start with wired/wireless/IR guide button, this item if existing will be used instead of default
    ; note that the Guide item is ALWAYS overridden by option: remotenxe = true
    Guide = 
    
    ; if you power on with the button on the front of the console, this item will be used instead of default
    Power = 
    
    
    ; example plugin entry
    ; plugin1 = Usb:\plugin\aplugin.xex
    [Plugins]
    plugin1 = Hdd:\ftpdll.xex
    plugin2 = 
    plugin3 = 
    plugin4 = 
    plugin5 = 
    
    
    [Settings]
    
    ; if true, brining up miniblade in NXE and then pressing Y will cause launch.xex to relaunch for you
    ; note you must release Y button then press desired QuickLaunchButtons after or use default item
    ; if not present default is TRUE
    nxemini = true
    
    ; if true ping limit will be removed for system link play (thanks FBDev!)
    ; if not present default is FALSE
    pingpatch = true
    
    ; if true (most) xbla will no longer need yaris patching (thanks mojobojo!)
    ; if not present default is FALSE
    contpatch = true
    
    ; Normally when a fatal error occurs the xbox will just freeze, setting this to false will cause a reboot or powerdown
    ; setting to TRUE will also disable the unhandled exception filter which tries to intercept recoverable unhandled exceptions with exit to dash
    ; if not present default is FALSE
    fatalfreeze = false
    
    ; when fatalfreeze is set to false, setting this to true will cause the box to reboot (hard reboot), setting it to false will instead have the box shut down
    ; note that this option does NOTHING when fatalfreeze is set to true
    ; if not present default is FALSE
    fatalreboot = true
    
    ; when fatalfreeze is set to false and fatalreboot is set to true, setting this to true will cause the box to reboot (soft reboot) the way it was intended to
    ; ONLY set this to true if using blackaddr's reboot fix for SMC, else on reboot you will get E71 and corrupted dash/video/etc settings
    ; note that this option does NOTHING when fatalfreeze is set to true
    ; if not present default is FALSE
    safereboot = false
    
    ; when set to true, it is possible to hold RB when launching a game to have the region that the game gets from xam spoofed
    ; if not present this is set to FALSE
    regionspoof = false
    
    ; when regionspoof is true, you set your region here in hex preceding the value with 0x, for examle devkit would be region = 0x7fff
    ; if not present but regionspoof is set to true, this is set to 0x7FFF
    region = 0x7FFF
    
    ; when set to false, ejecting a dvd video or game returns you to your default item, set to true to auto exit to NXE
    ; if not present this is set to FALSE
    dvdexitdash = false
    
    ; when set to false, using the exit item in an XBLA game returns you to your default item, set to true to exit to NXE arcade menu
    ; if not present this is set to FALSE
    xblaexitdash = true
    
    ; when set to true, using miniblades system setting options will not exit to NXE
    ; if not present this is set to FALSE
    nosy***it = false
    
    ; when set to true, miniblades will not appear... ever (requested as child saftey measure)
    ; note that using this option overrides everything in dash launch that relies on miniblade exits to function
    ; if not present this is set to FALSE
    nohud = false
    
    ; when set to false, xbox will be capable of finding system updaters
    ; if not present this is set to TRUE
    noupdater = true
    
    ; when set to true,  dash launch will put all debug strings out to uart
    ; if not present this is set to FALSE
    debugout = false
    
    ; when set to false, dash launch will not attempt to handle last chance unhandled exceptions
    ; if set to false, exceptions will also not be dumped to the dumpfile
    ; if not present this is set to TRUE
    exchandler = true
    
    ; by default this only dumps to UART, setting a file here will cause unhandled exception info to be dumped
    ; as text to a file. Same path restraints as the quick launch buttons.
    ; if exchandler is set to false, this option does nothing.
    ; note that this uses the first drive of the class found, so if you use usb: and have more than one usb device
    ; it may wind up on any of the usb devices depending on which was enumerated first. The path for the file is only
    ; checked on boot, so the device must be present at power on and at crash time for this to be effective
    ; ie: dumpfile = Usb:\crashlog.txt
    dumpfile = 
    
    ; this value sets the number of times that buttons are checked for on bootup, as well as how long it checks for buttons
    ; and thus extends the length of time the boot animation will be displayed onscreen
    ; 0x5A is approximately 6s window for button detection, 0x2A approximately 2s - if set too short auto profile login breaks
    ; if set too long other wonky things happen
    ; note this value is interpreted as hexidecimal when preceded with 0x, valid range is 0 to 0xFFFFFFFF
    ; if not set this value will be put to 0x2A (42)
    bootdelay = 0x2A
    
    ; if set to true, this will block the console from resolving LIVE related dns
    ; if not set this value will be TRUE
    liveblock = true
    
    ; if liveblock is set to true, this will block the console from resolving all MS related dns
    ; setting this to TRUE will also block apps like freestyle from accessing things like cover images
    ; *** note that if NO INI is present for launch.xex, this is set to TRUE
    ; if not set this value will be FALSE
    livestrong = false
    
    ; when set to TRUE the X (guide) and power button on IR remotes will cause the xbox to boot to NXE instead of default item
    ; note that powering on with the windows/start button automatically goes to NXE's media center now regardless of how this is set
    ; if not set this value will be FALSE
    remotenxe = true
    
    ; when set to TRUE all USB drives will be polled at hddtimer intervals for the file "alive.txt" in their root
    ; if the file exists, it will be recreated and 16 random bytes written to it on each poll which should keep drives from spinning down
    ; if not set this value will be FALSE
    hddalive = false
    
    ; in seconds, the interval between when USB devices will be polled for "alive.txt" file
    ; if not set and hddalive is set to TRUE this value will be 210
    hddtimer = 210
    
    ; attempts to disable popups related to signing in, like "live is blocked" and similar
    ; if not set this value will be TRUE
    signnotice = true
    
    ; when you hold guide button to shut down xbox, normally the 'cancel' option is selected
    ; setting this to TRUE will cause the shutdown option to be auto selected instead
    ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !!
    ; if not set this value will be FALSE
    autoshut = false
    
    ; when you hold guide button to shut down xbox, normally a dialog comes up
    ; setting this to TRUE will cause the console to shutdown instead of show a dialog
    ; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S SHUTDOWN DIALOG MAY NOT BE PERFECT !!
    ; if not set this value will be FALSE
    autooff = false
    
    ; 14699+ has native http functions, but you are forced to be logged into use them
    ; this patch removes that restriction, set to false to disable it if you have any problems
    ; if not set this value will be TRUE
    xhttp = true
    
    ; when tempbcast is set to TRUE the raw temp data from smc will be broadcast over UDP at temptime second
    ; intervals on port tempport
    ; if not set this value will be FALSE
    tempbcast = FALSE
    
    ; if not set this value will be 10
    temptime = 10
    
    ; if not set this value will be 7030
    tempport = 7030
    * BOCRO *


  4. #4
    God L'avatar di zeruel85
    Data Registrazione
    Jan 2012
    Messaggi
    15,946
    Hai anche provato a togliere DL e a vedere se riparte XexMenu? Per verificare che il problema sia strettamente inerente a DL.

  5. #5
    Open Member L'avatar di Bocro
    Data Registrazione
    Dec 2011
    Località
    Genova
    Messaggi
    850
    No, appena posso provo e ti dico!
    Grazie!
    * BOCRO *


  6. #6
    Open Member L'avatar di Bocro
    Data Registrazione
    Dec 2011
    Località
    Genova
    Messaggi
    850
    Ciao,
    ho provato a eliminare dashlaunch ora la console quando inserisco il disco di xexmenu si blocca con schermo nero.
    Cosa può essere?
    Grazie mille!
    * BOCRO *


  7. #7
    God L'avatar di zeruel85
    Data Registrazione
    Jan 2012
    Messaggi
    15,946
    Il disco l'hai utilizzato altre volte? Non è che sia quello che non funziona? Se non usi il disco la console funziona bene?

  8. #8
    Open Member L'avatar di Bocro
    Data Registrazione
    Dec 2011
    Località
    Genova
    Messaggi
    850
    Ciao,
    Si lo ho gia utilizzato e ha sempre funzionato bene. La console per tutto il resto va benissimo.
    Grazie mille.
    * BOCRO *


  9. #9
    God L'avatar di zeruel85
    Data Registrazione
    Jan 2012
    Messaggi
    15,946
    Quindi non hai freeze sulla NXE se giochi o fai altro? Solo nel momento in cui usi il disco...

  10. #10
    Open Member L'avatar di Bocro
    Data Registrazione
    Dec 2011
    Località
    Genova
    Messaggi
    850
    No nessun freeze sulla nxe e nemmeno su freestyle, solo quando uso il disco di xexmenu oppure se l installo e lo faccio partire dalla nxe.
    Grazie mille.
    * BOCRO *


  11. #11
    Regular Member L'avatar di recchia57
    Data Registrazione
    Dec 2011
    Località
    Vicino a Milano
    Messaggi
    290
    Dashlanch quando lo esegui e rispondi alle domande salva le istruzioni nella nand anche. E' per quello che se lo elimini non ti funziona lo stesso xexmenù (le istruzioni sono anche nel lunch.ini). Dopo averlo eliminato devi ricaricare con rawflash da pen drive il tuo dump modificato e ti ritroverai ripulito da dashlanch. Attento poi alle domande se lo vuoi reinstallare. Ciao

  12. #12
    Vip Member L'avatar di Baccello
    Data Registrazione
    Aug 2011
    Località
    Livorno
    Messaggi
    1,469
    a me lo ha fatto quasi sempre in maniera random, ho notato però che prima mettevo xexmenu' in xex anche dentro una cartella homebrew oltre alla versione live dentro content, da quando metto xexmenu sulo in versione live dentro la cartella content e non ho piu' usato la versione xex non me lo ha piu' fatto. Io penso che la versione xex e la versione live vadano a scrivere i file di configurazione in maniera diversa e a seconda di quello che piglia avviando l'uno o l'altro crasha.
    Ciao

  13. #13
    Open Member L'avatar di Bocro
    Data Registrazione
    Dec 2011
    Località
    Genova
    Messaggi
    850
    Ciao,
    grazie mille delle risposte, ho formattato l'HDD (tanto era praticomente vuoto) ora funziona tutto di nuovo.
    Ora provo a reinstallare dashlaunch e vedo come va.
    Per curiosità esiste un posto dove si possono trovare tutti i plugin utili per dashlaunch?
    Grazie mille!
    * BOCRO *


  14. #14
    Open Member L'avatar di Bocro
    Data Registrazione
    Dec 2011
    Località
    Genova
    Messaggi
    850
    Ciao,
    reinstallando dashlaunch ha funzionato tutto alla perfezione!
    Ah i plugin li ho trovati.
    Grazie mille per gli aiuti!
    * BOCRO *


Segnalibri

Permessi di Scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  •  

realizzazione siti internet ed e-commerce mugello