unreal doenst start (win32)

These are old archives. They are kept for historic purposes only.
Post Reply
AlexL
Posts: 5
Joined: Mon Feb 28, 2005 6:00 pm

unreal doenst start (win32)

Post 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
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

AlexL
Posts: 5
Joined: Mon Feb 28, 2005 6:00 pm

Post by AlexL »

nice faq :)
and the error description matches...
but there is no .log file there :/
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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
AlexL
Posts: 5
Joined: Mon Feb 28, 2005 6:00 pm

Post 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
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

A log block containing the "error" flag?
AlexL
Posts: 5
Joined: Mon Feb 28, 2005 6:00 pm

Post 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
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Strange...
Well, try starting it normally and not as a service.
AlexL
Posts: 5
Joined: Mon Feb 28, 2005 6:00 pm

Post 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
Post Reply