|
From: SourceForge.net <no...@so...> - 2005-06-30 23:53:49
|
Support Requests item #1189976, was opened at 2005-04-26 14:19 Message generated for change (Comment added) made by tomhoward You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380761&aid=1189976&group_id=24184 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: Works For Me Priority: 5 Submitted By: Priya Thiagarajan (priyu) Assigned to: Tom Howard (tomhoward) Summary: problems with offline coach - move command Initial Comment: I can't get the coach to send move messages to the server. When the trainer sends the following message, the server just disconnects the trainer: (move (player "uva" 1) -40.000000 -20.000000 5.000000) Please note that the server does not send any error message to the client. The server just displays the message: "An offline coach disconnected in its window. I've tried all the suggestions i found in some other mails from this mailing list, yet no progress. These are some of the commands i have tried in vain. (move (p "uva" 1) -40.000000 -20.000000 5.000000) (move (player (uva) 1) -40.000000 -20.000000 5.000000) (move (p (uva) 1) -40.000000 -20.000000 5.000000) Each of these yields the same result. Any other modification of the move command gives error_illegal_object_form message. I use the server version 9.4.5. The following is the init command i use: (init (version 9.450000)) , to which the server respond with (init ok). ---------------------------------------------------------------------- >Comment By: Tom Howard (tomhoward) Date: 2005-07-01 09:53 Message: Logged In: YES user_id=189676 Closed do to lack of response. ---------------------------------------------------------------------- Comment By: Tom Howard (tomhoward) Date: 2005-04-27 09:12 Message: Logged In: YES user_id=189676 Hi, try the following (move (player uva 1) -40.000000 -20.000000 5.000000) I've tested this and it works for me. All other attempts yeild illegal_object_form or illegal_command_form. Nothing I tried resulted in the coach disconnecting. Are you sure the server is disconnecting your coach, not that the coach disconnects on illegal_command_form? Can you reproduce the disconnect with rcssclient? Cheers, Tom ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=380761&aid=1189976&group_id=24184 |