Thanks Russ.
That was quit a fast answer, but didn't solve my problem completely.

(I'm not so interested in the TestClient, what to get some Android
working :-D Besides for the Testclient i'm missing some files in the
Trunk, but haven't followed that anymore this evening.)


It seems to do something, but i'm not sure what. Does there exist some
documentation on the different outputs?

MyFirstBot seems always to be stuck on:
DEBUG [Snicket Barthelmess]: Running event queue for Sandbox Newcomb
(72.5.15.195:13005)

The loginprocess doesnt seem to finish, the bot doesnt show on my
friendslist.

Any other ideas...

I changed the bot to login without a startpoint, so it resembles the
original MyFirstBot.cs with the logout commentet out.

Thanks for any hints.

Greetz

Jörg


Russ Gayle schrieb:
> Hi Jorg,
> 
> Based on the debug statements, it looks like your bot logged out
> immediately after it logged in. Chances are that you have a
> 
> client.Network.Logout();
> 
> somewhere that is being called before anything is happening. You could
> comment this out and your bot should stay logged in. But, then it
> wouldn't log out at all (until you try to log in again, or add code to
> do this somewhere else). Alternatively, you may want to try using the
> TestClient, as it is a bit more functional and already has a decent
> command line interface.
> 
> Good luck,
> Russ
> 
> On 7/15/07, *Jörg Abderhalden* <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
> 
>     Hi there
>     I'm trying to run the bot, but am a little bit confused.
> 
>     I tried
>     a) Login with the client with the bot account
>     b) Logged out
>     c) Logged in with an alt to the last bot position
>     d) Run MyFirstBot.exe
>     e) Didn't hear and see anything
> 
>     then i tried
>     a)altering the script to set start location
>     b) proceeded with step d)
>     c) see e) above
> 
>     here's the code i insert into MyFirstBot.cs
> 
>     client.Network.OnConnected += new
>     NetworkManager.ConnectedCallback(Network_OnConnected);
>                 string startLocation = NetworkManager.StartLocation("Babbage
>     Square", 150, 130, 31);
> 
>     And here is the output of MyFirstBot.exe
> 
>     INFO [Tekcins Barthelmess]: Connecting to (72.5.15.216:13004
>     <http://72.5.15.216:13004>)
>     INFO [Tekcins Barthelmess]: Received a region handshake for Abbotts
>     (72.5.15.216 <http://72.5.15.216>
>     :13004)
>     I logged into Second Life!
>     I'm connected to the simulator, going to greet everyone around me
>     Now I am going to logout of SL.. Goodbye!
>     INFO [Tekcins Barthelmess]: Logging out
>     DEBUG [Tekcins Barthelmess]: Requesting initial CAPS request stream
>     DEBUG [Tekcins Barthelmess]: Logout negotiated with server
>     INFO [Tekcins Barthelmess]: NetworkManager shutdown initiated
>     DEBUG [Tekcins Barthelmess]: Disconnecting CAPS for Abbotts
>     ( 72.5.15.216:13004 <http://72.5.15.216:13004>)
>     DEBUG [Tekcins Barthelmess]: Writing to initial CAPS request stream
>     DEBUG [Tekcins Barthelmess]: Requesting initial CAPS response stream
> 
>     So now i'm wondering if i did something wrong or if that would work.
>     Does the bot work?
> 
>     BTW: I'm using a precompiled libsecondlife.dll (from 13th July 2007) and
>     running W2K.
> 
>     Any Suggestions?
> 
>     If i could run that simple piece, i would be really glad, so can play
>     further with my idea.
> 
>     Thanks
> 
>     Tekcins aka. Jörg
> 
> 
>     _______________________________________________
>     libsl-dev mailing list
>     libsl-dev@opensecondlife.org <mailto:libsl-dev@opensecondlife.org>
>     http://opensecondlife.org/cgi-bin/mailman/listinfo/libsl-dev
> 
> 

_______________________________________________
libsl-dev mailing list
libsl-dev@opensecondlife.org
http://opensecondlife.org/cgi-bin/mailman/listinfo/libsl-dev

Reply via email to