Page 1 of 1

UNREAL IRCD 3.2 for WINDOWS problems : (

Posted: Mon Jun 16, 2008 1:14 am
by h4tr3d
Hello, I have recently downloaded the latest version of Unreal IRCD for windows which is 3.2 I have installed it. and configured It, I Guess to what I Think should be right. But I Get this error.


* Loading IRCd configuration ..
* unrealircd.conf:82: Ignoring extra data
* unrealircd.conf:1: loadmodule src/modules/commands.so: failed to load
[error] IRCd configuration failed to load


[deleted http://forums.unrealircd.com/viewtopic.php?f=3&t=1146]

My ircd.config file is as following.



Anybody know whats wrong : S

Re: UNREAL IRCD 3.2 for WINDOWS problems : (

Posted: Mon Jun 16, 2008 1:19 am
by Jobe
You clearly didn't READ the example.conf (seeing as the thread topic says "windows"):
/* FOR *NIX, uncomment the following 2lines: */
//loadmodule "src/modules/commands.so";
//loadmodule "src/modules/cloak.so";

/* FOR Windows, uncomment the following 2 lines: */
//loadmodule "modules/commands.dll";
//loadmodule "modules/cloak.dll";
Also:
listen 71.17.217.56 :6660-6669;
should be:
listen 71.17.217.56:6660-6669;

Re: UNREAL IRCD 3.2 for WINDOWS problems : (

Posted: Mon Jun 16, 2008 1:30 am
by h4tr3d
Sorry.. But I Did that and I Got more errors. Dont get Mad I'm new with IRC and I have been trying to get this working for a week now : S

* Loading IRCd configuration ..
[error] unrealircd.conf:175: tld::motd: ircd.motd: No such file or directory
[error] unrealircd.conf:176: tld::rules: ircd.motd: No such file or directory
[error] 2 errors encountered
[error] IRCd configuration failed to pass testing


thats the errors I Get : S


again the config file is

[deleted http://forums.unrealircd.com/viewtopic.php?f=3&t=1146]

Re: UNREAL IRCD 3.2 for WINDOWS problems : (

Posted: Mon Jun 16, 2008 9:29 am
by Casper
You need to create those files before starting the server.