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 [4]   Go Down
  Print  
Author Topic: poweradmin for bfbc2  (Read 2889 times) Bookmark and Share
Jr. Member
**
OS: --No B3 installed--
Type: Renting Server with B3
Gameservers: BFBC2
Posts: 15
Offline Offline
« Reply #45 on: July 11, 2011, 03:15:54 PM »

Can someone please link me to B3 1.7.0a, I need this plugin to work bad, unless someone knows how to get it to work on 1.6.1?
Logged


XLRstats dev.
Dev. Team
*
OS: Linux
Type: Home user
Gameservers: COD5, COD7, BF3
Posts: 947
Offline Offline
WWW
Support Specialty: XLRstats webfront
« Reply #46 on: July 12, 2011, 03:38:24 AM »

Here's Courgette's 1.7 branch https://github.com/courgette/big-brother-bot/zipball/1.7-dev
Logged

Jr. Member
**
OS: Windows
Type: Home user
Gameservers: Black Ops
Posts: 16
Offline Offline
« Reply #47 on: July 17, 2011, 07:56:02 AM »

I'm sorta desperate now.  I've been trying to set up B3 for BC2 for 2 1/2 days now with no success.  I'm sure the problem is related to poweradmin as I couldn't run 1.6.1 since poweradmin needed 1.7 to work.  I used the link above to reinstall b3 (deleted all 1.6.1 files and copied 1.7 to the same folder).  B3 still won't start.

Here's a snipped of the log file (the end and only place where an error shows up):
Code:
110717 11:38:34 DEBUG 'AdminPlugin: Command "autoscramble (None)" registered with cmd_autoscramble for level (20, 100)'
110717 11:38:34 DEBUG 'AdminPlugin: Command "payellsquad (ys)" registered with cmd_payellsquad for level (20, 100)'
110717 11:38:34 DEBUG 'AdminPlugin: Command "pakill (kill)" registered with cmd_pakill for level (60, 100)'
110717 11:38:34 DEBUG 'AdminPlugin: Command "paserverinfo (None)" registered with cmd_paserverinfo for level (40, 100)'
110717 11:38:34 DEBUG 'AdminPlugin: Command "paident (id)" registered with cmd_paident for level (20, 100)'
110717 11:38:34 DEBUG 'AdminPlugin: Command "paconquest (conq)" registered with cmd_paconquest for level (60, 100)'
110717 11:38:34 DEBUG 'AdminPlugin: Command "reserveslot (None)" registered with cmd_reserveslot for level (60, 100)'
110717 11:38:34 DEBUG 'AdminPlugin: Command "scramble (None)" registered with cmd_scramble for level (20, 100)'
110717 11:38:34 DEBUG 'Register Event: Client Team Change: Poweradminbfbc2Plugin'
110717 11:38:34 DEBUG 'Register Event: Game Round Start: Poweradminbfbc2Plugin'
110717 11:38:34 INFO 'STDOUT \'Error: \\\'module\\\' object has no attribute \\\'EVT_GAME_ROUND_PLAYER_SCORES\\\'\\n  File "b3\\\\__init__.pyo", line 177, in start\\n  File "b3\\\\parser.pyo", line 457, in start\\n  File "b3\\\\parser.pyo", line 716, in startPlugins\\n  File "b3\\\\plugin.pyo", line 148, in onStartup\\n  File "C:\\\\BigBrotherBot\\\\extplugins\\\\poweradminbfbc2.py", line 237, in startup\\n\''
110717 11:38:34 INFO "STDOUT '\\n'"
110717 11:39:00 VERBOSE "RCON (1/1) ('admin.listPlayers', 'all')"
110717 11:39:00 VERBOSE 'StatusPlugin: Building XML status'
110717 11:39:00 DEBUG 'StatusPlugin: Writing XML status to C:\\Users\\Dad\\status.xml'
110717 11:39:50 BOT    'Shutting down...'
110717 11:39:50 INFO 'StatusPlugin: B3 stop/exit.. updating status'
110717 11:39:50 DEBUG 'StatusPlugin: Writing XML status to C:\\Users\\Dad\\status.xml'
110717 11:39:50 VERBOSE 'AdvPlugin: Warning: No handle func for AdvPlugin'
110717 11:39:50 DEBUG 'XlrstatsPlugin: xlrstats.dumpEvent -- Type 2, Client None, Target None, Data '
110717 11:39:50 ERROR "'module' object has no attribute 'EVT_GAME_ROUND_PLAYER_SCORES'"

EDIT:  confirmed poweradmin's the issue.  Commented it out of the b3 conf and b3 works.  What can I do to fix this issue?
« Last Edit: July 17, 2011, 07:58:00 AM by MistaObvious » Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3478
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #48 on: July 17, 2011, 10:37:34 AM »

in your b3 install folder, open the file parsers/frostibe/abstractParser.py and copy here the line that starts with "__version__"
Logged

Jr. Member
**
OS: Windows
Type: Home user
Gameservers: Black Ops
Posts: 16
Offline Offline
« Reply #49 on: July 17, 2011, 12:40:03 PM »

Code:
__version__ = '1.5.0'

I should point out that I'm also having an issue with the mixedgamemode plugin.  If I go with the default plugins I don't seem to have any issues.
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3478
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #50 on: July 17, 2011, 02:11:07 PM »

That version is correct  Embarrassed

My suggestion :
  • delete all your B3 files
  • try to run B3 again. Should not work. If it works, find out where else is B3 installed
  • unzip B3 files from my 1.7-dev branch
  • config, install plugins, etc
Logged

Jr. Member
**
OS: Windows
Type: Home user
Gameservers: Black Ops
Posts: 16
Offline Offline
« Reply #51 on: July 17, 2011, 08:06:41 PM »

I tried that, but no joy.  Problem is I have no clue how to rebuild the exe and I'm using an older (1.6.1) exe.  I think I'd just be happy if I could find an older (1.6.1 compatible) version of poweradmin.  At least until 1.7 is released.
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3478
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #52 on: July 17, 2011, 11:14:16 PM »

ok that's it Smiley
Do not use the b3_run.exe while using B3 installed from sources.

you need to have python installed on your computer and then start B3 using the python interpreter :
Code:
> c:\Python27\python.exe b3_run.py --config b3.xml

Logged

Jr. Member
**
OS: Windows
Type: Home user
Gameservers: Black Ops
Posts: 16
Offline Offline
« Reply #53 on: July 18, 2011, 03:03:14 AM »

I just noticed another thread with the same problem (in plugins).  Wouldn't it be simpler if you all made the 1.6.1 compatible version of poweradmin available until 1.7 is released?
Logged
Tags:
Pages: 1 2 3 [4]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal