Loadmodule "svc/modules/commands.dll;" <-- Not

These are old archives. They are kept for historic purposes only.
Alex_Tepes
Posts: 13
Joined: Tue Sep 14, 2004 3:57 pm

Loadmodule "svc/modules/commands.dll;" <-- Not

Post by Alex_Tepes »

I've Tried changing the location by copying and pasting it somewhere else and changing the lcation in the unrealircd aswell no change.
Alex_Tepes
Posts: 13
Joined: Tue Sep 14, 2004 3:57 pm

Post by Alex_Tepes »

It keeps saying * unrealircd.conf:371: loadmodule src/commands.dll: failed to load
[error] IRCd configuration failed to load No matter what i do.
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Read the FAQ :P

Post by aquanight »

Alex_Tepes
Posts: 13
Joined: Tue Sep 14, 2004 3:57 pm

Loadmodule.

Post by Alex_Tepes »

I know, Don't you think i tried that.?
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Alex_Tepes: aquanight gave you the most rational answer, as he had no clue what you had already tired or not (you haven't told us), and your problem seemed to be a typical one. The FAQ should have given you an idea that in the Windows port of UnrealIRCd there is no "src" directory, but a "modules" one, however you are still using that wrong path in your configuration.
Alex_Tepes
Posts: 13
Joined: Tue Sep 14, 2004 3:57 pm

Ok.

Post by Alex_Tepes »

I've read it over and over, So your saying Src means your Ircd folder.?
So i put Unreal3.2/Modules/commands.dll instead of src.?
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Ok, what word don't you understand in the FAQ entry?
Remove the old loadmodule lines and add these:
loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
Of course a "/" is used in those two loadmodule lines to indicate a subdirectory, but that's OK with UnrealIRCd, and you can also use "\" instead of "/", both will work.

Forget "src", if you are using UnrealIRCd on Windows. The loadmodule directive (like many other ones) accepts relative paths starting from the Unreal3.2 directory, that's why you can use simply "modules\commands.dll" to load the "commands" module.
Alex_Tepes
Posts: 13
Joined: Tue Sep 14, 2004 3:57 pm

Ok.

Post by Alex_Tepes »

Got it, thanks, I thought Src just ment the directory folder of Unreal, But if you don't need to use it thats fine, You've been alot of help, I'm sorry it took me so long to understand.
Well, If i need anymore help i know who to call, Well now to Load it all up and begin with using it.
I've used previous versions, This loadmodule thing is new to me.
Alex_Tepes
Posts: 13
Joined: Tue Sep 14, 2004 3:57 pm

Shit.

Post by Alex_Tepes »

I changed it all, And fuck yeah, It worked, Cept Why didn't i see the Unreal program come up and i put the same link info from my previous version of Unreal (3.2) And my Services won't work, And the server does say anything about it trying to connect, The services just won't start up right, And they were just running fine on the previous version, The services are Auspice.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Re: Shit.

Post by w00t »

Alex_Tepes wrote:I changed it all, And fuck yeah, It worked, Cept Why didn't i see the Unreal program come up and i put the same link info from my previous version of Unreal (3.2) And my Services won't work, And the server does say anything about it trying to connect, The services just won't start up right, And they were just running fine on the previous version, The services are Auspice.
You probably installed Unreal as a service. Open a DOS prompt, change to your unreal directory (hint: cd), type "unreal uninstall" without the quotes, press enter.

Then type "wircd.exe" and press enter.

As for services, we need more info than "doesnt work" ;) it will be a link block problem.

On an unrelated note, I advise you to change from Auspice. They are out of date, and extremly buggy. The windows port of anope might be worth a try.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Alex_Tepes
Posts: 13
Joined: Tue Sep 14, 2004 3:57 pm

Second.

Post by Alex_Tepes »

People also say Anope Is better.
I don't know how to get anope for windows though.
I'd need a link,
But i like services that have..
NickServ
OperServ
MemoServ
ChanServ
BotServ
Agent
RootServ
HelpServ
HostServ
Basicly Everything, And is which not hard to use.
If you know One with all of the above, And is used on a Windows Platform, Provide me with the link.
Alex_Tepes
Posts: 13
Joined: Tue Sep 14, 2004 3:57 pm

Post by Alex_Tepes »

Thanks, Kindly for this information you have posted for me, I'll show my link block not containing a password, Lol.

link services.alucards.org
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 7000;
hub *;
password-connect "";
password-receive "";
class servers;
options {
zip;
};
};
Alex_Tepes
Posts: 13
Joined: Tue Sep 14, 2004 3:57 pm

dos

Post by Alex_Tepes »

I get this when trying to do unreal uninstall
'UNREAL' is not recognised as a internal or external command,
operable program or batch file.
Alex_Tepes
Posts: 13
Joined: Tue Sep 14, 2004 3:57 pm

I think i found the program.

Post by Alex_Tepes »

My firewalls were probably blocking it because of it being 7000
I have it set for my firewalls to accept 6667.
Alex_Tepes
Posts: 13
Joined: Tue Sep 14, 2004 3:57 pm

Yep.

Post by Alex_Tepes »

Fixed, I will continue using my buggy
Auspice, w00t.
Aight thanks for the help and everything now to make motd and rules, Who cares if i can't see the unreal program aslong as it works.
Post Reply