Item inspection results in crash

A forum for reporting bugs NOT related to custom plugins.

Moderator: MacroQuest Developers

taustin
decaying skeleton
decaying skeleton
Posts: 2
Joined: Mon Jan 21, 2013 7:29 pm

Item inspection results in crash

Post by taustin » Mon Jan 21, 2013 8:15 pm

MQ2Utilities.cpp
(203.87 KiB) Downloaded 34 times
I have to apologize beforehand, I am extremely unfamiliar with how to capture the needed information required for suitable troubleshooting and how to then present it to everyone so that it is actually useful. I am using visual studio 2008 to compile mq2 for my pc. Eq has started to become unstable when I r/c or inspect random items.


Call stack: > mq2itemdisplay.dll!ItemDisplayHook::UpdateStrings_Detour() Line 575 + 0x18 bytes C++

Output from debug: Unhandled exception at 0x0116f966 in eqgame.dmp: 0xC0000005: Access violation reading location 0x00000008.

That little green arrow points to this address in the disassembly; 6BB740A1 add esp,8 : ItemDisplayHook::UpdateStrings_Detour(void)

Please let me know if I do not have the proper information, I have uploaded mq2utilities.cpp

devNull
a ghoul
a ghoul
Posts: 121
Joined: Sat Mar 06, 2004 3:57 am

Re: Item inspection results in crash

Post by devNull » Mon Jan 21, 2013 8:20 pm

Get the latest zip. You're probably missing the fix where he added the This->ItemInfo check in MQ2ItemDisplay.cpp.

taustin
decaying skeleton
decaying skeleton
Posts: 2
Joined: Mon Jan 21, 2013 7:29 pm

Re: Item inspection results in crash

Post by taustin » Mon Jan 21, 2013 8:21 pm

Thanks, will do.