Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The battle mode will case server very stuttering #115

Open
kissingers opened this issue Oct 2, 2022 · 2 comments
Open

The battle mode will case server very stuttering #115

kissingers opened this issue Oct 2, 2022 · 2 comments

Comments

@kissingers
Copy link

Queue into the Eye of the Storm battlefield irregular stuttering, the moment the start of the battle will also be stuck, after the start of the fight will not be stuck, so the problem in the queuing module, received the following logs, close the module is not stuck.

2022-10-02 10:05:42 Battleground: invalid bgtype (0) received. possible cheater? player GUID Full: 0x00000000000006c1 Type: Player Low: 1729
2022-10-02 10:05:42 Battleground: invalid bgtype (0) received. possible cheater? player GUID Full: 0x0000000000000790 Type: Player Low: 1936
2022-10-02 10:05:42 Battleground: invalid bgtype (0) received. possible cheater? player GUID Full: 0x00000000000006c4 Type: Player Low: 1732
2022-10-02 10:05:42 Battleground: invalid bgtype (0) received. possible cheater? player GUID Full: 0x0000000000000793 Type: Player Low: 1939
2022-10-02 10:05:42 Battleground: invalid bgtype (0) received. possible cheater? player GUID Full: 0x00000000000008bd Type: Player Low: 2237
2022-10-02 10:05:47 Battleground: invalid bgtype (0) received. possible cheater? player GUID Full: 0x00000000000006c1 Type: Player Low: 1729
2022-10-02 10:05:47 Battleground: invalid bgtype (0) received. possible cheater? player GUID Full: 0x0000000000000790 Type: Player Low: 1936
2022-10-02 10:05:47 Battleground: invalid bgtype (0) received. possible cheater? player GUID Full: 0x00000000000006c4 Type: Player Low: 1732
2022-10-02 10:05:47 Battleground: invalid bgtype (0) received. possible cheater? player GUID Full: 0x0000000000000793 Type: Player Low: 1939
2022-10-02 10:05:47 Battleground: invalid bgtype (0) received. possible cheater? player GUID Full: 0x00000000000008bd Type: Player Low: 2237
2022-10-02 10:05:52 Battleground: invalid bgtype (0) received. possible cheater? player GUID Full: 0x00000000000006c4 Type: Player Low: 1732
2022-10-02 10:05:52 Battleground: invalid bgtype (0) received. possible cheater? player GUID Full: 0x0000000000000793 Type: Player Low: 1939
2022-10-02 10:05:52 Battleground: invalid bgtype (0) received. possible cheater? player GUID Full: 0x00000000000008bd Type: Player Low: 2237

@kissingers
Copy link
Author

I have install the mod-antcheat, so I don't know if problem cased by that mode

@kissingers
Copy link
Author

I find the message is form BattleGroundHandler.cpp at line 87
// entry not found
if (!sBattlemasterListStore.LookupEntry(bgTypeId_))
{
LOG_ERROR("network", "Battleground: invalid bgtype ({}) received. possible cheater? player {}", bgTypeId_, _player->GetGUID().ToString());
return;
}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant