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 ]

You are here: Big Brother Bot ForumSupport ForumsInstallation Support (Moderator: MordyT)InGame problem
Pages: [1]   Go Down
  Print  
Author Topic: InGame problem  (Read 266 times) Bookmark and Share
Jr. Member
**
OS: Linux
Type: Renting Server with B3
Gameservers: CoD4
Posts: 11
Offline Offline
WWW
« on: November 12, 2010, 08:18:12 AM »

READ LAST MY POST
When im starting B3 im getting this message:
Code:
thebestplayers@playersplanet ~/b3-1.4.0 $ python b3_run.py -c /home/thebestplayers/b3-1.4.0/b3/conf/b3.xml
checking for updates...
...no update available.
Starting www.bigbrotherbot.net (b3) v1.4.0 [posix] (Daniel)

Using config file: /home/thebestplayers/b3-1.4.0/b3/conf/b3.xml
Traceback (most recent call last):
  File "/home/thebestplayers/b3-1.4.0/b3/run.py", line 167, in main
    run(config=options.config, nosetup=options.nosetup)
  File "/home/thebestplayers/b3-1.4.0/b3/run.py", line 131, in run
    b3.start(config, nosetup)
  File "/home/thebestplayers/b3-1.4.0/b3/__init__.py", line 136, in start
    conf = config.load(configFile)
  File "/home/thebestplayers/b3-1.4.0/b3/config.py", line 271, in load
    if config.load(fileName):
  File "/home/thebestplayers/b3-1.4.0/b3/config.py", line 180, in load
    self.readfp(f)
  File "/home/thebestplayers/b3-1.4.0/b3/config.py", line 75, in readfp
    raise ConfigFileNotValid("%s" % e)
ConfigFileNotValid: 'no element found: line 1, column 0'

How to fix it? Thanks for help
« Last Edit: November 12, 2010, 08:55:15 AM by kubiszon » Logged

Beta Testers
*
OS: Windows
Type: Home user
Gameservers: Urt
Posts: 125
Offline Offline
heyy
« Reply #1 on: November 12, 2010, 08:30:33 AM »

Hello,
can you post your b3.xml please.
Logged
Jr. Member
**
OS: Linux
Type: Renting Server with B3
Gameservers: CoD4
Posts: 11
Offline Offline
WWW
« Reply #2 on: November 12, 2010, 08:36:56 AM »

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: cod/cod2/cod4/cod5/iourt41/etpro/wop/smg/bfbc2/moh -->
<set name="parser">cod4</set>
<!-- Your database info: [mysql]://[db-user]:[db-password]@[db-server[:port]]/[db-name] -->
<set name="database">mysql://kubiszon:**************@localhost/b3_kubiszon</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[^2r3FLeX^0]</set>
<set name="time_format">%I:%M%p %Z %m/%d/%y</set>
<!-- The timezone your bot is in -->
<set name="time_zone">CET</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">**************</set>
<!-- The port the server is running on -->
<set name="port">1337</set>
<!-- The gameserver generates a logfile, put the path and name here -->
<set name="game_log">ftp://thebestplayers:************@83.175.187.168/1337/mods/promodlive204/games_mp.log</set>
<!-- The public IP your gameserver is residing on -->
<set name="public_ip">83.175.187.168</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">83.175.187.168</set>
<!-- Is the gameserver running PunkBuster Anticheat: on/off -->
<set name="punkbuster">on</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">ftp://thebestplayers:***********@83.175.187.168/b3-1.4.0/test_doc.html</set>
</settings>
<settings name="messages">
<set name="kicked_by">%s^7 was kicked by %s^7 %s</set>
<set name="kicked">%s^7 was kicked %s</set>
<set name="banned_by">%s^7 was banned by %s^7 %s</set>
<set name="banned">%s^7 was banned %s</set>
<set name="temp_banned_by">%s^7 was temp banned by %s^7 for %s^7 %s</set>
<set name="temp_banned">%s^7 was temp banned for %s^7 %s</set>
<set name="unbanned_by">%s^7 was un-banned by %s^7 %s</set>
<set name="unbanned">%s^7 was un-banned %s</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_admin.xml" name="admin" />
<plugin config="@conf/plugin_stats.xml" name="stats" />
<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" />
<!-- The next plugins are external, 3rd party plugins and should reside in the external_dir. Example: -->
<!-- plugin config="@b3/extplugins/conf/newplugin.xml" name="newplugin" -->

<plugin config="@b3/extplugins/conf/xlrstats.xml" name="xlrstats" />
<!-- You can add new/custom plugins to this list using the same form as above. -->
</plugins>
</configuration>

Other problem, now its starting but in game commands dont works...
Code:
Starting www.bigbrotherbot.net (b3) v1.4.0 [posix] (Daniel)

Using config file: /home/thebestplayers/b3-1.4.0/b3/conf/b3.xml
Using external plugin directory: /home/thebestplayers/b3-1.4.0/b3/extplugins
Activating log   : b3.log
Connecting to DB : OK
Using Gamelog    : games_mp.log
Testing RCON     : OK
Loading Events   : 32 events loaded
Loading Plugins  : ........ (8)
Starting Plugins : ........ (8)
Startup Complete : B3 is running! Let's get to work!

(If you run into problems, check b3.log in the B3 root directory for detailed log info)

« Last Edit: November 12, 2010, 08:54:36 AM by kubiszon » Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #3 on: November 12, 2010, 09:07:22 AM »

look at your b3.log file
Logged

Beta Testers
*
OS: Windows
Type: Home user
Gameservers: Urt
Posts: 125
Offline Offline
heyy
« Reply #4 on: November 12, 2010, 10:00:15 AM »

maybe your first error was from your antivirus .. but now its fixed.
About your command , it might be your game_log problem .
check if you have put the right FTP link and try to connect on it .
Logged
Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal