Jump to content

Thorer

Banned
  • Posts

    97
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Posts posted by Thorer

  1. Hi guys once again.

    Error	1	error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types	g:binkaClientUserInterfacePythonNetworkStreamModule.cpp	942	UserInterface
    
    
    PyObject* netSendExchangeElkAddPacket(PyObject* poSelf, PyObject* poArgs)
    {
    	long long iElk;
    	if (!PyTuple_GetInteger(poArgs, 0, &iElk))
    		return Py_BuildException();
    
    	CPythonNetworkStream& rkNetStream=CPythonNetworkStream::Instance();
    	rkNetStream.SendExchangeElkAddPacket(iElk);
    	return Py_BuildNone();
    }
    

    How to change iElk to long long?

  2. Hi.

     

    I'm looking for someone who know how to fix it.

    SYSERR: Sep 14 01:41:24 :: Analyze: login phase does not handle this packet! header 66
    SYSERR: Sep 14 01:43:34 :: Analyze: Handshake phase does not handle packet 3 (fd 43)
    SYSERR: Sep 14 01:43:34 :: Process: SEQUENCE 3e6b4000 mismatch 0xaf != 0x2f header 3
    SYSERR: Sep 14 01:43:34 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
        [003 : 0xaf]

    Prise etc. on PM.

  3. Hi guys, i have a problem.

     

    After 5h my channel shutting down.

     

    Syserr:

    SYSERR: Sep 14 01:41:24 :: Analyze: login phase does not handle this packet! header 66
    SYSERR: Sep 14 01:43:34 :: Analyze: Handshake phase does not handle packet 3 (fd 43)
    SYSERR: Sep 14 01:43:34 :: Process: SEQUENCE 3e6b4000 mismatch 0xaf != 0x2f header 3
    SYSERR: Sep 14 01:43:34 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    	[003 : 0xaf]
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.