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)Problem error 1.4.0
Pages: [1] 2   Go Down
  Print  
Author Topic: Problem error 1.4.0  (Read 867 times) Bookmark and Share
Beta Testers
*
OS: Windows
Type: Home user
Gameservers: Urt
Posts: 125
Offline Offline
heyy
« on: October 20, 2010, 02:09:24 AM »

hello when i install this B3 ( since help isnt supported for old version .. )
checking for updates...
Traceback (most recent call last):
  File "b3\run.pyo", line 152, in main
  File "b3\run.pyo", line 116, in run
  File "b3\__init__.pyo", line 113, in start
  File "b3\functions.pyo", line 48, in checkUpdate
  File "b3\lib\elementtree\ElementTree.pyo", line 908, in parse
  File "b3\lib\elementtree\ElementTree.pyo", line 174, in parse
  File "b3\lib\elementtree\ElementTree.pyo", line 1292, in feed
ExpatError: not well-formed (invalid token): line 1, column 0
Press the [ENTER] key
 i have this error in my cmd ..
since it doesnt start i havent any B3.log
ye i have put off my firewall and i still have it ..

i asked many people about the 1.4 but none know how to solve my problem Sad
if someone has time for help me by teamviewer please pm me
Logged

Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #1 on: October 20, 2010, 02:10:56 AM »

Hi,

This looks like an issue with the XML config files.
Try to run with the default config files that comes with B3 v1.4 and modify the strict minimum at first to ensure it works.
Logged

Beta Testers
*
OS: Windows
Type: Home user
Gameservers: Urt
Posts: 125
Offline Offline
heyy
« Reply #2 on: October 20, 2010, 02:37:28 AM »

hello thanks for trying to help me , in normal time i ask svarox if i have trouble but he isnt here Sad he has some thing to do ..
so , i modified the b3.distributed i have put minimum information and i save then i keep having this screen when i launch :

if i edit the name of b3.distributed to b3 it is still the same ..
Logged
Beta Testers
*
OS: Windows
Type: Home user
Gameservers: UrT
Posts: 117
Offline Offline
WWW
« Reply #3 on: October 20, 2010, 02:47:10 AM »

You are making an little mistake in your b3.xml.
As Courgette said put minimum infos in, like rcon, game logs...
And use plugins which goes with package, and alter when its work u put plugins Smiley

Im sure its basically your mistake Smiley
Logged

Beta Testers
*
OS: Windows
Type: Home user
Gameservers: Urt
Posts: 125
Offline Offline
heyy
« Reply #4 on: October 20, 2010, 03:17:00 AM »

i have put minmimum info ..
Code:
<configuration>
<!--
 If you want to generate a new config 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
 -->
<settings name="b3">
<!--
Next line: the parser defines the game:
cod/cod2/cod4/cod5/iourt41/etpro/wop/smg/smg11/bfbc2/oa081 (it should NOT be 'changeme')
-->
<set name="parser">iourt41</set>
<!-- Your database info: [mysql]://[db-user]:[db-password]@[db-server[:port]]/[db-name] -->
<set name="database">mysql://b3:********@127.0.0.1/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(^6*Evil*^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">CET</set>
<!-- How much detail in the b3 logfile: 9 = verbose, 10 = debug, 21 = bot, 22 = console -->
<set name="log_level">10</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">27961</set>
<!-- The gameserver generates a logfile, put the path and name here (very important !) -->
<set name="game_log">ftp://******:******@88.198.45.207/.q3a/q3ut4/games_mp.log</set>
<!-- If you want to run b3 on a different computer than where your server reside (remote access to the gamelog), you can connect via ftp or http by using the following syntax:
<set name="game_log">ftp://username:password@serverhost/path/to/games_mp.log</set>
<set name="game_log">http://serverhost/path/to/games_mp.log</set>
Note: you can protect your http access with a .htaccess, b3 can authenticate itself.
-->
<!-- The public IP your gameserver is residing on -->
<set name="public_ip">88.198.45.207</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">88.198.45.207</set>
<!-- Is the gameserver running PunkBuster Anticheat: on/off -->
<set name="punkbuster">off</set>
<!-- Delay between each log reading. Set a higher value to consume less disk ressources or bandwidth if you remotely connect (ftp or http remote log access) -->
<set name="delay">0.05</set>
<!-- Number of lines to process per second. Set a lower value to consume less CPU ressources -->
<set name="lines_per_second">1000</set>
</settings>
<settings name="autodoc">
<!-- Autodoc will generate a user documentation for all B3 commands
* type : can be one of : html, htmltable, xml
* maxlevel : if you want to exclude commands reserved for higher levels
* destination : can be a file or a ftp url
by default, a html documentation is created in your conf folder
-->
<set name="type">html</set>
<set name="maxlevel">100</set>
<!-- <set name="destination">C:\Users\b3\Desktop\test_doc.htm</set> -->
<!-- <set name="destination">ftp://user:pass@somewhere.com/www/test_doc.htm</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 name="admin" config="@conf/plugin_admin.xml" />
<plugin name="censor" config="@conf/plugin_censor.xml" />
<plugin name="spamcontrol" config="@conf/plugin_spamcontrol.xml" />
<plugin name="tk" config="@conf/plugin_tk.xml" />
<plugin name="stats" config="@conf/plugin_stats.xml" />
<plugin name="pingwatch" config="@conf/plugin_pingwatch.xml" />
<plugin name="adv" config="@conf/plugin_adv.xml" />
<plugin name="status" config="@conf/plugin_status.xml" />
<plugin name="welcome" config="@conf/plugin_welcome.xml" />
<plugin name="punkbuster" config="@conf/plugin_punkbuster.xml" />

