Having a bit of a problem since the patch (with PitBull 3.2.14 installed). Seems my profiles got corrupted in some fashion, so I deleted the PitBull.lua file and started again. Configured one profile just fine. But when I logged into a second character and tried to copy that profile, I got the Blizzard LUA error frame (with no error text) and no unitframes, and when I tried to log out, the game crashed, leaving me with a multi-megabyte PitBull.lua file which seems to mostly contain infinitely nested copies of:
["targettargettarget"] = {
["customColors"] = {
["rage"] = {
0.8862745098039215, -- [1]
0.1764705882352941, -- [2]
0.2941176470588235, -- [3]
["targettargettarget"] = {
["customColors"] = {
["rage"] = {
0.8862745098039215, -- [1]
0.1764705882352941, -- [2]
0.2941176470588235, -- [3]
["targettargettarget"] = {
["customColors"] = {
["rage"] = {
0.8862745098039215, -- [1]
0.1764705882352941, -- [2]
0.2941176470588235, -- [3]
(literally, nested thousands of times deep, looks like it went into an infinite loop until the game crashed)