Vice City: Multiplayer

VC:MP Discussion => Support => Topic started by: Ezio9805-P on Apr 05, 2022, 08:14 AM

Title: Failed to store response from master.vc-mp.org
Post by: Ezio9805-P on Apr 05, 2022, 08:14 AM
Hi all,
Long story short is been a long time since I hosted a server. and now I am back
Everything is working fine. The server is showing up in VCMP internet list. People can join and play but I notice a few errors that didn't exist back then compare to now (in screenshot below) and also there seems to be intermittent issue the server will crash and I will need to restart it again. can anyone help me to understand the following erros?

(https://i.ibb.co/kGWyb2d/errors.jpg)
Title: Re: Failed to store response from master.vc-mp.org
Post by: habi on Apr 05, 2022, 02:15 PM
Hi, i had little investigated the issue, but unfortunately could not come to any conclusion.

1. What are the plugins you use, apart from the announcer plugin?

There are two errors. First one is from a plugin which uses 'boost' libraries. (some thing about SSL. Discord plugin? )
The second error is ofcourse from announce plugin.

When i investigated the error,
case ANNERR_STOREFAIL:
sdk->LogMessage("announcer: Failed to store response from %s", announce_host[i]);
break;

if (received == total) {
return_code = ANNERR_STOREFAIL;
}

memset(response, 0, sizeof(response));
total = sizeof(response) - 1;
received = 0;

do {
bytes = recv(sockfd, response + received, total - received, 0);
response[512] = { 0 }i can't figure out what.
https://bitbucket.org/stormeus/0.4-announce/raw/c1f737aaddce6ad5357df4b11a4898cad3269188/0.4-announce/main.c

Is the name of your server too long or something?
Title: Re: Failed to store response from master.vc-mp.org
Post by: Ezio9805-P on Apr 06, 2022, 05:08 PM
Hi. Thanks for the fast reply. You can find the list of plugins I used below.

(https://i.ibb.co/C0kkwVK/temp.jpg)

Yes I believe my server name is quite long. Is this the root cause causing the announcer error?

I can try to disable the Discord plugins and maybe shorten the server name
Title: Re: Failed to store response from master.vc-mp.org
Post by: habi on Apr 06, 2022, 05:57 PM
In your server.cfg, find the plugins  line and remove actor64 if it exists.

If still error happens, you need to figure out which plugin is causing the error.
Title: Re: Failed to store response from master.vc-mp.org
Post by: NewK on Apr 07, 2022, 03:54 AM
Update your announcer plugin, the old version caused that "Failed to store response " error. Download the latest version here: https://forum.vc-mp.org/?topic=8700.msg51666#msg51666