Error executing program.

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

Moderators: cheriff, TyRaNiD

Post Reply
Valk
Posts: 3
Joined: Sat Jan 07, 2006 1:52 am

Error executing program.

Post by Valk »

I am looking to get into some psp development. Unfortunately, documentation is very rare. I have setu my environment and I have hit a cealing of such. I am able to compile any of the examples found in the sdk,as well as my wn helloworld, without errors at all. I transfer the EBOOT.pbp to the psp and whenever I execute the application it gives me an error.

"The game could not be started. (80020001)"

Any help would be appreciated.
User avatar
JoshDB
Posts: 87
Joined: Wed Oct 05, 2005 3:54 am

Post by JoshDB »

Are you running a 1.0 PSP? If not (1.5+), the you have to extract the DATA.PSP in the EBOOT.PBP that your enviroment compiles, rename it as EBOOT.PBP in a folder called [MyProgram], while taking the PARAM.SFO and any other auxilary files (ICON0.PNG, etc. etc.) and placing them in an EBOOT.PBP in a folder named [MyProgram%]

Hope that helps you out.
TheMan
Posts: 10
Joined: Tue Jan 03, 2006 9:29 am

Post by TheMan »

or...you could just use the command

"make kxploit" instead of using "make"
and it creates the 2 folders you need

blah and blah%
User avatar
JoshDB
Posts: 87
Joined: Wed Oct 05, 2005 3:54 am

Post by JoshDB »

Wow... I never knew about that

Thanks :p
Post Reply