help! win32!

These are old archives. They are kept for historic purposes only.
Post Reply
john
Posts: 23
Joined: Thu Jul 15, 2004 6:41 am

help! win32!

Post 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!!!
{Amp}
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

I don't understand one word of that... If you don't speak English, try the International forum.
-- codemastr
john
Posts: 23
Joined: Thu Jul 15, 2004 6:41 am

Post 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.
{Amp}
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

What is line 32 of unrealircd.conf?
-- codemastr
john
Posts: 23
Joined: Thu Jul 15, 2004 6:41 am

Post by john »

loadmodule "src/modules/commands.so";
{Amp}
john
Posts: 23
Joined: Thu Jul 15, 2004 6:41 am

Post 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.
{Amp}
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post 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?
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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
john
Posts: 23
Joined: Thu Jul 15, 2004 6:41 am

Post 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
{Amp}
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Looks like you didnt compile correctly. I'm not sure what the problem is though.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
john
Posts: 23
Joined: Thu Jul 15, 2004 6:41 am

Post by john »

Ok -- it's fixed.
{Amp}
Post Reply