killerkiwi Posted October 13, 2017 Report Share Posted October 13, 2017 please dose any know a fix Bec i need it to restart my server or it there any other app i can use Link to comment Share on other sites More sharing options...
0 salival Posted October 13, 2017 Report Share Posted October 13, 2017 define what "not working" is, how is it not working? what's it doing/not doing? Need more information. Link to comment Share on other sites More sharing options...
0 lwbuk Posted October 13, 2017 Report Share Posted October 13, 2017 I would imagine he has installed it and it crashes out or closes because it can’t update, so he needs to amend his hosts file. C:\Windows\System32\drivers\etc\ add 127.0.0.1 ibattle.org127.0.0.1 www.ibattle.org all conjecture of course until more info is received. Link to comment Share on other sites More sharing options...
0 killerkiwi Posted October 13, 2017 Author Report Share Posted October 13, 2017 it just closes soon as the server starts video showing whats going on https://drive.google.com/open?id=0BwZ5c0KhBcnAMlZULXJaVEpweEk Link to comment Share on other sites More sharing options...
0 lwbuk Posted October 13, 2017 Report Share Posted October 13, 2017 See my post above. It will fix it. Link to comment Share on other sites More sharing options...
0 killerkiwi Posted October 13, 2017 Author Report Share Posted October 13, 2017 iwbuk i don't get what post mean's can explain it for a noob :) Link to comment Share on other sites More sharing options...
0 lwbuk Posted October 13, 2017 Report Share Posted October 13, 2017 On your server you have a file called hosts.Txt, in the windows directory I posted. Find it, and paste the two lines I put at the bottom of it, and save the file. Whats happening is BEC is trying to update by contacting the update servers that don’t exist anymore, so it just closes itself. By adding the local host ip address lines to the hosts file, BEC will think your computer is the update server and will just fail to update, but continue running. You may need to restart the server to see the change though. Link to comment Share on other sites More sharing options...
0 killerkiwi Posted October 13, 2017 Author Report Share Posted October 13, 2017 well s*** i don't have a hosts.Txt Link to comment Share on other sites More sharing options...
0 lwbuk Posted October 13, 2017 Report Share Posted October 13, 2017 You do, it’s probably hidden. Make sure hidden files are visible, Link to comment Share on other sites More sharing options...
0 killerkiwi Posted October 13, 2017 Author Report Share Posted October 13, 2017 can't fined it Link to comment Share on other sites More sharing options...
0 lwbuk Posted October 13, 2017 Report Share Posted October 13, 2017 I maybe mistaken in the fact it’s a .txt file, but you must have a hosts file in the location I out. I don’t have a working windows pc here to check what file format it is, but it will be there. Link to comment Share on other sites More sharing options...
0 Relentless Posted October 13, 2017 Report Share Posted October 13, 2017 This box has to be checked (it says hidden elements/objects) and the explorer tab is "View". Then you can see hidden elements in case your hosts file is hidden but normaly it's not. If you don't have a hosts file, simply create one: If you create a new file, this is what it should look like by default, just add the line which were mentioned before below that: # Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of IP addresses to host names. Each # entry should be kept on an individual line. The IP address should # be placed in the first column followed by the corresponding host name. # The IP address and the host name should be separated by at least one # space. # # Additionally, comments (such as these) may be inserted on individual # lines or following the machine name denoted by a '#' symbol. # # For example: # # 102.54.94.97 rhino.acme.com # source server # 38.25.63.10 x.acme.com # x client host # localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost After that, save it without an ending so it has no data type Link to comment Share on other sites More sharing options...
0 killerkiwi Posted October 13, 2017 Author Report Share Posted October 13, 2017 were dose it go Link to comment Share on other sites More sharing options...
0 Relentless Posted October 13, 2017 Report Share Posted October 13, 2017 9 hours ago, lwbuk said: I would imagine he has installed it and it crashes out or closes because it can’t update, so he needs to amend his hosts file. C:\Windows\System32\drivers\etc\ add 127.0.0.1 ibattle.org127.0.0.1 www.ibattle.org all conjecture of course until more info is received. @killerkiwi Link to comment Share on other sites More sharing options...
0 killerkiwi Posted October 13, 2017 Author Report Share Posted October 13, 2017 ok found it and it is not working and i get this 22:41:25 : Checking for new Bec version...41:18 : Waiting for server startup | 22:41:29 : Connecting to Battleye server 172.0.0.1:2302 22:41:31 : Could not check for Bec update! 22:41:31 : No Valid response. Trying to reconnect.! Link to comment Share on other sites More sharing options...
0 juandayz Posted October 13, 2017 Report Share Posted October 13, 2017 Just now, killerkiwi said: ok found it and it is not working and i get this 22:41:25 : Checking for new Bec version...41:18 : Waiting for server startup | 22:41:29 : Connecting to Battleye server 172.0.0.1:2302 22:41:31 : Could not check for Bec update! 22:41:31 : No Valid response. Trying to reconnect.! take my Bec folder from here- (you also will see the complete autorestart .bat files and maintain sql.) http://www.mediafire.com/file/plf0dzukd6u2p0x/EPOCH+AUTORESTART.rar (im using this bec folder since 2016 on all my servers) this is my .bat to execute the Bec. TIMEOUT /T 25 /NOBREAK cd\ cd "D:\epoch16\instance_1_takistan\BattlEye\Bec" Bec.exe -f Config.cfg --dsc Link to comment Share on other sites More sharing options...
0 Relentless Posted October 14, 2017 Report Share Posted October 14, 2017 8 hours ago, killerkiwi said: 22:41:31 : Could not check for Bec update! 22:41:31 : No Valid response. Trying to reconnect.! Yes, this is how it should be because you blocked the connection to the BEC website in your hosts file so it's not able to check for updates anymore and is not automatically shutting down the server. Link to comment Share on other sites More sharing options...
0 lwbuk Posted October 14, 2017 Report Share Posted October 14, 2017 14 hours ago, lwbuk said: Whats happening is BEC is trying to update by contacting the update servers that don’t exist anymore, so it just closes itself. By adding the local host ip address lines to the hosts file, BEC will think your computer is the update server and will just fail to update, but continue running. You may need to restart the server to see the change though. @killerkiwi I did tell you that would happen... Link to comment Share on other sites More sharing options...
0 JasonTM Posted October 14, 2017 Report Share Posted October 14, 2017 15 hours ago, killerkiwi said: ok found it and it is not working and i get this 22:41:25 : Checking for new Bec version...41:18 : Waiting for server startup | 22:41:29 : Connecting to Battleye server 172.0.0.1:2302 22:41:31 : Could not check for Bec update! 22:41:31 : No Valid response. Trying to reconnect.! You got the wrong IP address typed in there. It should be 127.0.0.1 not 172.0.0.1. juandayz 1 Link to comment Share on other sites More sharing options...
0 killerkiwi Posted October 15, 2017 Author Report Share Posted October 15, 2017 ok i looked in all the files to change the password but i try every ip i know to server Link to comment Share on other sites More sharing options...
0 killerkiwi Posted October 15, 2017 Author Report Share Posted October 15, 2017 i got it working for got to allow app to access firewall lol thanks guys Link to comment Share on other sites More sharing options...
Question
killerkiwi
please dose any know a fix Bec i need it to restart my server or it there any other app i can use
Link to comment
Share on other sites
20 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now