UNREAL IRCD 3.2 for WINDOWS problems : (

These are old archives. They are kept for historic purposes only.
Post Reply
h4tr3d
Posts: 14
Joined: Mon Jun 16, 2008 1:09 am

UNREAL IRCD 3.2 for WINDOWS problems : (

Post 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
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: UNREAL IRCD 3.2 for WINDOWS problems : (

Post 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;
Your IP: Image
Your Country: Image
h4tr3d
Posts: 14
Joined: Mon Jun 16, 2008 1:09 am

Re: UNREAL IRCD 3.2 for WINDOWS problems : (

Post 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]
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: UNREAL IRCD 3.2 for WINDOWS problems : (

Post by Casper »

You need to create those files before starting the server.
Ex Network-Administrator
Post Reply