Page 1 of 1

unreal doenst start (win32)

Posted: Mon Feb 28, 2005 6:04 pm
by AlexL
here my short story :)

i installed unreal3.2 on my computer, it works
copied it to another pc, it doesnt work :/
copied it to another pc, it works

here what happens:
c:\program files\unreal>unreal install
c:\program files\unreal>unreal config startup auto
c:\program files\unreal>unreal start

seems that this commands do absolutly nothing, but no idea why

all computers are running win2000

Posted: Mon Feb 28, 2005 6:14 pm
by Dukat

Posted: Mon Feb 28, 2005 6:37 pm
by AlexL
nice faq :)
and the error description matches...
but there is no .log file there :/

Posted: Mon Feb 28, 2005 6:57 pm
by Dukat
You have to add a log block to your config file, else no log will be generated :D

http://www.vulnscan.org/UnrealIRCd/unre ... l#logblock

Posted: Mon Feb 28, 2005 7:00 pm
by AlexL
i have one there
Edit: a log block^^, no log file :/

on the computers where it runs there is also a log file

Posted: Mon Feb 28, 2005 7:11 pm
by Dukat
A log block containing the "error" flag?

Posted: Mon Feb 28, 2005 7:12 pm
by AlexL
yeah

edit:

Code: Select all

log "ircd.log" {
	maxsize 2097152;
	flags {
		oper;
		kline;
		connects;
		server-connects;
		kills;
		errors;
		sadmin-commands;
		chg-commands;
		oper-override;
		spamfilter;
	};
};
it really seems that unreal doesnt start

Posted: Mon Feb 28, 2005 7:14 pm
by Dukat
Strange...
Well, try starting it normally and not as a service.

Posted: Mon Feb 28, 2005 7:18 pm
by AlexL
it's a root server :/

actually never tried to start a gui application ;)

edit: just started wircd.exe and nothing is happening, it also doesnt appear in the process list