| View previous topic :: View next topic |
| Author |
Message |
Alois2992
Joined: 22 Nov 2007 Posts: 7
|
Posted: Thu Nov 22, 2007 11:50 pm Post subject: Need to debug |
|
|
Hello ps2dev.org community,
I'm looking for someone, who can run a psp-debugger over my little programme. I haven't any experiences with debugging on the PSP.
The programme simply shuts down on some points but I can't find where exactly.
If someone wants to help, please write a PN. I'll send him the link of the programme back.
Thanks
Alois |
|
| Back to top |
|
 |
Cpasjuste
Joined: 29 May 2005 Posts: 214
|
Posted: Fri Nov 23, 2007 2:21 am Post subject: |
|
|
Since i'm not a coder guru, i usualy use some basic tricks to debug my code (in conjonction of psplink of course).
The best one for me is to comment each functions until the bug is gone. You should take a try, it's not really hard to do ...
If you are really lost, send me the link via PM. |
|
| Back to top |
|
 |
Raphael

Joined: 17 Jan 2006 Posts: 646 Location: Germany
|
|
| Back to top |
|
 |
Alois2992
Joined: 22 Nov 2007 Posts: 7
|
Posted: Fri Nov 23, 2007 5:43 am Post subject: |
|
|
Thanks for your answers.
I've already heard about PSPLink, but there is a problem. I've the CFW 3.71 M33-2 and there is always the "The Game could not be started" message. Do I have to downgrade on FW 1.5?
Alois
EDIT: OK, I tried the release_oe and it works. _________________ Sorry for my bad English... I'm still learning |
|
| Back to top |
|
 |
Alois2992
Joined: 22 Nov 2007 Posts: 7
|
Posted: Fri Nov 23, 2007 7:07 am Post subject: |
|
|
Sorry for posting twice
Now I've a problem with my programme... On the PSP it runs perfectly (No thought of the errors) but when I start it in the shell as prx, the message: "libpng error: Decompression error" appears.
Thanks a lot for reminding me of PSPLink
Alois _________________ Sorry for my bad English... I'm still learning |
|
| Back to top |
|
 |
Mega Man
Joined: 18 Jun 2005 Posts: 274
|
Posted: Thu Jul 17, 2008 9:11 am Post subject: |
|
|
| Alois2992 wrote: |
when I start it in the shell as prx, the message: "libpng error: Decompression error" appears.
|
Today I run into the same problem and I get around it by using:
| Code: |
PSP_HEAP_SIZE_KB(20480);
|
There was not enough memory. |
|
| Back to top |
|
 |
|