Перейти к публикации

Как поставить патч на Ping в Freboot 12625.


kox
 Поделиться

Рекомендованные сообщения

Вообщем такая проблема-не могу поставить Dashlaunch 2.21

на 12625 даш. Он то ставится, но после его установки консоль включается, работает

2 минуты, и уходит в перезагрузку, и так по кругу.

А мне очень нужен патч на пинг, который есть в дашланче.

У кого был успешный опыт в установке дашланча на 12625 фрибут?

Подскажите что делали?

Или хотя бы подскажите как установить патч на пинг без установки дашланча,

если такое возможно.

Фрибут собирал с помощью JTAG Tool 3.00

Заранее спасибо!

Ссылка на комментарий
Поделиться на других сайтах

Вообщем такая проблема-не могу поставить Dashlaunch 2.21

на 12625 даш. Он то ставится, но после его установки консоль включается, работает

2 минуты, и уходит в перезагрузку, и так по кругу.

А мне очень нужен патч на пинг, который есть в дашланче.

У кого был успешный опыт в установке дашланча на 12625 фрибут?

Подскажите что делали?

Или хотя бы подскажите как установить патч на пинг без установки дашланча,

если такое возможно.

Фрибут собирал с помощью JTAG Tool 3.00

Заранее спасибо!

 

Да вроде норм встал, кинь ини файл что в нем прописано. И с внутреннего диска грузишь FSD?

Ссылка на комментарий
Поделиться на других сайтах

Прописано все по дефолту:

 

[QuickLaunchButtons]

BUT_X = Hdd:\Content\0000000000000000\C0DE9999\00080000\C0DE99990F586558

Default =

[settings]

nxemini = true

pingpatch = true

FSD запускаю с внутреннего ЖД.

Ссылка на комментарий
Поделиться на других сайтах

Удали все файлы дашланча с винта и ставь его заново из default.xex

в ini-файле куча других параметров, редактируй приложенный к дашланчу и пользуйся им вместо своего огрызка.

Ссылка на комментарий
Поделиться на других сайтах

Прописано все по дефолту:

 

[QuickLaunchButtons]

BUT_X = Hdd:\Content\0000000000000000\C0DE9999\00080000\C0DE99990F586558

Default =

[settings]

nxemini = true

pingpatch = true

FSD запускаю с внутреннего ЖД.

 

Мой для примера

 

[QuickLaunchButtons]

BUT_A = Hdd:\FreeStyle\default.xex

Default =

 

[Plugins]

plugin1 = Hdd:\swap.xex

plugin2 =

plugin3 =

plugin4 =

plugin5 =

 

[settings]

nxemini = true

pingpatch = true

contpatch = true

fatalfreeze = true

regionspoof = true

dvdexitdash = true

xblaexitdash = true

noupdater = true

Ссылка на комментарий
Поделиться на других сайтах

в ini-файле куча других параметров, редактируй приложенный к дашланчу и пользуйся им вместо своего огрызка.

