Closed jasii closed 10 months ago
As the Store works the same way on the ps4 as on the ps5 I assume it must be working.
There are a couple binary files that needs to be initiated though the app that will be served to the hb-store to work properly.
I think the issue relies on the different store.prx file that the ps5 needs and the code does only serve the ps4 one. For the ps4 we hadn't that file and it will not be served just because it is in the update folder.
The fix for this would be to implement a custom route to serve the store.prx file, too.
Lemme get my hands on quickly. brb
@jasii I just did a pre-release for ps5 support which should work.
Could you try the new release out?
v1.4.1 Pre-Release
@jasii I just did a pre-release for ps5 support which should work.
Could you try the new release out? v1.4.1 Pre-Release
I'll give it a shot tonight and get back to you.
Thank you
1.4.1 is working on PS5 HB Store!
Thank you so much
Also I made a dockerfile, well, ChatGPT did and I got an image up on my docker hub. The image is massive, I'm going to try to shrink it down as it's running on Ubuntu 22 base right now. It's working, but you need to go into the console first and run the download-bin command.
jojojoseph/hb-store-cdn-cli-server:1.4.1
Thanks for the reply. Glad it works on ps5 seemslely.
If you setup your docker file accordingly you can have the binary working out of the box without running the exec command.
If you may have seen this Project is also added on RetroNAS.
You can read the ps4 discussion here
If you run the binary with the start
parameter it does actually download the bin and starts then preconfigured the server. The only thing that you need to provide is the config file.
Trying to get this working on the PS5 with the latest HB Store from pkg-zone.com
I got it running in a docker container, but I'm getting "Update has FAILED" within HB Store app after changing the IP to my server IP
Here's the error in the loader logs
Here's the relevant store_api logs
I'm getting a 404 on http://192.168.1.20:6449/update/store.prx
Am I missing the store.prx file? I have all the latest downloaded bin files from the cli script, specifically the files here https://github.com/LightningMods/PS4-Store/releases
I even tried extracting the PS5_Update_files.zip and placed that in a folder called update with in the /app/bin folder