Page 1 of 1

can't find ps2client 2.0.0

Posted: Fri Nov 07, 2008 3:41 pm
by loyx
I tried downloading PS2CLIENT from this site but I get 404'd (seems to link to someone elses site). I eventually found it in an old archive I had but it won't compile correctly. Comes out with this error:

"src/ps2link.c: In function 'ps2link_request_dread':
src/ps2link.c:615: error: lvalue required as left operand of assignment
make: *** [obj/ps2link.o] Error 1
"
If anyone knows a proper download for PS2CLIENT or any other program that can interact with ps2link v1.46, or knows how to fix the compiling error that would be much appreciated. Thanks.

Posted: Fri Nov 07, 2008 11:51 pm
by ooPo
The 'proper' and latest version of ps2client is in the svn repository. You can grab it by typing:

Code: Select all

svn checkout svn://svn.ps2dev.org/ps2/trunk/ps2client
I think I had a precompiled version for windows around somewhere... hmm.

Posted: Sat Nov 08, 2008 5:17 am
by loyx
hey, checked that version out from svn along with the latest ps2link, however whenever I try to load an elf file (ps2client -h 192.168.1.66 execee host:test.elf) it just freezes.

It works flawlessly with Xlink however.
Any solution?

[edit] ps2client runs the program when i click start vu0 and start vu1 in Xlink. However using the start vu command in ps2client on its own doesn't seem to solve the problem. Weird.

Posted: Sun Nov 09, 2008 1:17 am
by ooPo
That's very strange. What does the test.elf do?

Posted: Sun Nov 09, 2008 10:11 am
by loyx
ooPo wrote:That's very strange. What does the test.elf do?
oh, it was just a cube program. I tried multiple programs and it didn't work. Maybe using colinux had something to do with it?