VC:MP 0.4 (Beta) > General Discussion

VC-MP 0.4 RC announce

(1/1)

Mariu22S:
Announce problem


--- Code: ---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.
--- End code ---

ysc123:
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: ---else if (http_code == 200)
/*gFuncs->printf("Server successfully announced to %s.\n", announceHost[multicastID]);*/
--- End code ---

stormeus:

--- Quote from: 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

--- End quote ---

The plugin was not a final version. Try redownloading.

Navigation

[0] Message Index

Go to full version