View Single Post
  #9  
Old 09-06-2014, 01:27 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,164
Default

Quote:
Originally Posted by TallonZek10 View Post
Well I'm getting this. It's pretty much word for word the exact same issue as nosfentora with the exception of file locations and system names.-
Nope his crash:
Code:
[03.08. - 10:14:45] d:\dropbox\server source\everquest\source\server\common\dbcore.cpp (76): DBcore::RunQuery 
[03.08. - 10:14:45] d:\dropbox\server source\everquest\source\server\common\shareddb.cpp (728): SharedDatabase::GetItemsCount 
[03.08. - 10:14:45] d:\dropbox\server source\everquest\source\server\shared_memory\items.cpp (34): LoadItems 
[03.08. - 10:14:45] d:\dropbox\server source\everquest\source\server\shared_memory\main.cpp (111): main
Your crash:
Code:
[09.06. - 09:50:28] c:\eq\source\common\shareddb.cpp (1760): SharedDatabase::LoadSpells 
[09.06. - 09:50:28] c:\eq\source\shared_memory\spells.cpp (41): LoadSpells 
[09.06. - 09:50:28] c:\eq\source\shared_memory\main.cpp (154): main
kinglykrab explains what you needed to do to stop it in the thread you started. You should also probably update your source as well.
Reply With Quote