Forum: PS3 Game Backup - Discussion about backing up your PS3 discs. Find up to date lists of working and non-working games, information on Rogero Manager and much more. Discussion of warez is not allowed.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Where am I going wrong?
  

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15
  1. #1 Where am I going wrong? 
    darko886 is offline Member
    Join Date
    Jan 2011
    Posts
    87
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Hello,

    I don't want to spam anyone elses thread, so here goes mine. I tried to direct boot 2 different games and both i got stuck on installing the package and I'm getting error 80028567 with both. So here is what I did, and you guys can tell me if I did anything wrong:

    I ripped Fifa World Cup South Africa 2010 using multiman. I then FTPd the eboot file to c:/cygwin/home/myusername/.

    Next, I typed unself eboot.bin eboot.elf in cygwin and got the resulting elf file. Here is where the 2 games differed. The FIFA didn't have any dev_bdvd entries in the elf file, I also did it with NHL 11 and it had 4. The FIFA I left alone and just saved without changing, and in NHL I changed all 4 to dev_hdd0.

    I then went back to cygwin and typed make_self_npdrm.exe eboot.elf EBOOT.BIN UP0001-xxxxyyyyy_00-0000111122223333, where xxxxyyyyy was the game id.

    Next, I opened notepad and wrote the following (where xxxxyyyyy was the game id again)

    Code:
    Content-ID = UP0001-xxxxyyyyy_00-0000111122223333
    k_licensee = 0x00000000000000000000000000000000
    DRM_Type = Free
    Content_Type = Game_Exec
    PackageVersion = 01.00
    I saved that as xxxxyyyyy.conf in the cygwin home/username folder

    I then made a folder in the cygwin home/username folder named as the game id

    I FTPd the TROPDIR folder into the newly created folder, then I FTPd everything from the PS3_GAME folder (not including the subfolders), and then created a new folder called USRDIR and put the newly created EBOOT.BIN in there

    I opened param.sfo and changed DG to HG

    Went to cygwin and typed psn_package_npdrm xxxxyyyyy.conf xxxxyyyyy, then typed package_finalize.exe UP0001-xxxxyyyyy_01-0000111122223333.pkg


    Last of all, I copied that pkg file to a usb drive and went to install the package and I got "An error occurred during the install operation. (80029567)"

    I got that with both FIFA and NHL...

    Any help would be appreciated. I truly tried to read through as much as I can here but there are just thousands and thousands of posts and its hard to pick and choose what to do from some of them.

    Thanks a lot!


    Edit: I think it has something to do with package_finalize.exe. When I try to use package_finalize.exe through the command prompt it crashes

    Edit2: It was the package_finalize.exe. I compiled it correctly and it signed the package and it installed. However, my new problem is that I copied the TROPDIR and every file in the PS3_GAME folder to hdd0/PS3_GAME, and also created an empty folder in there called USRDIR, but when I launch the game it says game data is corrupt, and it kicks me back to xmb. Any ideas on this? I think I'm copying something wrong somewhere.

    Edit3: Okay, so I just read that I need to copy all the contents of the USRDIR into hdd0/game/gameid/USRDIR minus the eboot. I did that and I still got the game data is corrupt error, and I also transfered another folder into the game/gameid folder and still no luck. Maybe NHL 11 is just not meant to be. For now I'm off to bed, any feedback would be appreciated. I will also attach my new package finalize files in case other people were having trouble with it crashing and/or not signing the packages correctly.
    Attached Files
    Last edited by darko886; 01-12-2011 at 03:12 AM.
    Reply With Quote  

  2. #2  
    consume is offline Member
    Join Date
    Jan 2011
    Posts
    123
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by darko886 View Post
    Hello,

    I don't want to spam anyone elses thread, so here goes mine. I tried to direct boot 2 different games and both i got stuck on installing the package and I'm getting error 80028567 with both. So here is what I did, and you guys can tell me if I did anything wrong:

    I ripped Fifa World Cup South Africa 2010 using multiman. I then FTPd the eboot file to c:/cygwin/home/myusername/.

    Next, I typed unself eboot.bin eboot.elf in cygwin and got the resulting elf file. Here is where the 2 games differed. The FIFA didn't have any dev_bdvd entries in the elf file, I also did it with NHL 11 and it had 4. The FIFA I left alone and just saved without changing, and in NHL I changed all 4 to dev_hdd0.

    I then went back to cygwin and typed make_self_npdrm.exe eboot.elf EBOOT.BIN UP0001-xxxxyyyyy_00-0000111122223333, where xxxxyyyyy was the game id.

    Next, I opened notepad and wrote the following (where xxxxyyyyy was the game id again)

    Code:
    Content-ID = UP0001-xxxxyyyyy_00-0000111122223333
    k_licensee = 0x00000000000000000000000000000000
    DRM_Type = Free
    Content_Type = Game_Exec
    PackageVersion = 01.00
    I saved that as xxxxyyyyy.conf in the cygwin home/username folder

    I then made a folder in the cygwin home/username folder named as the game id

    I FTPd the TROPDIR folder into the newly created folder, then I FTPd everything from the PS3_GAME folder (not including the subfolders), and then created a new folder called USRDIR and put the newly created EBOOT.BIN in there

    I opened param.sfo and changed DG to HG

    Went to cygwin and typed psn_package_npdrm xxxxyyyyy.conf xxxxyyyyy, then typed package_finalize.exe UP0001-xxxxyyyyy_01-0000111122223333.pkg


    Last of all, I copied that pkg file to a usb drive and went to install the package and I got "An error occurred during the install operation. (80029567)"

    I got that with both FIFA and NHL...

    Any help would be appreciated. I truly tried to read through as much as I can here but there are just thousands and thousands of posts and its hard to pick and choose what to do from some of them.

    Thanks a lot!


    Edit: I think it has something to do with package_finalize.exe. When I try to use package_finalize.exe through the command prompt it crashes

    Edit2: It was the package_finalize.exe. I compiled it correctly and it signed the package and it installed. However, my new problem is that I copied the TROPDIR and every file in the PS3_GAME folder to hdd0/PS3_GAME, and also created an empty folder in there called USRDIR, but when I launch the game it says game data is corrupt, and it kicks me back to xmb. Any ideas on this? I think I'm copying something wrong somewhere.

    Edit3: Okay, so I just read that I need to copy all the contents of the USRDIR into hdd0/game/gameid/USRDIR minus the eboot. I did that and I still got the game data is corrupt error, and I also transfered another folder into the game/gameid folder and still no luck. Maybe NHL 11 is just not meant to be. For now I'm off to bed, any feedback would be appreciated. I will also attach my new package finalize files in case other people were having trouble with it crashing and/or not signing the packages correctly.
    are you typing in the game id or just keeping the random x and ys there
    Reply With Quote  

  3. #3  
    darko886 is offline Member
    Join Date
    Jan 2011
    Posts
    87
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by consume View Post
    are you typing in the game id or just keeping the random x and ys there
    lol im typing in the game id. Am I doing anything wring there? So after I make the pkg file I'm moving the contents of PS3_GAME and USRDIR not including eboot from the actual game to hdd0/game/gameid/ and hdd0/game/gameid/USRDIR, respectively. Is that where its supposed to go?
    Reply With Quote  

  4. #4  
    consume is offline Member
    Join Date
    Jan 2011
    Posts
    123
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by darko886 View Post
    lol im typing in the game id. Am I doing anything wring there? So after I make the pkg file I'm moving the contents of PS3_GAME and USRDIR not including eboot from the actual game to hdd0/game/gameid/ and hdd0/game/gameid/USRDIR, respectively. Is that where its supposed to go?
    Type here in a post everything you do step by step. And by that, include the commands you're typing in cmd as well.
    Reply With Quote  

  5. #5  
    ZuBiiKz's Avatar
    ZuBiiKz is offline EBOOT Noobie
    Join Date
    Jan 2011
    Location
    You tell me
    Posts
    47
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    you're moving the games completely wrong....if you only changed the dev_bdvd bit. Then you have instructed the PS3 to look for the game in dev_hdd0/PS3_GAME/USRDIR which is bad : /

    Change the PS3GAME to another folder

    Example

    dev_hdd0/PS3_GAME/USRDIR = dev_hdd0/NAR_UTME/USRDIR

    and then by FTP create the folder NAR_UTME on the root of the dev_hdd0 and add the USRDIR of your ripped game to that new folder

    but make sure when thinking of a name, to have the same 8 Characters like PS3_GAME or you will get another error.

    Example: FF1_3AME

    up to you
    Reply With Quote  

  6. #6  
    darko886 is offline Member
    Join Date
    Jan 2011
    Posts
    87
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by ZuBiiKz View Post
    you're moving the games completely wrong....if you only changed the dev_bdvd bit. Then you have instructed the PS3 to look for the game in dev_hdd0/PS3_GAME/USRDIR which is bad : /

    Change the PS3GAME to another folder

    Example

    dev_hdd0/PS3_GAME/USRDIR = dev_hdd0/NAR_UTME/USRDIR

    and then by FTP create the folder NAR_UTME on the root of the dev_hdd0 and add the USRDIR of your ripped game to that new folder

    but make sure when thinking of a name, to have the same 8 Characters like PS3_GAME or you will get another error.

    Example: FF1_3AME

    up to you
    Ahh that makes sense. When I open the eboot.elf in HxD, the directories are really weird. They would be like dev_hdd0.../$s/.../something_else/, they arent like dev_hdd0/PS3_GAME bla bla bla, so when I get home I'm going to move all the files to dev_hdd0/PS3_GAME (I did this before but didnt move the USRDIR files, which is the reason it was probably giving me the error), and I'll report back if that worked for me. If so, then I will proceed to renaming the folders etc, but I'm going to do it one step at a time until I get my first working backup lol.

    And for the person before you, in the original post I typed step by step what I did. Edit3 was the furthest I have gotten.
    Reply With Quote  

  7. #7  
    d1scordian is offline Registered User
    Join Date
    Jan 2011
    Posts
    2
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Reply With Quote  

  8. #8  
    darko886 is offline Member
    Join Date
    Jan 2011
    Posts
    87
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by d1scordian View Post
    See now I'm confused, because you and the other guy are saying two different things lol. The link you put here is where I put the files, hdd0/game/gameid, while others say to put it in hdd0/PS3_GAME. However, the first one didn't work, so I'll have to try the hdd0/PS3_GAME next
    Reply With Quote  

  9. #9  
    consume is offline Member
    Join Date
    Jan 2011
    Posts
    123
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    You get the error you're getting when the game id differs from what's inside the .conf file....

    type out what you type in command prompt and i'll be able to easily help you
    Reply With Quote  

  10. #10  
    darko886 is offline Member
    Join Date
    Jan 2011
    Posts
    87
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by consume View Post
    You get the error you're getting when the game id differs from what's inside the .conf file....

    type out what you type in command prompt and i'll be able to easily help you

    At which part of the process? I typed everything that I typed into the command prompt in the original post. I got past that error when installing the package. I'm getting the data is corrupt error now. My .conf file contains the following:

    Content-ID = UP0001-xxxxyyyyy_00-0000111122223333
    k_licensee = 0x00000000000000000000000000000000
    DRM_Type = Free
    Content_Type = Game_Exec
    PackageVersion = 01.00


    Where xxxxyyyyy was the game id
    Reply With Quote  

Page 1 of 2 1 2 LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •