Vice City Multiplayer

VC:MP 0.4 (Beta) => General Discussion => Topic started by: Mariu22S on October 06, 2014, 11:10:11 pm

Title: VC-MP 0.4 RC announce
Post by: Mariu22S on October 06, 2014, 11:10:11 pm
Announce problem

Code: [Select]
Socket error 2 was encountered while trying to announce to master.vc-mp.ovh.

Will attempting to ping the announce server again in 150 seconds.
Title: Re: VC-MP 0.4 RC announce
Post by: ysc123 on October 07, 2014, 12:27:24 am
The same problem...
Masterlist master.vc-mp.ovh failed with error 200 while attempting to list this server.

But it shows on the list! What's the matter? :o

OK. I saw the source code. It's a little issue.
if (matches < 1)
   gFuncs->printf("Potentially invalid data was received from masterlist %s.\n", announceHost[multicastID]);
/*else if (http_code == 200)
   gFuncs->printf("Server successfully announced to %s.\n", announceHost[multicastID]);*/
else
   gFuncs->printf("Masterlist %s failed with error %d while attempting to list this server.\n", announceHost[multicastID], http_code);

it should be
Code: [Select]
else if (http_code == 200)
/*gFuncs->printf("Server successfully announced to %s.\n", announceHost[multicastID]);*/
Title: Re: VC-MP 0.4 RC announce
Post by: stormeus on October 07, 2014, 12:38:16 am
The same problem...
Masterlist master.vc-mp.ovh failed with error 200 while attempting to list this server.

But it shows on the list! What's the matter? :o

The plugin was not a final version. Try redownloading.