CTD with tributefinder

A forum for reporting bugs NOT related to custom plugins.

Moderator: MacroQuest Developers

pingkiller
orc pawn
orc pawn
Posts: 21
Joined: Mon May 21, 2007 12:14 pm

CTD with tributefinder

Post by pingkiller » Sun Aug 03, 2008 7:32 am

Im CTD'ing while running the tribute finder.
Heres the debugger info:

Code: Select all

[MQ2]List: index is 0

[MQ2]Return - Returned to /call getItemName ${itemNum}
[MQ2]List: index is 0

[MQ2]Next - End of loop 2 to 2
[MQ2]Return - Returned to /call checkAheadCompareAlert ${J} ${cPrice} ${cTrib}
[MQ2]Next - End of loop 43 to 200
[MQ2]Call - Calling subroutine getPriceAndSelect with params 44
[MQ2]GetFuncParam(1): 'int itemNum)'
[MQ2]List: index is 1

[MQ2]Return - Returned to /call getPriceAndSelect ${J}
[MQ2]Call - Calling subroutine getSelectedTributeValue with params 
[MQ2]/delay ending early, conditions met
(1ac4.1adc): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
eax=00000000 ebx=00000001 ecx=0012c204 edx=030b22c8 esi=04bd7008 edi=00000003
eip=03003e69 esp=0012da10 ebp=0012e244 iopl=0         nv up ei pl zr na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246
MQ2Main!Blech::Cleanup+0x29:
03003e69 0000            add     byte ptr [eax],al          ds:0023:00000000=??
0:000> .sympath SRV*c:\winnt\symbols*http://msdl.microsoft.com/download/symbols 
Symbol search path is: SRV*c:\winnt\symbols*http://msdl.microsoft.com/download/symbols 
WARNING: Whitespace at end of path element
0:000> .sympath SRV*c:\winnt\symbols*http://msdl.microsoft.com/download/symbols
Symbol search path is: SRV*c:\winnt\symbols*http://msdl.microsoft.com/download/symbols
0:000> r
eax=00000000 ebx=00000001 ecx=0012c204 edx=030b22c8 esi=04bd7008 edi=00000003
eip=03003e69 esp=0012da10 ebp=0012e244 iopl=0         nv up ei pl zr na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246
MQ2Main!Blech::Cleanup+0x29:
03003e69 0000            add     byte ptr [eax],al          ds:0023:00000000=??
0:000> kv
ChildEBP RetAddr  Args to Child              
0012da24 55525428 6f002945 74495b77 69446d65 MQ2Main!Blech::Cleanup+0x29 (FPO: [Non-Fpo]) (CONV: thiscall) [d:\mq2-20080619\blech\blech.h @ 687]
WARNING: Frame IP not in any known module. Following frames may be wrong.
00000000 00000000 00000000 00000000 00000000 0x55525428
[/code]

User avatar
dont_know_at_all
Developer
Developer
Posts: 5450
Joined: Sun Dec 01, 2002 4:15 am
Location: Florida, USA
Contact:

Post by dont_know_at_all » Sun Aug 03, 2008 3:42 pm

You jumped into the middle of an instruction.

Unload your chocolate plugins.




xyilla
naggy
naggy
Posts: 33673
Joined: Sun Feb 23, 2025 5:36 am

Re: CTD with tributefinder

Post by xyilla » Mon Jan 12, 2026 8:45 pm