Issues with Android Minetest connecting to Server......

freejack
Member
 
Posts: 72
Joined: Wed Jan 08, 2014 06:37

Issues with Android Minetest connecting to Server......

by freejack » Thu Jul 17, 2014 02:31

I just discovered this issue. If your server is getting locked up at some point just as someone is logging in, it is due to them using the android version. Not sure what it is doing but the entire server just stops. This is what I get in debug.txt at the end:

21:23:41: INFO[ServerThread]: Server: Finding spawn place for player "Vacendak"
21:23:41: ACTION[ServerThread]: Moving Vacendak to static spawnpoint at (-238,3.5,238)
21:24:45: INFO[ConnectionSend]: con(4/1)RunTimeouts(): Peer 7 has timed out. (source=peer->timeout_counter)

That is it........this has been happening and I was curios as to why so I tried logging in on my android tablet since my desktop logged in with no issue to the server.

Is there a way to set a flag to stop android log ins till this is solved?

OpenSuse 13.1
Minetest 0.4.10
minetest_game
Desktop client has no issues connecting, Android locks the server up with the above message in debug.txt. Have tried it 10 times, same result all 10 logins.
 

trainwrecktony
Member
 
Posts: 44
Joined: Sun Jun 08, 2014 05:24
In-game: trainwrecktony

Re: Issues with Android Minetest connecting to Server......

by trainwrecktony » Thu Jul 17, 2014 03:26

i asked about this a month or so ago you have 2 options
set
strict_protocol_version_checking = true
in minetest.conf but this will potentially limit you clients to whatever version of server your running... ex if dev server only dev clients

if you compile yourself edit clientserver.h
#define LATEST_PROTOCOL_VERSION 23

// Server's supported network protocol range
#define SERVER_PROTOCOL_VERSION_MIN 13

change 13 to 22 for 0.4.9 and up, 23 for 0.4.10 and up

i do this on my server, not having mobile clients eliminated lag and overall headaches from that population of players
Server Owner trainwrecktony.serveminecraft.net:30000
Server Specs: i5-3570, 16gb, 1tb 7200rpm 64mb cache, Win 2012 r2 x64, Dev mingw x64 minetest build, redis db
Gaming: Clevo W150HNQ, i7-2820, 16gb 1866 hyperx, 256gb Samsung 840 PRO SSD, Nvidia GT 540M, Win 7 Pro x64, Dev mingw x64 minetest build
 

freejack
Member
 
Posts: 72
Joined: Wed Jan 08, 2014 06:37

Re: Issues with Android Minetest connecting to Server......

by freejack » Thu Jul 17, 2014 03:32

trainwrecktony wrote:i asked about this a month or so ago you have 2 options
set
strict_protocol_version_checking = true
in minetest.conf but this will potentially limit you clients to whatever version of server your running... ex if dev server only dev clients

if you compile yourself edit clientserver.h
#define LATEST_PROTOCOL_VERSION 23

// Server's supported network protocol range
#define SERVER_PROTOCOL_VERSION_MIN 13

change 13 to 22 for 0.4.9 and up, 23 for 0.4.10 and up

i do this on my server, not having mobile clients eliminated lag and overall headaches from that population of players


Ok thanks now off to re compile..........
 


Return to Minetest Problems

Who is online

Users browsing this forum: Google [Bot] and 3 guests

cron