Page 1 of 1

gsKit_init_screen() error

Posted: Sun May 28, 2006 8:14 am
by JorDy
i have a separate section of my code loaded into kernel (without the GS code it works fine)with out this section the gs run perfectly, but when i try to run gsKit_init_screen(gsGlobal); with the resident code, ps2link gives me an error at address:
00104be4 which is sd v0, $0000(t4) after gsKit_texture_size and gsKit_vram_alloc are called

any ideas why this happens?

Posted: Fri Jun 02, 2006 5:56 am
by Neovanglist
Are you running latest from SVN?

If so, can you provide some test case code?

Thanks!

Posted: Fri Jun 02, 2006 6:18 am
by Drakonite
There are numerous calls that will kick you out of kernel mode, so I'd hazard a guess that is the issue ;)