Search found 6 matches

by Ramja
Wed Dec 17, 2008 5:21 pm
Forum: PS2 Development
Topic: accept() fails ? networking issue
Replies: 3
Views: 2570

No body?

I think issue with my IRX loading because the function work wn i load the elf with ps2link, but not when i use as a standalone.

what's even more uncommon, If i use the iRX loading straight from ps2link it still fails?

i cannot connect. excuse my bad english
by Ramja
Mon Dec 15, 2008 8:48 am
Forum: PS2 Development
Topic: accept() fails ? networking issue
Replies: 3
Views: 2570

accept() fails ? networking issue

solved
by Ramja
Sat Dec 13, 2008 2:43 pm
Forum: PS2 Development
Topic: loading an irx from ee memory
Replies: 6
Views: 4171

Further greetings,

It turns out the IRX has been loaded successfully (I know because I added a scr_printf afterwards), but when calling ps2ip_init() it just hangs.

I am not using Ps2link to test this.

Thankz
by Ramja
Sat Dec 13, 2008 7:27 am
Forum: PS2 Development
Topic: loading an irx from ee memory
Replies: 6
Views: 4171

greetings lukasz, we still have no luck. Thanks agan int main() { init_scr(); scr_printf(" Loading Modules...\n"); int ret; SifLoadFileInit(); sbv_patch_enable_lmb(); SifExecModuleBuffer(&p...
by Ramja
Sat Dec 13, 2008 6:07 am
Forum: PS2 Development
Topic: loading an irx from ee memory
Replies: 6
Views: 4171

hi thanks for the reply the same thing still happens. here is wat my files look like nw: main.c #include <tamtypes.h> #include <debug.h> #include <fileio.h> #include <iopcontrol.h> #include <kernel.h> #include <loadfile.h> #include <sbv_patches.h> extern u32 ps2ips_irx; extern u32 size_ps2ips_irx; i...
by Ramja
Fri Dec 12, 2008 9:34 pm
Forum: PS2 Development
Topic: loading an irx from ee memory
Replies: 6
Views: 4171

loading an irx from ee memory

EDIT: Problem Solved :)