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)B3.exe run error
Pages: [1] 2   Go Down
  Print  
Author Topic: B3.exe run error  (Read 1092 times) Bookmark and Share
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6 MW2 (AiW)
Posts: 17
Offline Offline
« on: February 26, 2011, 04:40:09 AM »

Hello,

i'm receiving a weird error, here is a screenshot:



How can i solve this?

Thx


« Last Edit: February 26, 2011, 04:43:57 AM by Valcorb » Logged

Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #1 on: February 26, 2011, 06:43:55 AM »

You need to check your rcon settings and your database settings, neither are correct.
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6 MW2 (AiW)
Posts: 17
Offline Offline
« Reply #2 on: February 26, 2011, 10:03:35 AM »

You need to check your rcon settings and your database settings, neither are correct.

Where?
Logged
XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #3 on: February 26, 2011, 11:35:13 AM »

in b3.xml
Logged

Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6 MW2 (AiW)
Posts: 17
Offline Offline
« Reply #4 on: February 26, 2011, 12:30:40 PM »

I think they are correct because i followed a video guide and i did the same as in that video :S
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #5 on: February 26, 2011, 02:16:15 PM »

You need to double check them again.
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6 MW2 (AiW)
Posts: 17
Offline Offline
« Reply #6 on: February 28, 2011, 09:27:21 AM »

You need to double check them again.


Alright, and how do i know if it's wrong?

This is my B3 file:


Code:
<?xml version="1.0"?>
<configuration>
  <settings name="b3">
    <set name="parser">cod6</set>
    <set name="database">mysql://admin:*****@localhost/b3_db</set>
    <set name="bot_name">B3</set>
    <set name="bot_prefix">^0(^2b3^0)^7:</set>
    <set name="time_format">%I:%M%p %Z %m/%d/%y</set>
    <set name="time_zone">GMT + 1</set>
    <set name="log_level">9</set>
    <set name="logfile">C:\BigBrotherBot_1.4.1\b3.log</set>
  </settings>
  <settings name="server">
    <set name="rcon_password">hidden</set>
    <set name="port">28960</set>
    <set name="games_log"></set>
    <set name="public_ip">94.226.195.29</set>
    <set name="rcon_ip">192.168.0.103</set>
    <set name="punkbuster">off</set>
  </settings>
  <settings name="autodoc">
    <set name="type">html</set>
    <set name="maxlevel">100</set>
    <set name="destination">/path/to/b3_doc.html</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 name="censor" config="@conf/plugin_censor.xml"/>
    <plugin name="spamcontrol" config="@conf/plugin_spamcontrol.xml"/>
    <plugin name="admin" config="@conf/plugin_admin.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"/>
    <plugin name="xlrstats" config="@b3/extplugins/conf/xlrstats.xml"/>
  </plugins>
</configuration>

Note: for the hackers, that's not my real password Wink
« Last Edit: February 28, 2011, 02:58:22 PM by Freelander » Logged
XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #7 on: February 28, 2011, 03:04:55 PM »

qote: for the hackers, that's not my real password Wink

I cencored it and noticed your message Smiley

You didn't set the path to your games_mp.log file. This can't be empty.

Code: xml

Also does cod6 use different IP for game and rcon?
Logged

Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #8 on: February 28, 2011, 04:14:50 PM »

Do you have your webserver running when you try to run b3? It needs to be running for the mysql connection to work.
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6 MW2 (AiW)
Posts: 17
Offline Offline
« Reply #9 on: March 01, 2011, 08:39:44 AM »

Do you have your webserver running when you try to run b3? It needs to be running for the mysql connection to work.

Yes, it's running

I cencored it and noticed your message Smiley

You didn't set the path to your games_mp.log file. This can't be empty.

Code: xml

Also does cod6 use different IP for game and rcon?

Alright i will check that Smiley

Now, i have this error:


« Last Edit: March 01, 2011, 08:44:15 AM by Valcorb » Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #10 on: March 01, 2011, 12:10:22 PM »

Either your username or password are wrong or you are trying to connect to the wrong db.

Your rcon details now seem to be working.
« Last Edit: March 01, 2011, 12:12:31 PM by 82ndAB.Bravo17 » Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6 MW2 (AiW)
Posts: 17
Offline Offline
« Reply #11 on: March 01, 2011, 12:59:15 PM »

I didn't make any account for this, i just entered a username and a random pass, or should i make an account somewhere?

It would be nice if someone could create a PROPER video guide of this  Undecided
Logged
Dev. Team
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: COD2,COD4,COD5
Posts: 1098
Offline Offline
« Reply #12 on: March 01, 2011, 01:34:04 PM »

Try this

http://wiki.bigbrotherbot.net/doku.php/installation:start
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: March 01, 2011, 04:36:36 PM »

I didn't make any account for this, i just entered a username and a random pass, or should i make an account somewhere?

It would be nice if someone could create a PROPER video guide of this  :-
Link to the one you followed please.
*Via my HTC EvO 4G*
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 MW2 (AiW)
Posts: 17
Offline Offline
« Reply #14 on: March 02, 2011, 03:57:00 AM »

Link to the one you followed please.
*Via my HTC EvO 4G*

http://www.youtube.com/watch?v=MTy_zad--5w

It seems that they use Python / MySQL, but i'm using WAMPserver, is there a big difference?
Logged
Tags:
Pages: [1] 2   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal