mlafeldt / ps2rd

Collection of tools to remotely debug PS2 games
GNU Lesser General Public License v3.0
61 stars 7 forks source link

Compatibility with ps2cc #4

Open mlafeldt opened 14 years ago

mlafeldt commented 14 years ago

Some users are reporting that PS2rd 0.5.3 isn't compatible with ps2cc.

I have to investigate it and provide a patch if necessary.

RASAS commented 14 years ago

also the ps2rd 0.5 bin which i used was not compatable with the ps2cc

mlafeldt commented 14 years ago

Also see bug report by bungholio: http://gshi.org/vb/threads/4390-PS2cc-Bug?p=38798#post38798

RASAS commented 13 years ago

ok, i learn something new everyday, and i thought this was just a site for hackers to communicate, sorry i havent been able to reply for a week but mid terms have been too much,

misfire theres a problem every time i try to open up ntpb client the window quickly opens up then closes and im using the artemis 0.41 version of ntpb client

mlafeldt commented 13 years ago

ntpbclient is a command line tool. You can start it from cmd.exe under Windows.

This is the program's manual page: http://github.com/misfire/ps2rd/raw/master/Documentation/ntpbclient.txt

RASAS commented 13 years ago

misfire im not as computer literate as you are nor do i have computer programming skills, but what ever im doing in cmd.exe

i keep getting either these messages

C:\Windows\System32> ntpbclient

ntpbclient is not recognized as an internal or external command, operable program or batch file.

C:\Windows\System32> ntpbclient dump start

the syntax of the command is incorrect.

mlafeldt commented 13 years ago

Use the "cd" command to go to the directory ntpbclient is in. Otherwise, cmd.exe cannot find it.

If you're using the Perl version (comes with PS2rd v0.5.2 and higher), put "perl" in front of the command, for example: perl ntpbclient halt

Also, take a second look at the manual page, in particular the examples. Your syntax is wrong.

RASAS commented 13 years ago

am i on the right track here because i got this on cmd.exe

Usage: ntpbclient [ARGS] [OPTION] ntpbclient command-line version 0.2 supported commands:

-- dump, D <end_address dump ps2 memory to a file

--halt, -H halt game execution --resume, -R resume game execution --log, --printlog, -L show log file --clearlog, -C clears the log file --help, -h print this help --version, -v print program version

Supported options:

-ip IP_ADDRESS Use this IP to connect

am i now able to use ntpbclient.exe ?

mlafeldt commented 13 years ago

Yes, simply provide the correct arguments as written in the manual.