|
|
#61 | |
|
Apprentice
![]() Join Date: Jul 2012
Posts: 14
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
|
"An error occurred during the start operation (80010017)". When I delete game data and lose all the updates, it works fine again. Anyone have any ideas as to why this seems to be happening? Just to confirm, I do have a Blu ray game disk in the drive, so the error does not relate to this. Last edited by FAJ1; 08-05-2012 at 09:03 AM. |
|
|
|
|
|
|
#62 | |
|
Apprentice
![]() Join Date: Oct 2010
Posts: 20
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
The other fix someone said was working with rebug gives out error 80010017... If it does work for you what firmware/config are you using? Last edited by edwardecl; 08-05-2012 at 10:21 AM. |
|
|
|
|
|
|
#63 |
|
Member
![]() Join Date: Aug 2012
Posts: 44
Likes: 8
Liked 23 Times in 11 Posts
Mentioned: 8 Post(s)
Tagged: 0 Thread(s)
|
FINALLY!!!!!!
I got the patch 1.13 BCES00569 working .Many thanks go to @Asure and @longhornx . Through their Work I could finally sign the Eboot and start the Game without Problems. Download this the Files from there: http://www.ps3hax.net/showpost.php?p...&postcount=142 I changed the the .bat File to this: Click here to see full text
@Echo off cd /d %~dp0\TOOLS>nul if exist ..\workdir rd /s /q ..\workdir >nul if exist ..\output rd /s /q ..\output >nul md ..\workdir REM grabbing the content ID FOR /F "tokens=1,2 delims= " %%A IN ('scetool.exe -i ..\EBOOT.BIN') DO ( if [%%A]==[ContentID] set CID=%%B ) echo ContentID for NPDRM-Self is: %CID% echo. echo Decoding EBOOT.BIN... scetool.exe --decrypt ..\EBOOT.BIN ..\workdir\DECRYPTED.ELF >nul copy ..\EBOOT.BIN ..\workdir\SOURCE_EBOOT.BIN >nul echo. rem rename EBOOT.BIN SOURCE_EBOOT.BIN >nul echo. echo Doing ebootfix... rem . rem Usage: ebootMOD.exe SELF MODDED_SELF [DECRYPTED_ELF] rem Example: ebootmod.exe x:\EBOOT.BIN x:\EBOOT_MOD.BIN rem Example: ebootmod.exe x:\EBOOT.BIN x:\EBOOT_MOD.BIN x:\EBOOT_TEST.ELF rem . ebootmod ..\workdir\SOURCE_EBOOT.BIN ..\workdir\MODDED_EBOOT.BIN ..\workdir\DECRYPTED.ELF rem . rem Ebootmod makes a new eboot, but it's not nprdrm, so we decrypt that again, then run it thru scetool.. rem . rem We also create two versions, one is compressed, the other is not. (Sometimes the compressed one doesn't work.) rem . scetool.exe --decrypt ..\workdir\MODDED_EBOOT.BIN ..\workdir\FIXED.ELF md ..\output scetool.exe --sce-type=SELF --compress-data=FALSE --skip-sections=FALSE --key-revision=0001 --self-auth-id=1010000001000003 --self-vendor-id=01000002 --self-type=NPDRM --self-fw-version=0003004100000000 --np-license-type=FREE --np-content-id=%CID% --np-app-type=EXEC --np-real-fname=EBOOT.BIN --encrypt ..\workdir\FIXED.ELF ..\output\EBOOT_NEW_NOCOMP.BIN scetool.exe --sce-type=SELF --compress-data=TRUE --skip-sections=FALSE --key-revision=0001 --self-auth-id=1010000001000003 --self-vendor-id=01000002 --self-type=NPDRM --self-fw-version=0003004100000000 --np-license-type=FREE --np-content-id=%CID% --np-app-type=EXEC --np-real-fname=EBOOT.BIN --encrypt ..\workdir\FIXED.ELF ..\output\EBOOT_NEW_COMP.BIN rem del /Q EBOOT.ELF > NUL rem scetool -i EBOOT.BIN echo. echo ContentID for NPDRM-Self is: %CID% echo Done! pause I don't know if you have to change it to: "--skip-sections=FALSE" But with this .bat i got the Eboot signed!. And for all the Guys who are only waiting for the PATCH FIX 1.13, here it is: http://www12.zippyshare.com/v/2167774/file.html Install all Updates from 1.05-1.13 and then the Fix, this should work for all BCES00569! Last edited by _D_S_; 08-05-2012 at 11:25 AM. |
|
|
|
|
|
#64 |
|
Member
![]() Join Date: Jan 2011
Posts: 209
Likes: 2
Liked 4 Times in 4 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
|
Patch for BCES00569 1.10 from this thread work perfect for me. rogero 3.4
|
|
|
|
|
|
#66 |
|
Member
![]() Join Date: Jan 2011
Posts: 209
Likes: 2
Liked 4 Times in 4 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
|
i will try tomorrow because now i just convert my dex-cex. and i need go to work
************* [ - Post Merged - ] ************* _D_S_ my conversion fail so i try your patch and its work. thank you for this |
|
|
|
|
|
#67 |
|
Apprentice
![]() Join Date: Oct 2010
Posts: 20
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
Tried your script + the tools from the link with the US 1.13 and it says...
Using decrypted ELF [..\workdir\DECRYPTED.ELF]... Searching for sys_proc_param data... 0% Processing... fRead: (RT) The handle is invalid. - Line 116 any idea how to fix that problem? edit: dont worry the keys i had for scetools were buggered up... Edit 2: Thank you very much this works!!! got the US 1.13 eboot decrypted and working in 3.55, however i needed to spoof version 3.6 (I used the 4.2 spoofer for 3.55 Kmeaw) ... any idea how to edit the eboot so you don't need to spoof? the I already edited the SFO which didn't work. Last edited by edwardecl; 08-05-2012 at 12:25 PM. |
|
|
|
|
|
#68 |
|
Member
![]() Join Date: Aug 2012
Posts: 44
Likes: 8
Liked 23 Times in 11 Posts
Mentioned: 8 Post(s)
Tagged: 0 Thread(s)
|
@ Freesty
Thats good to hear!
|
|
|
|
|
|
#69 | |
|
Apprentice
Join Date: Jul 2011
Posts: 3
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
![]() before signing the decrypted eboot open it in a hex editor and find 24 13 BC C5 F6 inmediatly after that you should get 00 33 00 00 00 36 change 36 to 34 and save... now sign the edited elf... these is to avoid error 8001003C
|
|
|
|
|
|
|
#70 |
|
Member
![]() Join Date: Jan 2011
Posts: 209
Likes: 2
Liked 4 Times in 4 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
|
I found glitch in keys(cant remember from where download it)but im short with time for testing. So guys you need to check everything before patching.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|