View Single Post
  #5  
Old 02-19-2014, 01:11 PM
kimura
Hill Giant
 
Join Date: Oct 2011
Posts: 132
Default

Anybody know if this change would be related to my error below? I'm frantically trying to figure out this crashing issue. It was around this date that I started having issues...Maybe I need an updated VS?

Any Help is greatly appreciated...

Code:
== 02/10/2014 ==
demonstar55 (Secrets): Re-wrote the entity list to be a std::map. This should be used for direct entityID lookups and is noticably faster performance-wise. Also should result in less nil pointers potentially.
do you think this may have caused the issues im having?

reason im asking is this

Code:
[02.13. - 12:02:03] c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (746): std::_Hash<std::_Umap_traits<unsigned short,Mob *,std::_Uhash_compare<unsigned short,std::hash<unsigned short>,std::equal_to<unsigned short> >,std::allocator<std::pair<unsigned short const ,Mob *> >,0> >::lower_bound 
[02.13. - 12:02:03] c:\eq\source\zone\entity.cpp (3371): EntityList::IsMobInZone 
[02.13. - 12:02:03] c:\eq\source\zone\questmgr.cpp (122): QuestManager::Process 
[02.13. - 12:02:03] c:\eq\source\zone\net.cpp (435): main 
[02.13. - 12:02:03] f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c (240): __tmainCRTStartup 
[02.13. - 12:02:03] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 75DB336A) 
[02.13. - 12:02:03] 75DB336A (kernel32): (filename not available): BaseThreadInitThunk 
[02.13. - 12:02:03] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 77869F72) 
[02.13. - 12:02:03] 77869F72 (ntdll): (filename not available): RtlInitializeExceptionChain 
[02.13. - 12:02:03] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 77869F45) 
[02.13. - 12:02:03] 77869F45 (ntdll): (filename not available): RtlInitializeExceptionChain
Thanks

Kimura
Reply With Quote