View Single Post
  #3  
Old 08-12-2014, 04:36 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

You'll see this:
Code:
[08.12. - 21:38:32] c:\eq\source\common\shareddb.cpp (1760): SharedDatabase::LoadSpells 
[08.12. - 21:38:32] c:\eq\source\shared_memory\spells.cpp (41): LoadSpells
This means that your shared_memory.exe is crashing when it attempts to load spells, meaning you may have an issue in your spells_new table with a NULL column, a conflicting spell in the table, or possibly even a corrupt table.
Reply With Quote