Jump to content

Morphe

Inactive Member
  • Posts

    211
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Posts posted by Morphe

  1. With llu

     

     
    0109 20:01:28485 ::   File "networkModule.py", line 239, in SetGamePhase
    
    
    0109 20:01:28485 ::   File "game.py", line 106, in __init__
    
    
    0109 20:01:28486 ::   File "interfaceModule.py", line 287, in MakeInterface
    
    
    0109 20:01:28486 ::   File "interfaceModule.py", line 171, in __MakeWindows
    
    
    0109 20:01:28486 ::   File "uiInventory.py", line 253, in __init__
    
    
    0109 20:01:28486 ::   File "uiInventory.py", line 389, in __LoadWindow
    
    
    0109 20:01:28486 ::   File "uiInventory.py", line 599, in RefreshStatus
    
    
    0109 20:01:28487 :: SystemError
    0109 20:01:28487 :: : 
    0109 20:01:28487 :: bad format char passed to Py_BuildValue
    0109 20:01:28487 :: 

    Now try saying reboot

  2. Dont work 

    Syserr

    I changed to ULL

     
    0109 19:29:00748 ::   File "networkModule.py", line 239, in SetGamePhase
    
    
    0109 19:29:00748 ::   File "game.py", line 106, in __init__
    
    
    0109 19:29:00748 ::   File "interfaceModule.py", line 287, in MakeInterface
    
    
    0109 19:29:00749 ::   File "interfaceModule.py", line 171, in __MakeWindows
    
    
    0109 19:29:00749 ::   File "uiInventory.py", line 253, in __init__
    
    
    0109 19:29:00749 ::   File "uiInventory.py", line 389, in __LoadWindow
    
    
    0109 19:29:00749 ::   File "uiInventory.py", line 599, in RefreshStatus
    
    
    0109 19:29:00749 :: SystemError
    0109 19:29:00766 :: : 
    0109 19:29:00766 :: bad format char passed to Py_BuildValue
    0109 19:29:00766 :: 
  3. Binary,python edited too ?

     

    binary

     

    PyObject * playerGetElk(PyObject* poSelf, PyObject* poArgs)
    {
            return PyLong_FromLongLong(CPythonPlayer::Instance().GetStatus(POINT_GOLD));
    }
     
    uicommon.py
     
    def __OnValueUpdate(self):
    ui.EditLine.OnIMEUpdate(self.inputValue)
    
    
    text = self.inputValue.GetText()
    
    
    money = 0
    if text and text.isdigit():
    try:
    money = long(text)
    except ValueError:
    money = 199999999
    
    
    self.moneyText.SetText(self.moneyHeaderText + localeInfo.NumberToMoneyString(money))
  4.  

    Hi guys. I followed the step by step guide. but finding this error:

    1>.ModelInstanceUpdate.cpp(50) : error C2660: 'GrannyUpdateModelMatrix' : function does not take 5 arguments
    1>Mesh.cpp
    1>.Mesh.cpp(139) : error C2065: 'GrannyAllowUncopiedTail' : undeclared identifier
    1>Material.cpp
    1>c:usersryudesktopclientetergrnlib../eterbase/Filename.h(236) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestring.h(74) : see declaration of 'strcpy'
    1>.Material.cpp(209) : warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
    1>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestdio.h(358) : see declaration of '_snprintf'
    1>.Material.cpp(230) : warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strnicmp. See online help for details.
    1>        C:Program Files (x86)Microsoft Visual Studio 9.0VCincludestring.h(217) : see declaration of 'strnicmp'
    1>.Material.cpp(252) : error C2660: 'GrannyFindMatchingMember' : function does not take 4 arguments
    1>.Material.cpp(254) : error C2660: 'GrannyConvertSingleObject' : function does not take 5 arguments
    1>Generating Code...

     

    In etergrnlib/filename.h add

    #pragma warning(disable:4996)
×
×
  • 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.