Page 3 of 3 FirstFirst 123
Results 31 to 35 of 35

Thread: MySEQTester

  1. #31
    Registered User MQSEQ2's Avatar
    Join Date
    Oct 2003
    Posts
    910
    I will check it out and add some more error checking around there so it would conitnue if there is an error trying to calc Hunger/Thrist.

  2. #32
    Registered User
    Join Date
    Dec 2003
    Posts
    5

    Bind socket

    Hi, I m trying to test the 2.0 version.

    I have 2 ethernet adapters on the PC that hosts the server.

    Adapter A ip : 10.0.0.1 ( IP forced for PPPoE )
    Adapter B ip : 192.168.0.1 ( yes XP internet shared connection )

    The server use this function to open its socket :
    byte[] local = Dns.Resolve(Dns.GetHostName()).AddressList[0].GetAddressBytes();

    In my case, it binds the socket on the adapter I use to connect to my DSL modem :

    C:\>netstat -an
    TCP 10.0.0.1:6969 0.0.0.0:0 LISTENING

    But the adapter where I come from client is the other adapter. So I always have "connection refused". Please note that I don't have the problem with 1.11 server.

    I have tried to force the IP where socket has to be bound but I couldn't compile the server.
    localIPAddress = "192.168.0.1";

    Is there any plan to add an option to force the address of the server to listen to ?
    Last edited by tartopoil; 01-14-2004 at 12:55 PM.

  3. #33
    Registered User MQSEQ2's Avatar
    Join Date
    Oct 2003
    Posts
    910
    I will try and fix that issue. Maybe I can query the local IP Addresses and show them show you can choose or something.

  4. #34
    Registered User
    Join Date
    Jan 2003
    Posts
    87
    Version 2 is running fine on my 2 win2k machines. I’m using .17 and 2 at the same time. Works well.
    One problem I did see was the server name was incorrect. It has my old server there not the one I am on now. Insignificant as it doesn’t have any effect on anything.

    Are you going to do anything with the EXP like SEQ does?

    Cheers
    Dark
    I believe in gun control. I use both hands

  5. #35
    Registered User MQSEQ2's Avatar
    Join Date
    Oct 2003
    Posts
    910
    I plan on doing some DPS type stuff once I figure out where the data is in memory.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On