<!-- 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" -->

<!-- You can add new/custom plugins to this list using the same form as above. -->

<!--
This is a non-standard plugin, and quite resource heavy. Please take
a look in the B3 forums (look for XLR Extensions) for more
information before enabling this. Extra database tables are
necessary.
<plugin name="xlrstats" config="@b3/extplugins/conf/xlrstats.xml"/>
-->

<!-- You can find many others plugin for B3 which can extend functionalities a lot !
Please take a look at the official website for more informations. -->
</plugins>
</configuration>
« Last Edit: October 20, 2010, 03:42:52 AM by Courgette » Logged
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: alterIW
Posts: 652
Offline Offline
WWW
« Reply #5 on: October 20, 2010, 03:32:01 AM »

hello thanks for trying to help me , in normal time i ask svarox if i have trouble but he isnt here Sad he has some thing to do ..
so , i modified the b3.distributed i have put minimum information and i save then i keep having this screen when i launch :
if i edit the name of b3.distributed to b3 it is still the same ..

Did you rename it to b3.xml?
Logged
Beta Testers
*
OS: Windows
Type: Home user
Gameservers: Urt
Posts: 125
Offline Offline
heyy
« Reply #6 on: October 20, 2010, 03:48:04 AM »

Did you rename it to b3.xml?
yes i did
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD2, CoD4, CoD5
Posts: 20
Offline Offline
WWW
« Reply #7 on: October 20, 2010, 04:21:38 AM »

What program did you use to edit the file?
Logged

Beta Testers
*
OS: Windows
Type: Home user
Gameservers: Urt
Posts: 125
Offline Offline
heyy
« Reply #8 on: October 20, 2010, 04:33:50 AM »

What program did you use to edit the file?
notepad++
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #9 on: October 20, 2010, 05:12:29 AM »

now make sure to run b3 with the following parameter :

c:\Program Files\BigBrotherBot_1.4.0\b3_run.exe -c c:\your_b3.xml
Logged

B3 Contrib/Support
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: UrT
Posts: 133
Offline Offline
WWW
« Reply #10 on: October 20, 2010, 05:59:31 AM »

it is windows xp and it has Python 2.2 installed
I thought I had a conflict with Python 2.2

possible?
Logged
Beta Testers
*
OS: Windows
Type: Home user
Gameservers: Urt
Posts: 125
Offline Offline
heyy
« Reply #11 on: October 20, 2010, 06:01:13 AM »

so , i made a "raccourci" on my deskop ( a fast launcher ... )
and i have put that :
"C:\Program Files\BigBrotherBot_1.4.0\b3_run.exe" -c C:\Documents and Settings\All Users\Application Data\BigBrotherBot\conf\b3.xml
then i have the error of traceback
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #12 on: October 20, 2010, 06:20:19 AM »

can you attach your b3.xml to a post (do not copy/paste its content)
Logged

Beta Testers
*
OS: Windows
Type: Home user
Gameservers: Urt
Posts: 125
Offline Offline
heyy
« Reply #13 on: October 20, 2010, 06:35:17 AM »

here it is
/e i am on #ubu# irc also , if you have time and if we could talk in french i think i could explain you easier
thanks

[attachment deleted by admin]
« Last Edit: October 20, 2010, 06:36:55 AM by mona » Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3484
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #14 on: October 20, 2010, 06:50:05 AM »

your config file work good on my computer (after a clean install of v1.4 for windows) so the issue is not in there.

Can you try to go to http://www.bigbrotherbot.net/version.xml and tell us if you see 1.4.0
Also try to disable your firewall or make an exception rule for b3_run.exe
Logged

Tags:
Pages: [1] 2   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal