| View previous topic :: View next topic |
| Author |
Message |
JorDy
Joined: 11 Dec 2005 Posts: 121
|
Posted: Sun May 28, 2006 8:14 am Post subject: gsKit_init_screen() error |
|
|
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? |
|
| Back to top |
|
 |
Neovanglist Site Admin
Joined: 22 May 2004 Posts: 72 Location: Copenhagen, Denmark
|
Posted: Fri Jun 02, 2006 5:56 am Post subject: |
|
|
Are you running latest from SVN?
If so, can you provide some test case code?
Thanks! _________________ Regards,
Neovanglist |
|
| Back to top |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Fri Jun 02, 2006 6:18 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
|