Yea, it sounds like problem with the instance variable in the RecZone GetInstanceText function.
Did you by any chance update Babble-2.2 or something that has Babble-2.2 embedded yesterday? There was a problem with an an update of that lib and it didn't work properly. This could have for effect that the Zone name is not available for RecZone. Or it might be something to do with AceLocale-2.2. Something that would make L["to "] not resolve properly.
[2007/03/19 14:46:49-610-x1]: nQuestLog-1.0\modules\BlizzardFrames.lua:22: AceDB-2.0: "RegisterDefaults" has already been called for "BlizzardFrames"::"profile".
FuBarPlugin-2.0-29795:437: in function `?'
Dewdrop-2.0-30385 (AllPlayed):484: in function <...ce\AddOns\AllPlayed\libs\Dewdrop-2.0\Dewdrop-2.0.lua:425>
---
Do you have this problem when only AllPlayed is loading? Does it happens just after you load with a toon? Do you do anything in particular when the error is generated?
It appears to be a library error so it could come from some other addon that use the same libraries but I'm not. If you can test with only AllPlayed loaded, that would help a lot. Also, if you can tell me which version of AllPlayed you are using, that would be great.
Think the best about Ace Libs should have been a better prefix name like Lib_Parser or Lib_Tablet-2.0, Lib_AceHook-2.1... etc.
I may be wrong tho but something like that should have been nicer and easier to sort Addons folder.
Agreed, but without the undescore :>
Thanks for illustrating the reason there is no prefix. Everyone will want something different. Use an addon manager to sort them for you.
Interesting, what addon manager do you use that do that?
My way of dealing with the standalone libraries was to make myself a little Perl script that comment all the /lib entries in the .toc files for the standalone libs that I have installed and that also add the standalone libs in the ## Dependencies: line. This make it easy for me to use a different version of a lib when dealing with issues and not having to worry about a mod that would have a more recent embedded copy of the lib. I have a few addons that use embedded libs and that cannot be updated by WoWAceUpdater.
The ## Dependencies: ensure that the standalone is loaded before the addon that use it and that I can't activate an addon without the standalone. I did that a few time at first and the errors you get are very weird and not trivial to diagnose. ## OptionalDeps: normally make sure of the load order but many Ace addons do not list all the standalone lib they use in their OptionalDeps section.
All in all, it's been causing me way less headaches then before. One thing that did surprise me was that having one and only one copy of each library that load didn't cut the load time significantly. I guess I should do they test again without the standalone just to see if my initial observation still holds.
I've added the following quest items to my local copy. The guideline I use is that the quest item must need an actual activation (use) as oppose to quest items I just carry around.
TradeSkillInfo is great but has not been updated for BC AFAIK. I think the original author no longer play WoW. I hope someone will take it over. I would be willing to help but I don't think I have enough know-how and time to do it by myself and to do justice to that wonderful addon.
Nope, money and time played are the two things that cannot be turned off right now. I'll had this to my todo list but I can't make promise on went it will be done.
I'll let you know if or when anything on this subject happens.
Antiarc, wonderful addon. I really can't live without it anymore.
It's probably not causing any problem but just to be perfectly clean, you should add the OptionalDeps for all the libraries you use. This would prevent any possible problem for ppl that load the standalone version of the libs and install without external with the WoWAceUpdater.
I think your OptionalDeps line should look like this:
A little request, it is possible to have column with the number of items separated from the category item icons? With the number on the icon, we cannot resize without making the line taller and we can't sort on number.
after using an item with a hotkey the button gets a border that will not disappear until you reload ui (zoomed style).
I have the same problem only I use default button instead. What I get is an extra border around my button that is bigger then the normal button border. My button are scaled down but I'm not sure if the border is the original size or just a bit bigger then my other button. I'll try to rescale and see if the extra border change size.
If you are looking for inspiration, take a peak at EasyMailSystem. EMS basically implement the same capabilities then CT_MailMod (Open all, Open selected, Mass maill) but also has user defined filters to open the mail. In fact, Open all is just a filter from the list.
For example, I use filters like "Take AH Money", "Take AH Expired" and "Take AH Won". I've also made filters for my alts as so I can detach all the items coming from a particular toons of mine.
It seams Curse has problems since yesterday (or is it since they change the interface?) so if you can't get the screenshots, I can send you my hacked version of EMS that works with WoW 2.0 so you can have a look. I've been using EMS to receive the mail and MailTo to send it for quite a while now.
Of course, since you are setting up Postman to use module, I might simply contribute a Receive Filter module to Postman :-).
Also, there is one function that MailTo does and that is not in your todo list: /inbox. MailTo has the ability of displaying what is in every one of you alt Inboxes and will even show the items that you send to an alt from another alt (they appear in red in the list to tell you that you haven't actually seen them in the inbox yet).
I also suffered losing an item that i had just bought from the AH yesterday using the latest version of Postman from the /files dir.
I also can't help you with debug info but my bags were not full so not sure what happened. Server was suffering a lot of lootlag yesterday so not sure that could have also been a problem.
Keep up the good work!!
This sometimes happened to me in the past when using MailTo and/or Beancounter (from the Acutioneer package). In my case though, I never lost an item. The missing attachment was in my bag or still in the mailbox after a /script ReloadUI().
Of course, this is not to say that you didn't loose your item but I suggest logging off and logging back on if it ever happen again just to see if you can get your item back.
Hey Antiarc, I love this mod. I just discovered it yesterday and already I wonder how I managed without it :-)
I did some debugging last night about the Ticket #121 : Sanity: startup error. I've included my findings into the ticket comment. Also include is a workaround that fixed the problem for me.
0
Did you by any chance update Babble-2.2 or something that has Babble-2.2 embedded yesterday? There was a problem with an an update of that lib and it didn't work properly. This could have for effect that the Zone name is not available for RecZone. Or it might be something to do with AceLocale-2.2. Something that would make L["to "] not resolve properly.
Does it happen when you load only Fubar_RecZone?
0
they should be
0
Do you have this problem when only AllPlayed is loading? Does it happens just after you load with a toon? Do you do anything in particular when the error is generated?
It appears to be a library error so it could come from some other addon that use the same libraries but I'm not. If you can test with only AllPlayed loaded, that would help a lot. Also, if you can tell me which version of AllPlayed you are using, that would be great.
Thanks.
0
Interesting, what addon manager do you use that do that?
My way of dealing with the standalone libraries was to make myself a little Perl script that comment all the /lib entries in the .toc files for the standalone libs that I have installed and that also add the standalone libs in the ## Dependencies: line. This make it easy for me to use a different version of a lib when dealing with issues and not having to worry about a mod that would have a more recent embedded copy of the lib. I have a few addons that use embedded libs and that cannot be updated by WoWAceUpdater.
The ## Dependencies: ensure that the standalone is loaded before the addon that use it and that I can't activate an addon without the standalone. I did that a few time at first and the errors you get are very weird and not trivial to diagnose. ## OptionalDeps: normally make sure of the load order but many Ace addons do not list all the standalone lib they use in their OptionalDeps section.
All in all, it's been causing me way less headaches then before. One thing that did surprise me was that having one and only one copy of each library that load didn't cut the load time significantly. I guess I should do they test again without the standalone just to see if my initial observation still holds.
0
7207, -- Jennea's Flask
11243, -- Videre Elixir
11569, -- Preserved Threshadon Meat
11570, -- Preserved Pheromone Mixture
11682, -- Eridan's Vial
11953, -- Empty Pure Sample Jar
21711, -- Lunar Festival Invitation
21829, -- Perfume Bottle
21833, -- Cologne Bottle
22259, -- Unbestowed Friendship Bracelet
23337, -- Cenarion Antidote
23361, -- Cleansing Vial
23417, -- Sanctified Crystal
23645, -- Seer's Relic
23875, -- Crystal Mining Pick
23876, -- Crystal Mining Pick
23877, -- Crystal Mining Pick
23995, -- Murloc Tagger
24084, -- Draenei Banner
29478, -- Seed of Revitalization
29513, -- Staff of the Dreghood Elders
Should there be a Misc.Quest.Usable category added to PT3 ?
Anyways, that helps you update the item list. Best
0
Has anybody taken over?
0
I'll let you know if or when anything on this subject happens.
0
It's probably not causing any problem but just to be perfectly clean, you should add the OptionalDeps for all the libraries you use. This would prevent any possible problem for ppl that load the standalone version of the libs and install without external with the WoWAceUpdater.
I think your OptionalDeps line should look like this:
Just my little contribution.
A little request, it is possible to have column with the number of items separated from the category item icons? With the number on the icon, we cannot resize without making the line taller and we can't sort on number.
Thanks a bunch for the addon.
0
0
I have the same problem only I use default button instead. What I get is an extra border around my button that is bigger then the normal button border. My button are scaled down but I'm not sure if the border is the original size or just a bit bigger then my other button. I'll try to rescale and see if the extra border change size.
0
0
For example, I use filters like "Take AH Money", "Take AH Expired" and "Take AH Won". I've also made filters for my alts as so I can detach all the items coming from a particular toons of mine.
It seams Curse has problems since yesterday (or is it since they change the interface?) so if you can't get the screenshots, I can send you my hacked version of EMS that works with WoW 2.0 so you can have a look. I've been using EMS to receive the mail and MailTo to send it for quite a while now.
Of course, since you are setting up Postman to use module, I might simply contribute a Receive Filter module to Postman :-).
Also, there is one function that MailTo does and that is not in your todo list: /inbox. MailTo has the ability of displaying what is in every one of you alt Inboxes and will even show the items that you send to an alt from another alt (they appear in red in the list to tell you that you haven't actually seen them in the inbox yet).
Best and thank you for Postman
0
This sometimes happened to me in the past when using MailTo and/or Beancounter (from the Acutioneer package). In my case though, I never lost an item. The missing attachment was in my bag or still in the mailbox after a /script ReloadUI().
Of course, this is not to say that you didn't loose your item but I suggest logging off and logging back on if it ever happen again just to see if you can get your item back.
Hope that helps
0
I did some debugging last night about the Ticket #121 : Sanity: startup error. I've included my findings into the ticket comment. Also include is a workaround that fixed the problem for me.
I hope that will help some.
Best
0
I just want to let the powers that be know that Curse have change their site and the way that the URI are generated for the addons pages. The old format was http://www.curse-gaming.com/en/wow/addons-4814.html and the new format is http://wow.curse-gaming.com/en/files/details/4814/allplayed/.
Because of this, the AceWiki doesn't generate the correct link in the addons pages when we use the X-RelSite-Curse meta tag in the TOC files.
Best