* unrealircd.conf:5: loadmodule src/modules/commands.dll: fa

These are old archives. They are kept for historic purposes only.
Post Reply
_X_snudge_X_
Posts: 2
Joined: Tue Jul 04, 2006 9:06 pm

* unrealircd.conf:5: loadmodule src/modules/commands.dll: fa

Post by _X_snudge_X_ »

Hi, i've made my Config file called unrealirc and its all been cheaked, but every time i try to load UnrealIRCd i get a service text document apear with the following message:
* Loading IRCd configuration ..
* unrealircd.conf:5: loadmodule src/modules/commands.dll: failed to load
[error] IRCd configuration failed to load

My friend has looked at this and he has no idea, he currently has a running network with no problems, i used the same config generator as him and his works fine, but mine keeps coming up with the same error message each time, i am using windows xp home edition and i downloaded Win32 non ssl UnrealIRCd3.2.5.

Any help would be greatfull, this is really annoying
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Post by T-rexke »

loadmodule "modules/commands.dll";

put this under the //loadmodule things :)
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post by White_Magic »

src .. ;)
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
_X_snudge_X_
Posts: 2
Joined: Tue Jul 04, 2006 9:06 pm

Post by _X_snudge_X_ »

its already there though...it says not loaded..but that part is in my config:
loadmodule "src/modules/commands.dll";
loadmodule "src/modules/cloak.dll";

Thats what is there...so what do i change or add to make it work?
Mark
Posts: 57
Joined: Mon Dec 26, 2005 4:01 pm

Post by Mark »

Look at the example.conf! -.-

On Windows it isn't "src/modules/commands.dll", but "modules/commands.dll".
Ron2K

Post by Ron2K »

Windows doesn't have an src directory where the modules reside. That belongs to *NIX.
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

If you downloaded the source and rolled your own wircd and ran it out of the source directory, it would be src/modules/cloak.dll (yes, I've run a wircd out of the source folder before, but I don't recall if it was when wircd was still static-linked), but with the standard distribution, that would be correct.
Post Reply