Jump to content

Recommended Posts

hello i been testing the stall server but im having a problem, sometimes i get disconnect from server and when i try to log back i get login failed, then i can enter again with a new account until it gets blocked again, when i remove the stall server mod i can enter again with the affected accounts. 
i checked the server logs but theres not much inside 
[10-09 14:23:23]client: 127.0.0.1 come...Socket num: 1 [10-09 14:23:23]client: 127.0.0.1 login ok. [10-09 14:23:23]client: 127.0.0.1 gone...Socket num: 0 ,reason=网络被对方正常关闭 (The network was shut down normally by the other party.)
[10-09 13:59:05]execute SQL success![10-09 13:59:12]Table [account], begin execute SQL [update account set last_ip='127.0.0.1',disc_reason ='͸§±»¶Է½ս³£¹رա£',last_leave =getdate() where act_id =2]
https://gyazo.com/78f84438d1ba129f514e29230d294392

  • Thanks 1

Share this post


Link to post
Share on other sites

Hello @Turisasx,

 

Thank you for your feedback! I will research the problem.


Share this post


Link to post
Share on other sites

Hello again, @Turisasx,

 

Try change the following code in the file Bridge.h:

const std::size_t max_packet_size = 4096;

to

const std::size_t max_packet_size = 4096 * 4;

As @BXlevovich suggested:

1 hour ago, BXlevovich said:

@V3ct0r, есть баг со входом на аккаунт.
 Когда пытаешься войти - сразу получаешь дисконнект (без всяких информационных окон), проявляется не на всех аккаунтах.

 

Решение заключается в увеличении размера буффера: 

image.png.cf7da4e7c081533cd0d6d8531c7693e0.png

 

After that do not forget to rebuild the solution.


Share this post


Link to post
Share on other sites

10/26/2022

 

+ Fixed bug with login. Many thanks to @BXlevovich for the discovery and solution!

 

The required changes have been pushed to the project repository with commit 738004d5ad24dfaf26a3dc8e66f882713f62f250. The request to all users to rebuild and update the server.

 

@Turisasx


Share this post


Link to post
Share on other sites
On 10/26/2022 at 12:54 PM, V3ct0r said:

10/26/2022

 

+ Fixed bug with login. Many thanks to @BXlevovich for the discovery and solution!

 

The required changes have been pushed to the project repository with commit 738004d5ad24dfaf26a3dc8e66f882713f62f250. The request to all users to rebuild and update the server.

 

@Turisasx

I updated and now it works perfectly. Thank you!

Share this post


Link to post
Share on other sites

Hello @V3ct0r, there is a way to use this with .exes with the wpe protection? I mean, personally i would like to use some clean .exes but this kind of protection is essential. Thank you


nagi_no_asukara_signature_by_tsukii_h0sh

Share this post


Link to post
Share on other sites

Hello @Lua,

 

Unfortunately, there is no way at the moment. I will keep it in mind.


Share this post


Link to post
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.   Restore formatting

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