Thread: ucs.exe issues
View Single Post
  #9  
Old 08-28-2014, 05:04 AM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

Scan the log for .cpp files belonging to the source. Anything with "MySql" or "Database" in it is the clue.

Code:
[08.27. - 12:16:09] c:\eq\source\common\mysql_request_row.cpp (68): MySQLRequestRow::operator[] 
[08.27. - 12:16:09] c:\eq\source\common\database.cpp (166): Database::CheckLogin
Code:
[08.27. - 11:23:07] c:\eq\source\common\mysql_request_result.h (43): MySQLRequestResult::ErrorMessage 
[08.27. - 11:23:07] c:\eq\source\ucs\database.cpp (528): Database::ExpireMail 
[08.27. - 11:23:07] c:\eq\source\ucs\ucs.cpp (126): main
Code:
[08.27. - 11:22:40] c:\eq\source\common\shareddb.cpp (1760): SharedDatabase::LoadSpells 
[08.27. - 11:22:40] c:\eq\source\shared_memory\spells.cpp (41): LoadSpells 
[08.27. - 11:22:40] c:\eq\source\shared_memory\main.cpp (154): main
PS totally agree regarding branches but I'm a newbie so not gonna rock any boats.

Last edited by vsab; 08-28-2014 at 05:04 AM.. Reason: changed to Code tags, duh.
Reply With Quote