Page 1 of 1

unreal can't find commands.dll

Posted: Sun May 21, 2006 4:56 pm
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?

Posted: Sun May 21, 2006 6:01 pm
by Stealth
What is the translation of the error message?

Posted: Sun May 21, 2006 6:05 pm
by Softice
something like cannot find the module

Posted: Sun May 21, 2006 6:06 pm
by Stealth
Are you running it on the same computer you compiled it on?

Posted: Sun May 21, 2006 6:13 pm
by Softice
yes i did

Posted: Sun May 21, 2006 6:50 pm
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?

Posted: Sun May 21, 2006 6:57 pm
by Softice
this my load module line: loadmodule "src/modules/commands.dll";
loadmodule "src/modules/cloak.dll";