| BRenBot 1.50 build 2 [message #263102] |
Mon, 04 June 2007 15:39  |
|
Small update to BRenBot 1.50 to fix issues with the new RenGuard network updates. Disconnected players will no longer be kicked immediately, but will instead be checked again in 15 seconds to see if they have reconnected. If they have not then they will be dealt with as a new player with no RenGuard, and can be forceRG'ed.
If the server is full RenGuard or they have been forced to use RenGuard and they have not reconnected after the 15 seconds they will be kicked from the server.
This update has NOT been extensively tested, and therefore I strongly recommended that you take a backup of your existing brenbot.exe file in the event that you need to revert to that version. If you have any problems with this new build please post them here.
Unfortunately I cannot provide a Linux version of 1.50 build 2 at this time.

The following people have been deemed to post excessive amounts of spam and have therefore been added to my ignore list;
Rocko, renalpha, Madrockz, HeavyX101
|
|
|
| Re: BRenBot 1.50 build 2 [message #263163] |
Mon, 04 June 2007 21:41   |
|
Great job on getting this released but there may be problems.
Replaced my brenbot.exe with new file and now I have a problem.
Started up BR and it just sits there and then goes away.
Started it up in a cmd line.
Got this error:
| Quote: | C:\Documents and Settings\username>C:\Westwood\RenegadeFDS5\Server\BRenBot\brenbot.exe
Warning: Unable to load presets from presets.brf
Error while reading commands.xml!
File does not exist: commands.xml at commands.pm line 29
|
Not sure if it correct or not but I can't seem to find a crash log.
|
|
|
|
|
|
| Re: BRenBot 1.50 build 2 [message #263398] |
Tue, 05 June 2007 15:43   |
|
|
nice work and on linux?
|
|
|
|
| Re: BRenBot 1.50 build 2 [message #263814] |
Wed, 06 June 2007 21:31   |
|
| Goztow wrote on Tue, 05 June 2007 02:22 | You need to be in the working directory to start it. Do cd C:\Westwood\RenegadeFDS5\Server\BRenBot
and then do
brenbot.exe
|
Thanks for the tip Goz.
Here is what it said now:
| Quote: | C:\Westwood\RenegadeFDS5\Server\BRenBot>brenbot.exe
Can't locate Sort/Array.pm in @INC (@INC contains: CODE(0xf30780) C:\DOCUME~1\Eo
ERen\LOCALS~1\Temp\1\par-EoERen\cache-1180989207/inc/lib C:\DOCUME~1\EoERen\LOCA
LS~1\Temp\1\par-EoERen\cache-1180989207/inc CODE(0xd79244) .) at results.pm line
25.
BEGIN failed--compilation aborted at results.pm line 25.
Compilation failed in require at script/brenbot.pl line 54.
BEGIN failed--compilation aborted at script/brenbot.pl line 54.
C:\Westwood\RenegadeFDS5\Server\BRenBot>
|
Something seems to be wrong with bringing in the existing ladder files.
|
|
|
|
| Re: BRenBot 1.50 build 2 [message #263884] |
Thu, 07 June 2007 05:25   |
|
Apparently that module is indeed missing from the exe file, I have recompiled it and it's in there now so I don't know why perl decided not to bother putting it in.
Updated download;
(Can someone edit the first post to mention this as I can't edit it anymore, thanks)
[Updated on: Thu, 07 June 2007 05:27]

The following people have been deemed to post excessive amounts of spam and have therefore been added to my ignore list;
Rocko, renalpha, Madrockz, HeavyX101
|
|
|
| Re: BRenBot 1.50 build 2 [message #264100] |
Thu, 07 June 2007 22:43   |
|
Well that certainly got us farther. BR actually started up this time. Thank you Dan for working that bug out.
I did include a screen cpature though because there were some lines that looked less than perfect. Something to do with the ranks plugin.
|
|
|
| Re: BRenBot 1.50 build 2 [message #264123] |
Fri, 08 June 2007 02:14   |
|
Apparently an issue we had with the 1.51 beta has propagated back to this build. It's something to do with changes in the core perl files that handle XML files.
Put this exe in your BRenBot folder and run it and it should solve any XML problems. BRenBot is running fine already, it just cant load your plugins at the moment.

The following people have been deemed to post excessive amounts of spam and have therefore been added to my ignore list;
Rocko, renalpha, Madrockz, HeavyX101
|
|
|
| Re: BRenBot 1.50 build 2 [message #264906] |
Sun, 10 June 2007 10:12   |
|
I will give it a try soon! Thanks for coming up with a fix, lets hope it works out alright.
|
|
|
| Re: BRenBot 1.50 build 2 [message #268024] |
Fri, 22 June 2007 06:02   |
|
hello
and for linux ?
ok i have read ^^
[Updated on: Fri, 22 June 2007 06:20]
|
|
|
| Re: BRenBot 1.50 build 2 [message #272515] |
Wed, 11 July 2007 09:48   |
|
Time to bring this back to life.
So I ran that little appy you created and now BRenBot looks like what is in the attached screenshot.
Also I have noticed of late that our warnings plugin never loads. Did this plugin become no longer supported? Our clan eally likes the language filter and the auto_kb list function, we would like to see this feature re-instated if at all possible.
I made sure the plugin was the latest version and that it is turned on. If there is anywhere else to check on these plugins please let me know.
|
|
|
|
| Re: BRenBot 1.50 build 2 [message #272519] |
Wed, 11 July 2007 09:57   |
|
Nice quick reply.
Well I deleted those lines out of the XML file and the problem seems to persist.
1) I don't see the warnings plugin loading upon BR bootup
2) The same two Error messages are output
|
|
|
|
| Re: BRenBot 1.50 build 2 [message #274577] |
Fri, 20 July 2007 19:54   |
|
I fixed it!
The errors were as follows
serverrules.xml line 23 character 29 Was:
<cvar name="C&C_Walls.mix" value="No Wall Jumping."/>
changed to
<cvar name="C&C_Walls.mix" value="No Wall Jumping."/>
warnings.xml line 75 character 52 Was:
<help value="Counts how many logs there are for <playername>, and returns the 5 most recent ones."/>
changed to
<help value="Counts how many logs there are for [playername], and returns the 5 most recent ones."/>
BR reports no more errors. The warnings and serverrules plugins work again.
|
|
|
| Re: BRenBot 1.50 build 2 [message #276047] |
Sun, 29 July 2007 14:33   |
|
hey donpaul can you please this realese make for linux fds my fds have manny problems whit renguard ppl was kicked for no running renguard anymore i think des coome from brenbot other win fds realese have not this probelm !!
mutsch thanks for help !
greatz miklo
|
|
|
|
| Re: BRenBot 1.50 build 2 [message #276049] |
Sun, 29 July 2007 14:43   |
|
|
released date ?
|
|
|
| Re: BRenBot 1.50 build 2 [message #276053] |
Sun, 29 July 2007 15:19   |
|
|
Patience ftw.
|
|
|
| Re: BRenBot 1.50 build 2 [message #282225] |
Mon, 03 September 2007 16:45   |
|
|
when does he come?
|
|
|
| Re: BRenBot 1.50 build 2 [message #282286] |
Tue, 04 September 2007 01:47  |
|
AFAIK Danpaul is now finishing the new brenbot website and updating brenbloader, which is why it takes longer than expected.

The KOSs2: 'cause there's no place like home - Ren community webmaster - I'm not a member of the TT-team
|
|
|