I'm having problems getting GU to load in the XMB, I'm just playing around at the moment, but I always crash the XMB, everytime...
I've tried using the Logic source code from the toolchain (seeing as it was made by a fully competant programmer), but alas, same problem. The crash occurs in the SCE_VSH_GRAPHICS thread, and when this thread is suspended, the GU can run without crashing, but when resuming again (even if the GU is no longer running) causes a crash.
the crash no longer occurs, but obviously, nothing is drawn onscreen correctly. All of my attempts thus far to try and sort this out have led to very messy code, and no success what so ever.
I'm pritty sure its possible to do it, seeing as the DSX library can draw on the XMB, and using the graphics.c also allows for things to be drawn on screen, but neither has proved very helpful to me for solving this problem. No doubt theres some easy answer that I've completely overlooked, but seeing as my GU knowledge is in the same leauge as a mules, I'm really not sure what I can and can't do.
This has been driving me mental for a while, and any help would be really appreciated.
Theres no code really to post that you shouldn't already have, all I'm trying to do is get any of the GU examples to work in the XMB, the link I was sent seemed good at first, but only appears to work during the bootscreen at the start, I've tried working from there but still no luck.