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 launching B3
Pages: [1]   Go Down
  Print  
Author Topic: Problem launching B3  (Read 610 times) Bookmark and Share
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6:MW2
Posts: 15
Offline Offline
« on: January 17, 2011, 03:23:04 PM »

So hello, when i start B3 it gives me this error:
IOError: [Errno 13] Permission denied: 'C:\\Documents and Settings\\NEzverins\\M
y Documents\\Downloads\\aIW-Client\\Modern Warfare 2 - Multiplayer\\main'

Please help me with this error, i can't get it working!
Logged

Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: alterIW
Posts: 652
Offline Offline
WWW
« Reply #1 on: January 17, 2011, 09:28:30 PM »

So hello, when i start B3 it gives me this error:
IOError: [Errno 13] Permission denied: 'C:\\Documents and Settings\\NEzverins\\M
y Documents\\Downloads\\aIW-Client\\Modern Warfare 2 - Multiplayer\\main'

Please help me with this error, i can't get it working!

Can you post your b3.xml, without the passwords?

Off the bat, I can tell you that it looks like you don't have read access to your server's "main" folder, where the games_mp.log presumably is stored.
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6:MW2
Posts: 15
Offline Offline
« Reply #2 on: January 17, 2011, 10:40:27 PM »

Can you post your b3.xml, without the passwords?

Off the bat, I can tell you that it looks like you don't have read access to your server's "main" folder, where the games_mp.log presumably is stored.

Code:
  <?xml version="1.0" ?>
- <configuration>
- <settings name="b3">
  <set name="parser">cod6</set>
  <set name="database">mysql://NEzverins:MyPassHere@192,168.1.100/DropDead</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+2</set>
  <set name="log_level">20</set>
  <set name="logfile">C:\\Documents and Settings\\NEzverins\\My Documents\\Downloads\\aIW-Client\\Modern Warfare 2 - Multiplayer\\main</set>
  </settings>
- <settings name="server">
  <set name="rcon_password">MyPassHere</set>
  <set name="port">28960</set>
  <set name="game_log">C:\\Documents and Settings\\NEzverins\\My Documents\\Downloads\\aIW-Client\\Modern Warfare 2 - Multiplayer\\main</set>
  <set name="public_ip">87.226.10.9</set>
  <set name="rcon_ip">192,168.1.100</set>
  <set name="punkbuster">on</set>
  </settings>
- <settings name="autodoc">
  <set name="type">html</set>
  <set name="maxlevel">100</set>
  <set name="destination">C:\\Documents and Settings\\NEzverins\\My Documents\\Downloads\\aIW-Client\\Modern Warfare 2 - Multiplayer\\main</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">D:\\Downloads\\AlterIWnet\\BigBrotherBot_1.4.1\\plugin</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" />
  </plugins>
  </configuration>

Here it is, please  tell me where i did something wrong, thanks! Smiley
Logged
Beta Testers
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: alterIW
Posts: 652
Offline Offline
WWW
« Reply #3 on: January 18, 2011, 08:59:16 AM »

Not sure why you have double \ marks here:

 <set name="game_log">C:\\Documents and Settings\\NEzverins\\My Documents\\Downloads\\aIW-Client\\Modern Warfare 2 - Multiplayer\\main</set>

But anyway, you don't have games_mp.log, so your line should look like this:

 <set name="game_log">C:\Documents and Settings\NEzverins\My Documents\Downloads\aIW-Client\Modern Warfare 2 - Multiplayer\main\games_mp.log</set>
Logged
Jr. Member
**
OS: Windows
Type: Owner dedicated server(s)
Gameservers: CoD6:MW2
Posts: 15
Offline Offline
« Reply #4 on: January 18, 2011, 11:15:25 AM »

Not sure why you have double \ marks here:

 <set name="game_log">C:\\Documents and Settings\\NEzverins\\My Documents\\Downloads\\aIW-Client\\Modern Warfare 2 - Multiplayer\\main</set>

But anyway, you don't have games_mp.log, so your line should look like this:

 <set name="game_log">C:\Documents and Settings\NEzverins\My Documents\Downloads\aIW-Client\Modern Warfare 2 - Multiplayer\main\games_mp.log</set>

Yeah i fix that, just now can't connect to DB Sad

i think it's because i don't know were to put right ip adress or right text in config B3 file generator!. If an1one could make tutprial for WAMP and B3 phpmyadmin it would be cool! Cheesy
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 #5 on: January 18, 2011, 01:35:46 PM »

If an1one could make tutprial for WAMP and B3 phpmyadmin it would be cool! Cheesy
It is on my list...
*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
Tags:
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal