View Single Post
  #4  
Old 01-04-2016, 01:34 AM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Following the code in the crash trace:
Code:
01-03-2016 :: 18:50:54] [Crash] C:\Windows\system32\dbghelp.dll:dbghelp.dll (735A0000), size: 962560 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dbghelp.dll', fileVersion: 6.1.7601.17514 
[01-03-2016 :: 18:50:55] [Crash] c:\eq\source\common\item.cpp (1444): ItemInst::ItemInst 
[01-03-2016 :: 18:50:55] [Crash] c:\eq\source\common\shareddb.cpp (1293): SharedDatabase::CreateBaseItem 
[01-03-2016 :: 18:50:55] [Crash] c:\eq\source\common\shareddb.cpp (664): SharedDatabase::GetInventory 
[01-03-2016 :: 18:50:55] [Crash] c:\eq\source\world\worlddb.cpp (221): WorldDatabase::GetCharSelectInfo

My guess:
https://github.com/EQEmu/Server/blob...m_struct.h#L75 (crash point)
https://github.com/EQEmu/Server/blob...item.cpp#L1444
https://github.com/EQEmu/Server/blob...eddb.cpp#L1297
https://github.com/EQEmu/Server/blob...reddb.cpp#L668
https://github.com/EQEmu/Server/blob...rlddb.cpp#L221

The only thing I can see happening in that call line is that a non-null pointer is being passed for an item in which the original reference was deleted or never valid.


Post the id's of the items that you created and ensure the shared_memory.exe was run after making the additions that caused this crash.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote