홈
자유게시판
질문답변
정보
강좌
게임매뉴얼
게임리뷰
게임팁
오픈케이스
PLAYSTATION
게시판
정보
게임정보
자료실
코드
PSVITA/PSP
게시판
정보
게임정보
자료실
코드
XBOX
게시판
정보
게임정보
자료실
코드
Wii
게시판
정보
게임정보
자료실
코드
NDS/SWITCH
게시판
정보
게임정보
자료실
코드
기타기종
SEGA게시판
SEGA자료실
SEGA코드
에뮬게시판
에뮬코드
GBA자료실
MD/GG자료실
SFC/FC자료실
NEOGEO자료실
아케이드자료실
커뮤니티
출석체크
가입인사
취미사진
중고장터
유머
플래시게임
포인트경매
클럽
파이널판타지
위닝일레븐
슈퍼로봇대전
그란투리스모
그란투리스모
PSP클럽
하드로더
XBOX게시판
대쉬런치 3.03업데이트 이후 프리스타일 부팅안됨.
사미삼이
2012-11-07 오후 6:01:37 Hit. 2045
블옵2때문에 대쉬런치를 업데이트했구요.
인스톨폴더들어가서 디펄트 누르니 현재 3.0이 깔려있다면서 업데이트하라고하더군요.
그래서 업데이트 누르고 완료되니 전원꺼지고 다시 켜니까 프리스타일로 부팅이 안되더군요.
기본대쉬로 부팅이 되길래 프리스타일을 수동으로 실행해서 블랙옵스2실행을 위해 일단 Unload를 눌러준 상태입니다.
일단 Launch.ini 를 수정해줬습니다만 여전히 안됩니다.
[QuickLaunchButtons]
BUT_X = Hdd:\Content\0000000000000000\C0DE9999\00080000\C0DE99990F586558
Default = Hdd:\FreeStyle\default.xex
[Settings]
nohud = false
nxemini = true
pingpatch = true
liveblock = true
livestrong = false
contpatch = false
noupdater =false
이 부분을 추가하면 전에는 프리스타일로 부팅이 됐었는데 지금은 안되요.
혹시나해서 Hdd를 Hdd1으로도 수정해봤으나 그것역시 안되구요.
혹시 방법 아시는분 게시면 좀 알려주세요.
아래는 현재 제 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:\
; 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]
Default = Hdd:\FreeStyle\default.xex
BUT_X = Hdd:\Content\0000000000000000\C0DE9999\00080000\C0DE99990F586558
BUT_Y = Sfc:\dash.xex
; 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 = 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 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 = 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 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 = 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
; 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
; !! WARNING OTHER THINGS DO USE THIS DIALOG AND DETECTING THAT IT'S A LOGIN DIALOG MAY NOT BE PERFECT !!
; !! to sign into live profiles other than auto signing on boot you MUST accept the 'check live for updates' dialog BEFORE enabling this option !!
; if not set this value will be FALSE
signnotice = false
; 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
[QuickLaunchButtons]
BUT_X = Hdd:\Content\0000000000000000\C0DE9999\00080000\C0DE99990F586558
Default = Hdd:\FreeStyle\default.xex
[Settings]
nohud = false
nxemini = true
pingpatch = true
liveblock = true
livestrong = false
contpatch = false
noupdater =false
; all comments and fields in this file are optional, you can remove anything you don't need
; sorry for any double negatives :p
; njoy, cOz
Lv.4 / 일병 . 사미삼이 (lsh1004732)
( 485 / 500 ) 97%
포 인 트 : 985 P
가 입 일 : 2005-06-06 오후 2:26:22
최종접속일 : 2015-11-09 오후 6:33:44
0
0
불량게시글신고
글쓰기
수정
삭제
목록
사미삼이
추천
2012-11-07 18:13:15
헐...아무리 재부팅해도 안되더니 혹시나하고 엑박 전원 껐다켜니 되네요.ㅎㅎㅎ
근데 언로드해놓은 상태인데도 블랙옵스2 캠페인시작하니 다운되버리네요.
·댓글
사미삼이
추천
2012-11-07 18:27:21
검색해보니 원래 언로드를 누르면 프리스타일로 부팅이 안되는거였군요.
블옵을 하기위해선 매번 언로드를 누르고 기본대쉬나오면 거기서 프리스타일 들어가서 블옵을 실행시켜야하는 번거로움이 있네요.
이번작은 PC로 해야되겠슴다.
ㅠㅠ
·댓글
9중대
추천
2012-11-07 18:42:07
god 풀어서 하심 될텐데요
대시런처 때문에 안되는지는 몰라도 load dashlaunch 이 보이게 설정 하고
아예 대시런처 언스톨 해서 기본대시에서 바로 하고 있어요
위 설정이 일회용 같더군요 껐다 키면 프리스타일로 부팅 되는데요 블랙화면~~ 또 재설정
삽질에 대시런처 언스톨 ㅎㅎ~~ 아래게시글에 퀵붓도 있어 적용,, 하나는 직접 만들어 보니
대시런처.프리스타일 바로가기 편하더군요
대시런처 영향 일겁니다
·댓글
코와
추천
2012-11-07 19:06:02
언로드누르고 그 곳 제일 위쪽에 런쳐?인가 그 폴더로 들어가면
게임목록 보입니다
찾아서 실행해주시면 됩니다
·댓글
글쓰기
수정
삭제
목록
질문
신형 xbx360 4기가 짜리 사용중인데요. xbox1게임 돌릴려면 …
2
아쿠아1216
2012.11.08
1622
잡담
엑박 갈수록 공부에 공부네요!!
4
캡틴아담
2012.11.08
931
질문
블랙옵스2 - 대시런처 안깔려있는데 검은화면 (많은 분들이 …
5
gik
2012.11.08
4096
질문
외장하드를 하나 사려고 하는데요. 뭐가 좋을까요???
13
착한무당
2012.11.08
1235
질문
글리치랑 엑키 같이쓰시는분들 질문좀요!!
10
홀러버
2012.11.08
1509
질문
댄센3 패치 아직 안나왔나요?
2
샤레마노
2012.11.08
975
질문
내장하드 교체시 기존세팅과 프로필의 이동방법?
2
다륜
2012.11.08
1362
질문
블옵2 실행이 게임실행후 안되요
4
꼬꾸팬더
2012.11.08
1181
잡담
게임 공유 관련글 -100포인트 처리 및 블라인드 (블라인드)
7
쪼꼬
2012.11.08
340
잡담
블랙옵스2 멀티플레이
6
astray
2012.11.08
1244
질문
블랙옵스 1편 질문입니다.
4
공안9과
2012.11.08
832
질문
헤일로4 해골 다들 찾으셨어요?
4
코조이
2012.11.08
1391
질문
Fatal Crash Intercepted!
mindore
2012.11.08
1194
질문
xeBuild GUI v2.085 오류 문제...
1
mindore
2012.11.08
1130
잡담
헤일로 영화 감상 소감
9
해피남자
2012.11.08
7971
잡담
아 모탈컴뱃 하다가 진짜 기절할뻔 했어요 ㅡㅡ
10
예비군
2012.11.08
1380
질문
프리스타일 dvd로 구울수 있나요???????
3
닷컴
2012.11.08
817
질문
대쉬런처 3.03인데요. 3.04로 업데이트가 잘 안되네요..ㅠㅠ
11
민트1004
2012.11.08
4454
질문
코인옵스5 (블라인드)
3
imsiid
2012.11.08
2597
잡담
^^;;
13
프리쿨
2012.11.08
629
운영자
님
글쓰기
<<
811
812
813
814
815
816
817
818
819
820
>>
ID저장
AUTO
회원가입
비번찾기
실시간 포인트 랭킹
1
Lv.42
폭력배
98P
2
Lv.23
DKnoa
34P
3
Lv.21
셀린잉
19P
4
Lv.18
바이오알파
13P
5
Lv.29
Wayfarer
13P
6
Lv.16
대롱
12P
7
Lv.41
PS&PSP
11P
8
Lv.22
산삼도야지
10P
9
Lv.21
잡상인
10P
10
Lv.25
OGs
10P
11
Lv.15
CAVESTG
10P
12
Lv.19
jshan
10P
13
Lv.13
찐짜헌이
10P
14
Lv.22
ari송
8P
15
Lv.26
마환
7P
16
Lv.21
별달달별
7P
17
Lv.17
유지광
7P
18
Lv.13
햇님이셔
7P
19
Lv.29
느작호랑이
7P
20
Lv.23
아레스혼
6P
21
Lv.21
무해
6P
22
Lv.34
에수카
6P
23
Lv.25
레환사
6P
24
Lv.18
ff13
6P
25
Lv.14
Hariken
6P
26
Lv.17
둘리삼촌
6P
27
Lv.17
사랑을위해
6P
28
Lv.24
빡빡
6P
29
Lv.23
미르다람쥐
6P
30
Lv.18
diskman
6P
어제 포인트 랭킹
1
Lv.42
폭력배
98P
2
Lv.23
DKnoa
16P
3
Lv.29
Wayfarer
13P
4
Lv.21
셀린잉
11P
5
Lv.13
햇님이셔
10P
6
Lv.28
LoveHappy7
9P
7
Lv.22
ari송
8P
8
Lv.21
별달달별
7P
9
Lv.17
유지광
7P
10
Lv.29
느작호랑이
7P
11
Lv.18
바이오알파
6P
12
Lv.19
가을속으로
6P
13
Lv.21
무해
6P
14
Lv.26
마환
6P
15
Lv.34
에수카
6P
16
Lv.25
레환사
6P
17
Lv.16
대롱
6P
18
Lv.18
ff13
6P
19
Lv.17
둘리삼촌
6P
20
Lv.17
사랑을위해
6P
21
Lv.24
빡빡
6P
22
Lv.18
diskman
6P
23
Lv.24
82.7%
6P
24
Lv.17
이히이히히
6P
25
Lv.19
jshan
5P
26
Lv.14
머라냐S
5P
27
Lv.25
Qjdjdja
5P
28
Lv.25
영웅진
5P
29
Lv.22
재혀니쥐
5P
30
Lv.20
글록
5P
31
Lv.11
머신건
5P
32
Lv.18
분석자
5P
33
Lv.19
하즈키료2
5P
34
Lv.17
행갱이
5P
35
Lv.22
유니트가이버
5P
36
Lv.20
파판느님
5P
37
Lv.18
꿈꾸는행복
5P
38
Lv.20
히로
5P
39
Lv.17
브레인짱돌
5P
40
Lv.15
사방벽
5P
41
Lv.17
FbConan
5P
42
Lv.25
OGs
5P
43
Lv.20
사야오빠
5P
44
Lv.24
검은튤립
5P
45
Lv.21
잡상인
5P
46
Lv.18
앱스테르고
5P
47
Lv.20
한바퀴
5P
48
Lv.24
멀티짱
5P
49
Lv.37
트럼푸
5P
50
Lv.17
ㄴㄹ;ㅣ
5P
최근글
외롭거나 연애를 하고 싶다면 꼭 읽어보세요 ...
모태솔로가 여자 만나기 위해 노력한 후기 (...
한번 알아보았습니다. (신고접수)
남자들이 이용할수 있는곳 (신고접수)
여기가 좋네요 (신고접수)
진짜 좋아요 (신고접수)
여기서 하시면 되겠습니다 (신고접수)
남자들이 이용할 수 있는 곳 (신고접수)
출석 체크만 하고 소령 달았네요 ㄷㄷ
남자들이 이용할 수 있는 곳 (신고접수)
알아보았습니다 (신고접수)
알아보았습니다. (신고접수)
외롭거나 연애를 하고 싶다면 꼭 읽어보세요 ...
한군데 발견했습니다 (신고접수)
여자들 많은곳 (신고접수)
여자들 많은곳 (신고접수)
남자들이 이용할수 있는곳 (신고접수)
진급신고합니다~~~~~
방법 (신고접수)
외장메모리2테라짜리 ps3에 인식하는 방법좀...
활용해 보시길 바랍니다. (신고접수)
추천해 드리겠습니다. (신고접수)
여기서 하시면 되겠습니다 (신고접수)
남자들이 이용할 수 있는 곳 (신고접수)
xbox iso2god로 하드에 저장한 게임이 무슨게...
한군데 (신고접수)
고급정보 (신고접수)
여기서 하세요 (신고접수)
활용해 보시길 바랍니다. (신고접수)
추천해 드리겠습니다. (신고접수)
최근댓글
이런 알바하는거 보니 노력 더 많이 해야겠네...
마이 아픈가 보네.
외롭더라도 이러지 말기를...
이런 걸로 노력하지 마세요.
이용하는 사람이 없는가 보네.
진급 축하드려요~ ㅊㅊ
좋으면 혼자해!
좋으면 혼자해!
끄지라 ㅅㅂㄴㅇ
뭘...거기서 해..
진급 축하드려요~
진급 축하드립니다.
축하드립니다 ㅊㅊ
고마 알아봐라............
축하드려요
ㅅㅂㄴㅇ ㄱㅁㅎㄹ
진급 축하드립니다.
플삼인식가능하내요 감사합니닷!!그런데 psp...
알아 볼 것을 알아보세요. 시간 아깝다.
이러고 사니까. 외로울 수 밖에...
발전 없는 것들
그만 알아봐라.
이런 것 하지 말고, 좋은 일 발견하기를...
할 일도 없다. 혼자 가기를...
PS2 하위호환은 내장하드에서만 구동됩니다. ...
가서 잘해 보세요. 그리도 좋으면 혼자 가세...
ㅈㄹ을 헌다...
아 ;; 멀티맨사용중입니다.이것부터 말을했어...
진급 축하드립니다.
진급축하드립니다~ ㅊㅊ
지겹다!
https://blog.naver.com/galleryowho/2210729...
축하드립니다
진급 축하드립니다.
이 게시글을 쓴 자가 방법 당하기 바랍니다.
이 게시글을 쓴 자가 활용 당하기 바랍니다.
빤쮸~~~~~~~~~~~~~~~~~~~~
빤쥬~~~~~~~~~~~~~
하드자체를 MBR NFTS로 포맷해야합니다 방법...
진심 수고하시네요 몇일전 저도 같은 작업을...
Copyright ⓒ 2000 - 2019 by
FINALFANTASIA.COM / FAFAN.KR
All rights reserved.