Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-17-2014, 07:51 PM
kimura
Hill Giant
 
Join Date: Oct 2011
Posts: 132
Default

i am still getting multiple crashes randomly and this is the crash log error...

anybody can help me fix it? I have ran that query several times kayen, not sure what is up....

Code:
[02.17. - 20:32:09] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 7785E41B) 
[02.17. - 20:32:09] 7785E41B (ntdll): (filename not available): RtlInitUnicodeString 
[02.17. - 20:32:09] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 7785E023) 
[02.17. - 20:32:09] 7785E023 (ntdll): (filename not available): RtlFreeHeap 
[02.17. - 20:32:09] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 75DB14AD) 
[02.17. - 20:32:09] 75DB14AD (kernel32): (filename not available): HeapFree 
[02.17. - 20:32:09] f:\dd\vctools\crt_bld\self_x86\crt\src\free.c (51): free 
[02.17. - 20:32:09] c:\eq\source\common\patches\underfoot.cpp (443): Underfoot::Strategy::Encode_OP_SendAATable 
[02.17. - 20:32:09] c:\eq\source\common\structstrategy.cpp (22): StructStrategy::Encode 
[02.17. - 20:32:09] c:\eq\source\common\eqstreamproxy.cpp (42): EQStreamProxy::FastQueuePacket 
[02.17. - 20:32:09] c:\eq\source\common\eqstreamproxy.cpp (35): EQStreamProxy::QueuePacket 
[02.17. - 20:32:09] c:\eq\source\zone\client.cpp (724): Client::QueuePacket 
[02.17. - 20:32:09] c:\eq\source\zone\aa.cpp (1396): Client::SendAA 
[02.17. - 20:32:09] c:\eq\source\zone\aa.cpp (1403): Client::SendAAList 
[02.17. - 20:32:09] c:\eq\source\zone\client_packet.cpp (580): Client::Handle_Connect_OP_SendAATable 
[02.17. - 20:32:09] c:\eq\source\zone\client_packet.cpp (452): Client::HandlePacket 
[02.17. - 20:32:09] c:\eq\source\zone\client_process.cpp (698): Client::Process 
[02.17. - 20:32:09] c:\eq\source\zone\entity.cpp (500): EntityList::MobProcess 
[02.17. - 20:32:09] c:\eq\source\zone\net.cpp (421): main 
[02.17. - 20:32:09] f:\dd\vctools\crt_bld\self_x86\crt\src\crt0.c (240): __tmainCRTStartup 
[02.17. - 20:32:09] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 75DB336A) 
[02.17. - 20:32:09] 75DB336A (kernel32): (filename not available): BaseThreadInitThunk 
[02.17. - 20:32:09] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 77869F72) 
[02.17. - 20:32:09] 77869F72 (ntdll): (filename not available): RtlInitializeExceptionChain 
[02.17. - 20:32:09] ERROR: SymGetLineFromAddr64, GetLastError: 487 (Address: 77869F45) 
[02.17. - 20:32:09] 77869F45 (ntdll): (filename not available): RtlInitializeExceptionChain
Reply With Quote
  #2  
Old 02-19-2014, 08:54 AM
kimura
Hill Giant
 
Join Date: Oct 2011
Posts: 132
Default

it may be bard AA related..seems bards are broken on my server now...I watched a bard fight my training dummy and then it crashed with the same error log above...

anyone else having issues with bards and the newer source?
Reply With Quote
  #3  
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
  #4  
Old 02-19-2014, 02:45 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,164
Default

If you can, source a newer PEQ database, if you have custom stuff, try to just get the aa_effects table.
Reply With Quote
  #5  
Old 02-19-2014, 05:21 PM
kimura
Hill Giant
 
Join Date: Oct 2011
Posts: 132
Default

Thanks...I tried that..waiting to see next crash...

also, I think I'm having issues here with the crashing...

bool EntityList::IsMobInZone(Mob *who)
{
auto it = mob_list.find(who->GetID());
if (it != mob_list.end())
return who == it->second;
return false;
}

if(entity_list.IsMobInZone(cur->mob)) {
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 07:06 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3