GNET "failed to add server" everytime

Blitz3D Forums/Blitz3D Programming/GNET "failed to add server" everytime

Fuller(Posted 2007) [#1]
I'm running the GNET simple example:


and its giving me Failed To Add Server everytime. I'm a client with a stable internet connection so I dont see whats wrong. It worked before.


caff_(Posted 2007) [#2]
Try a different value for my_game$ = "..."

also check your firewall / router in case it's gettting blocked


Fuller(Posted 2007) [#3]
nope. I checked my firewall exceptions and it was there. I tried to change the name but it still giving me Failed to add server


Zethrax(Posted 2007) [#4]
The gnet page has been showing the same three games for the last month or more. I'd guess the service has gone the way of the dodo. If you don't find that it's your code that's the problem, then I'd suggest you email Blitz Research and let them know there might be a problem with their gnet service.


Fuller(Posted 2007) [#5]
yes, i tried gnet in my own game and i'm still getting failed to add server. I'll email the Blitz Research.


Paolo(Posted 2007) [#6]
This code is working perfectly for me,

try to see if there's any difference with yours:

this is the "gnet_inc.bb":



this is the testing code:


Paolo.

[EDIT] Anyway, for GNet I suggest using ETNA
http://repeatuntil.online.fr/Etna/


Fuller(Posted 2007) [#7]
oh geez, im an idiot. The path for the PHP script is wrong! Thanks, guys. Sorry for wasting your time.