View Full Version : W2K Advanced Server - FireDaemon
Kernel
17th September, 2002, 12:16 PM
I downloaded the latest version of FireDaemon and setup UT2K3 to run, but it simply starts an then craps out on some sort of error... as if it is not getting the parameters to it or comething.
I have taken the info I supplied and pasted it onto the command line to check it and it works fine.
Anyone else having this issue or anyone else have a better suggestion? I don't want to have to sign in in order to have the server run.
I also tried GameHost but I didn't like it and it may possibly have overwritten some Windows Files - not sure on this... mentioned something about HTML Help may be updated but didn't tell me wether it actually did update it or not.
Bry
17th September, 2002, 01:07 PM
take a screenshot of each page in firedaemon so i can check ru settings...
Kernel
18th September, 2002, 12:07 PM
I haven't had time to make the screenshots yet except for the output of the console window which I will insert here. I followed the FireDaemon instructions exactly and setup the working directory as:
C:\Program Files\Games\Demos\Unreal Tournament 2003\System
and setup the executable as
C:\Program Files\Games\Demos\Unreal Tournament 2003\System\ucc.exe
and as for parameters, no matter what I put, such as
server BR-Anubis.ut2
will give me the same popup as included here, and FireDaemon will continually try to start it.
http://home.twcny.rr.com/kernel/images/ucc.jpg
Azazel
18th September, 2002, 12:36 PM
Paste your starting command line here, I'm pretty sure I know the problem :)
DraZtiK
18th September, 2002, 01:16 PM
Azazel, sorry for all the noobs here asking questions but i have another question concerning firedaemon also. i installed my server as a service and it runs fine but as soon as i log off, it stops.i installed it as an administrator and can log back on and it still says its started in the services but its not running in the task manager (the ucc.exe). so i have to open my services to and right click hit stop then hit start...but i cant log off or it shuts down. :(
Azazel
18th September, 2002, 01:20 PM
Is the service set to start automatically?
DraZtiK
18th September, 2002, 01:57 PM
Is the service set to start automatically?
yes in the services box it says started, automatic.
Azazel
18th September, 2002, 04:49 PM
Does the account you use have full admin rights to that machine?
Your account must have rights to "Log on as a Service" otherwise it will fail
Kernel
18th September, 2002, 10:20 PM
Starting command line? I assume you mean the 'parameters'? It's the same thing I put into my .bat file:
server BR-Anubis.ut2?AdminName=adminname?AdminPassword=password
of course, adminname and password are dummies.
Azazel
18th September, 2002, 10:28 PM
Need them screenies sorry ... any chance you can post em?
Kernel
19th September, 2002, 12:47 AM
Ok, here ya go...
http://home.twcny.rr.com/kernel/images/fd_0.jpg
http://home.twcny.rr.com/kernel/images/fd_1.jpg
http://home.twcny.rr.com/kernel/images/fd_2.jpg
http://home.twcny.rr.com/kernel/images/fd_3.jpg
http://home.twcny.rr.com/kernel/images/fd_4.jpg
http://home.twcny.rr.com/kernel/images/fd_5.jpg
RiPp3r
20th September, 2002, 09:32 AM
Hey sorry abit out of thread here...just got interested about Ure Battlecom server..could U plz past in the commandline for the BC server?
would be nice to have that :D
Thx in advance.
Azazel
20th September, 2002, 09:38 AM
Strange as this sounds, on your command lines where it says (for example)
[code:1:4b46b42df4]c:\program files\games\demos\unreal tournament 2003\[/code:1:4b46b42df4]
Try enclosing the names with spaces in quotes eg.
[code:1:4b46b42df4]c:\"program files"\games\demos\"unreal tournament 2003"\[/code:1:4b46b42df4]
Kernel
20th September, 2002, 11:33 AM
nope, gives me an 'invalid working directory' or 'invalid command line' error.
Azazel
20th September, 2002, 12:38 PM
/me slaps Bry about :)
Have a look matey :D
Kernel
20th September, 2002, 10:22 PM
Huh??? :)
Bry
20th September, 2002, 11:13 PM
by it starting and stopping perhaps there is soemthing wrong with the ini and not the service?
Try checking the log file and see if that helps point to a problem
As long as dirctory is set to system directory and executable is set to the ucc.exe with a valid start line i dont see why it would not work
Kernel
21st September, 2002, 03:28 AM
Yeah, that's what confuses me... the same exact statements in a .bat file work fine.
Evolution
21st September, 2002, 11:17 AM
Try putting the quotes on the outside of the command line, such as:
"c:\program files\games\demos\unreal tournament 2003\"
If that doesn't work, move the installation of UT2K3 to a folder that does not have spaces in the pathname, so that you don't have this problem, such as:
C:\UT2003Demo\
Kernel
21st September, 2002, 12:40 PM
Yeah I've tried the quotesy way... was one of the first things I did :)
I believe it does have something to do with spaces in the path... I messaged firedaemon support to see what they say.
LinuxRules
22nd September, 2002, 12:45 AM
I believe it does have something to do with spaces in the path
In that case try the 8.3 equivalents:
Working Directory:
c:\progra~1\games\demos\unreal~1\
Executable:
c:\progra~1\games\demos\unreal~1\system\ucc.exe
If you have other directories with long names under demos that begin with "unreal" you may have to do DIR /X to see the short name of the appropriate one (unreal~2, unreal~3, etc.)
Kernel
22nd September, 2002, 05:19 PM
DING DING DING DING DING DING DING!!!
I have no idea wy I didn't think of that. ;-)
Thanks for the help - worked like a charm. Now all I need to do is readup on it so that I can make it not contact the master server and set a password to protect it.
Thanks again for your help.
LinuxRules
23rd September, 2002, 12:58 AM
Glad it worked for you :)
The password options are covered in detail in the tutorial but I'm not sure if master server options are...
To make it not contact the master server add the following to your UT2003.ini file:
[IpDrv.MasterServerUplink]
DoUplink=False
LinuxRules
23rd September, 2002, 12:58 AM
<edit>
Oops, accidental double post :look:
vBulletin® v3.6.7, Copyright ©2000-2012, Jelsoft Enterprises Ltd.