[Help] sc_monitor field connection problem

Results 1 to 7 of 7
  1. #1
    Valued Member 4TheEnjoy is offline
    MemberRank
    Feb 2016 Join Date
    109Posts

    [Help] sc_monitor field connection problem

    hi guys, i can connect preserver, imserver, npcserver on sc_monitor but i cant connect field server i already add allowip but i cant connect and load field server on monitor.
    Anyone have any idea ?
    Last edited by Future; 11-04-16 at 10:32 AM. Reason: A tag is between a "[" and a "]"


  2. #2
    Valued Member EricThom is offline
    MemberRank
    Dec 2014 Join Date
    116Posts

    Re: HELP sc_monitor field connect problem

    Check your IP Add User/Pw SQL

  3. #3
    [Help] sc_monitor field connection problem Future is offline
    LegendRank
    Dec 2011 Join Date
    2,265Posts

    Re: HELP sc_monitor field connect problem

    Please:

    Quote Originally Posted by â–ºAlexander View Post
    Post logs, restore justice!

    Thanks.

  4. #4
    struct { int:-!!(1); } Aesir is offline
    MemberRank
    May 2015 Join Date
    MadnessLocation
    279Posts

    Re: [Help] sc_monitor field connection problem

    I dont know if was Kasistar (i really have a lot of doubts about that) or directly was already done by who sold to him the source code, but in FS the whole monitor functionality is disabled, you have a pragma comment for enable it, just search and define.

  5. #5
    [Help] sc_monitor field connection problem Future is offline
    LegendRank
    Dec 2011 Join Date
    2,265Posts

    Re: [Help] sc_monitor field connection problem

    ^ that would have been my guess if the Logs @4TheEnjoy hasn't posted would have underlined it

  6. #6
    Valued Member 4TheEnjoy is offline
    MemberRank
    Feb 2016 Join Date
    109Posts

    Re: [Help] sc_monitor field connection problem

    sorry guys i forgot add about log

    Socket Connect SocketIndex[206] PeerIP[ 127.0.0.1] Port[8635]
    SendErrorMsg to [A(:0) C(:0) CI(0)] 127.0.0.1 ==>ERR_PROTOCOL_INVALID_PROTOCOL_TYPE(0x2400) AT T_FIELD_IOCP Param1(0) Param2(0) Msg((null))
    [Error] CFieldIOCPSocket::OnRecvdPacketFieldServer2 invalid protocol type, RecvType[T_FM_CONNECT(0X1800)], PrevType[NO SUCH MESSAGE TYPE(0000)], [A(:0) C(:0) CI(0)]
    [Error] CIOCPSocket::OnReceive Error! Closing Connection!, SocketIndex[206]
    Socket Closed Client( 127.0.0.1:8635) SocketType(9) |SockIdx( 206)| MaxWriteBufCounts[ 1] ==> reason 65537[0X010001], deletedPacketCount(0)

  7. #7
    [Help] sc_monitor field connection problem Future is offline
    LegendRank
    Dec 2011 Join Date
    2,265Posts

    Re: [Help] sc_monitor field connection problem

    Yes, invalid protocol type means that no packet handler for the arrived packet was found. Most probably the monitor tool packet handlers were removed from the IOCP Sockets. You are not running an original Field Server but a modified one that has removed packet handlers for the monitor tool (T_FM_...). This is usually done to prevent monitor tool exploits.

    Alternatively you can try to get that shit secure in the source that has been released but its a good first countermeasure against attacks using that exploit.



Advertisement