Jump to content

thespeedyy

Inactive Member
  • Posts

    38
  • Joined

  • Last visited

  • Feedback

    0%

About thespeedyy

Informations

  • Gender
    Male

Recent Profile Visitors

3178 profile views

thespeedyy's Achievements

Contributor

Contributor (5/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. i need client bin with 4 inventory and no yang limit
  2. i compiling metin2 client bin source and then i debugging and then the error
  3. "regsvr32.exe": "C:WindowsSystem32userenv.dll" wurde geladen "regsvr32.exe": "C:WindowsSystem32profapi.dll" wurde geladen "regsvr32.exe": "C:WindowsSystem32dwmapi.dll" wurde geladen "regsvr32.exe": "C:WindowsSystem32mpr.dll" wurde geladen "regsvr32.exe": "ImageAtBase0x20000" wurde geladen "regsvr32.exe": "ImageAtBase0x20000" entladen. "regsvr32.exe": "C:WindowsSystem32imm32.dll" wurde geladen "regsvr32.exe": "C:WindowsSystem32msctf.dll" wurde geladen "regsvr32.exe": "C:WindowsSystem32duser.dll" wurde geladen "regsvr32.exe": "C:WindowsSystem32uxtheme.dll" wurde geladen "regsvr32.exe": "C:WindowsSystem32xmllite.dll" wurde geladen "regsvr32.exe": "C:WindowsSystem32oleaut32.dll" wurde geladen "regsvr32.exe": "C:WindowsSystem32cryptbase.dll" wurde geladen "regsvr32.exe": "C:WindowsSystem32xmllite.dll" entladen. Der Thread 'Win64 Thread' (0x168c) hat mit Code 0 (0x0) geendet. Das Programm "[5908] regsvr32.exe: Systemeigen" wurde mit Code 1 (0x1) beendet.
  4. i need client bin with 4 inventory and no yang limit
  5. help this error 1>------ Build started: Project: eterPythonLib, Configuration: Debug Win32 ------ 1>Compiling... 1>PythonGraphic.cpp 1>.PythonGraphic.cpp(294) : error C2664: 'CPythonGraphic::SaveJPEG' : cannot convert parameter 2 from 'char *' to 'LPBYTE' 1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 1>Creating browse information file... 1>Microsoft Browse Information Maintenance Utility Version 9.00.30729 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>Build log was saved at "file://c:Metin2 SourcenovalineSrcsClientEterPythonLibDebugBuildLog.htm" 1>eterPythonLib - 1 error(s), 0 warning(s) 2>------ Build started: Project: UserInterface, Configuration: Debug Win32 ------ 2>Compiling... 2>PythonNetworkStreamModule.cpp 2>c:metin2 sourcenovalinesrcsclientuserinterfacepacket.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char' 2>c:metin2 sourcenovalinesrcsclientuserinterfacepacket.h(2792) : warning C4309: 'initializing' : truncation of constant value 2>c:metin2 sourcenovalinesrcsclientuserinterfacepacket.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char' 2>c:metin2 sourcenovalinesrcsclientuserinterfacepacket.h(2801) : warning C4309: 'initializing' : truncation of constant value 2>.PythonNetworkStreamModule.cpp(678) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonNetworkStreamModule.cpp(706) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonNetworkStreamModule.cpp(712) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonNetworkStreamModule.cpp(736) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonNetworkStreamModule.cpp(765) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonNetworkStreamModule.cpp(821) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonNetworkStreamModule.cpp(825) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonNetworkStreamModule.cpp(871) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonNetworkStreamModule.cpp(953) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonNetworkStreamModule.cpp(1222) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonNetworkStreamModule.cpp(1254) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonNetworkStreamModule.cpp(1303) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>MarkImage.cpp 2>.MarkImage.cpp(190) : error C2664: 'lzo1x_decompress_safe' : cannot convert parameter 1 from 'const char *' to 'const unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.MarkImage.cpp(305) : error C2664: 'lzo1x_999_compress' : cannot convert parameter 1 from 'const char *' to 'const unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>PythonApplicationLogo.cpp 2>c:metin2 sourcenovalinesrcsclientuserinterfacePacket.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char' 2>c:metin2 sourcenovalinesrcsclientuserinterfacePacket.h(2792) : warning C4309: 'initializing' : truncation of constant value 2>c:metin2 sourcenovalinesrcsclientuserinterfacePacket.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char' 2>c:metin2 sourcenovalinesrcsclientuserinterfacePacket.h(2801) : warning C4309: 'initializing' : truncation of constant value 2>.PythonApplicationLogo.cpp(122) : error C2440: 'initializing' : cannot convert from 'byte *' to 'char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonApplicationLogo.cpp(126) : warning C4309: '=' : truncation of constant value 2>.PythonApplicationLogo.cpp(166) : error C2440: 'initializing' : cannot convert from 'byte *' to 'char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonApplicationLogo.cpp(170) : warning C4309: '=' : truncation of constant value 2>PythonShop.cpp 2>c:metin2 sourcenovalinesrcsclientuserinterfacePacket.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char' 2>c:metin2 sourcenovalinesrcsclientuserinterfacePacket.h(2792) : warning C4309: 'initializing' : truncation of constant value 2>c:metin2 sourcenovalinesrcsclientuserinterfacePacket.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char' 2>c:metin2 sourcenovalinesrcsclientuserinterfacePacket.h(2801) : warning C4309: 'initializing' : truncation of constant value 2>.PythonShop.cpp(31) : warning C4309: 'return' : truncation of constant value 2>.PythonShop.cpp(330) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonShop.cpp(348) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonShop.cpp(360) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonShop.cpp(387) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonShop.cpp(396) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>PythonPlayerModule.cpp 2>c:metin2 sourcenovalinesrcsclientuserinterfacePacket.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char' 2>c:metin2 sourcenovalinesrcsclientuserinterfacePacket.h(2792) : warning C4309: 'initializing' : truncation of constant value 2>c:metin2 sourcenovalinesrcsclientuserinterfacePacket.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char' 2>c:metin2 sourcenovalinesrcsclientuserinterfacePacket.h(2801) : warning C4309: 'initializing' : truncation of constant value 2>.PythonPlayerModule.cpp(770) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonPlayerModule.cpp(774) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonPlayerModule.cpp(812) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonPlayerModule.cpp(842) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonPlayerModule.cpp(873) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonPlayerModule.cpp(900) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonPlayerModule.cpp(912) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonPlayerModule.cpp(919) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonPlayerModule.cpp(958) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonPlayerModule.cpp(991) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonPlayerModule.cpp(1021) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonPlayerModule.cpp(1083) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonPlayerModule.cpp(1294) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonPlayerModule.cpp(1340) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonPlayerModule.cpp(1393) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonPlayerModule.cpp(1456) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonPlayerModule.cpp(1531) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonPlayerModule.cpp(1616) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonPlayerModule.cpp(1673) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonPlayerModule.cpp(1713) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonPlayerModule.cpp(1976) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonPlayerModule.cpp(2017) : error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(7): or 'bool PyTuple_GetInteger(PyObject *,int,int *)' 2> c:metin2 sourcenovalinesrcsclientscriptlibPythonUtils.h(8): or 'bool PyTuple_GetInteger(PyObject *,int,WORD *)' 2> while trying to match the argument list '(PyObject *, int, char *)' 2>.PythonPlayerModule.cpp(2130) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>.PythonPlayerModule.cpp(2152) : error C2664: 'PyTuple_GetByte' : cannot convert parameter 3 from 'char *' to 'unsigned char *' 2> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast 2>AffectFlagContainer.cpp 2>.AffectFlagContainer.cpp(68) : error C2440: 'initializing' : cannot convert from 'CAffectFlagContainer::Element' to 'char &' 2>Generating Code... 2>Creating browse information file... 2>Microsoft Browse Information Maintenance Utility Version 9.00.30729 2>Copyright (C) Microsoft Corporation. All rights reserved. 2>Build log was saved at "file://c:Metin2 SourcenovalineSrcsClientUserInterfaceDebugBuildLog.htm" 2>UserInterface - 46 error(s), 19 warning(s) ========== Build: 0 succeeded, 2 failed, 14 up-to-date, 0 skipped ==========
  6. i cant open src in 2008 why? error: the selected file is a solution file but was created by a newer version
  7. yes vanilla^^ i have before "I get connection refused" and i can fix this^^ im happy to 2.4.1 and this fix
×
×
  • 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.