LoadExecPS2 have a troubles...
Posted: Thu Jul 08, 2004 4:10 am
Hi.
I've some question about using LoadExecPS2 function.
I try to write my own demo loader from DVD, but after calling LoadExecPS2 my console clear the screen and hangs up. Naplink report about "Get Reboot Request From EE".
I use a call like
LoadExecPS2("cdrom0:\\DEMO1.ELF;1",0,NULL);
Also I was try to use a piece of code from ps2menu - RunLoaderElf(char *filename), but it seems libcdvd 1.15 don't work with DVD and can't read the elf into memory.
Please, give me an advice how to solve this problem.
Thanks in advance
I've some question about using LoadExecPS2 function.
I try to write my own demo loader from DVD, but after calling LoadExecPS2 my console clear the screen and hangs up. Naplink report about "Get Reboot Request From EE".
I use a call like
LoadExecPS2("cdrom0:\\DEMO1.ELF;1",0,NULL);
Also I was try to use a piece of code from ps2menu - RunLoaderElf(char *filename), but it seems libcdvd 1.15 don't work with DVD and can't read the elf into memory.
Please, give me an advice how to solve this problem.
Thanks in advance