Go Back  
Reply
 
Thread Tools
Old 08-05-2012   #61
FAJ1
Apprentice
 
Join Date: Jul 2012
Posts: 14
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Originally Posted by canr2002 View Post
install original update up to 1.12 then install this 1.13 fixed by me working on rebug 3.55

http://www.sendspace.com/file/ctyeu4
I just tried this method as I previously mentioned, the other method did not work for me. This method did not work for me either. Again, the game looks like it's about to boot and then it gives up. This time I get a different error message:

"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.
FAJ1 is offline   Reply With Quote
Old 08-05-2012   #62
edwardecl
Apprentice
 
Join Date: Oct 2010
Posts: 20
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by JayDee78 View Post
Patch for BCES00569 (1.10 patch) and BCUS98114 (1.13) have been posted in this thread...

Why dont you just download those and be happy?
Because the 1.13 for the US (BCUS98114) version does not work just gives 8001003c when loading. 1.09 patched using the updates from Multiman and other sources works fine just not anything anyone else has done.

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.
edwardecl is offline   Reply With Quote
Old 08-05-2012   #63
_D_S_
Member
null
 
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.
_D_S_ is offline   Reply With Quote
Likes: (2)
Old 08-05-2012   #64
Freesty
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
Freesty is offline   Reply With Quote
Old 08-05-2012   #65
_D_S_
Member
null
 
Join Date: Aug 2012
Posts: 44
Likes: 8
Liked 23 Times in 11 Posts
Mentioned: 8 Post(s)
Tagged: 0 Thread(s)
@Freesty
Could you try my 1.13 Patch? It worked fine for me on Kmeaw with mm 04.04.03, could you give me a Feedback if it also works for you?
_D_S_ is offline   Reply With Quote
Old 08-05-2012   #66
Freesty
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
Freesty is offline   Reply With Quote
Old 08-05-2012   #67
edwardecl
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.
edwardecl is offline   Reply With Quote
Old 08-05-2012   #68
_D_S_
Member
null
 
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!
_D_S_ is offline   Reply With Quote
Old 08-05-2012   #69
canr2002
Apprentice
 
Join Date: Jul 2011
Posts: 3
Likes: 0
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by JayDee78 View Post
Ok

Would you mind posting the bat file you use to decrypt the eboot (or the commands you use when decrypting to eboot.elf and then back to eboot.bin) , cause i cant get it to work with any success :/
I use scetoolgui.... these are the settings I used to sign the eboot...



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

canr2002 is offline   Reply With Quote
Old 08-05-2012   #70
Freesty
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.
Freesty is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 07:12 AM.