Page 1 of 1
launch game without execps2?
Posted: Mon Mar 09, 2009 3:55 pm
by NoobWithBoobs
Been messin with compilin elfs,and was wondering is there any other options to run a game's elf besides execps2 / loadexecps2?
Posted: Mon Mar 09, 2009 11:16 pm
by jbit
There's usually a million ways to do anything on the PS2... You could for example load in the ELF yourself and jump to it (and do any kernel setup required) .... But maybe if you explained why you don't want to use the standard calls we could help you better?
Posted: Tue Mar 10, 2009 4:18 am
by NoobWithBoobs
Basically,i'm using ps2link to send an elf that launches apps via execps2,but when the app start ,the ps2link console log,prints requesting ee reset,then goes offline. I figured the eereset of execps2 is what closes the connection.Correct? Just wanted ps2link to stay active to see printf's from the next elf launched ...
Posted: Thu Mar 12, 2009 7:43 am
by misfire
Even if you suppress the EE reset, there's still the IOP reboot that effectively kills ps2link and thereby the network connection...
Posted: Thu Mar 12, 2009 12:24 pm
by NoobWithBoobs
ahh ok thanks for the reply,ill fiddle with some other ideas i had