sceNetApctlConnect

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
pegasus2000
Posts: 160
Joined: Wed Jul 12, 2006 7:09 am

sceNetApctlConnect

Post by pegasus2000 »

I have need of help. I'm working on the new HAL for PSP-SLIM in
Nanodesktop, and I have troubles also with network routines.

I use the new sceUtilityLoadNetModule () to initialize the network
layer, but, when I use sceNetApctlConnect, I obtain an error
0x80020190 (out of memory)

I have though this: perhaps the NID for network functions have
been changed on PSP CF 3.71 ?

Do you have a program for network that has been already tested
on PSP-SLIM ? So, I could understand what is wrong in my code.


Thanks
Filippo
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Maybe you just need a bigger stack for sceNetApctlInit?
Post Reply