Having Issues connecting to server.

Results 1 to 3 of 3
  1. #1
    Novice rovkladd is offline
    MemberRank
    Jul 2011 Join Date
    3Posts

    Having Issues connecting to server.

    Hello.

    Im using Virtuos v19 +4th class Source.
    As stated in the Title, Im having issues connecting with my client.
    I'm currently getting the error "Unable to connect to the game" and afaik I have checked ports, IPs, Portforwarded, I have checked the ports with various website. and using Telnet from a computer im trying to connect with. and I have also tried to connect from the same computer.

    I would Really appreciate your help. Ill add the errors and Configs Below:

    And the -Hidden- is my public IP, just for clarification.

    Network Error:
    Code:
    Thu Aug 28 02:29:57 2014
    1 - CERT_CONNECT_FAIL
    network error:10061
    Neuz Error:
    Spoiler:

    Code:
    2014/ 8/28   02:29:59   Aug 27 2014 05:56:11 1 rCnt=1
    
    Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:00797746
    
     - Registers
    
    EAX=00CBD3F8  EBX=7EFDE000  ECX=2E64616F  EDX=2E64616F  ESI=0000003C
    EDI=00000000  EBP=0018FDC4  ESP=0018FDBC  EIP=00797746  FLG=00210206
    CS=0023   DS=002B  SS=002B  ES=002B   FS=0053  GS=002B
    
    0023:00797746 Neuz.exe
    0023:0079766F Neuz.exe
    0023:00944C80 Neuz.exe
    0023:007984E7 Neuz.exe
    0023:009B992D Neuz.exe
    0023:00945C12 Neuz.exe
    0023:00945C76 Neuz.exe
    0023:7614338A kernel32.dll, BaseThreadInitThunk()+0018 byte(s)
    0023:77D59F72 ntdll.dll, RtlInitializeExceptionChain()+0099 byte(s)
    0023:77D59F45 ntdll.dll, RtlInitializeExceptionChain()+0054 byte(s)


    Accountserver.ini
    Spoiler:

    Code:
    TEST
    AddTail( -1, 1, "Virtuos Test", "-Hidden-", 0, 1, 0 );
        AddTail( 1, 1, "Keks 1-1 ", "-Hidden-", 0, 1, 200 );
    //    AddTail( 1, 2, "Kuchen 1-2 ", "-Hidden-", 0, 1, 1100 );
    
    DSN_NAME_LOGIN			"login"
    DB_ADMIN_ID_LOGIN		"flyff"
    
    DSN_NAME_LOG			"log01"
    DB_ADMIN_ID_LOG			"flyff"
    
    MSG_VER		"VirtuosTEST"
    
    SKIP_TRACKING
    //NOT_RELOADPRO
    //NOLOG
    
    // 6
    DB_PWD_LOGIN	"-Private-"
    DB_PWD_LOG	"-Private-"



    Cacheserver.ini
    Code:
    Core	"127.0.0.1"
    Port	5400

    Loginserver.ini
    Spoiler:

    Code:
    DB	"127.0.0.1"
    Core	"127.0.0.1"
    
    // CACHE
    AddCache( "-Hidden-" );
    MSG_VER	"VirtuosTEST"
    
    //NPROTECT


    WinMain.rc
    Spoiler:

    Code:
    STRINGTABLE 
    BEGIN
        IDS_SERVER_IP           "-Hidden-"
        IDS_LANG                "4"
        IDS_SUBLANG             "0"
        IDS_ENCRYPTPWD          "1"
        IDS_FAKEFULLMODE        "1"
        IDS_MSGVER              "VirtuosTEST"
        IDS_CACHE_PORT          "5400"
        IDS_SHOUTLIMIT_SECOND   "5000"
        IDS_SHOUTLIMIT_COUNT    "5"
        IDS_CODEPAGE            "1252"
        IDS_2ND_PASSWORD        "0"
    END


    If i have forgotten anything. Just ask and ill post it as soon as I can.

    By the time of typing this. the loginscreen has also gotten white. but with the login window visible and usable

    Thanks in advance,
    Rovkladd.


  2. #2
    RE:ℓσα∂є∂ Fenris is offline
    MemberRank
    Sep 2011 Join Date
    RE:ℓσα∂Location
    588Posts

    Re: Having Issues connecting to server.

    Socket error:

    WSAECONNREFUSED
    10061
    Connection refused.
    No connection could be made because the target computer actively refused it. This usually results from trying to connect to a service that is inactive on the foreign host—that is, one with no server application running

  3. #3
    Novice rovkladd is offline
    MemberRank
    Jul 2011 Join Date
    3Posts

    Re: Having Issues connecting to server.

    Quote Originally Posted by Fenris View Post
    Socket error:

    WSAECONNREFUSED
    10061
    Connection refused.
    No connection could be made because the target computer actively refused it. This usually results from trying to connect to a service that is inactive on the foreign host—that is, one with no server application running

    Do you have any idea on what the problem might be? because all ports are opened and the servers are running on the host.
    Ill be doing a deepdive into the source and see if I can find anything there. And ill also go through the client some more.


    Edit:
    I have also noticed this error, Caused by WorldServer probably.

    Spoiler:

    Code:
    2014/ 8/28   15:10:48   OP: 8089529, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
    
    
    2014/ 8/28   15:10:51   OP: 3228, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
    
    
    2014/ 8/28   15:10:51   LUA - Event - ID:1,  Title:Level-UP Event Rewards!!,  State:1
    
    2014/ 8/28   15:10:52   OP: 1025, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
    Last edited by rovkladd; 28-08-14 at 03:14 PM.



Advertisement