| View previous topic :: View next topic |
| Author |
Message |
Valk
Joined: 07 Jan 2006 Posts: 3
|
Posted: Sat Jan 07, 2006 2:15 am Post subject: Error executing program. |
|
|
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. |
|
| Back to top |
|
 |
JoshDB

Joined: 05 Oct 2005 Posts: 87
|
Posted: Sat Jan 07, 2006 6:54 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
TheMan
Joined: 03 Jan 2006 Posts: 10
|
Posted: Sat Jan 07, 2006 7:14 am Post subject: |
|
|
or...you could just use the command
"make kxploit" instead of using "make"
and it creates the 2 folders you need
blah and blah% |
|
| Back to top |
|
 |
JoshDB

Joined: 05 Oct 2005 Posts: 87
|
Posted: Sat Jan 07, 2006 7:22 am Post subject: |
|
|
Wow... I never knew about that
Thanks :p |
|
| Back to top |
|
 |
|