Не понял из этого ничего(

 

Ссылка на комментарий
Поделиться на других сайтах

Не понял из этого ничего(

 

Посмотри выше сколько должно быть параметров! У тебя же всего 2 штуки.

 

Ссылка на комментарий
Поделиться на других сайтах

мой:

[QuickLaunchButtons]
BUT_A = Hdd:\Content\0000000000000000\C0DE9999\00080000\C0DE99990F586558
BUT_B = 
BUT_X = 
BUT_Y = 
Start = 
Back  = 
LBump = 
Default = 


[Plugins]
plugin1 = Hdd:\APPLICATIONS\installer\files\swap.xex
plugin2 = 
plugin3 = 
plugin4 = 
plugin5 = 

[Settings]

nxemini = true
pingpatch = true
contpatch = false
fatalfreeze = false
fatalreboot = true
safereboot = false
regionspoof = true
region = 0x7FFF
dvdexitdash = false
xblaexitdash = false
nosysexit = true
noupdater = true
debugout = true
exchandler = true
dumpfile = Hdd:\crashlog.txt
bootdelay = 0x2A
liveblock = true
livestrong = false

Ссылка на комментарий
Поделиться на других сайтах

У кого был успешный опыт в установке дашланча на 12625 фрибут?

Подскажите что делали?

я допустим, после установки лаунча, когда консоль выключается (после того как жмешь А: "Flashing done, Press A to shut down"), выдергиваю питание из бокса на 30 сек.

Поставь лучше Freestyle Dash 2, заместо XexMenu, и пропиши его в launch.ini. Может это из-за хехменю такая ерунда.

 

И параметры не обязательно все писать в launch.ini, только те, которые ты хочешь разрешить/включить (true), все остальные (ненаписанные) имеют статус =false

Изменено пользователем Doombuster
Ссылка на комментарий
Поделиться на других сайтах

Но вообще, лучше более подробно ознакомиться с параметрами, какое значение они имеют, когда не написаны в launch.ini:

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

BUT_X =

BUT_Y =

Start =

Back =

LBump =

; Default is what loads when you hold no buttons

; leave this blank if you want NXE as default

Default =

 

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

 

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

 

; 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 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 no 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

; if not set this value will be FALSE

livestrong = false

 

; 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 :p

 

; njoy, cOz

Ссылка на комментарий
Поделиться на других сайтах

Сейчас попробывал вариант launch.ini, который предложил realsintez.

Теперь консоль не вырубается, но если вставлен сетевой кабель в консоль,

то при запуске любого хоумбрю внизу выскакивает уведомление,

по виду такое же, когда открывается ачивка, в нем написанно "Fatal Crash Intercepted"

Если же сетевой кабель не подключен, то эта ошибка не появляется.

И ещё в FSD 2.0 после установки дашланча с патчем пинга в на вкладке с пользователями

пишется "System link patched", сейчас вот на 12625 после установки дашланча такой надписи не наблюдается,

хотя опция пингпатча в launch.ini имеет значение true.

У кого-нибудь есть мысли по поводу всего этого?

И ещё-те, у кого дашланч не глючит-в FSD пишется "System link patched"?

Ссылка на комментарий
Поделиться на других сайтах

System link patched ни разу не видел.

 

У одного товарища тут тоже был креш при подключении сетевухи.

Залей в нанд чистый фрибут, без всяких патчей, потом установи дашланч, но обязательно убедись что в папке где ты запускаешь default.xex больше ничего нет. Раньше дашланч поставлялся в архиве с кучей файлов, потом все необходимое ему запаковали в default.xex НО, о старых путях дашланч помнит и у них более высокий приоритет чем у содержимого default.xex

 

Алсо, что у тебя с бэдблоками?

Изменено пользователем realsintez
Ссылка на комментарий
Поделиться на других сайтах

http://www.logic-sunrise.com/forums/topic/...sh-intercepted/

 

http://xbox-360.logic-sunrise.com/news-268...hangements.html

предпоследний коммент от kyo13

 

Там всё по-французски, но думаю разберёшься http://www.xboxland.net/forum/style_emoticons/default/troll_face2.gif

 

Всё сводится именно к старым патчам и новому default.xex

Ссылка на комментарий
Поделиться на других сайтах

realsintez, спасибо тебе огромное!

Удалил с харда консоли дашланч, закинул назад только default.xex и launch.ini в корень харда.

Установил, сейчас все работает, только смущает отсутствие надписи "System link patched" в FSD,

ведь в 12611 после установки патча она появляется. :blush:

ЗЫ:

Опять, при выходе из FSD в родной даш появилась эта ошибка(((

Изменено пользователем kox
Ссылка на комментарий
Поделиться на других сайтах

Ну, тогда хз...

Напиши багрепорт создателям дашланча.

У тебя в корне винта лежит crashlog.txt с подробным описанием что и как привело в крашу

Ссылка на комментарий
Поделиться на других сайтах

только смущает отсутствие надписи "System link patched" в FSD,

У меня надписи тоже нет (12625+Dashlaunch 2.21 - полет нормальный)

 

Пересобери фрибут с помощью Easy Freeboot V5.12 и лучше вручную заремапь бэды (хотя бы через BadBlockRemapperHelper4Nandpro_v0.2)

Ссылка на комментарий
Поделиться на других сайтах

Создайте аккаунт или войдите в него для комментирования

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйтесь для получения аккаунта. Это просто!

Зарегистрировать аккаунт

Войти

Уже зарегистрированы? Войдите здесь.

Войти сейчас
 Поделиться

  • Сейчас на странице   0 пользователей

    • Нет пользователей, просматривающих эту страницу.
×
×
  • Создать...