Thread Tools Display Modes
10-06-08, 07:47 PM   #1
tintingurl
A Frostmaul Preserver
 
tintingurl's Avatar
Join Date: Jan 2007
Posts: 295
bugsack beta help

hello well im not too good at knowing this stuff yet and wondered why it gives me those errors:

[2008/10/06 21:45:19-190-x1]: IceHUD-3\libs\Threat-2.0\ThreatClassModuleCore.lua:354: attempt to concatenate local 'i' (a nil value)
IceHUD-3\libs\Threat-2.0\ThreatClassModuleCore.lua:845: in function `calcBuffMods'
IceHUD-3\libs\Threat-2.0\ThreatClassModuleCore.lua:1019: in function `PLAYER_REGEN_ENABLED'
IceHUD-3\libs\Threat-2.0\ThreatClassModuleCore.lua:473: in function <...Ons\IceHUD\libs\Threat-2.0\ThreatClassModuleCore.lua:471>
(tail call): ?:
<in C code>: ?
<string>:"safecall Dispatcher[1]":9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?:
AceAddon-3.0-5:395: in function <...ArkInventory\Libs\Ace3\AceAddon-3.0\AceAddon-3.0.lua:388>
(tail call): ?:
(tail call): ?:
Threat-2.0-90000 (IceHUD):242: in function `?'
CallbackHandler-1.0-3:146: in function <...ibs\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
<string>:"safecall Dispatcher[1]":4: in function <[string "safecall Dispatcher[1]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[1]":13: in function `?'
CallbackHandler-1.0-3:91: in function `Fire'
AceEvent-3.0-3:70: in function <...ArkInventory\Libs\Ace3\AceEvent-3.0\AceEvent-3.0.lua:69>

---

anytime i go into a inn and stuff or flying i get that.



also get those two while loading up the game:

[2008/10/06 21:42:42-190-x1]: LibGratuity-3.0-24 (Grid):231: Obsolete library registered. Gratuity-2.0 is already registered at version 52819. You are trying to register version 24000. Hint: if not AceLibrary:IsNewVersion("Gratuity-2.0", 24000) then return end
Ace2\AceLibrary\AceLibrary.lua:633: in function `Register'
LibGratuity-3.0-24 (Grid):231: in function `createCompat'
LibGratuity-3.0-24 (Grid):246: in main chunk

---


[2008/10/06 21:42:39-190-x1]: AceOO-2.0-79634 (Ace2):734: AceComm-2.0: AceComm-2.0 requires AceEvent-2.0
AceComm-2.0-82173 (Aloft):2339: in main chunk

---

thanks for any help on this
__________________
  Reply With Quote
10-07-08, 03:34 AM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
1) Threat-2.0 is obsolete in WoW 3.0, and as such has not been updated to be compatible with any API changes. If an addon is using Threat-2.0, and does not explicitly state that it is compatible with Wrath, it is unlikely it's been updated for the API changes either. TLDR version: if it uses Threat-2.0, it's probably not Wrath-compatible.

2) I'm not 100% sure, but I believe this is due to LibGratuity-3.0 trying to provide a compatibility layer for Gratuity-2.0, and complaining if an older version is found. I would suggest figuring out which addon(s) still use the 2.0 version and asking the author(s) to upgrade; the 3.0 API is the same, so all it requires of an author is that he/she include a different file and change the name of the library when he/she calls it in the addon's code. However, as I understand the purpose of embedded libraries, they shouldn't generate errors when you have different versions. TLDR version: If your addons work, I'd just ignore this error, honestly.

3) Post this one on the Aloft download page here; it seems to indicate that Aloft isn't including all of the libraries it needs, or is calling them in the wrong order.
  Reply With Quote
10-07-08, 06:01 AM   #3
tintingurl
A Frostmaul Preserver
 
tintingurl's Avatar
Join Date: Jan 2007
Posts: 295
Originally Posted by Phanx View Post
1) Threat-2.0 is obsolete in WoW 3.0, and as such has not been updated to be compatible with any API changes. If an addon is using Threat-2.0, and does not explicitly state that it is compatible with Wrath, it is unlikely it's been updated for the API changes either. TLDR version: if it uses Threat-2.0, it's probably not Wrath-compatible.

2) I'm not 100% sure, but I believe this is due to LibGratuity-3.0 trying to provide a compatibility layer for Gratuity-2.0, and complaining if an older version is found. I would suggest figuring out which addon(s) still use the 2.0 version and asking the author(s) to upgrade; the 3.0 API is the same, so all it requires of an author is that he/she include a different file and change the name of the library when he/she calls it in the addon's code. However, as I understand the purpose of embedded libraries, they shouldn't generate errors when you have different versions. TLDR version: If your addons work, I'd just ignore this error, honestly.

3) Post this one on the Aloft download page here; it seems to indicate that Aloft isn't including all of the libraries it needs, or is calling them in the wrong order.
thanks a bunch yeah they seem to still work all of them just keep getting those errors.
__________________
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » bugsack beta help


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off