Thread: Logging Q
View Single Post
  #6  
Old 07-07-2016, 07:21 PM
jdoran
Hill Giant
 
Join Date: Jul 2012
Posts: 212
Default

Well I have the following in my CMakeLists:
OPTION(EQEMU_ENABLE_BOTS "Enable Bots" ON)
The CMakeCache shows ENABLE_BOTS to be true.

Makefiles were regenerated, make clean followed by make was done. The update script (utils/scripts/eqemu_update.pl) still complains that binaries were not built with bots enabled.

I have not seen the auto-db updater for a very long time. I was looking for a way to enable it, but I guess I can just manually run it like I did for bots.

The crash was a bad "spells" pointer in BCSpells::Load. Until I can get the required DB updates done, I am not pursuing this. It might not be a real problem.

EDIT: Option 3 brought down a new manifest, and restarting the server loaded a new eqemu_update.pl -- That's it. No difference otherwise.
Reply With Quote