Problem starting BrenBot [message #443412] |
Sun, 30 January 2011 12:18 |
crysis992
Messages: 314 Registered: June 2008
Karma: 0
|
Recruit |
|
|
Hello,
i have a little Problem starting my Brenbot.
I upgraded today from Windows Server 2003 to 2008.
Now when i try to start brenbot, the window popus and closes after that directly.
I tried to click the .bat file and tried to move it into the cmd.exe but for some reason that doesnt work on the Windows Server 2008 :/ I dont know whats the problem.
So i cant open it in the cmd.exe to see what error it give out.
Any ideas how i could fix that problem?
,
crysis992
|
|
|
|
|
Re: Problem starting BrenBot [message #443417 is a reply to message #443412] |
Sun, 30 January 2011 14:14 |
|
Omar007
Messages: 1711 Registered: December 2007 Location: Amsterdam
Karma: 0
|
General (1 Star) |
|
|
Start->Run
Then type 'cmd' (no quotes) and enter.
In the black window it'll say something like
Type the location off brenbot.exe including brenbot.exe
So you'll get something like this:
C:\Users\YOURUSERNAME>X:\BrenBotInstallDir\brenbot.exe
If your path contains spaces, you might need to put the path between quotes, making it look something like this:
C:\Users\YOURUSERNAME>"X:\Spaced BrenBot Install Dir\brenbot.exe"
Press enter again and it should fire up BRenBot in the CMD window
[Updated on: Sun, 30 January 2011 14:17] Report message to a moderator
|
|
|
|
Re: Problem starting BrenBot [message #443424 is a reply to message #443412] |
Sun, 30 January 2011 16:28 |
|
Gen_Blacky
Messages: 3250 Registered: September 2006
Karma: 1
|
General (3 Stars) |
|
|
I use batch files to start brenbot so if crashes i will see the error.
@echo off
cd C:\Westwood\RenegadeFDS\BRenBot\
brenbot.exe
IF %ERRORLEVEL% NEQ 0 GOTO END
:END
echo.
echo Errorlevel Number %ERRORLEVEL%
echo.
pause
exit
Undefined subroutine &Test::fuckyourmon called at plugins/Test.pm line 42.
Errorlevel Number -1
Press any key to continue . . .
[Updated on: Sun, 30 January 2011 16:29] Report message to a moderator
|
|
|
Re: Problem starting BrenBot [message #443492 is a reply to message #443424] |
Wed, 02 February 2011 15:48 |
Catalyst
Messages: 139 Registered: March 2009
Karma: 0
|
Recruit |
|
|
Gen_Blacky wrote on Sun, 30 January 2011 16:28 |
Undefined subroutine &Test::fuckyourmon called at plugins/Test.pm line 42.
Errorlevel Number -1
Press any key to continue . . .
|
LOL.
|
|
|