need help for error code 80120005

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Yann
Posts: 2
Joined: Tue Jan 09, 2007 1:06 am

need help for error code 80120005

Post by Yann »

need help for error code 80120005

I am newbie for psp dev, but can't find the solution for my first try in net

1. I had setup the newest devkitPSP in my pc
2. can make the examples/HelloWorld successfully
3. but when I put them on my psp w/ 2.71 + HEND enabled, it can't run the program
(error code 80120005)
4. but I can run the D/L homebrews like eReader/mvspsp
5. run the examples from HENA is no problem
6. may need to build 2.xx homebrew? but I rebuilt the HENA examples or rebuilt eReader w/ src, it still can't run!

I can't get it :<

why my self builds had error code but the with-EBOOT.PBP had no problem
in the same psp environment.

is any tricks in PSP TOOL/SDK version or somthing??
Yann
Posts: 2
Joined: Tue Jan 09, 2007 1:06 am

Post by Yann »

after all i found it's is because the PARAM.SFO.

when i put a PARAM.SFO from HENA's example in my folder so it don't generated a new one and make, the pbp can run in my psp!

and i keep search in google it said which FW2.xx needs more information.

current version of mksfo.exe doesn't make necessary information.

thx all, and hope this help other newbies ^^

p.s. some said there is a modified mksfo.exe??
FreePlay
Posts: 71
Joined: Wed Jan 04, 2006 6:53 pm
Location: Schenectady, New York, USA

Post by FreePlay »

If you use the actual PSP SDK and not the DevKitPSP thing, it *should* have a mksfo that works the way you want. At the very least, the EBOOTs I made with it ran on 2.80 without needing to be passed through PatchSFO first.
WinterMute
Posts: 9
Joined: Tue Jul 05, 2005 12:06 pm
Location: UK
Contact:

Post by WinterMute »

FreePlay wrote:If you use the actual PSP SDK and not the DevKitPSP thing, it *should* have a mksfo that works the way you want. At the very least, the EBOOTs I made with it ran on 2.80 without needing to be passed through PatchSFO first.
devkitPSP is merely a native windows build of the actual psp sdk which doesn't require cygwin.

For what it's worth I've just updated devkitPSP with today's psp sdk fresh from svn, this is release 9 as announced on http://www.devkitpro.org.

MrMr[ICE] has been having fun with it for the last hour or so :)

Yann, try the latest one, see if that helps. If you used the devkitPro Updater you should be able to just hit the update button.
gbj1
Posts: 45
Joined: Thu Feb 08, 2007 6:39 pm

Post by gbj1 »

devkitPSP is made up with mingw?
Post Reply