Download
(66Kb)
Download
Updated: 12-18-08 11:59 PM
Patch for:
GatherSage2.
Pictures
File Info
Updated:12-18-08 11:59 PM
Created:12-18-08 11:59 PM
Downloads:2,345
Favorites:3
MD5:

GatherSage2

Version: 30003-12-18-BET
by: kellewic [More]
Post A Reply Comment Options
Unread 12-25-08, 09:29 PM  
kellewic
Premium Member
 
kellewic's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 131
Uploads: 4
Yeah, I screwed it up

But, I just posted a new version that is embedded in the tooltip with skinning enabled now. It took a bit, but I figured out a way to make it work.

Disregard this version for now.


Originally posted by tinyu
Date: 2008-12-24 18:39:34
ID: 1
Error occured in: Global
Count: 4
Message: ..\AddOns\GatherSage2\GS2_Main.lua line 524:
attempt to index global 'CowTip' (a nil value)
Debug:
WoWDigger\wowp.core.lua:249: ErrorHandler()
[string "WOWX:ErrorHandler(...);"]:1: in main chunk
[C]: ?
GatherSage2\GS2_Main.lua:524: ProcessTooltip()
GatherSage2\GS2_Main.lua:164:
GatherSage2\GS2_Main.lua:113
Report comment to moderator  
Reply With Quote
Unread 12-24-08, 02:10 AM  
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 837
File comments: 374
Uploads: 13
Date: 2008-12-24 18:39:34
ID: 1
Error occured in: Global
Count: 4
Message: ..\AddOns\GatherSage2\GS2_Main.lua line 524:
attempt to index global 'CowTip' (a nil value)
Debug:
WoWDigger\wowp.core.lua:249: ErrorHandler()
[string "WOWX:ErrorHandler(...);"]:1: in main chunk
[C]: ?
GatherSage2\GS2_Main.lua:524: ProcessTooltip()
GatherSage2\GS2_Main.lua:164:
GatherSage2\GS2_Main.lua:113
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
Report comment to moderator  
Reply With Quote
Unread 12-22-08, 06:47 PM  
kellewic
Premium Member
 
kellewic's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 131
Uploads: 4
NOTE

This version is a new test version of GatherSage2.

It is not a patch and was tagged as such incorrectly.
Report comment to moderator  
Reply With Quote
Unread 12-22-08, 06:47 PM  
kellewic
Premium Member
 
kellewic's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 131
Uploads: 4
Re: errors with update 12-18-2008

The first error is caused by me being stupid and doing:

if (not CowTip and not CowTip:SomeFunc())


which says if there is nothing called CowTip, try to call a function on it... not too smart

The second error looks related to the first.



Originally posted by Jaim Sandar
When cursor over minimap vein blip (dump from BugSack):

Code:
[2008/12/20 13:20:33-1622-x1]: GatherSage2-30003-12-18-BETA\GS2_Main.lua:524: attempt to index global 'CowTip' (a nil value)
GatherSage2-30003-12-18-BETA\GS2_Main.lua:164: in function <Interface\AddOns\GatherSage2\GS2_Main.lua:113>
...and when right clicking on a vein (to mine):

Code:
[2008/12/20 15:47:12-1623-x28]: GatherSage2-30003-12-18-BETA\GS2_Main.lua:524: attempt to index global 'CowTip' (a nil value)
GatherSage2-30003-12-18-BETA\GS2_Main.lua:164: in function <Interface\AddOns\GatherSage2\GS2_Main.lua:113>
<in C code>: ?
<in C code>: in function `pcall'
Stubby-130\Stubby.lua:341: in function <Interface\AddOns\Stubby\Stubby.lua:325>
(tail call): ?:
Bagnon_Tooltips\tooltips.lua:95: in function <Interface\AddOns\Bagnon_Tooltips\tooltips.lua:70>
Bagnon_Tooltips\tooltips.lua:107: in function <Interface\AddOns\Bagnon_Tooltips\tooltips.lua:100>
oApplication-1.9\apps.lua:24: in function <Interface\AddOns\oApplication\apps.lua:23>
Broker_Extractor-1\Broker_Extractor.lua:666: in function `origFunc'
Armory-7\ArmoryFrame.lua:727: in function <Interface\AddOns\Armory\ArmoryFrame.lua:725>
(tail call): ?:
MobInfo2-3.71\MI2_Events.lua:615: in function <Interface\AddOns\MobInfo2\MI2_Events.lua:612>
<in C code>: ?
<in C code>: in function `pcall'
Stubby-130\Stubby.lua:341: in function <Interface\AddOns\Stubby\Stubby.lua:325>
(tail call): ?:
<in C code>: in function `SetLootItem'
Interface\FrameXML\LootFrame.lua:198: in function `LootItem_OnEnter':
<string>:"*:OnEnter":1: in function <[string "*:OnEnter"]:1>
The version dated 12-05-2008 did not have these errors, as far as I can remember. I will go back to using that version and confirm.

I wonder what "CowTip" is. I don't recognize that name from anything I have installed.
Report comment to moderator  
Reply With Quote
Unread 12-22-08, 02:34 PM  
Jaim Sandar
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 357
Uploads: 1
errors with update 12-18-2008

When cursor over minimap vein blip (dump from BugSack):

Code:
[2008/12/20 13:20:33-1622-x1]: GatherSage2-30003-12-18-BETA\GS2_Main.lua:524: attempt to index global 'CowTip' (a nil value)
GatherSage2-30003-12-18-BETA\GS2_Main.lua:164: in function <Interface\AddOns\GatherSage2\GS2_Main.lua:113>
...and when right clicking on a vein (to mine):

Code:
[2008/12/20 15:47:12-1623-x28]: GatherSage2-30003-12-18-BETA\GS2_Main.lua:524: attempt to index global 'CowTip' (a nil value)
GatherSage2-30003-12-18-BETA\GS2_Main.lua:164: in function <Interface\AddOns\GatherSage2\GS2_Main.lua:113>
<in C code>: ?
<in C code>: in function `pcall'
Stubby-130\Stubby.lua:341: in function <Interface\AddOns\Stubby\Stubby.lua:325>
(tail call): ?:
Bagnon_Tooltips\tooltips.lua:95: in function <Interface\AddOns\Bagnon_Tooltips\tooltips.lua:70>
Bagnon_Tooltips\tooltips.lua:107: in function <Interface\AddOns\Bagnon_Tooltips\tooltips.lua:100>
oApplication-1.9\apps.lua:24: in function <Interface\AddOns\oApplication\apps.lua:23>
Broker_Extractor-1\Broker_Extractor.lua:666: in function `origFunc'
Armory-7\ArmoryFrame.lua:727: in function <Interface\AddOns\Armory\ArmoryFrame.lua:725>
(tail call): ?:
MobInfo2-3.71\MI2_Events.lua:615: in function <Interface\AddOns\MobInfo2\MI2_Events.lua:612>
<in C code>: ?
<in C code>: in function `pcall'
Stubby-130\Stubby.lua:341: in function <Interface\AddOns\Stubby\Stubby.lua:325>
(tail call): ?:
<in C code>: in function `SetLootItem'
Interface\FrameXML\LootFrame.lua:198: in function `LootItem_OnEnter':
<string>:"*:OnEnter":1: in function <[string "*:OnEnter"]:1>
The version dated 12-05-2008 did not have these errors, as far as I can remember. I will go back to using that version and confirm.

I wonder what "CowTip" is. I don't recognize that name from anything I have installed.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: