View Single Post
  #5  
Old 01-07-2009, 07:59 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

It would help if anyone who can get either to crash to turn on all the logging options in log.ini (this file goes in the same directory as your executables):

Code:
MAIL__CLIENT=on
MAIL__TRACE=on
MAIL__PACKETS=on
CHANNELS__CLIENT=on
CHANNELS__TRACE=on
CHANNELS_PACKETS=on
and PM me a copy/link of logs/eqemu_debug_chatchannels.log or logs/eqemu_debug_mail.log after it crashes.

Even better would be anyone running Linux to turn on core dumps (ulimit -c unlimited) and post a gdb bt full.
Reply With Quote