| View previous topic :: View next topic |
| Author |
Message |
NoobWithBoobs
Joined: 16 Jul 2008 Posts: 23
|
Posted: Mon Mar 09, 2009 3:55 pm Post subject: launch game without execps2? |
|
|
| Been messin with compilin elfs,and was wondering is there any other options to run a game's elf besides execps2 / loadexecps2? |
|
| Back to top |
|
 |
jbit Site Admin

Joined: 28 May 2005 Posts: 293 Location: København, Danmark
|
Posted: Mon Mar 09, 2009 11:16 pm Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
NoobWithBoobs
Joined: 16 Jul 2008 Posts: 23
|
Posted: Tue Mar 10, 2009 4:18 am Post subject: |
|
|
| 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 ... |
|
| Back to top |
|
 |
misfire
Joined: 06 Sep 2004 Posts: 120 Location: Germany
|
Posted: Thu Mar 12, 2009 7:43 am Post subject: |
|
|
| Even if you suppress the EE reset, there's still the IOP reboot that effectively kills ps2link and thereby the network connection... |
|
| Back to top |
|
 |
NoobWithBoobs
Joined: 16 Jul 2008 Posts: 23
|
Posted: Thu Mar 12, 2009 12:24 pm Post subject: |
|
|
| ahh ok thanks for the reply,ill fiddle with some other ideas i had |
|
| Back to top |
|
 |
|