mq2melee

A forum for reporting bugs NOT related to custom plugins.

Moderator: MacroQuest Developers

User avatar
warlock45
a grimling bloodguard
a grimling bloodguard
Posts: 881
Joined: Sat Oct 06, 2007 8:32 pm

mq2melee

Post by warlock45 » Thu Dec 15, 2011 1:06 am

crash to desktop as soon as the plugin is loaded. win debug output ( minus the spam from the other plugins loading previously , unless someone thinks it is relevant

Code: Select all

  
[MQ2]MQ2Map::OnAddSpawn(spline_arrow00) = 16726
[MQ2]CCommandHook::Detour(/plugin mq2melee)
[MQ2]LoadMQ2Plugin(mq2melee)
ModLoad: 00000000`14470000 00000000`144d3000   C:\Junk\Macroquest\Release\mq2melee.dll
[MQ2]MQ2Melee Module Loaded
[MQ2]AddCommand(/enrageon,0x144772D0)
[MQ2]AddCommand(/enrageoff,0x144754A0)
[MQ2]AddCommand(/infuriateon,0x14475520)
[MQ2]AddCommand(/infuriateoff,0x144755A0)
[MQ2]AddCommand(/killthis,0x144771C0)
[MQ2]AddCommand(/melee,0x1447DA10)
[MQ2]AddCommand(/throwit,0x14476B70)
[MQ2]RemoveMQ2KeyBind(MELEE)
[MQ2]AddMQ2KeyBind(MELEE)
[MQ2]RemoveMQ2KeyBind(RANGE)
[MQ2]AddMQ2KeyBind(RANGE)
(aec.1e1c): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
MQ2Main!__ascii_stricmp+0x1c:
035d679f 0fb60a          movzx   ecx,byte ptr [edx]         ds:002b:5159d47c=??
0:000:x86> .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
Expanded Symbol search path is: srv*c:\winnt\symbols*http://msdl.microsoft.com/download/symbols
0:000:x86> !reload
Reloading current modules
................................................................
................................................................
.
0:000:x86> r
eax=00000061 ebx=00000000 ecx=00000000 edx=5159d47c esi=002826a1 edi=002826a0
eip=035d679f esp=0028164c ebp=00281654 iopl=0         nv up ei pl nz na po nc
cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00210202
MQ2Main!__ascii_stricmp+0x1c:
035d679f 0fb60a          movzx   ecx,byte ptr [edx]         ds:002b:5159d47c=??
0:000:x86> kv
ChildEBP RetAddr  Args to Child              
00281654 0359b415 002826a0 5159d47c 00282ec0 MQ2Main!__ascii_stricmp+0x1c (FPO: [Non-Fpo]) (CONV: cdecl) [f:\dd\vctools\crt_bld\self_x86\crt\src\stricmp.c @ 82]
00282674 03595e47 20594b60 00282ecb 002826a0 MQ2Main!MQ2CharacterType::GetMember+0x1665 (FPO: [4,1025,0]) (CONV: thiscall) [c:\junk\macroquest\mq2main\mq2datatypes.cpp @ 2406]
00282e9c 035960bc 00282ec8 00282ec0 00000000 MQ2Main!ParseMQ2DataPortion+0x377 (FPO: [2,513,0]) (CONV: cdecl) [c:\junk\macroquest\mq2main\mq2dataapi.cpp @ 236]
002836c4 0359605e 002836ec 0d892ee0 0d892f08 MQ2Main!ParseMacroData+0x12c (FPO: [1,515,0]) (CONV: cdecl) [c:\junk\macroquest\mq2main\mq2dataapi.cpp @ 562]
00283ee8 1447b15d 144c8d20 144ca7f0 00000000 MQ2Main!ParseMacroData+0xce (FPO: [1,515,0]) (CONV: cdecl) [c:\junk\macroquest\mq2main\mq2dataapi.cpp @ 552]
00283ef8 1447b838 035bd3d0 00000005 00286f94 mq2melee!Option::Reset+0x5d (FPO: [0,0,0]) (CONV: thiscall) [c:\junk\macroquest\mq2melee\mq2melee.cpp @ 2678]
0d892c58 18c27e90 0d898c98 00000000 00000000 mq2melee!Configure+0x208 (FPO: [Non-Fpo]) (CONV: cdecl) [c:\junk\macroquest\mq2melee\mq2melee.cpp @ 3312]
WARNING: Frame IP not in any known module. Following frames may be wrong.
0d892d80 0d892dd8 0d892c58 00000000 72676761 0x18c27e90
0d892d84 0d892c58 00000000 72676761 0000006f 0xd892dd8
0d892dd8 0d892e88 0d892e30 00000000 72676761 0xd892c58
0d892ddc 0d892e30 00000000 72676761 6972706f 0xd892e88
0d892e88 0d890bf8 0d892ee0 00000000 6f727261 0xd892e30
0d892e8c 0d892ee0 00000000 6f727261 00000077 0xd890bf8
0d892e90 00000000 6f727261 00000077 00000000 0xd892ee0


User avatar
warlock45
a grimling bloodguard
a grimling bloodguard
Posts: 881
Joined: Sat Oct 06, 2007 8:32 pm

Re: mq2melee

Post by warlock45 » Fri Dec 16, 2011 1:37 am

latest update repaired issues. Thank you very much for your efforts Team MQ