gsKit_init_screen() error

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
JorDy
Posts: 121
Joined: Sun Dec 11, 2005 8:45 am

gsKit_init_screen() error

Post 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?
Neovanglist
Site Admin
Posts: 72
Joined: Sat May 22, 2004 9:29 pm
Location: Copenhagen, Denmark
Contact:

Post by Neovanglist »

Are you running latest from SVN?

If so, can you provide some test case code?

Thanks!
Regards,
Neovanglist
User avatar
Drakonite
Site Admin
Posts: 990
Joined: Sat Jan 17, 2004 1:30 am
Contact:

Post by Drakonite »

There are numerous calls that will kick you out of kernel mode, so I'd hazard a guess that is the issue ;)
Shoot Pixels Not People!
Makeshift Development
Post Reply