Page 1 of 1

Debug mode

Posted: Fri Nov 12, 2004 5:23 pm
by wizard123
hello i may be ventureing out of my realm but i like to play i get this error
* unrealircd.conf:1: loadmodule src/modules/commands.so: failed to load: Module was compiled for 'Unreal3.2.2+(debug)', we are 'Unreal3.2.2', please recompile the module
[error] IRCd configuration failed to load
Possible error encountered (IRCd seemily not started)
how do i start up unreal in full debug mode. basicly i would like unreal to go into full debug mode so i can see what i am changeing again just like to play.

thanks

Posted: Fri Nov 12, 2004 11:05 pm
by Syzop
If you compile with DEBUGMODE (which should not be used for production networks btw), then you should also load modules compiled with debugmode and vice versa (you cannot load a commands.so compiled with debugmode on a non-debugmode ircd).
In the past the IRCd didn't warn about this and you would crash, fortunately it does warn now.
So.. enable debugmode and do a make clean; make (and possibly make install) and restart the ircd.

Debug

Posted: Sat Nov 13, 2004 1:02 am
by wizard123
i have it compiled in debug mode i cant run it how do i start unreal in debug mode ?