Author Topic: VC-MP 0.4 RC announce  (Read 3313 times)

0 Members and 1 Guest are viewing this topic.

Offline Mariu22S

  • Wiseguy
  • **
  • Posts: 78
  • VC-MP Maniac
    • View Profile
VC-MP 0.4 RC announce
« 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.
« Last Edit: October 06, 2014, 11:12:50 pm by Mariu22S »

Offline ysc123

  • Street Thug
  • *
  • Posts: 29
    • View Profile
Re: VC-MP 0.4 RC announce
« Reply #1 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]);*/
« Last Edit: October 07, 2014, 12:32:14 am by ysc123 »

Offline stormeus

  • VC:MP Developer
  • VC:MP Veteran
  • *
  • Posts: 1122
    • View Profile
Re: VC-MP 0.4 RC announce
« Reply #2 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.
Do not PM me for support.