Jump to content

Finch

Banned
  • Posts

    131
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Finch

  1. when i closed the offline shop is giving the syserr and offline shop does not close

    SYSERR: Aug 23 21:38:05 :: Analyze: Handshake phase does not handle packet 6 (fd 17)
    SYSERR: Aug 23 21:38:31 :: Analyze: Handshake phase does not handle packet 6 (fd 17)
    SYSERR: Aug 23 21:38:46 :: Analyze: Handshake phase does not handle packet 6 (fd 17)
    SYSERR: Aug 23 21:39:04 :: Analyze: Handshake phase does not handle packet 6 (fd 17)

  2. 16 hours ago, stein20 said:

    search in PythonItemMoudle.cpp

     

    PyObject * itemSelectItem(PyObject * poSelf, PyObject * poArgs)
    {


        int iIndex;
        if (!PyTuple_GetInteger(poArgs, 0, &iIndex))
            return Py_BadArgument();

        if (!CItemManager::Instance().SelectItemData(iIndex))
        {
            TraceError("Cannot find item by %d", iIndex);
            CItemManager::Instance().SelectItemData(60001);
        }

        return Py_BuildNone();
    }

     

    change for:

     

    PyObject * itemSelectItem(PyObject * poSelf, PyObject * poArgs)
    {
        int iIndex;
        if (!PyTuple_GetInteger(poArgs, 0, &iIndex))
            return Py_BadArgument();

        if (!CItemManager::Instance().SelectItemData(iIndex))
        {
            //TraceError("Cannot find item by %d", iIndex);
            CItemManager::Instance().SelectItemData(60001);
        }

        return Py_BuildNone();
    }


    not fix.

    but does not show the error xD

     

    maybe thx ok not ? xD

     

    thank you so much. I was looking for it.

  3. link

     

    	0724 21:34:36179 :: Cannot find item by 0
    0724 21:36:59403 :: Traceback (most recent call last):
    	0724 21:36:59403 ::   File "ui.py", line 1474, in OnOverInItem
    	0724 21:36:59403 ::   File "ui.py", line 87, in __call__
    	0724 21:36:59403 ::   File "ui.py", line 78, in __call__
    	0724 21:36:59403 ::   File "uiCharacter.py", line 649, in OverInItem
    	0724 21:36:59403 ::   File "uiToolTip.py", line 1926, in SetSkillNew
    	0724 21:36:59404 ::   File "uiToolTip.py", line 2293, in AppendPartySkillData
    	0724 21:36:59404 :: ValueError
    0724 21:36:59404 :: : 
    0724 21:36:59404 :: unsupported format character ',' (0x2c) at index 43
    0724 21:36:59404 :: 
    	0724 21:36:00492 :: Traceback (most recent call last):
    	0724 21:36:00492 ::   File "ui.py", line 1474, in OnOverInItem
    	0724 21:36:00492 ::   File "ui.py", line 87, in __call__
    	0724 21:36:00492 ::   File "ui.py", line 78, in __call__
    	0724 21:36:00492 ::   File "uiCharacter.py", line 649, in OverInItem
    	0724 21:36:00492 ::   File "uiToolTip.py", line 1926, in SetSkillNew
    	0724 21:36:00493 ::   File "uiToolTip.py", line 2293, in AppendPartySkillData
    	0724 21:36:00493 :: ValueError
    0724 21:36:00493 :: : 
    0724 21:36:00493 :: unsupported format character ',' (0x2c) at index 43
    0724 21:36:00493 :: 
    	0724 21:36:02818 :: Traceback (most recent call last):
    	0724 21:36:02818 ::   File "ui.py", line 1474, in OnOverInItem
    	0724 21:36:02818 ::   File "ui.py", line 87, in __call__
    	0724 21:36:02818 ::   File "ui.py", line 78, in __call__
    	0724 21:36:02818 ::   File "uiCharacter.py", line 649, in OverInItem
    	0724 21:36:02818 ::   File "uiToolTip.py", line 1926, in SetSkillNew
    	0724 21:36:02818 ::   File "uiToolTip.py", line 2293, in AppendPartySkillData
    	0724 21:36:02819 :: ValueError
    0724 21:36:02819 :: : 
    0724 21:36:02819 :: unsupported format character ',' (0x2c) at index 43
    0724 21:36:02819 ::
    	

  4. On 29.05.2016 at 2:31 PM, charparodar said:

    Hello,

    I'm getting this error opening the client:

    
    0529 12:29:00430 :: ui:2854: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
    
    0529 12:29:00431 :: 
    introLogin.py(line:499) __LoadScript
    ui.py(line:2847) LoadScriptFile
    ui.py(line:3037) LoadChildren
    ui.py(line:3037) LoadChildren
    ui.py(line:2854) LoadChildren
    
    LoginWindow.__LoadScript.LoadObject - <type 'exceptions.OverflowError'>:Python int too large to convert to C long
    
    0529 12:29:00431 :: ============================================================================================================
    0529 12:29:00431 :: Abort!!!!
    
    
    0529 12:29:00448 :: ============================================================================================================
    0529 12:29:00448 :: Abort!!!!

    I use this client: https://metin2dev.org/board/index.php?/topic/5149-sourceclient-clean-fixed/

    What can I do?

    Thanks

    +1

×
×
  • 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.