Search found 7 matches

by punto
Wed Nov 11, 2009 11:19 am
Forum: PSP Development
Topic: sceGuCopyImage for geometry?
Replies: 0
Views: 1344

sceGuCopyImage for geometry?

Hi.. I want to try using sceGuCopyImage to move my geometry to vram and render it from there, are there any examples of this around? my main questions are: since it's a display list command, can I send a DrawArray command right after the CopyImage, or do I have to do some stuff to commit the cache, ...
by punto
Thu Nov 05, 2009 11:37 pm
Forum: PSP Development
Topic: Bus error loading a prx
Replies: 6
Views: 3259

ok, I found out the problem, I was using psp-strip on my .elf before psp-fixup-imports and psp-prxgen, apparently it doesn't like that.
by punto
Tue Nov 03, 2009 9:06 am
Forum: PSP Development
Topic: Bus error loading a prx
Replies: 6
Views: 3259

psPea wrote:your module_start
what does that mean? I only have a main(), I don't define module_start.. isn't that what calls my main()? how did I manage to crash that?
by punto
Tue Nov 03, 2009 8:13 am
Forum: PSP Development
Topic: Bus error loading a prx
Replies: 6
Views: 3259

I don't think so.. I'm just running psplink from the normal psp menu, there's nothing else running as far as I know..
by punto
Tue Nov 03, 2009 7:18 am
Forum: PSP Development
Topic: Bus error loading a prx
Replies: 6
Views: 3259

Bus error loading a prx

Hi.. I'm getting an "Bus error" when I try to load a prx using psplinkusb, but it looks like it's happening before anything is loaded.. Even running "debug binary.prx" on the shell gives me this, before the server can start Exception - Bus error (data) Thread ID -...
by punto
Fri Oct 30, 2009 4:45 am
Forum: PSP Development
Topic: what version of psplink to use?
Replies: 3
Views: 2340

thanks.. psplinkusb works, I can run it and connect with the shell, but when I try to run any .elf file I get error 0x80020148 on the psp shell. I looked around, and it seems like it can only load PRX files, but when I try to build a PRX I get this # make cube.prx psp-prxgen cube.elf cube.prx Error,...
by punto
Thu Oct 29, 2009 9:37 pm
Forum: PSP Development
Topic: what version of psplink to use?
Replies: 3
Views: 2340

what version of psplink to use?

Hi.. I have 2 PSPs, one slim, one fat, both with "system software 3.90 M33-3". I downloaded psplink_v2.0, and copied the contents of "v1.5" to PSP/GAME150/, and it doesn't work, I get errors like "The game could not be started (80020148)" (the error code changes every t...