PS3 PKGi PS3 v1.2.2 released

hello everyone, I'm trying to compile the source code using PSDK3v2 but I always get the error below (see img)
Cattura.png


... I found the missing library on the developer's github but I don't know how to use / integrate it in PSDK3v2 ... could you help me? thanks!!
 
First of all I would like to thank you for the help you are giving me!
I took a small step forward!
with a .bat file
Code:
@echo off
set PS3SDK = / c / PSDK3v2
set WIN_PS3SDK = C: / PSDK3v2
set PATH =% WIN_PS3SDK% / mingw / msys / 1.0 / bin;% WIN_PS3SDK% / mingw / bin;% WIN_PS3SDK% / ps3dev / bin;% WIN_PS3SDK% / ps3dev / ppu / bin;% WIN_PS3SDK% / ps3dev / spu ;% WIN_PS3SDK% / mingw / Python27;% PATH%;
set PSL1GHT =% PS3SDK% / psl1ght
set PS3DEV =% PS3SDK% / ps3dev
make install
pause
Cattura3.png

but I got stuck again,
I am missing some other file but I don't know how to install it...
Cattura2.png
 
Last edited:
@bucanero

I sent you the log file through a DM.

from the logs, if the app fails it's so early in the process that there's not even a chance for the app (and the logger) to initialize. Hard to guess what happening, because the logger init is actually the first line that should be executed. The code is not even reaching there.

I'm wondering if you could test some other PSL1GHT apps, such as Irisman or Artemis. I mean, just launching them a dozen times as you did with PKGI, and see if you also get a freeze / black screen at launch or not.
 
@buacanero
After completing 3 downloads, pgki crashed on exits. I can see from the log that all 3 download folders where moved,

[2020-05-31 04:09:31] move (/dev_hdd0/tmp/pkgi/N*.pkg) -> (/dev_hdd0/vsh/game_pkg/80000004/N*.pkg)

However, since pkgi crashed on exit, after a hard reboot, the 3 packages are not in the PSN Content folder (under Package Manager) to install. Is there a way to fix that? I suspect that since pgki crashed on exit, pkgi either didn't move the 3 folders to their finial intended folder, or some "install" flag wasn't set for the pkg files to appear within the PSN Content folder.

I sent you the full log through DM.
 
So, I re-downloaded one of the 3 pkgs again. So now I have 4 folders in VSH (with two being of the same pkg). PKGI crashed on exit. Hard-reboot. Now I see all 4 pkg (with two of the same pkg) to be installed from withing the PSN Content folder (Under package manager)
 
there is still some problem with my build ... after trying and compiling the pkg I realized that the internal temperature of the console is not marked and that any package I try to download gives me an error ... you can direct me to where it could be the problem?
 
@bucanero
I know you already got hundreds of questions by everyone else but i got to ask so explain when you can.
Im quite familiar with PKGI on the vita,and my ps3 is a slim on CFW Rebug 4.86 CEX cobra 8.2.
However im having trouble getting it to work there properly.From what i understood users have to create their own config file with the links so the app could work properly unlike the Vita PKGI where everything works on its own just by installing it from the vitashell.I tried creating my own confix.txt but kept messing up and got the config not found error.Eventually tried to find a config file online just to make PKGI work.I did get one with around 4000 links.To be completely precise i didnt find a config file but a pkg file of the PKGI which on its own contained the config file.It was around 1.5 MB while yours is around 0.55MB.Anyway it works with no glitches or bugs like freezing or crashing so thats good seeing some people have trouble running it at all.Now i do only see games from psx,ps2 and ps3 with no dlc.When i try selecting dlc or any other category in the side menu,it does nothing.The list just stays as it is.Searching the list manually i found out that thers no dlc at all in the database so i guess this config file doesnt have the proper links for dlc only for games ,you can answer that question cause i wouldnt know.My main question is if i can find a config or if you can share one here that contains all the links including ps3,ps1,ps2 classics and the dlc so the side menu category option could work properly and we get access to all the links from the ps store.Also thers links where it says 'RAP FILE not FOUND' and when i tried installing those it just shows up as Corrupted DATA.I assume i have to find specific rap files for those links to install properly ?. Thank you.
 

Similar threads

Back
Top