Author Topic: No servers available?  (Read 1540 times)

I keep refreshing the server list but it won't show any servers. Is there a reason why? It's not my account because I tried entering my key on my mom's laptop, and that worked fine. I also tried uninstalling and reinstalling Blockland on Steam. Didn't work.


Can you try removing oRBs?

Can you try removing oRBs?
yes. I have tried removing both oRBs and BL Glass.

I also tried uninstalling my v20 of Blockland, but still no luck.

yes. I have tried removing both oRBs and BL Glass.
oRBs could be at fault, but not Glass.

Could you post a console.log?

oRBs could be at fault, but not Glass.

Could you post a console.log?
yep.

From what I can tell, your Blockland didn't even try to ping servers.
Now this could be the source of your problem, or you didn't try to get the server list the last time you opened Blockland.
The log gets refreshed every time you open Blockland you see.

Could you post your console log again after you: opened Blockland, tried to query the servers and then shutting down?

It can give more information or at least remove the logs of starting your server, making it easier to see the problem.

From what I can tell, your Blockland didn't even try to ping servers.
Now this could be the source of your problem, or you didn't try to get the server list the last time you opened Blockland.
The log gets refreshed every time you open Blockland you see.

Could you post your console log again after you: opened Blockland, tried to query the servers and then shutting down?

It can give more information or at least remove the logs of starting your server, making it easier to see the problem.
ah okay, my bad. I just opened up blockland and quit. Don't know what I was thinking.

ah okay, my bad. I just opened up blockland and quit. Don't know what I was thinking.
No problem.

It still doesn't give enough information to come up with a concessive conclusion.
This is from your log:
Code: [Select]
Pinging Servers...

Pinging Servers...
As you can see, there is no logs in between.

The only way to get more information is by opening the white command line thingy by pressing '~' or the key left from your 1 key above your letters.
And typing "trace(1);" without quotations.
Then try again to ping the servers and upload your console log.


But it may be it won't give any more information because something is blocking your ports.
Either your firewall, your router or your ISP.
But the strange thing is you do still authenticate, which shouldn't happen if it was actually blocked.
Still, try disabling your firewall for a minute and see if that helps.

Then try again to ping the servers and upload your console log.
Here it is. I will try disabling my firewall and then get back to you.

Turned off firewall. Unfortunately did nothing.

Your Blockland isn't getting any pings back:
Code: [Select]
   Entering ServerInfoSO_StartPingAll()
     
      Pinging Servers...
   Leaving ServerInfoSO_StartPingAll() - return 0

This is how it should be:
Code: [Select]
   Entering ServerInfoSO_StartPingAll()
     
      Pinging Servers...
      Sending ping to    IP:67.209.87.201:28000
      Sending ping to    IP:67.209.87.201:28000
      Sending ping to    IP:74.179.127.175:28000
      Sending ping to    IP:173.255.231.225:30000
      Sending ping to    IP:45.79.82.236:10000
      Sending ping to    IP:69.142.10.142:28000
      Sending ping to    IP:50.115.255.102:28000
      Sending ping to    IP:149.56.96.103:28000
      Sending ping to    IP:71.180.74.123:28000
      Sending ping to    IP:74.91.123.160:40000
   Leaving ServerInfoSO_StartPingAll() - return 9

My log returns 9 pings, while yours gets 0.

So the problem definitely lies with something outside of Blockland, which is blocking the connection.

Since when did you have this issue?
Dit you install any updates since it happened?
Got a new router?

Maybe reinstalling it might do the trick.
Since you are on Steam, you could also try to verify game cache

I did not change anything to the router, and did not install any new updates. I verified my game cache, but that did not work either. Thanks for the help though.

Remove Script_CustomMS from your add-ons folder. I don't know is what it is for but it seems to make game query a 3rd party master server.



You were looking at the wrong part of the log, pinging servers can only be done after loading the list. This strange 3rd party server returned an empty list so no pings needed to be sent.