Jump to content

How To Compile Client Binary


Denis

Recommended Posts

i dont realy know what i didnt do

========== Build: 0 succeeded, 2 failed, 14 up-to-date, 0 skipped ==========

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.21022
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Build log was saved at "file://c:UsersNightDesktopmt2-srcClientEterPythonLibDebugBuildLog.htm"
1>eterPythonLib - 1 error(s), 0 warning(s)
2>------ Build started: Project: UserInterface, Configuration: Debug Win32 ------
2>Compiling...
2>PythonNetworkStreamModule.cpp
2>c:usersNightdesktopmt2-srcclientuserinterfacepacket.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersNightdesktopmt2-srcclientuserinterfacepacket.h(2792) : warning C4309: 'initializing' : truncation of constant value
2>c:usersNightdesktopmt2-srcclientuserinterfacepacket.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersNightdesktopmt2-srcclientuserinterfacepacket.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientuserinterfacePacket.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersNightdesktopmt2-srcclientuserinterfacePacket.h(2792) : warning C4309: 'initializing' : truncation of constant value
2>c:usersNightdesktopmt2-srcclientuserinterfacePacket.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersNightdesktopmt2-srcclientuserinterfacePacket.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:usersNightdesktopmt2-srcclientuserinterfacePacket.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersNightdesktopmt2-srcclientuserinterfacePacket.h(2792) : warning C4309: 'initializing' : truncation of constant value
2>c:usersNightdesktopmt2-srcclientuserinterfacePacket.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersNightdesktopmt2-srcclientuserinterfacePacket.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientuserinterfacePacket.h(2792) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersNightdesktopmt2-srcclientuserinterfacePacket.h(2792) : warning C4309: 'initializing' : truncation of constant value
2>c:usersNightdesktopmt2-srcclientuserinterfacePacket.h(2801) : warning C4305: 'initializing' : truncation from '' to 'char'
2>c:usersNightdesktopmt2-srcclientuserinterfacePacket.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(6): could be 'bool PyTuple_GetInteger(PyObject *,int,unsigned char *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.h(7): or       'bool PyTuple_GetInteger(PyObject *,int,int *)'
2>        c:usersNightdesktopmt2-srcclientscriptlibPythonUtils.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.21022
2>Copyright (C) Microsoft Corporation. All rights reserved.
2>Build log was saved at "file://c:UsersNightDesktopmt2-srcClientUserInterfaceDebugBuildLog.htm"
2>UserInterface - 46 error(s), 19 warning(s)
========== Build: 0 succeeded, 2 failed, 14 up-to-date, 0 skipped ==========

Link to comment
Share on other sites

  • 2 weeks later...
0 error(s), 239 warning(s)
========== Build: 16 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

Hell yeah ...mainline_releasedmainline_sg branch. Some warnings like this still left...

Warning    469    warning C4995: 'wcscpy': name was marked as #pragma deprecated    C:Program Files (x86)Microsoft Visual Studio 9.0VCincludeintrin.h    1073    UserInterface
Link to comment
Share on other sites

aloha, i have a question about the source i have compiled the binary an it works very good but i want to fix that i see errors like this every time in the syserr.txt 0521 20:29:01020 :: # trying .os.py 0521 20:29:01021 :: # trying .os.pyw 0521 20:29:01027 :: # trying .os.pyc 0521 20:29:01028 :: # trying libos.pyd 0521 20:29:01029 :: # trying libos.py 0521 20:29:01052 :: # libos.pyc has bad magic 0521 20:29:01070 :: import os # from libos.py 0521 20:29:01073 :: import nt # builtin can anyone please explain me how to fix this? sry for my bad english :s

Link to comment
Share on other sites

  • Premium

Hi i have this problem with compiled bin. When I run sysser write this:

0627 12:36:22591 :: Failed to load script file : locale/ro/ui/InventoryWindow.py

0627 12:36:22632 :: Traceback (most recent call last):

0627 12:36:22636 :: File "networkModule.py", line 239, in SetGamePhase

0627 12:36:22640 :: File "game.py", line 105, in __init__

0627 12:36:22645 :: File "interfaceModule.py", line 287, in MakeInterface

0627 12:36:22649 :: File "interfaceModule.py", line 171, in __MakeWindows

0627 12:36:22656 :: File "uiInventory.py", line 253, in __init__

0627 12:36:22660 :: File "uiInventory.py", line 289, in __LoadWindow

0627 12:36:22664 :: File "exception.py", line 28, in Abort

0627 12:36:22668 :: File "exception.py", line 9, in GetExceptionString

0627 12:36:22673 :: File "system.py", line 137, in __pack_import

0627 12:36:22673 :: ImportError
0627 12:36:22673 :: :
0627 12:36:22673 :: Bad magic number in D:Metin2 Client 2014 @Tasholibtraceback.pyc
0627 12:36:22673 ::

0627 12:36:23240 :: Traceback (most recent call last):

0627 12:36:23245 :: File "game.py", line 791, in RefreshInventory

0627 12:36:23249 :: File "interfaceModule.py", line 567, in RefreshInventory

0627 12:36:23249 :: AttributeError
0627 12:36:23249 :: :
0627 12:36:23249 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
0627 12:36:23249 ::

0627 12:36:23249 :: Traceback (most recent call last):

0627 12:36:23253 :: File "game.py", line 791, in RefreshInventory

0627 12:36:23257 :: File "interfaceModule.py", line 567, in RefreshInventory

0627 12:36:23257 :: AttributeError
0627 12:36:23257 :: :
0627 12:36:23257 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
0627 12:36:23257 ::

I have new lib,new python22.dll and True=TRUE etc. Anybody help me? :D Thanks

Link to comment
Share on other sites

help !

0628 20:13:54836 :: ¾Ë¸²: ÆÄÀÏ ¸ðµåÀÔ´Ï´Ù.
0628 20:13:54839 :: The eterpack doesn't exist [pack/metin2_patch_dragon_rock_texcache_texcache]
0628 20:13:54850 :: The eterpack doesn't exist [pack/patch2_texcache]
0628 20:13:54852 :: The eterpack doesn't exist [pack/metin2_patch_pets_texcache]
0628 20:13:54856 :: The eterpack doesn't exist [pack/patch1_texcache]
0628 20:13:54857 :: The eterpack doesn't exist [pack/login_texcache]
0628 20:13:54867 :: The eterpack doesn't exist [pack/metin2_patch_eu3_texcache]
0628 20:13:54868 :: The eterpack doesn't exist [pack/metin2_patch_etc_costume1]
0628 20:13:54869 :: The eterpack doesn't exist [pack/metin2_patch_etc_costume1_texcache]
0628 20:13:54871 :: The eterpack doesn't exist [pack/metin2_patch_pet1_texcache]
0628 20:13:54872 :: The eterpack doesn't exist [pack/metin2_patch_ramadan_costume_texcache]
0628 20:13:54878 :: The eterpack doesn't exist [pack/metin2_patch_flame_texcache]
0628 20:13:54880 :: The eterpack doesn't exist [pack/metin2_patch_flame_dungeon_texcache]
0628 20:13:54881 :: The eterpack doesn't exist [pack/metin2_patch_w21_etc_texcache]
0628 20:13:54885 :: The eterpack doesn't exist [pack/metin2_patch_w21_mobs_texcache]
0628 20:13:54886 :: The eterpack doesn't exist [pack/metin2_patch_dss_box_texcache]
0628 20:13:54890 :: The eterpack doesn't exist [pack/metin2_patch_costume_soccer_texcache]
0628 20:13:54894 :: The eterpack doesn't exist [pack/metin2_patch_easter1_texcache]
0628 20:13:54901 :: The eterpack doesn't exist [pack/season3_eu_texcache]
0628 20:13:54903 :: The eterpack doesn't exist [pack/metin2_patch_mineral_texcache]
0628 20:13:54911 :: The eterpack doesn't exist [pack/metin2_patch_w20_sound_texcache]
0628 20:13:54913 :: The eterpack doesn't exist [pack/metin2_patch_ds_texcache]
0628 20:13:54915 :: The eterpack doesn't exist [pack/metin2_patch_5th_armor_texcache]
0628 20:13:54917 :: The eterpack doesn't exist [pack/metin2_patch_w20_etc_texcache]
0628 20:13:54936 :: The eterpack doesn't exist [pack/metin2_patch_etc_texcache]
0628 20:13:54943 :: The eterpack doesn't exist [pack/metin2_patch_xmas_texcache]
0628 20:13:54944 :: The eterpack doesn't exist [pack/metin2_patch_kr4]
0628 20:13:54945 :: The eterpack doesn't exist [pack/metin2_patch_kr4_texcache]
0628 20:13:54947 :: The eterpack doesn't exist [pack/metin2_patch_eu4_texcache]
0628 20:13:54950 :: The eterpack doesn't exist [pack/metin2_patch_mundi_texcache]
0628 20:13:54953 :: The eterpack doesn't exist [pack/metin2_patch_sd_texcache]
0628 20:13:54955 :: The eterpack doesn't exist [pack/metin2_patch_halloween_texcache]
0628 20:13:54957 :: The eterpack doesn't exist [pack/metin2_patch_party_texcache]
0628 20:13:54960 :: The eterpack doesn't exist [pack/metin2_patch_dance_texcache]
0628 20:13:54972 :: The eterpack doesn't exist [pack/pc_texcache]
0628 20:13:54982 :: The eterpack doesn't exist [pack/pc2_texcache]
0628 20:13:54998 :: The eterpack doesn't exist [pack/monster_texcache]
0628 20:13:55005 :: The eterpack doesn't exist [pack/monster2_texcache]
0628 20:13:55011 :: The eterpack doesn't exist [pack/effect_texcache]
0628 20:13:55030 :: The eterpack doesn't exist [pack/zone_texcache]
0628 20:13:55032 :: The eterpack doesn't exist [pack/terrain_texcache]
0628 20:13:55037 :: The eterpack doesn't exist [pack/npc_texcache]
0628 20:13:55039 :: The eterpack doesn't exist [pack/npc2_texcache]
0628 20:13:55041 :: The eterpack doesn't exist [pack/tree_texcache]
0628 20:13:55045 :: The eterpack doesn't exist [pack/guild_texcache]
0628 20:13:55054 :: The eterpack doesn't exist [pack/item_texcache]
0628 20:13:55056 :: The eterpack doesn't exist [pack/textureset_texcache]
0628 20:13:55064 :: The eterpack doesn't exist [pack/property_texcache]
0628 20:13:55072 :: The eterpack doesn't exist [pack/icon_texcache]
0628 20:13:55090 :: The eterpack doesn't exist [pack/season1_texcache]
0628 20:13:55102 :: The eterpack doesn't exist [pack/season2_texcache]
0628 20:13:55105 :: The eterpack doesn't exist [pack/outdoora1_texcache]
0628 20:13:55109 :: The eterpack doesn't exist [pack/outdoora2_texcache]
0628 20:13:55112 :: The eterpack doesn't exist [pack/outdoora3_texcache]
0628 20:13:55115 :: The eterpack doesn't exist [pack/outdoorb1_texcache]
0628 20:13:55117 :: The eterpack doesn't exist [pack/outdoorb3_texcache]
0628 20:13:55119 :: The eterpack doesn't exist [pack/outdoorc1_texcache]
0628 20:13:55121 :: The eterpack doesn't exist [pack/outdoorc3_texcache]
0628 20:13:55124 :: The eterpack doesn't exist [pack/outdoorsnow1_texcache]
0628 20:13:55128 :: The eterpack doesn't exist [pack/outdoordesert1_texcache]
0628 20:13:55131 :: The eterpack doesn't exist [pack/outdoorflame1_texcache]
0628 20:13:55132 :: The eterpack doesn't exist [pack/outdoorfielddungeon1_texcache]
0628 20:13:55134 :: The eterpack doesn't exist [pack/outdoort1_texcache]
0628 20:13:55136 :: The eterpack doesn't exist [pack/outdoort2_texcache]
0628 20:13:55138 :: The eterpack doesn't exist [pack/outdoort3_texcache]
0628 20:13:55139 :: The eterpack doesn't exist [pack/outdoort4_texcache]
0628 20:13:55142 :: The eterpack doesn't exist [pack/outdoorwedding_texcache]
0628 20:13:55144 :: The eterpack doesn't exist [pack/outdoormilgyo1_texcache]
0628 20:13:55146 :: The eterpack doesn't exist [pack/indoorspiderdungeon1_texcache]
0628 20:13:55148 :: The eterpack doesn't exist [pack/indoordeviltower1_texcache]
0628 20:13:55150 :: The eterpack doesn't exist [pack/indoormonkeydungeon1_texcache]
0628 20:13:55152 :: The eterpack doesn't exist [pack/indoormonkeydungeon2_texcache]
0628 20:13:55154 :: The eterpack doesn't exist [pack/indoormonkeydungeon3_texcache]
0628 20:13:55156 :: The eterpack doesn't exist [pack/outdoortrent02_texcache]
0628 20:13:55159 :: The eterpack doesn't exist [pack/outdoorguild1_texcache]
0628 20:13:55161 :: The eterpack doesn't exist [pack/outdoorguild2_texcache]
0628 20:13:55162 :: The eterpack doesn't exist [pack/outdoorguild3_texcache]
0628 20:13:55164 :: The eterpack doesn't exist [pack/outdoortrent_texcache]
0628 20:13:55165 :: The eterpack doesn't exist [pack/outdoortrent02_texcache]
0628 20:13:55167 :: The eterpack doesn't exist [pack/outdoorduel_texcache]
0628 20:13:55169 :: The eterpack doesn't exist [pack/outdoorgmguildbuild_texcache]
0628 20:13:55180 :: The eterpack doesn't exist [pack/sound_texcache]
0628 20:13:55181 :: The eterpack doesn't exist [pack/sound_texcache]
0628 20:13:55182 :: The eterpack doesn't exist [pack/sound_texcache]
0628 20:13:55183 :: The eterpack doesn't exist [pack/sound_texcache]
0628 20:13:55184 :: The eterpack doesn't exist [pack/sound_texcache]
0628 20:13:55185 :: The eterpack doesn't exist [pack/sound_texcache]
0628 20:13:55186 :: The eterpack doesn't exist [pack/sound_texcache]
0628 20:13:55193 :: The eterpack doesn't exist [pack/sound2_texcache]
0628 20:13:55194 :: The eterpack doesn't exist [pack/sound2_texcache]
0628 20:13:55196 :: The eterpack doesn't exist [pack/bgm_texcache]
0628 20:13:55217 :: The eterpack doesn't exist [pack/ETC_texcache]
0628 20:13:55218 :: The eterpack doesn't exist [pack/ETC_texcache]
0628 20:13:55218 :: The eterpack doesn't exist [pack/locale_ca]
0628 20:13:55219 :: The eterpack doesn't exist [pack/locale_ca_texcache]
0628 20:13:55220 :: The eterpack doesn't exist [pack/locale_ae]
0628 20:13:55221 :: The eterpack doesn't exist [pack/locale_ae_texcache]
0628 20:13:55225 :: The eterpack doesn't exist [pack/locale_de_texcache]
0628 20:13:55226 :: The eterpack doesn't exist [pack/locale_es]
0628 20:13:55227 :: The eterpack doesn't exist [pack/locale_es_texcache]
0628 20:13:55227 :: The eterpack doesn't exist [pack/locale_fr]
0628 20:13:55228 :: The eterpack doesn't exist [pack/locale_fr_texcache]
0628 20:13:55229 :: The eterpack doesn't exist [pack/locale_gr]
0628 20:13:55230 :: The eterpack doesn't exist [pack/locale_gr_texcache]
0628 20:13:55231 :: The eterpack doesn't exist [pack/locale_it]
0628 20:13:55232 :: The eterpack doesn't exist [pack/locale_it_texcache]
0628 20:13:55232 :: The eterpack doesn't exist [pack/locale_nl]
0628 20:13:55233 :: The eterpack doesn't exist [pack/locale_nl_texcache]
0628 20:13:55235 :: The eterpack doesn't exist [pack/locale_pl]
0628 20:13:55237 :: The eterpack doesn't exist [pack/locale_pl_texcache]
0628 20:13:55237 :: The eterpack doesn't exist [pack/locale_pt]
0628 20:13:55239 :: The eterpack doesn't exist [pack/locale_pt_texcache]
0628 20:13:55240 :: The eterpack doesn't exist [pack/locale_tr]
0628 20:13:55242 :: The eterpack doesn't exist [pack/locale_tr_texcache]
0628 20:13:55243 :: The eterpack doesn't exist [pack/locale_uk]
0628 20:13:55244 :: The eterpack doesn't exist [pack/locale_uk_texcache]
0628 20:13:55245 :: The eterpack doesn't exist [pack/locale_bg]
0628 20:13:55246 :: The eterpack doesn't exist [pack/locale_bg_texcache]
0628 20:13:55246 :: The eterpack doesn't exist [pack/locale_en]
0628 20:13:55247 :: The eterpack doesn't exist [pack/locale_en_texcache]
0628 20:13:55248 :: The eterpack doesn't exist [pack/locale_mx]
0628 20:13:55249 :: The eterpack doesn't exist [pack/locale_mx_texcache]
0628 20:13:55250 :: The eterpack doesn't exist [pack/locale_ro]
0628 20:13:55251 :: The eterpack doesn't exist [pack/locale_ro_texcache]
0628 20:13:55251 :: The eterpack doesn't exist [pack/locale_ru]
0628 20:13:55252 :: The eterpack doesn't exist [pack/locale_ru_texcache]
0628 20:13:55254 :: The eterpack doesn't exist [pack/locale_dk]
0628 20:13:55255 :: The eterpack doesn't exist [pack/locale_dk_texcache]
0628 20:13:55256 :: The eterpack doesn't exist [pack/locale_cz]
0628 20:13:55259 :: The eterpack doesn't exist [pack/locale_cz_texcache]
0628 20:13:55260 :: The eterpack doesn't exist [pack/locale_hu]
0628 20:13:55261 :: The eterpack doesn't exist [pack/locale_hu_texcache]
0628 20:13:55264 :: The eterpack doesn't exist [pack/locale_us_texcache]
0628 20:13:55265 :: The eterpack doesn't exist [pack/locale_pa]
0628 20:13:55266 :: The eterpack doesn't exist [pack/locale_pa_texcache]
0628 20:13:55268 :: The eterpack doesn't exist [pack/uiscript_texcache]
0628 20:13:55271 :: The eterpack doesn't exist [pack/locale_ymir_ui_texcache]
0628 20:13:55273 :: The eterpack doesn't exist [pack/locale_ymir_texcache]
0628 20:13:55275 :: The eterpack doesn't exist [pack/locale_us_texcache]
0628 20:13:55276 :: The eterpack doesn't exist [pack/ETC_texcache]
0628 20:13:55278 :: The eterpack doesn't exist [pack/uiloading_texcache]
0628 20:13:00008 ::
0628 20:13:00009 :: ## Network - OffLine Phase ##
0628 20:13:00011 ::
0628 20:13:00048 :: SYSERR: import marshal # builtin

0628 20:13:00049 :: SYSERR: import imp # builtin

0628 20:13:00049 :: importing from pack debugInfo
0628 20:13:00051 :: importing from pack localeInfo
0628 20:13:00060 :: importing from pack constInfo
0628 20:13:00081 :: importing from pack mouseModule
0628 20:13:00084 :: importing from pack ui
0628 20:13:00089 :: SYSERR: ui.py: inconsistent use of tabs and spaces in indentation

0628 20:13:00121 :: importing from lib _weakref
0628 20:13:00121 :: SYSERR: import _weakref # builtin

0628 20:13:00123 :: importing from pack networkModule
0628 20:13:00126 :: importing from pack playerSettingModule
0628 20:13:00148 :: importing from pack emotion
0628 20:13:00151 :: importing from pack uiPhaseCurtain
0628 20:13:00152 :: importing from pack uiCandidate
0628 20:13:00154 :: importing from pack musicInfo
0628 20:13:00155 :: importing from pack stringCommander
0628 20:13:00888 :: SYSERR: CANNOT_FIND_PACK_FILE [sound/effect/etc/dropitem/dropitem.mss]
0628 20:13:00914 :: NEWMAIN STREAM ----------------------------------------------------------------------------0628 20:13:00915 ::
0628 20:13:00916 :: NEW POPUP DIALOG ----------------------------------------------------------------------------0628 20:13:00917 ::
0628 20:13:00917 :: importing from pack exception
0628 20:13:00932 :: importing from lib os
0628 20:13:00933 :: SYSERR: # trying .os.pyd

0628 20:13:00934 :: SYSERR: # trying .os.py

0628 20:13:00935 :: SYSERR: # trying .os.pyw

0628 20:13:00935 :: SYSERR: # trying .os.pyc

0628 20:13:00936 :: SYSERR: # trying libos.pyd

0628 20:13:00937 :: SYSERR: # trying libos.py

0628 20:13:00937 :: SYSERR: # trying libos.pyw

0628 20:13:00938 :: SYSERR: # trying libos.pyc

0628 20:13:00939 :: importing from lib traceback
0628 20:13:00939 :: SYSERR: # trying .traceback.pyd

0628 20:13:00940 :: SYSERR: # trying .traceback.py

0628 20:13:00940 :: SYSERR: # trying .traceback.pyw

0628 20:13:00941 :: SYSERR: # trying .traceback.pyc

0628 20:13:00941 :: SYSERR: # trying libtraceback.pyd

0628 20:13:00942 :: SYSERR: # trying libtraceback.py

0628 20:13:00943 :: SYSERR: # trying libtraceback.pyw

0628 20:13:00943 :: SYSERR: # trying libtraceback.pyc

0628 20:13:00946 :: Bad magic number in libtraceback.pyc
0628 20:13:00947 :: ---------------------------------------------------------------------------- DELETE MAIN STREAM 0628 20:13:00947 ::
0628 20:13:00948 :: ---------------------------------------------------------------------------- DELETE POPUP DIALOG 0628 20:13:00949 ::
0628 20:13:03792 :: Traceback:

