hi,
i play with the french client and i've this errors on load (with last svn version):
[2006/09/01 00:22:45-93]: AceLocale\AceLocale-2.1.lua:151: attempt to call field `?' (a nil value)
AceLocale\AceLocale-2.1.lua:151: in function `SetLocale'
AceLocale\AceLocale-2.1.lua:114: in function `GetInstance'
OneBag\OneBag.lua:4: in main chunk
---
[2006/09/01 00:22:46-93]: AceLocale\AceLocale-2.1.lua:151: attempt to call field `?' (a nil value)
AceLocale\AceLocale-2.1.lua:151: in function `SetLocale'
AceLocale\AceLocale-2.1.lua:114: in function `GetInstance'
OneView\OneView.lua:3: in main chunk
---
[2006/09/01 00:22:46-93]: AceLocale\AceLocale-2.1.lua:151: attempt to call field `?' (a nil value)
AceLocale\AceLocale-2.1.lua:151: in function `SetLocale'
AceLocale\AceLocale-2.1.lua:114: in function `GetInstance'
OneView\OneButton.lua:2: in main chunk
Firiel, the reason is simple: the latest version doesnt have a french localization anymore, as it was completely redone, and I didnt dare to reuse your old file if all the wordings have changed. I'd like to ask you to provide a new localization file if possible - just take a look at the current localization files and you'll see all you need to do is duplicate one of the files and replace the strings. A working french localization would really be great.
i'm going to do it Maia, but you can translate the more important thing and release a localization.frFR.lua
-- from combatlog
["(.+) begins to cast (.+)."] = "(.+) commence \195\160 lancer (.+).",
Firiel, line 55 is checking for the localizatio for the spell "Prowl". I think your babble-spell is completely dead, as my version does include the french word for Prowl.
perhaps...But i've 10 version of bable spell ! every Ace2 addon have one. How to know wich is the good version ?
Always with the french client ;) i don't see the "H" when someone cast a sort. Only when i cast it.
Same thing that with the Ace1 previous version maia, do you remember ?
With the french client, when i use the last SVN version of squishy i've an error with FuBar_GuildFu's Tooltip. No error without Squishy.
Babble-Class-2.0\Babble-Class-2.0.lua:102: Babble-Class-2.0: No translations registered
Hmm, unfortunately I have no idea what might cause this. Squishy isn't even using Babble-Class-2.0.
hum...squishy load Babble-Spell-2.0 no ?
Perhaps a conflict with library version ?
I've also the same problem when i load the new version of FuBar_MoneyFu (without squishy).
I'm going to search with FuBar_GuildFu.
0
0
0
You have to add french names of buff in group buff.
Ca marche avec le client francais. Tu dois rajouter dans le groupe du buff les noms francais.
Par exemple pour moi, druide, j'ai rajouté dans Buff Group Mark of the wild les buffs "Marque du fauve" et "Don du fauve"
0
have to change in TreeHenge.lua
PT = AceLibrary("PeriodicTable-core-2.0")
by
PT = AceLibrary("PeriodicTable-2.0")
0
[2006/09/03 13:45:36-113]: Squishy\core.lua:28: table index is nil
Squishy\core.lua:28: in main chunk
---[2006/09/03 13:45:36-113]: Squishy\hooks.lua:1: attempt to index global `Squishy' (a nil value)
Squishy\hooks.lua:1: in main chunk
---[2006/09/03 13:45:36-113]: Squishy\frames.lua:25: attempt to index global `Squishy' (a nil value)
Squishy\frames.lua:25: in main chunk
---
0
i play with the french client and i've this errors on load (with last svn version):
[2006/09/01 00:22:45-93]: AceLocale\AceLocale-2.1.lua:151: attempt to call field `?' (a nil value)
AceLocale\AceLocale-2.1.lua:151: in function `SetLocale'
AceLocale\AceLocale-2.1.lua:114: in function `GetInstance'
OneBag\OneBag.lua:4: in main chunk
---
[2006/09/01 00:22:46-93]: AceLocale\AceLocale-2.1.lua:151: attempt to call field `?' (a nil value)
AceLocale\AceLocale-2.1.lua:151: in function `SetLocale'
AceLocale\AceLocale-2.1.lua:114: in function `GetInstance'
OneView\OneView.lua:3: in main chunk
---
[2006/09/01 00:22:46-93]: AceLocale\AceLocale-2.1.lua:151: attempt to call field `?' (a nil value)
AceLocale\AceLocale-2.1.lua:151: in function `SetLocale'
AceLocale\AceLocale-2.1.lua:114: in function `GetInstance'
OneView\OneButton.lua:2: in main chunk
---
And OneBag don't load
0
i'm going to do it Maia, but you can translate the more important thing and release a localization.frFR.lua
-- from combatlog
["(.+) begins to cast (.+)."] = "(.+) commence \195\160 lancer (.+).",
0
Everything is now ok with the version of Detox i take with this url.
Thanks for your help
0
Where can i find the auto-generated zip file ?
0
local MAJOR_VERSION = "Babble-Spell-2.0"
local MINOR_VERSION = tonumber(string.sub("$Revision: 9146 $", 12, -3))
I've not the error with the version
local vmajor,vminor = "0.2", tonumber(string.sub("$Revision: 8852 $", 12, -3))
of Detox
the difference is :
No error =>
local invisible = {
[BS"Prowl"] = true,
[BS"Stealth"] = true,
[BS"Shadowmeld"] = true,
}
error =>
local invisible = {
[BS["Prowl"]] = true,
[BS["Stealth"]] = true,
[BS["Shadowmeld"]] = true,
}
0
Detox, Squishy and Fubar_TopScoreFu
I put the same version on the 3 libs
local MAJOR_VERSION = "Babble-Spell-2.0"
local MINOR_VERSION = tonumber(string.sub("$Revision: 9146 $", 12, -3))
there is the prowl translation
And i've always the error...
0
perhaps...But i've 10 version of bable spell ! every Ace2 addon have one. How to know wich is the good version ?
0
Same thing that with the Ace1 previous version maia, do you remember ?
0
And detox don't load
0
hum...squishy load Babble-Spell-2.0 no ?
Perhaps a conflict with library version ?
I've also the same problem when i load the new version of FuBar_MoneyFu (without squishy).
I'm going to search with FuBar_GuildFu.