In our support boards we aim to provide support for the B3 core in its current state. Older releases of B3 are NOT supported. Check our front page for the latest version. You may post feature requests in our General Discussion board. Modifications and Hacks of the core B3 code are NOT supported.
Before you ask for support: [ Read the Support Instructions ] - More info: [ Full Support Disclaimer ]

Pages: [1] 2 3   Go Down
  Print  
Author Topic: B3 Bad Rcon  (Read 2776 times) Bookmark and Share
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6
Posts: 44
Offline Offline
« on: August 01, 2011, 03:28:11 AM »

Hello!
I just installed B3 on my laptop so i can host a 24/7 server, but b3 is sending in BAD RCON error. I searched the forums and I checked the RCON PORT,RCON IP nad RCON PASSWORD for like 100 times... And everything seems ok in b3.xml and server.cfg. I had this problem on my other computer before, but someoe else fixed it... What should i do?
My b3.xml:
Code:
<?xml version="1.0" ?>
- <!-- 
 This file is generated by the B3 setup Procedure.
 If you want to regenerate this file and make sure the format is
 correct, you can invoke the setup procedure with the
 command : b3_run -s b3.xml

 This is B3 main config file (the one you specify when you run B3 with the
 command : b3_run -c b3.xml)

 For any change made in this config file, you have to restart the bot.
 Whenever you can specify a file/directory path, the following shortcuts
 can be used :
  @b3 : the folder where B3 code is installed in
  @conf : the folder containing this config file
 
  -->
- <configuration>
- <settings name="b3">
- <!--  Define your game: altitude/bfbc2/cod/cod2/cod4/cod5/cod6/cod7/etpro/homefront/iourt41/moh/oa081/smg/wop/wop15/
  -->
  <set name="parser">cod6</set>
- <!--  Your database info: [mysql]://[db-user]:[db-password]@[db-server[:port]]/[db-name]
  -->
  <set name="database">mysql://b3:password@localhost/b3</set>
- <!--  Name of the bot
  -->
  <set name="bot_name">b3</set>
- <!--  Ingame messages are prefixed with this code, you can use colorcodes
  -->
  <set name="bot_prefix">^0(^2b3^0)^7:</set>
  <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
- <!--  The timezone your bot is in
  -->
  <set name="time_zone">CST</set>
- <!--  How much detail in the logfile: 9 = verbose, 10 = debug, 21 = bot, 22 = console
  -->
  <set name="log_level">9</set>
- <!--  Name of the logfile the bot will generate
  -->
  <set name="logfile">b3.log</set>
  </settings>
- <settings name="server">
- <!--  The RCON pass of your gameserver
  -->
  <set name="rcon_password">password</set>
- <!--  The port the server is running on
  -->
  <set name="port">28960</set>
- <!--  The gameserver generates a logfile, put the path and name here
  -->
  <set name="game_log">C:\Users\Seba\Desktop\mw2\MW2\main\games_mp.log</set>
- <!--  The public IP your gameserver is residing on
  -->
  <set name="public_ip">93.103.141.248</set>
- <!--  The IP the bot can use to send RCON commands to (127.0.0.1 when on the same box)
  -->
  <set name="rcon_ip">192.168.1.101</set>
- <!--  Delay between each log reading. Set a higher value to consume less disk resources or bandwidth if you remotely connect (ftp or http remote log access)
  -->
  <set name="delay">0.33</set>
- <!--  Number of lines to process per second. Set a lower value to consume less CPU resources
  -->
  <set name="lines_per_second">50</set>
- <!--  Is the gameserver running PunkBuster Anticheat: on/off
  -->
  <set name="punkbuster">off</set>
  </settings>
- <settings name="autodoc">
- <!--  Autodoc will generate a user documentation for all B3 commands
  -->
- <!--  by default, a html documentation is created in your conf folder
  -->
- <!--  html, htmltable or xml
  -->
  <set name="type">html</set>
- <!--  if you want to exclude commands reserved for higher levels
  -->
  <set name="maxlevel">100</set>
- <!--  Destination can be a file or a ftp url
  -->
  <set name="destination">b3_doc.htm</set>
  </settings>
- <settings name="messages">
  <set name="kicked_by">$clientname^7 was kicked by $adminname^7 $reason</set>
  <set name="kicked">$clientname^7 was kicked $reason</set>
  <set name="banned_by">$clientname^7 was banned by $adminname^7 $reason</set>
  <set name="banned">$clientname^7 was banned $reason</set>
  <set name="temp_banned_by">$clientname^7 was temp banned by $adminname^7 for $banduration^7 $reason</set>
  <set name="temp_banned">$clientname^7 was temp banned for $banduration^7 $reason</set>
  <set name="unbanned_by">$clientname^7 was un-banned by $adminname^7 $reason</set>
  <set name="unbanned">$clientname^7 was un-banned $reason</set>
  </settings>
- <settings name="plugins">
  <set name="external_dir">@b3/extplugins</set>
  </settings>
- <plugins>
- <!--  plugin order is important. Plugins that add new in-game commands all depend on the admin plugin. Make sure to have the admin plugin before them.
  -->
  <plugin config="@conf/plugin_censor.xml" name="censor" />
  <plugin config="@conf/plugin_spamcontrol.xml" name="spamcontrol" />
  <plugin config="@conf/plugin_admin.xml" name="admin" />
  <plugin config="@conf/plugin_tk.xml" name="tk" />
  <plugin config="@conf/plugin_stats.xml" name="stats" />
  <plugin config="@conf/plugin_pingwatch.xml" name="pingwatch" />
  <plugin config="@conf/plugin_adv.xml" name="adv" />
  <plugin config="@conf/plugin_status.xml" name="status" />
  <plugin config="@conf/plugin_welcome.xml" name="welcome" />
  <plugin config="@conf/plugin_punkbuster.xml" name="punkbuster" />
- <!--  You can add new/custom plugins to this list using the same form as above.
  -->
  </plugins>
  </configuration>

If you guys need something else for help, tell me.
And sorry for my newbish questions... I'm learning...
Logged

Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #1 on: August 01, 2011, 04:45:48 AM »

Quick question: Does a regular rcon tool (such as HSLW) work on that computer to connect to that server?
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6
Posts: 44
Offline Offline
« Reply #2 on: August 01, 2011, 07:52:18 AM »

Quick question: Does a regular rcon tool (such as HSLW) work on that computer to connect to that server?
I tryied with CoD Rcon Tool and it works like a charm.
Logged
Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #3 on: August 01, 2011, 07:57:03 AM »

1) Who fixed it last time?
2) Can you post a b3.log
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6
Posts: 44
Offline Offline
« Reply #4 on: August 01, 2011, 08:11:58 AM »

1) Who fixed it last time?
2) Can you post a b3.log
1. Some guy from Executorz helped me.
2. Its too big... let me upload it to megaupload or something.
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6
Posts: 44
Offline Offline
« Reply #5 on: August 01, 2011, 08:15:43 AM »

1) Who fixed it last time?
2) Can you post a b3.log
2. Here you go: http://www.megaupload.com/?d=1WBPDPXK
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #6 on: August 01, 2011, 11:18:56 AM »

Can you start the bot again, and post a shorter log please - megaupload is a pain.
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6
Posts: 44
Offline Offline
« Reply #7 on: August 02, 2011, 02:39:41 AM »

Can you start the bot again, and post a shorter log please - megaupload is a pain.

Here is my full log:
http://pastebin.com/BR1vufyg
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6
Posts: 44
Offline Offline
« Reply #8 on: August 03, 2011, 06:31:55 AM »

Can somebody answer me please Smiley ?
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #9 on: August 03, 2011, 08:32:05 AM »

Can't see anything wrong with the log, what isn't working?
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6
Posts: 44
Offline Offline
« Reply #10 on: August 03, 2011, 09:31:53 AM »

Can't see anything wrong with the log, what isn't working?
I'm telling you that B3 is sending Bad Rcon to the server...
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #11 on: August 03, 2011, 09:48:01 AM »

And how do you know that?
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6
Posts: 44
Offline Offline
« Reply #12 on: August 03, 2011, 10:29:39 AM »

And how do you know that?
When you start B3 your servers starts to recive Bad Rcon, but noramlly it recives handled rcon...
Screenshot:


You can clearly see Bad Rcon from x ... And thats the problem, it should say handled rcon.

And I can't post my console_mp.log because its too long even for pastie, as you said MegaUpload is a pain...

But if you change your mind: http://www.megaupload.com/?d=C3Y26FXB

« Last Edit: August 03, 2011, 10:32:57 AM by [iBOT]BladePro » Logged
Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #13 on: August 03, 2011, 10:41:28 AM »

Is B3 working correctly despite that bad rcon from x?
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6
Posts: 44
Offline Offline
« Reply #14 on: August 03, 2011, 11:05:13 AM »

Is B3 working correctly despite that bad rcon from x?
Well i can't try it because my laptop isn't so good for running the game... But the last time i had this thing on my desktop computer, it didn't work... But i can try typing b3 in the console?
Logged
Tags:
Pages: [1] 2 3   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal