[GUIDE] Hosting a DayZ/Arma server on Linux

I keep getting this as a response in the command line for BEC:
fixme:iphlpapi:GetExtendedTcpTable ulAf = 23 not supported
fixme:iphlpapi:GetExtendedUdpTable ulAf = 23 not supported

Any ideas?

Seems to be outdated but i ran into the same problem.
Simple fix: start bec with parameter --dsc
This disables the bec gui and runs it in text mode

Code:
wine Bec.exe -f Config.cfg --dsc &
 
Seems to be outdated but i ran into the same problem.
Simple fix: start bec with parameter --dsc
This disables the bec gui and runs it in text mode

Code:
wine Bec.exe -f Config.cfg --dsc &

Actually the --dsc option skip the detection if the server is running and directly try to connect to it. Simply lanch bec without any options and you'll see the list of launch parameters :)
 
Back
Top