Wrong client flags detected

JohnRaiden

New member
Messages
4
Points
0
Discord
JohnRaiden#2851
Emulator
Hercules
Greetings

I am trying to setup a Zero server on localhost.

When I want to connect to my GM account, I get this message from my login server:

Wrong client flags detected (account: GmAccount, received flags: 0x80000001)

Through the client I receive "your game's exe file is not the latest version"

I am using 2021-11-24 Zero client with 2020-01-15_2aRagexe_zero from http://nemo.herc.ws/downloads/

mmo.h

#define PACKETVER 20200115

and

#define ENABLE_PACKETVER_ZERO

in my mmo.h

login-server.conf

check_client_version: false

check_client_flags: true

report_client_flags_error: true

If I switch check_clint_flags : false, I am able to connect, create a character but cannot login with the character and get "failed to connect to server".

I would rather not keep it "false" to avoid any potential problems resulting from this.

Your help would be appreciated.

 
Update: 4144 solved the problem on discord.

Problem was enabling ExtendCashShopPreview and ExtentOldCashShopPreview on nemo/warp and not enabling the function on server side as described in following links:





Thank you very much 4144

 
Nevermind, I found it. If someone got

Wrong client flags detected (account: xxx, received flags: 0x80000001)


Try ENABLE_CASHSHOP_PREVIEW_PATCH disabled in the source.

 
Last edited by a moderator:
if you using warp it have broken flags support. Because this better disable flags validation in herc or use nemo

with herc+nemo it will show wrong client flags error only if you did wrong patches in client.

 
Back
Top