| Updated: | 07-10-09 06:31 PM |
| Created: | 04-24-09 12:49 AM |
| Downloads: | 7,314 |
| Favorites: | 146 |
| MD5: |

![]() |
Comment Options |
|
|
|
|
Re: Bad Behaviour
Well I just installed Dominos and was able to switch specs without any errors or anything breaking. When you say it breaks pretty hard.. what does that mean? Are you getting LUA errors or Dominios isn't working as expected and your not getting any errors?
Last edited by Tymesink : 08-08-09 at 09:59 PM.
|
|
|
|
|
|
|
|
A Murloc Raider
Forum posts: 5
File comments: 40
Uploads: 1
|
After an hour of work last night I isolated this addon as the problem.
![]() ![]() When I am using Dominos bar mod, if I change spec using this mod, the bar mod breaks pretty hard, the vanilla totem manager comes back and other bars disappear. This behavior does not happen if I use the _normal_ switch talents component in the vanilla Talents UI. /rl does restore full fuunctionality until I change spec again. I can even have this mod installed and running, and use the vanilla UI to change and its all ok, but if I use this mod then it goes bad. Hope you can work out what Blizzard changed in 3.2 to break this. ![]() ![]() |
|
|
|
|
|
|
Korean language filename error
Korean language filename error
\AddOns\Broker_TalentSwitch\Locales\koKR.lua.lua ==>koKR.lua Thanks |
|
|
|
|
|
|
|
I've recently starting to get this error
Date: 2009-07-09 21:20:19 ID: 1 Error occured in: Global Count: 1 Message: ..\AddOns\Broker_TalentSwitch\ldb.lua line 121: attempt to index global 'db' (a nil value) Debug: [C]: ? Broker_TalentSwitch\ldb.lua:121: Broker_TalentSwitch\ldb.lua:118 (tail call): ? it still works but i wanted you to know. -Strongbow- |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 5
Uploads: 0
|
Thanks
Thanks for the fix
Mod is working great.
Last edited by Bashire : 06-12-09 at 05:31 AM.
|
|
|
|
|
|
|
Update: Version 1.9.4
Update: Version 1.9.4
Added zhTW language file. |
|
|
|
|
|
||
|
Re: Re: Re: error on startup
But looking at the error it seems that an method is being fired when there isn't any talent data for the character so in turn you get this error: "string expected, got nil". In previous versions I had the same error occurring because I was doing the initial update off the wrong events. I'll have to look into this deeper, but if I can't reproduce the error, then any changes I make trying to fix this would be shooting in the dark.
Last edited by Tymesink : 06-09-09 at 01:30 AM.
|
||
|
|
|
|
||
|
||
|
|
|
|
||
|
Re: Re: Re: error on startup
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
This is zhTW language file.
Thanks for your addon. ![]() Broker_TalentSwitch\Locales\zhTW.lua: Code:
local MODNAME = "TalentSwitch"
local L = LibStub:GetLibrary("AceLocale-3.0"):NewLocale( MODNAME, "zhTW")
if not L then return end
L["ADDON_NAME"] = "Broker: TalentSwitch";
L["DEFAULT_PREFIX_OUTPUT"] = "現在設定: ";
L["DEFAULT_PRIMARY_ALIAS"] = "主要";
L["DEFAULT_SECONDARY_ALIAS"] = "次要";
L["DEFAULT_SUCCESS_MESSAGE"] = "天賦切換完成!";
L["GENERAL_INFO_DESC"] = "TalentSwitch是一個以LibDataBroker為基礎開發的插件。這是一個非常簡易的插件,讓您很簡易切換主要與次要天賦設定。";
L["General Information"] = "一般設定";
L["Version : "] = "版本 : ";
L["Author : "] = "作者 : ";
L["MSG_USAGE"] = "<您的訊息>";
L["Broker Prefix Label"] = "資料顯示器前置標籤";
L["PREFIX_OUTPUT_DESC"] = "此訊息在資料顯示器會顯示於主要與次要訊息前方。";
L["On Change"] = "切換時"
L["ONCHANGE_OUTPUT_DESC"] = "當'隱藏垃圾訊息'開啟時,此訊息會在您切換天賦完成時顯示。";
L["Hide Spam"] = "隱藏垃圾訊息";
L["HIDE_SPAM_DESC"] = "當此設定開啟時,將會隱藏在切換天賦設定時所產生的垃圾訊息";
L["Primary Talent Alias"] = "主要天賦別名";
L["PRIMARY_DESC"] = "此訊息將會使您的主要天賦以資訊欄方式呈現於您的資料顯示器。";
L["Secondary Talent Alias"] = "次要天賦別名";
L["SECONDARY_DESC"] = "此訊息將會使您的次要天賦以資訊欄方式呈現於您的資料顯示器。";
L["TOOLTIP_INSTRUCTIONS1"] = "點擊左鍵切換: |cffffff00";
L["TOOLTIP_INSTRUCTIONS2"] = "|r";
L["TOOLTIP_OPEN_CONFIG"] = "點擊右鍵開啟設定";
L["TOOLTIP_PRIMARY"] = "主要設定";
L["TOOLTIP_SECONDARY"] = "次要設定";
L["BTN_GET_TALENT"] = "取得天賦資訊";
L["BTN_GET_TALENT_DESC"] = "將您的天賦資訊預先填入設定欄";
L["BTN_RESET"] = "恢復預設"
L["BTN_RESET_DESC"] = "將您的主要與次要別名以及圖示還原至預設值";
Last edited by fuyuri : 06-06-09 at 03:39 PM.
|
|
|
|
|
||
|
A Kobold Labourer
Forum posts: 0
File comments: 5
Uploads: 0
|
Re: Re: error on startup
[2009/06/06 09:11:06-2330-x1]: Broker_TalentSwitch-1.9\core.lua:461: bad argument #2 to 'format' (string expected, got nil) Broker_TalentSwitch-1.9\core.lua:461: in function `GetTalentInfo' Broker_TalentSwitch-1.9\core.lua:479: in function `GetAlias' Broker_TalentSwitch-1.9\ldb.lua:197: in function `UpdateDisplay' Broker_TalentSwitch-1.9\core.lua:347: in function <Interface\AddOns\Broker_TalentSwitch\core.lua:345> (tail call): ?: <in C code>: ? <string>:"safecall Dispatcher[1]":18: in function <[string "safecall Dispatcher[1]"]:10> (tail call): ?: AceAddon-3.0-5:729: in function `EnableAddon' AceAddon-3.0-5:869: in function <...oker_TalentSwitch\libs\AceAddon-3.0\AceAddon-3.0.lua:841> <in C code>: in function `LoadAddOn' Interface\FrameXML\UIParent.lua:229: in function `UIParentLoadAddOn': Interface\FrameXML\UIParent.lua:252: in function `CombatLog_LoadUI': Interface\FrameXML\UIParent.lua:497: in function <Interface\FrameXML\UIParent.lua:469>: It appears that the error changes slightly based on which ACE3 addons are running.. I could not stop the error on startup but I could get it to go away on a reloadui. Thanks for your help. Bashire |
|
|
|
|
|
||
|
Re: error on startup
Are you sure you have the latest version? If you do have the latest, is anyone else getting the error? What broker display addon are you using?
Last edited by Tymesink : 06-03-09 at 09:28 PM.
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 5
Uploads: 0
|
error on startup
[2009/06/03 08:07:03-2273-x1]: Broker_TalentSwitch-1.9\core.lua:461: bad argument #2 to 'format' (string expected, got nil)
Broker_TalentSwitch-1.9\core.lua:461: in function `GetTalentInfo' Broker_TalentSwitch-1.9\core.lua:479: in function `GetAlias' Broker_TalentSwitch-1.9\ldb.lua:197: in function `UpdateDisplay' Broker_TalentSwitch-1.9\core.lua:347: in function <Interface\AddOns\Broker_TalentSwitch\core.lua:345> (tail call): ?: <in C code>: ? <string>:"safecall Dispatcher[1]":18: in function <[string "safecall Dispatcher[1]"]:10> (tail call): ?: AceAddon-3.0-5 (Ace3):1061: in function `EnableAddon' AceAddon-3.0-5 (Ace3):1241: in function <Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:1213> <in C code>: in function `LoadAddOn' Interface\FrameXML\UIParent.lua:229: in function `UIParentLoadAddOn': Interface\FrameXML\UIParent.lua:252: in function `CombatLog_LoadUI': Interface\FrameXML\UIParent.lua:497: in function <Interface\FrameXML\UIParent.lua:469>: Still getting a error on startup. Bashire |
|
|
|
|
|
|
Just to confirm that the addon works OK for me now. Congratz!
![]() I was about to rename it to Broken: TalentSwitch ![]() |
|
|
|
![]() |