Cannot load modules on Windows XP
Posted: Tue Jul 20, 2004 10:16 pm
This problem was reported to me by a friend of mine having Windows XP and Unreal3.2.1 (official release, without SSL support). Because that I haven't seen such an error yet about failing to load modules, I'm uncertain what to answer, asking for support here. The configuration looks like this:
The last 2 modules are 3rd party ones coded by me. Those DLL files were downloaded from Stealth's pre-compilations page at the first time, (http://www2.x-tab.org:1000/~ircd/), and as a second attempt, Zell's non-SSL pre-compilations were also tried (http://angrywolfmod.8k.com).
And now the error messages:
Seeing the output of the 'dir' and 'dir modules' commands, I'm quite sure the path for the modules are correct (the DLLs do exist in the 'modules' directory), I haven't a clue what could be wrong. Any ideas?
Code: Select all
loadmodule "modules/commands.dll";
loadmodule "modules/cloak.dll";
loadmodule "modules/netadmins.dll";
loadmodule "modules/operpasswd.dll";And now the error messages:
The Hungarian text says: "The specified module could not be found".loadmodule netadmins.dll: failed to load: A megadott modul nem található.
loadmodule operpasswd.dll: failed to load: A megadott modul nem található.
Seeing the output of the 'dir' and 'dir modules' commands, I'm quite sure the path for the modules are correct (the DLLs do exist in the 'modules' directory), I haven't a clue what could be wrong. Any ideas?