Search found 6 matches

by cage
Fri Jul 22, 2005 7:19 pm
Forum: PSP Development
Topic: My bugs or maybe PSPSDK's bugs... sceIoDread and Callbacks
Replies: 10
Views: 3525

I got the same problems and I ran some tests on files and directories. It turns out, that there is a bug in the SDK. To decide whether it is a file or a folder you got to check the st_mode variable. BUT you have to use the IOAccessModes for that. from pspiofilemgr_stat.h: ... 00029 FIO_S_IFMT = 0xF0...
by cage
Thu Jul 14, 2005 6:37 am
Forum: PSP Development
Topic: Error 800200D9
Replies: 8
Views: 2941

It was something like parse error before SceKernelModuleInfo I think. in pspdebug.h you find 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 qu...
by cage
Thu Jul 14, 2005 5:04 am
Forum: PSP Development
Topic: Error 800200D9
Replies: 8
Views: 2941

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...
by cage
Thu Jul 14, 2005 3:29 am
Forum: PSP Development
Topic: Error 800200D9
Replies: 8
Views: 2941

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.
by cage
Thu Jul 14, 2005 2:18 am
Forum: PSP Development
Topic: Error 800200D9
Replies: 8
Views: 2941

Oops, sorry I forgt. I got firmware 1.5. I tried it with kxploit and also generated the folders and files myself. No success.
by cage
Wed Jul 13, 2005 6:05 pm
Forum: PSP Development
Topic: Error 800200D9
Replies: 8
Views: 2941

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 b...