Eboot problem...

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

Moderators: cheriff, TyRaNiD

Post Reply
619619
Posts: 9
Joined: Thu Jun 30, 2005 11:02 am
Location: Italy
Contact:

Eboot problem...

Post by 619619 »

Hi, I successfully compiled the sdktest sample, thanks to this guide ;)
But, when I try to run on my PSP (w Kxploit, I have a 1.50 PSP) I get error 800200D9 (failed to allocate the memory block)...
Any suggestion?
donour
Posts: 9
Joined: Thu Jun 30, 2005 11:18 am

Re: Eboot problem...

Post by donour »

619619 wrote:Hi, I successfully compiled the sdktest sample, thanks to this guide ;)
But, when I try to run on my PSP (w Kxploit, I have a 1.50 PSP) I get error 800200D9 (failed to allocate the memory block)...
Any suggestion?
The error pops up on the screen?

I'm also inquiring about the sample program in this thread: http://forums.ps2dev.org/viewtopic.php?p=17492#17492

I don't get an error, but it resets my unit.

d
donour
Posts: 9
Joined: Thu Jun 30, 2005 11:18 am

Post by donour »

Yup, i'm getting the same error now.

d
donour
Posts: 9
Joined: Thu Jun 30, 2005 11:18 am

Post by donour »

donour wrote:Yup, i'm getting the same error now.

d
Ok, I was being retarded. Load up the unstripped object file (blah.elf). It works like a charm.

d
619619
Posts: 9
Joined: Thu Jun 30, 2005 11:02 am
Location: Italy
Contact:

Post by 619619 »

donour wrote:
donour wrote:Yup, i'm getting the same error now.

d
Ok, I was being retarded. Load up the unstripped object file (blah.elf). It works like a charm.

d
? doesn't work for me... the same 8002000D9 error ...
User avatar
Agoln
Posts: 326
Joined: Wed Jun 08, 2005 3:14 am
Location: Fort Wayne, IN

Post by Agoln »

etx
Posts: 33
Joined: Sat Apr 02, 2005 12:54 am
Location: Detroit

Post by etx »

Are you tring to execute the EBOOT.PBP that the makefile generates with the kexploit? That won't work, you need to use the raw elf, sdktest.elf. Just rename it to eboot.pbp. This is the only reason I can think of why it wouldn't work...
Post Reply