unreal can't find commands.dll

These are old archives. They are kept for historic purposes only.
Post Reply
Softice
Posts: 7
Joined: Tue Apr 11, 2006 8:40 pm

unreal can't find commands.dll

Post by Softice »

i have made a win32 compile using visual studio.net 2003.
all went fine now but when i try to run unreal i get this error: * unrealircd.conf:38: loadmodule src/modules/commands.dll: failed to load: Kan opgegeven procedure niet vinden.

[error] IRCd configuration failed to load

But it's there in the directory where i pointed at from the config file.
but unreal can't find it says.
somebody who have an idea what the problem can be?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

What is the translation of the error message?
Softice
Posts: 7
Joined: Tue Apr 11, 2006 8:40 pm

Post by Softice »

something like cannot find the module
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Are you running it on the same computer you compiled it on?
Softice
Posts: 7
Joined: Tue Apr 11, 2006 8:40 pm

Post by Softice »

yes i did
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

If you're absolutely sure the loadmodule path is correct and the module exists in that location, I have no idea why it would tell you that. In the past, people have gotten that error because users did not have the MSVCR71.dll file, but if you are running Unreal on the same computer you compiled it with, you already have that DLL.

What do you have as your loadmodule line?
Softice
Posts: 7
Joined: Tue Apr 11, 2006 8:40 pm

Post by Softice »

this my load module line: loadmodule "src/modules/commands.dll";
loadmodule "src/modules/cloak.dll";
Post Reply