Hey Everyone, I've been working on a Media Library (just mp3 for now) program that is using hardware mp3 decoding. Everything works well, except when I run outside of PSPLink, just running the EBOOT from the XMB, my program crashes after a little while of MP3 playback.
The problem is that it doesn't crash when I am connected using PSPLink / pspsh, which makes it difficult to debug b/c I don't know what kind of exception I am dealing with.
Has anyone ever had a similar problem? My guess would be that it has something to do with how memory is handled inside/outside of PSPLink? Maybe inside PSPLink I am have more stack space or something? I am guessing that the bug in my program is some sort of stack or memory leak problem, but like I said hard to figure out without debugging help.
Any insight on this issue would be appreciated. Thanks!