Visar resultat 1 till 9 av 9

Diskussion: launch.ini Återställer sig

  1. #1
    Registrerade
    Dec 2011
    Inlägg
    9
    Respekt
    0

    launch.ini Återställer sig

    min launch.ini återställer sig till nån form av original inställning efter några omstarter, det fungerar fin fint ett tag, men om jag lämnar boxen avstängd ett tag, o sedan slår på den igen (kanske 1 timme) så är alla inställningar ja har ändrat borta.

    Det verkar dessutom som om det försvinner direkt om jag drar ut ström kabeln.

    Lägger jag filen på fel ställe kanske? nån form av RAM? minnet där jag lägger min fil heter "Flash"
    (isf var ska ja lägga den, o hur?)

    Så här ser den ut originalt

    ; 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:\
    ; 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 =
    BUT_B = Hdd:\Freestyle\default.xex
    BUT_X = Hdd:\Content\0000000000000000\C0DE9999\00080000\C0 DE99990F586558
    BUT_Y = Hdd:\Freestyle2.0\default.xex
    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 =
    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 = false

    ; 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, 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 = false

    ; when set to true, using miniblades system setting options will not exit to NXE
    ; if not present this is set to FALSE
    nosysexit = 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, 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 = false

    ; 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
    hddalive = false

    ; in seconds, the interval between when USB devices will be polled for "alive.txt" file
    hddtimer = 210

    ; all comments and fields in this file are optional, you can remove anything you don't need - section headers []
    ; are required for any used options under the section

    ; sorry for any double negatives

    ; njoy, cOz

    Det jag ändrade var "Default ="
    till detta

    ; 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:\
    ; 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 =
    BUT_B = Hdd:\Freestyle\default.xex
    BUT_X = Hdd:\Content\0000000000000000\C0DE9999\00080000\C0 DE99990F586558
    BUT_Y = Hdd:\Freestyle2.0\default.xex
    Start =
    Back =
    LBump =
    ; Default is what loads when you hold no buttons
    ; leave this blank if you want NXE as default
    Default = Hdd:\fsd\default.xex

    ; 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 =
    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 = false

    ; 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, 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 = false

    ; when set to true, using miniblades system setting options will not exit to NXE
    ; if not present this is set to FALSE
    nosysexit = 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, 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 = false

    ; 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
    hddalive = false

    ; in seconds, the interval between when USB devices will be polled for "alive.txt" file
    hddtimer = 210

    ; all comments and fields in this file are optional, you can remove anything you don't need - section headers []
    ; are required for any used options under the section

    ; sorry for any double negatives

    ; njoy, cOz
    Ja har ingen aning vilken dashlaunch version jag har, men ja köpte boxen på psxcare i fredags.

  2. #2
    Registrerade
    Oct 2008
    Från
    Jordbro, Sweden
    Inlägg
    13 145
    Respekt
    44
    Du har dashlaunch 2.27, allting du skriver till "flash" själv blir temporärt... du bör inte skriva NÅGONTING dit, detta är nanden, farliga grejer

    Lägg din launch.ini på valfri minnesenhet istället, t.ex. USB hårddisken eller din hårddisk (HDD1)
    Google is your friend!

    Om du tycker något jag skriver inte stämmer, skriv det! var inte rädd för att bevisa att jag har fel, jag bits inte, jag lovar! (Bara lite ibland...)

    Skriver jag "OSS" eller "VI" betyder det oftast: PSXCare

  3. #3
    Registrerade
    Dec 2011
    Inlägg
    9
    Respekt
    0
    ah, så den laddar då filen från den enheten i stället?

  4. #4
    Registrerade
    Dec 2011
    Inlägg
    9
    Respekt
    0
    ja la den precis på hdd1, men den bootar fortfarande upp NXE...

  5. #5
    Registrerade
    Oct 2008
    Från
    Jordbro, Sweden
    Inlägg
    13 145
    Respekt
    44
    Citat Original inlägg av IllogicalGhost Visa Inlägg
    ja la den precis på hdd1, men den bootar fortfarande upp NXE...
    Ligger det en launch.ini på någon av följande platser laddas dom i ordningen jag skriver nedan (i fallande ordning)

    USB0:\
    USB1:\
    HDD1:\
    NAND:\

    tror den laddar från skiva och sådär också, men USB är iaf första prio på
    Google is your friend!

    Om du tycker något jag skriver inte stämmer, skriv det! var inte rädd för att bevisa att jag har fel, jag bits inte, jag lovar! (Bara lite ibland...)

    Skriver jag "OSS" eller "VI" betyder det oftast: PSXCare

  6. #6
    Registrerade
    Dec 2011
    Inlägg
    9
    Respekt
    0
    Ops... ja råkade ta filen från flash igen, så det var därför den laddade NXE..

    Men nu fungerar det. Tack för ditt snabba svar!

  7. #7
    Registrerade
    Oct 2008
    Från
    Jordbro, Sweden
    Inlägg
    13 145
    Respekt
    44
    Citat Original inlägg av IllogicalGhost Visa Inlägg
    Ops... ja råkade ta filen från flash igen, så det var därför den laddade NXE..

    Men nu fungerar det. Tack för ditt snabba svar!
    Np
    Google is your friend!

    Om du tycker något jag skriver inte stämmer, skriv det! var inte rädd för att bevisa att jag har fel, jag bits inte, jag lovar! (Bara lite ibland...)

    Skriver jag "OSS" eller "VI" betyder det oftast: PSXCare

  8. #8
    Registrerade
    Jun 2013
    Inlägg
    3
    Respekt
    0
    Hur får man enklast tillbaka launch.ini filen i flash om man råkat ta bort den?
    Filen har jag kvar på ett usb minne.

  9. #9
    Registrerade
    Oct 2008
    Från
    Jordbro, Sweden
    Inlägg
    13 145
    Respekt
    44
    Citat Original inlägg av Joll Visa Inlägg
    Hur får man enklast tillbaka launch.ini filen i flash om man råkat ta bort den?
    Filen har jag kvar på ett usb minne.
    Ladda dashlaunch installer, ladda din ini från usb, spara på flash...
    Google is your friend!

    Om du tycker något jag skriver inte stämmer, skriv det! var inte rädd för att bevisa att jag har fel, jag bits inte, jag lovar! (Bara lite ibland...)

    Skriver jag "OSS" eller "VI" betyder det oftast: PSXCare

Liknande diskussioner

  1. Dash launch 2.21
    By rikard357 in forum XBOX 360 - RGH / JTAG / XELL / XBMENU / XBR / LINUX / HDLOADER
    Inlägg: 3
    Senaste inlägg: 2011-04-29, 13:18
  2. Epromen tömd? Hur återställer man?
    By tech2000 in forum DUO-X2 support
    Inlägg: 5
    Senaste inlägg: 2005-12-10, 18:30
  3. Launch dvd på dashen
    By Keffman in forum X-BOX Spel/Mjukvara
    Inlägg: 3
    Senaste inlägg: 2004-07-01, 15:34
  4. jag råkade felflasha min xbox, hur återställer jag den?
    By hfors in forum BIOS versioner och flashning
    Inlägg: 6
    Senaste inlägg: 2003-12-25, 15:53
  5. Efter S-disc 3.6 saknas Launch DVD
    By GroGGmanneN.se in forum Evolution-X Dashboard
    Inlägg: 3
    Senaste inlägg: 2003-11-24, 15:02

Bookmarks

Behörigheter

  • Du får inte starta nya diskussioner
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •