Jump to content

Problem metin2client.exe


Recommended Posts

Hello , 

 

I compiled binrary code without error and when the game is loading it's stock on EMPTY gauge .. 

GAME source Mainline_sg 

BINRARY source Mainline_sg 

 

someone know how to change the packet.h to make this work ?  thank you

SYSERR:

Spoiler

0623 19:14:19704 :: Phase Select does not handle this header (header: 18, last: 17, 18)
0623 19:14:19753 :: Phase Select does not handle this header (header: 20, last: 17, 20)

 

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

I know it could sound annoying, but I suggest you to come back to mainline_sg(released) for server and compile your own binary from one of the sources here released.
To solve that error you must inspect the packet declaration, every var decrlared must be the same (name + type) in both client and server binary. Unfortunately this could not solve the problem, but if you haven't done big edits to server's source code this should work as I use that combination without problem.
If the problem still remain or don't understand what I said, you can add me on skype: xelbrujoox

Link to comment
Share on other sites

29 minutes ago, arves100 said:

You have to use mainline_sg for server and novaline for client

Okey so I was trying to Compile Binrary from the Novaline and Boom : 

Spoiler

Error    273    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    900    1    UserInterface
Error    275    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    919    1    UserInterface
Error    280    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    1294    1    UserInterface
Error    281    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    1340    1    UserInterface
Error    282    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    1393    1    UserInterface
Error    283    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    1456    1    UserInterface
Error    284    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    1531    1    UserInterface
Error    285    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    1616    1    UserInterface
Error    286    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    1673    1    UserInterface
Error    287    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    1713    1    UserInterface
Error    288    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    1976    1    UserInterface
Error    289    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    2017    1    UserInterface
Error    329    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonShop.cpp    330    1    UserInterface
Error    330    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonShop.cpp    348    1    UserInterface
Error    331    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonShop.cpp    360    1    UserInterface
Error    332    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonShop.cpp    387    1    UserInterface
Error    333    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonShop.cpp    396    1    UserInterface
Error    452    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonNetworkStreamModule.cpp    953    1    UserInterface
Error    453    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonNetworkStreamModule.cpp    1222    1    UserInterface
Error    454    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonNetworkStreamModule.cpp    1254    1    UserInterface
Error    455    error C2665: 'PyTuple_GetInteger' : none of the 3 overloads could convert all the argument types    C:\project\xxxxl\xxx2\Client\UserInterface\PythonNetworkStreamModule.cpp    1303    1    UserInterface
Error    404    error C2664: 'int lzo1x_decompress_safe(const unsigned char *,lzo_uint,unsigned char *,lzo_uint *,void *)' : cannot convert argument 1 from 'const char *' to 'const unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\MarkImage.cpp    190    1    UserInterface
Error    405    error C2664: 'int lzo1x_999_compress(const unsigned char *,lzo_uint,unsigned char *,lzo_uint *,void *)' : cannot convert argument 1 from 'const char *' to 'const unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\MarkImage.cpp    305    1    UserInterface
Error    268    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    770    1    UserInterface
Error    269    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    774    1    UserInterface
Error    270    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    812    1    UserInterface
Error    271    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    842    1    UserInterface
Error    272    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    873    1    UserInterface
Error    274    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    912    1    UserInterface
Error    276    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    958    1    UserInterface
Error    277    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    991    1    UserInterface
Error    278    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    1021    1    UserInterface
Error    279    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    1083    1    UserInterface
Error    290    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    2130    1    UserInterface
Error    291    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonPlayerModule.cpp    2152    1    UserInterface
Error    444    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonNetworkStreamModule.cpp    678    1    UserInterface
Error    445    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonNetworkStreamModule.cpp    706    1    UserInterface
Error    446    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonNetworkStreamModule.cpp    712    1    UserInterface
Error    447    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonNetworkStreamModule.cpp    736    1    UserInterface
Error    448    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonNetworkStreamModule.cpp    765    1    UserInterface
Error    449    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonNetworkStreamModule.cpp    821    1    UserInterface
Error    450    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonNetworkStreamModule.cpp    825    1    UserInterface
Error    451    error C2664: 'bool PyTuple_GetByte(PyObject *,int,unsigned char *)' : cannot convert argument 3 from 'char *' to 'unsigned char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonNetworkStreamModule.cpp    871    1    UserInterface
Error    199    error C2664: 'bool CPythonGraphic::SaveJPEG(const char *,LPBYTE,UINT,UINT)' : cannot convert argument 2 from 'char *' to 'LPBYTE'    C:\project\xxxxl\xxx2\Client\eterPythonLib\PythonGraphic.cpp    294    1    eterPythonLib
Error    184    error C2660: 'GrannyUpdateModelMatrix' : function does not take 4 arguments    C:\project\xxxxl\xxx2\Client\eterGrnLib\ModelInstanceUpdate.cpp    50    1    eterGrnLib
Error    179    error C2660: 'GrannyNewMeshDeformer' : function does not take 3 arguments    C:\project\xxxxl\xxx2\Client\eterGrnLib\Mesh.cpp    139    1    eterGrnLib
Error    175    error C2660: 'GrannyFindMatchingMember' : function does not take 3 arguments    C:\project\xxxxl\xxx2\Client\eterGrnLib\Material.cpp    250    1    eterGrnLib
Error    176    error C2660: 'GrannyConvertSingleObject' : function does not take 4 arguments    C:\project\xxxxl\xxx2\Client\eterGrnLib\Material.cpp    253    1    eterGrnLib
Error    178    error C2440: 'return' : cannot convert from 'const granny_int32x *' to 'int *'    C:\project\xxxxl\xxx2\Client\eterGrnLib\Mesh.cpp    105    1    eterGrnLib
Error    182    error C2440: 'return' : cannot convert from 'const granny_int32x *' to 'int *'    C:\project\xxxxl\xxx2\Client\eterGrnLib\ModelInstanceModel.cpp    80    1    eterGrnLib
Error    177    error C2440: 'initializing' : cannot convert from 'const granny_int32x *' to 'int *'    C:\project\xxxxl\xxx2\Client\eterGrnLib\Mesh.cpp    59    1    eterGrnLib
Error    217    error C2440: 'initializing' : cannot convert from 'CAffectFlagContainer::Element' to 'char &'    C:\project\xxxxl\xxx2\Client\UserInterface\AffectFlagContainer.cpp    68    1    UserInterface
Error    358    error C2440: 'initializing' : cannot convert from 'byte *' to 'char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonApplicationLogo.cpp    122    1    UserInterface
Error    360    error C2440: 'initializing' : cannot convert from 'byte *' to 'char *'    C:\project\xxxxl\xxx2\Client\UserInterface\PythonApplicationLogo.cpp    166    1    UserInterface
Error    518    error C2440: '=' : cannot convert from 'void (__cdecl *)(granny_log_message_type,granny_log_message_origin,const char *,void *)' to 'granny_log_function (__cdecl *)'    C:\project\xxxxl\xxx2\Client\UserInterface\UserInterface.cpp    719    1    UserInterface
Error    398    error C2065: 'ILvoid' : undeclared identifier    C:\project\xxxxl\xxx2\Client\UserInterface\GuildMarkUploader.cpp    100    1    UserInterface
Error    399    error C2059: syntax error : ')'    C:\project\xxxxl\xxx2\Client\UserInterface\GuildMarkUploader.cpp    100    1    UserInterface
 

Any IDEA? :) 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

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.