| View previous topic :: View next topic |
| Author |
Message |
cage
Joined: 13 Jul 2005 Posts: 6
|
Posted: Wed Jul 13, 2005 6:05 pm Post subject: Error 800200D9 |
|
|
I ve installed the pspdev toolchain and the sdk but I cant get any application to run on my psp. I always get error code 800200d9. From some other post it is referred as 'failed to allocate memory block'.
What am I doing wrong? There are no errors during compilation or linking and Im including the build.mak from the sdk/lib folder.
Anyone knows what exactly 'failed to allocate memory block' means? |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Thu Jul 14, 2005 2:02 am Post subject: |
|
|
Did you do 'make kxploit' then copy the two directories to your memory stick?
Do you have firmware v1.51 or v1.52? _________________ Lego of my Ago! |
|
| Back to top |
|
 |
cage
Joined: 13 Jul 2005 Posts: 6
|
Posted: Thu Jul 14, 2005 2:18 am Post subject: |
|
|
| Oops, sorry I forgt. I got firmware 1.5. I tried it with kxploit and also generated the folders and files myself. No success. |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Thu Jul 14, 2005 2:44 am Post subject: |
|
|
What are you trying to compile? _________________ Lego of my Ago! |
|
| Back to top |
|
 |
cage
Joined: 13 Jul 2005 Posts: 6
|
Posted: Thu Jul 14, 2005 3:29 am Post subject: |
|
|
| First I was trying to compile some own stuff, then to be sure I took the sources of the WAB f*cktro but I got the same error. |
|
| Back to top |
|
 |
cage
Joined: 13 Jul 2005 Posts: 6
|
Posted: Thu Jul 14, 2005 5:04 am Post subject: |
|
|
Alright, I built everything new with the latest sdk from the repository and now it works =)
but I think there is a bug in pspdebug.h
it only works for me if I include pspmodulemgr.h as well
Great work though... |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Thu Jul 14, 2005 6:08 am Post subject: |
|
|
| cage wrote: | it only works for me if I include pspmodulemgr.h as well
|
Never seen it... what error? _________________ Lego of my Ago! |
|
| Back to top |
|
 |
cage
Joined: 13 Jul 2005 Posts: 6
|
Posted: Thu Jul 14, 2005 6:37 am Post subject: |
|
|
It was something like
parse error before SceKernelModuleInfo I think.
in pspdebug.h you find
| Code: | | int pspDebugQueryModuleInfoV1(SceUID uid, SceKernelModuleInfo *modinfo); |
and SceKernelModuleInfo is defined in pspmodulemgr.h
oh btw, with the new SDK if I push the HOME button and get the quit menu, the circle button is disabled (jp. PSP). Is that a known 'feature'? |
|
| Back to top |
|
 |
Agoln

Joined: 08 Jun 2005 Posts: 326 Location: Fort Wayne, IN
|
Posted: Thu Jul 14, 2005 8:27 am Post subject: |
|
|
parse errors are errors in your code, you should look at where that error was, and if that error was in a .h file of the SDK, then report that, but otherwise it is most likely an error of yours because I have never had a problem including pspdebug w/o pspmodulemgr. _________________ Lego of my Ago! |
|
| Back to top |
|
 |
|