View Single Post
05-27-07, 08:12 PM   #1399
Wolfang
A Theradrim Guardian
Join Date: Apr 2006
Posts: 66
Originally Posted by Wolfang
Ok, the problem here is actually PRAT. Nowhere is there the file listed in the error except in the PRAT directory. I have no macros assigned and it still gives me this error but only for certain characters. I have tried reMazzifying to no avail.

I'll try again, but any ideas now?

W
Code:
[2007/05/26 03:22:11-61-x63]: Interface\FrameXML\ChatFrame.lua:872: bad argument #1 to 'strmatch' (string expected, got nil):
Interface\FrameXML\ChatFrame.lua:872: in function `QueryCastSequence':
Interface\FrameXML\ChatFrame.lua:1253: in function <Interface\FrameXML\ChatFrame.lua:1229>:
Interface\FrameXML\ChatFrame.lua:1272: in function <Interface\FrameXML\ChatFrame.lua:1269>:
(tail call): ?:
Interface\FrameXML\ChatFrame.lua:1287: in function <Interface\FrameXML\ChatFrame.lua:1283>:
Interface\FrameXML\ChatFrame.lua:1299: in function `UpdateMacroFeedback':
<string>:"*:OnUpdate":10: in function <[string "*:OnUpdate"]:1>

Further troubleshooting....it is in fact one macro that I was using...I have narrowed the problem down to the following macro ( which worked flawlessly with no errors up until the last patch...it still works flawlessly other than setting off BugSack)

Code:
/cast [nomodifier, harm] Serpent Sting
/cast [modifier:ctrl, harm] Viper Sting
/cast [modifier:alt, harm] Tranquilizing Shot
/castsequence reset=4/combat [modifier:shift, harm] Concussive Shot, Steady Shot
/changeactionbar 2
/startattack
/petattack
The macro seems sound...why is it setting off Prat?

W