Call: File "<string>", line 1, in <module>
Call: File "system.py", line 1, in <module>
Call: File "system.py", line 271, in RunMainScript
Call: File "system.py", line 190, in execfile
Call: File "system.py", line 157, in Run
Call: File "prototype.py", line 1, in <module>
Call: File "system.py", line 121, in __pack_import
Call: File "prototype.py", line 17, in RunApp
Call: File "musicInfo.py", line 19, in LoadLastPlayFieldMusic
Call: File "networkModule.py", line 121, in Create
Call: File "networkModule.py", line 159, in CreatePopupDialog
Call: File "networkModule.py", line 32, in LoadDialog
Call: File "ui.py", line 2755, in LoadScriptFile
Call: File "system.py", line 121, in __pack_import
Exception: File "system.py", line 273, in RunMainScript
Call: File "system.py", line 242, in GetExceptionString
Call: File "system.py", line 121, in __pack_import
Error: Bad magic number in libtraceback.pyc

0628 20:13:03799 :: SYSERR: RunMain Error
0628 20:13:03801 :: SYSERR: # clear __builtin__._

0628 20:13:03802 :: SYSERR: # clear sys.path

0628 20:13:03803 :: SYSERR: # clear sys.argv

0628 20:13:03805 :: SYSERR: # clear sys.ps1

0628 20:13:03805 :: SYSERR: # clear sys.ps2

0628 20:13:03806 :: SYSERR: # clear sys.exitfunc

0628 20:13:03807 :: SYSERR: # clear sys.exc_type

0628 20:13:03808 :: SYSERR: # clear sys.exc_value

0628 20:13:03809 :: SYSERR: # clear sys.exc_traceback

0628 20:13:03812 :: SYSERR: # clear sys.last_type

0628 20:13:03812 :: SYSERR: # clear sys.last_value

0628 20:13:03813 :: SYSERR: # clear sys.last_traceback

0628 20:13:03813 :: SYSERR: # clear sys.path_hooks

0628 20:13:03814 :: SYSERR: # clear sys.path_importer_cache

0628 20:13:03815 :: SYSERR: # clear sys.meta_path

0628 20:13:03815 :: SYSERR: # clear sys.flags

0628 20:13:03816 :: SYSERR: # clear sys.float_info

0628 20:13:03816 :: SYSERR: # restore sys.stdin

0628 20:13:03817 :: SYSERR: # restore sys.stdout

0628 20:13:03817 :: SYSERR: # restore sys.stderr

0628 20:13:03823 :: SYSERR: granny_shared_vbs:
0628 20:13:03823 :: SYSERR:     0: 40
0628 20:13:03823 :: SYSERR:     1: 20
0628 20:13:03824 :: SYSERR:     2: 20
0628 20:13:03824 :: SYSERR:     3: 40
0628 20:13:03825 :: SYSERR:     4: 0
0628 20:13:03825 :: SYSERR:     5: 20
0628 20:13:03825 :: SYSERR:     6: 0
0628 20:13:03825 :: SYSERR:     7: 0
0628 20:13:03826 :: SYSERR:     8: 0
0628 20:13:03826 :: CResourceManager::__DestroyDeletingResourceMap 16
0628 20:13:03827 :: CResourceManager::__DestroyResourceMap 19
0628 20:13:03880 :: CResourceManager::__DestroyResourceMap 0
0628 20:13:03881 :: CPythonBackground Clear
0628 20:13:03882 :: PythonIME Clear
0628 20:13:03882 :: PythonNetworkMainStream Clear
0628 20:13:03882 :: Python Graphic Clear
Link to comment
Share on other sites

Announcements



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