forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

TVSP 4.xx version...

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
ardatan



Joined: 12 Jan 2008
Posts: 44

PostPosted: Fri Oct 17, 2008 4:45 am    Post subject: TVSP 4.xx version... Reply with quote

I've just downloaded TVSP source code. But it is for 1.50 kernel... I tried to port it for 4.xx kernel but i couldn't.
It succesfully built but when i tried to run this. it gives 8002013C error!
This is source code:
http://rapidshare.com/files/154660296/tvpsp.rar.html

What should i do? Could you help me for this?
Thanks.
--------
Sorry for my bad English...
_________________
I'm sorry for my bad English.
Back to top
View user's profile Send private message
Dariusc123456



Joined: 12 Aug 2008
Posts: 394

PostPosted: Sat Oct 18, 2008 8:08 am    Post subject: Reply with quote

Well, it look like you are calling on a library thats it not found, or dont exist. You can always look in the pspkerror.h for the error codes. Ill look at the source for ya.
Back to top
View user's profile Send private message AIM Address
Wally



Joined: 26 Sep 2005
Posts: 672

PostPosted: Sun Oct 19, 2008 8:55 am    Post subject: Reply with quote

Look in the samples directory and make sure your makefile and main.c have all the stuff you need in them. I'd get the 800blahblahc error if no heapsize is declared.
Back to top
View user's profile Send private message AIM Address
ardatan



Joined: 12 Jan 2008
Posts: 44

PostPosted: Sun Oct 19, 2008 6:46 pm    Post subject: Reply with quote

i added heap size but it didn't run again.
Code:
PSP_HEAP_SIZE_MAX();

and gave same error.
I'm thinking of wifi libraries. In this source code, 1.50 wifi libraries used. I can't change it to 3.xx ones...
I need to help for this.
Thanks..
_________________
I'm sorry for my bad English.
Back to top
View user's profile Send private message
Wally



Joined: 26 Sep 2005
Posts: 672

PostPosted: Mon Oct 20, 2008 1:34 pm    Post subject: Reply with quote

ardatan wrote:
i added heap size but it didn't run again.
Code:
PSP_HEAP_SIZE_MAX();

and gave same error.
I'm thinking of wifi libraries. In this source code, 1.50 wifi libraries used. I can't change it to 3.xx ones...
I need to help for this.
Thanks..


I had a whirl at compiling this, seems I replicate the same error as you, I'll keep looking between other projects
Back to top
View user's profile Send private message AIM Address
ardatan



Joined: 12 Jan 2008
Posts: 44

PostPosted: Sun Oct 26, 2008 4:29 am    Post subject: Reply with quote

is there another person who could help me?
_________________
I'm sorry for my bad English.
Back to top
View user's profile Send private message
pspZorba



Joined: 22 Sep 2007
Posts: 156
Location: NY

PostPosted: Sun Oct 26, 2008 12:43 pm    Post subject: Reply with quote

At least you have to re-write a part of the wlan communication. (It might not be the only thing that cause your problem.)

To init the comm, you have to use ret =sceUtilityLoadNetModule(PSP_NET_MODULE_COMMON);
and ret = sceUtilityLoadNetModule(PSP_NET_MODULE_INET);

check in the SDK there are some samples
or you can have a look here
_________________
--pspZorba--
NO to K1.5 !
Back to top
View user's profile Send private message
ardatan



Joined: 12 Jan 2008
Posts: 44

PostPosted: Sat Nov 01, 2008 5:57 am    Post subject: Reply with quote

thanks. two days ago, i have already solved this problem with looking another wlan sample for 3.xx kernel... now i have a problem with streaming from computer with jpeg codec. i want to use mpeg codec. how can i change this code and make a server?
_________________
I'm sorry for my bad English.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group