Page 1 of 1

help! win32!

Posted: Thu Jul 15, 2004 6:47 am
by john
It worked before, i believe wat the problem is in incorrect compile l... ive dled it from both the Texas sites and 1 other site, it wont work.

I dunno wat the problem is, wat do i need to do, im on Windows ME, and i said above, it worked before (with the 3.2RC2 i think?). HELP!!!

Posted: Thu Jul 15, 2004 4:32 pm
by codemastr
I don't understand one word of that... If you don't speak English, try the International forum.

Posted: Thu Jul 15, 2004 6:10 pm
by john
lol sorry...

I dl the Win32 compile (yes the latest one).
I install it, then do the config. When i run it it says:
"* Loading IRCd configuration .."
"* unrealircd.conf:32: loadmodule \TSTC\GraphiX\Neo\unrealircd.conîö¿w: failed to load: One of the library files needed to run this application cannot be found."
"[error] IRCd configuration failed to load"

Incorrect compile? I do not know how to fix it, and i dont want to have to get a compiler either.

Posted: Thu Jul 15, 2004 6:29 pm
by codemastr
What is line 32 of unrealircd.conf?

Posted: Thu Jul 15, 2004 7:19 pm
by john
loadmodule "src/modules/commands.so";

Posted: Thu Jul 15, 2004 7:26 pm
by john
and there is no modules/commands.so, just modules/commands.dll (all of the things in /modules/ are .dll). Also, there is a loadmodule for cloak.so but i only have cloak.dll

But it doesnt give me a cloak.dll loadmodule error.

Posted: Fri Jul 16, 2004 12:02 am
by aquanight
Well, src/modules/commands.so only exists on *nix.

If you're on Win32, you would obiously need to change the module path so that it points to the correct file, modules/commands.dll.

Same deal for cloak.*

(As for why you didn't get an error from cloak, I believe the IRCd stops on the first major error like that...)

@codemastr: What I want to know is why the error message was messed up. If he's trying to load a nonexistant file, why would he get "* unrealircd.conf:32: loadmodule \TSTC\GraphiX\Neo\unrealircd.conîö¿w: failed to load: One of the library files needed to run this application cannot be found." and not "* unrealircd.conf:32: loadmodule src/modules/commands.so: failed to load: no such file or directory" or something like that?

Posted: Fri Jul 16, 2004 9:53 am
by AngryWolf
Bug in Unreal3.2.1. Right after the release it was fixed by codemastr in CVS:
- Fixed a win32 module problem where file not found errors would display random characters,
reported by STING

Posted: Fri Aug 27, 2004 2:31 am
by john
does anyone know how to solve this:
the line reads: loadmodule "modules\commands.dll";


i get this upon running the program:
* Loading IRCd configuration ..
[error] Unable to create file 'tmp/DEA2C235.commands.dll': Permission denied
* unrealircd.conf:32: loadmodule commands.dll: failed to load: The specified module could not be found.
[error] IRCd configuration failed to load


any help will be greatly appreciated, thanx

Posted: Fri Aug 27, 2004 3:00 am
by w00t
Looks like you didnt compile correctly. I'm not sure what the problem is though.

Posted: Sat Aug 28, 2004 1:40 am
by john
Ok -- it's fixed.