Page 1 of 1

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

Posted: Tue Jul 04, 2006 9:13 pm
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

Posted: Wed Jul 05, 2006 8:26 am
by T-rexke
loadmodule "modules/commands.dll";

put this under the //loadmodule things :)

Posted: Wed Jul 05, 2006 12:56 pm
by White_Magic
src .. ;)

Posted: Wed Jul 05, 2006 3:36 pm
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?

Posted: Wed Jul 05, 2006 6:57 pm
by Mark
Look at the example.conf! -.-

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

Posted: Thu Jul 06, 2006 5:55 am
by Ron2K
Windows doesn't have an src directory where the modules reside. That belongs to *NIX.

Posted: Fri Jul 07, 2006 3:33 am
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.