209 - Error 132.
1. go to module/aura/aura filter editor
2. unclick one of the friend buff, for example ice armor
3. without closing the drop down menu click on CLOSE on the pitbull window
BAM error 132 : http://www.sunofwisdom.ovh.org/pb4bug132.jpg
does it every time, so i'm pretty sure its PB/ace3 related.
PitBull4-r20090209114526
| User | When | Change |
|---|---|---|
| Shefki | Wed, 08 Apr 2009 23:38:11 | Changed assigned to from ckknight to Shefki |
| Shefki | Fri, 03 Apr 2009 21:24:46 | Changed assigned to from Shefki to ckknight |
| Shefki | Mon, 16 Feb 2009 06:48:01 | Changed priority from Medium to Low |
| Shefki | Wed, 11 Feb 2009 10:11:22 | Changed status from Replied to Accepted |
| sun | Wed, 11 Feb 2009 09:30:52 | Changed status from Waiting to Replied |
| Shefki | Tue, 10 Feb 2009 21:47:51 | Changed status from Replied to Waiting |
| sun | Tue, 10 Feb 2009 08:02:31 | Changed status from Waiting to Replied |
| Shefki | Tue, 10 Feb 2009 00:24:35 | Changed status from New to Waiting |
| sun | Mon, 09 Feb 2009 15:31:51 | Create |
Facts
- Last updated on
- 08 Apr 2009
- Reported on
- 09 Feb 2009
- Status
- Accepted - Problem reproduced / Need acknowledged.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Low - Might slip to a later milestone.
- #17
Shefki Wed, 27 May 2009 23:06:48See http://www.wowace.com/projects/ace3/tickets/49-game-crash-with-ace-config-dialog/
- #16
Shefki Mon, 16 Feb 2009 06:31:57I messed around with the game on Windows tonight trying to cause this to happen. I can't make it happen. At this point I'm calling it a Blizzard bug.
As a work around for anyone having this issue I've done the following:
1) Open Modules/Aura/FilterEditor.lua in a text editor.
2) Add two dashes in front of the line that looks like this (--)
local MULTISELECT_CONTROL = "Dropdown"
Which will make the line look like:
-- local MULTISELECT_CONTROL = "Dropdown"
3) Remove the two dashes in front of the line:
-- local MULTISELECT_CONTROL
- #15
Shefki Sun, 15 Feb 2009 05:21:03I don't think that's really accurate OrionShock. When I have him switch to a mode that actually makes more frames it stops. There's a bug in the multi-select dropdown implementation in AceGUI (or at least it excercises some Blizzard bug). I need to track it down.
- #14
OrionShock Sun, 15 Feb 2009 05:03:39I know the AceGUI uses alot of frames when you open it.. i've seen similar problems with #132 and other addons that use a high number frames / textures and update them often.
It could be that with a very high number of frames open / present / in use or being manipulated that causes the client to crash.
- #13
Desik Sat, 14 Feb 2009 23:06:46I can confirm this: http://pastey.net/108303
- #12
sun Wed, 11 Feb 2009 10:12:22yeh disabled as in commenting out the line.
- #11
Shefki Wed, 11 Feb 2009 10:11:13I assume by dropdown disabled you mean commenting out the line like I suggested. Maybe there's a bug with the multi-select drop down in AceGUI. I guess I'll have to get WoW patched up on my laptop and see if I can replicate the problem.
- #10
sun Wed, 11 Feb 2009 09:52:22i made a guildmate doing the same manipulation on his computer, BAM crash error 132, so i'm pretty convinced it's not my hardware.
- #9
sun Wed, 11 Feb 2009 09:30:52when the dropdown menu is disabled there is no crash whatsoever.
- #8
Shefki Tue, 10 Feb 2009 21:47:43Hmm. That's very odd. Can you edit the Modules/Aura/FilterEditor.lua file and find the 3 lines that have: dialogControl = 'Dropdown',
Just put -- in front of those lines (comments them out)
Let's see if switching that to the checkboxes rather than the drop down makes the issue go away.