Crashing Module: mq2casttimer.dll:0x678EC6B2

Fixxer

Active member
Joined
May 22, 2011
Messages
429
Reaction score
32
Points
28
I run a dozen characters with the same plugin configuration, as far as I can tell, and for some reason, I have one that keeps crashing when running MQ2CastTimer.... I have sent the .dmp files to MMO Bugs. Until I can find a way to fix this issue, is there a way to disable a plugin for only that one character? I don't want to give it up for all the others.

Thanks.
 
You could unload the plugin (and save that way), and do something like this in your Configs\ingame.cfg file:

Code:
/if (${Me.Name.NotEqual[CharNameToExclude]}) /plugin MQ2CastTimer noauto

I'll take a look at your crash reports as soon as I get a chance.