RPCS3 / rpcs3

PlayStation 3 emulator and debugger
https://rpcs3.net/
GNU General Public License v2.0
15.39k stars 1.91k forks source link

Pkg installer does not handle multipart files. #3064

Closed clienthax closed 7 years ago

clienthax commented 7 years ago

Seems some files are split up as follows

XXXXX_00.pkg XXXXX_01.pkg XXXXX_02.pkg

00 contains the header, and other parts are just appended to the end of this. (This seems to be split up for psn downloads)

Currently trying to install 00.pkg will result in a wrong size error

OverlordCW commented 7 years ago

I have the same problem with Diablo III Ultimate Evil Edition [NPEB02026]

Zangetsu38 commented 7 years ago

normal, no rpcs3 problem, you needed reassemble part, with command copy /b. Exemple for yakuza 5 :

copy /b *.pkg "NPEB02228 Yakuza 5.pkg"

clienthax commented 7 years ago

@Zangetsu38 still a difference in the emulator that the standard ps3 can handle While that is a workaround I think it wouldn't be too much of an issue to add support

Zangetsu38 commented 7 years ago

yes, but ps3 have limit 4 go for that file is splitted, pc no have this problem

clienthax commented 7 years ago

@Zangetsu38 pc has the problem because it doesn't handle the files without a workaround ;)

clienthax commented 7 years ago

@OverlordCW can you test? https://github.com/RPCS3/rpcs3/pull/3128

OverlordCW commented 7 years ago

After I combined the pkgs with the copy /b command I removed the part files, so no unfortunately.

AniLeo commented 7 years ago

Solved by #3128 + #3381