GnomeWorks TradeSkill Frame

214 - warning message flod

problem i have ftm is the constant flooding in my chat frame of this message

WARNING: GnomeWorks Inventory Scan took 0.75 seconds

anyway to disable the message or dirvert it to an nil channel ?

as i can see every time i change something in my bags it happens

also on my alts all tradeskills

Name Description Size MD5
GnomeWorks.lua saved var 336.9 KiB ae70227b3839...
User When Change
lilsparky Jan 31, 2011 at 01:42 UTC Changed status from New to Fixed
ragg2008 Nov 28, 2010 at 22:12 UTC

Added attachment GnomeWorks.lua

ragg2008 Nov 28, 2010 at 22:10 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 4 comments
  • Avatar of lilsparky lilsparky Nov 29, 2010 at 10:08 UTC - 0 likes

    btw, is this sv file from an eu server or us?

  • Avatar of lilsparky lilsparky Nov 29, 2010 at 10:07 UTC - 0 likes

    i've changed this system to now only report this warning when you've exceeded the longest scan time.  a scan really shouldn't take so long and if it does, something is not right.  i reworked the system to hopefully be more accurate (found a bug or two) and maybe be a bit quicker.

  • Avatar of lilsparky lilsparky Nov 29, 2010 at 05:28 UTC - 0 likes

    i added this warning message because i hope that an inventory scan should not take anywhere near this long.  what other mods do you have enabled and does it do it when you run gw by itself?

  • Avatar of ragg2008 ragg2008 Nov 28, 2010 at 22:24 UTC - 0 likes

    can be that onebag addon that have somthing to do with it

    anyway made an slight change to line in Inventory.lua

    changed

    if elapsed > .5 then
    			DebugSpam("|cffff0000WARNING: GnomeWorks Inventory Scan took ",math.floor(elapsed*100)/100," seconds")
    		end
    

    to

    if elapsed > 1.5 then
    			DebugSpam("|cffff0000WARNING: GnomeWorks Inventory Scan took ",math.floor(elapsed*100)/100," seconds")
    		end
    
  • 4 comments

Facts

Last updated
Jan 31, 2011
Reported
Nov 28, 2010
Status
Fixed - Developer made requested changes. QA should verify.
Type
Defect - A shortcoming, fault, or imperfection
Priority
Medium - Normal priority.
Votes
0

Reported by

Possible assignees