Rinnegatamante / HCL-Vita

Hydra Castle Labyrinth port for PSVITA.
GNU General Public License v2.0
13 stars 4 forks source link

Issues with creating the VPK file with and without 7Zip on Linux or Mac OS #6

Open tplover opened 6 years ago

tplover commented 6 years ago

Hello Rinnegatamante,

Thanks for porting this game. However, when looking into the Makefile, there were some issue with creating the VPK file. Here is the section of the Makefile that is causing problems:

screen shot 2017-11-12 at 7 30 03 pm

Here is what I have encountered during the VPK making process:

  1. For the line "vita-make-fself -s $< build\eboot.bin", the backslash won't work on Mac OS or Linux but when I changed it to forward slash it works.
  2. When allowing 7Zip to create the VPK file (after I made the change from backslash to forward slash on the files in use), the final size does not match the VPK file that you posted up. The archive size shows 1167686 bytes and it gives me the 0xFFFFFFFE error code when attempting to install it but the VPK file you posted shows 1174859 bytes, which installed successfully. Here is the output that I got:

screen shot 2017-11-12 at 8 17 25 pm

  1. When I commented out the 7Zip line in the Makefile, the VPK file is never created. However, if I manually added the vita-pack-vpk command to create the VPK in the Makefile after commenting out the 7Zip line, it seemed to work when installing it but crashes when exiting, which was mentioned in here: https://github.com/Rinnegatamante/HCL-Vita/issues/1

I hope these issues can be resolved so that I can make another attempt at creating a VPK file that'll work without any problems. Thanks again for porting this game 👍