Jump to content

Клиент зависает при логине


Kostiks

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  01/13/13
  • Last Seen:  

Ребят, всем привет. Такая проблема, клиент kRO_20200419, екзешник патчу 2018-04-18bRagexeRE, захожу по логину, выбираю чара и клиент виснит, в чем проблема? может я где в серверной части не указал версию своего ехешника? Давно не играл, раньше было как-то проще с ехешниками, выбрал че нужно. ну да ладно, в чем у меня проблема может быть?

Link to comment
Share on other sites


  • Group:  Donators
  • Topic Count:  20
  • Topics Per Day:  0.01
  • Content Count:  121
  • Reputation:   136
  • Joined:  07/28/18
  • Last Seen:  

replace packetversion and compile emulator

src/config/packets.hpp 

https://github.com/rathena/rathena/blob/master/src/config/packets.hpp

replace: 

#ifndef PACKETVER
	/// Do NOT edit this line! To set your client version, please do this instead:
	/// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD
	/// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD
	#define PACKETVER 20200401
#endif

#define PACKETVER 20180418 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  01/13/13
  • Last Seen:  

49 minutes ago, Frost-Eduardo said:

replace packetversion and compile emulator

src/config/packets.hpp 

https://github.com/rathena/rathena/blob/master/src/config/packets.hpp

replace: 


#ifndef PACKETVER
	/// Do NOT edit this line! To set your client version, please do this instead:
	/// In Windows: Add this line in your src\custom\defines_pre.hpp file: #define PACKETVER YYYYMMDD
	/// In Linux: The same as above or run the following command: ./configure --enable-packetver=YYYYMMDD
	#define PACKETVER 20200401
#endif

#define PACKETVER 20180418 

Да, спасибо, уже разобрался, правда думал куда именно вставить #define PACKETVER 20180418, в defines_pre, там были строчки, решил сделать так.

Quote

#ifndef CONFIG_CUSTOM_DEFINES_PRE_HPP
#define CONFIG_CUSTOM_DEFINES_PRE_HPP

#define PACKETVER 20180418

 

#endif /* CONFIG_CUSTOM_DEFINES_PRE_HPP */

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...