Debug mode

These are old archives. They are kept for historic purposes only.
Post Reply
wizard123
Posts: 7
Joined: Wed Nov 10, 2004 2:38 am

Debug mode

Post 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
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post 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.
wizard123
Posts: 7
Joined: Wed Nov 10, 2004 2:38 am

Debug

Post by wizard123 »

i have it compiled in debug mode i cant run it how do i start unreal in debug mode ?
Post Reply