The current chinchilla build tends to trigger error 132 crashes in the WOW client. If your game is crashing, try removing it until this is listed as fixed.
The current chinchilla build tends to trigger error 132 crashes in the WOW client. If your game is crashing, try removing it until this is listed as fixed.
its only the square shape for some reason, all the other shapes work fine without causing any errors
thanks, i changed mine from square to rounded bottom left corner, and didnt have a single crash tonight. if this (square) is the culprit, i wonder how it could crash wow.exe... very odd.
we'll see waht happens tomorrow, if i get any crashes. ive crashed every day since installing the newest chinchilla but never thought it could be an addon crashing the .exe.
Um, yes, but with 3.3 the blizz border is the only one that actually shows up for me. If you can still see other borders (which I assume you can from your comment) I'll go muck with my .lua file.
Thanks Schizo. There's this little checkbox in the Appearance tab called "Enable" and changing the appearance works so much better with that box checked....
So yep, it was a PEBKAC issue. Problem Exists Between Keyboard And Chair.
Is the boss frames position option supposed to be for the ship health during the Gunship Battle in ICC? If so, the ship heath bars are still anchored to the bottom of my minimap instead of on the boss frames. Did this addition require the settings to be reset to default for it to work?
I downloaded the latest Chinchilla Alpha since I was frustrated with never having the boss frames available. I removed the old Chinchilla (and the settings) and now I have a minimap that I can't drag to move. It can only be moved by messing with the X/Y coordinates which leads to my next problem. They Height/Width that it gives me will not allow me to move the map to the bottom right corner where I want it (and where it was with the old version). When I first load up it says it's at 845 wide, but the maximum is 615 so as soon as I try to move it from the upper corner I can no longer get it anywhere near one of the corners of my screen. Any ideas of things I can try to get it where I want?
I downloaded the latest Chinchilla Alpha since I was frustrated with never having the boss frames available. I removed the old Chinchilla (and the settings) and now I have a minimap that I can't drag to move. It can only be moved by messing with the X/Y coordinates which leads to my next problem. They Height/Width that it gives me will not allow me to move the map to the bottom right corner where I want it (and where it was with the old version). When I first load up it says it's at 845 wide, but the maximum is 615 so as soon as I try to move it from the upper corner I can no longer get it anywhere near one of the corners of my screen. Any ideas of things I can try to get it where I want?
Well, I made it work. Had to go into position.lua and change:
local x_min = -math.floor(GetScreenWidth()/10 + 0.5)*5
local x_max = math.floor(GetScreenWidth()/10 + 0.5)*5
local y_min = -math.floor(GetScreenHeight()/10 + 0.5)*5
local y_max = math.floor(GetScreenHeight()/10 + 0.5)*5
to
local x_min = -math.floor(GetScreenWidth()/7 + 0.5)*5
local x_max = math.floor(GetScreenWidth()/7 + 0.5)*5
local y_min = -math.floor(GetScreenHeight()/7 + 0.5)*5
local y_max = math.floor(GetScreenHeight()/7 + 0.5)*5
Ok so an option to disable boss frames was added to one of the latest alphas, but defaulted to OFF instead of ON, so for people who wanted them on, that's disconcerting since they simply disappeared. Combined with the fact that the change log is disabled for alphas, it wasn't easy to figure out what went wrong. Umm... I don't mind testing alphas, but a bit of clarity would be welcome to avoid bug reports when it's a "feature". Such as my post above. Thanks.
My achievement tracker has disappeared. It worked for a while but no longer. This is kind of important to me.
I do also use overachiever, not sure if there is a conflict. I looked in options in that mod, didn't see any 'obvious' things.
I did also look at some old stuff about 'advanced objectives tracking' in the interface-options, but that is no longer IN the objectives options, so...
EDIT: It IS some addon conflict though, because it IS working when I have my 'raid' addon profile loaded (a more minimal set of addons, Overachiever is in both profiles though so that's not it).
I will play around with turning things off and update once I determine the culprit
EDIT2: The culprit is nQuestLog (which is outdated/dead but I'm not aware of a replacement that does exactly what it does - sticks the quest log on my screen somewhere). I'm using the latest alpha available of it (r237) and that already has a fix in place that's mentioned in the Curse comments of the mod.
Soo... I don't know.. I don't expect Chinchilla to be coded for an outdated mod/code. I'll dig around for options, I just wanted to point out the issue nonetheless.
EDIT3: I've dropped nQuestLog for FuBar - QuestsFu (and I'm using FuBar2LDB) and everything is working together. Good enough for now.
http://forums.worldofwarcraft.com/thread.html?topicId=21723843345&postId=217285903193&sid=1#131
its only the square shape for some reason, all the other shapes work fine without causing any errors
thanks, i changed mine from square to rounded bottom left corner, and didnt have a single crash tonight. if this (square) is the culprit, i wonder how it could crash wow.exe... very odd.
we'll see waht happens tomorrow, if i get any crashes. ive crashed every day since installing the newest chinchilla but never thought it could be an addon crashing the .exe.
Also, I'll second the request to move/disable the new dungeon difficulty banner.
Thanks Schizo. There's this little checkbox in the Appearance tab called "Enable" and changing the appearance works so much better with that box checked....
So yep, it was a PEBKAC issue. Problem Exists Between Keyboard And Chair.
Well, I made it work. Had to go into position.lua and change:
local x_min = -math.floor(GetScreenWidth()/10 + 0.5)*5
local x_max = math.floor(GetScreenWidth()/10 + 0.5)*5
local y_min = -math.floor(GetScreenHeight()/10 + 0.5)*5
local y_max = math.floor(GetScreenHeight()/10 + 0.5)*5
to
local x_min = -math.floor(GetScreenWidth()/7 + 0.5)*5
local x_max = math.floor(GetScreenWidth()/7 + 0.5)*5
local y_min = -math.floor(GetScreenHeight()/7 + 0.5)*5
local y_max = math.floor(GetScreenHeight()/7 + 0.5)*5
That gave me enough slider room to work with.
I do also use overachiever, not sure if there is a conflict. I looked in options in that mod, didn't see any 'obvious' things.
I did also look at some old stuff about 'advanced objectives tracking' in the interface-options, but that is no longer IN the objectives options, so...
EDIT: It IS some addon conflict though, because it IS working when I have my 'raid' addon profile loaded (a more minimal set of addons, Overachiever is in both profiles though so that's not it).
I will play around with turning things off and update once I determine the culprit
EDIT2: The culprit is nQuestLog (which is outdated/dead but I'm not aware of a replacement that does exactly what it does - sticks the quest log on my screen somewhere). I'm using the latest alpha available of it (r237) and that already has a fix in place that's mentioned in the Curse comments of the mod.
Soo... I don't know.. I don't expect Chinchilla to be coded for an outdated mod/code. I'll dig around for options, I just wanted to point out the issue nonetheless.
EDIT3: I've dropped nQuestLog for FuBar - QuestsFu (and I'm using FuBar2LDB) and everything is working together. Good enough for now.
I am also using Mapster and Carbonite.
I think this only occurred after the 3.3.5 patch.