Git Product home page Git Product logo

Comments (15)

Bram91 avatar Bram91 commented on August 24, 2024 1

We tried to reproduce the bugs on multiple WoW installations and Addon combinations but we cant reproduce it. Could you try disabling other addons and just running DressUp to see if its caused by a conflict with another addon or if DressUp is at fault?

from dressup.

Sonaza avatar Sonaza commented on August 24, 2024

Have you tried disabling the addon? I've noticed similar weird blocking errors and WoW is blaming completely random addons for it. Make sure you have updated all of your other addons as well.

If error doesn't occur after disabling it then maybe DressUp is at fault but I haven't encountered this error myself.

from dressup.

reaper666735 avatar reaper666735 commented on August 24, 2024

After disabling Dressup i was able to use the AH "buy / buyout" buttons again and ofc get my item , so unfortunately it seems to point to the addon :p , BUT in all fairness i have to say i still have a phew addons who are not fully up to date ( they are alpha or Beta ) and do give random Lua errors themselves , just that if i was able to use the AH normally after disabling it still does mean Dressup had more of an impact on it :p

from dressup.

reaper666735 avatar reaper666735 commented on August 24, 2024

Sorry to be be bearer of bad news , but with all addons disabled ( except Dressup ofc lol ) , i still get this error , but it does seem a bit different then yesterday i think.

fresh one :

Message: Interface\AddOns\DressUp\core.lua:451: attempt to index field 'background' (a nil value)
Time: 08/09/16 10:18:20
Count: 1
Stack: Interface\AddOns\DressUp\core.lua:451: in function SetDressUpBackground' Interface\AddOns\DressUp\core.lua:932: in function <Interface\AddOns\DressUp\core.lua:925> (tail call): ? ...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua:273: in functionBrowseButton_OnClick'
[string ":OnClick"]:8: in function <[string ":OnClick"]:1>

Locals: self =

{
SetDefaultModuleLibraries = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:398
TryOn = defined @interface\AddOns\DressUp\core.lua:947
EnableModule = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:363
modules =
{
}
baseName = "DressUp"
SetDressUpBackground = defined @interface\AddOns\DressUp\core.lua:449
GetInfoForSlot = defined @interface\AddOns\DressUp\core.lua:768
SecureHookScript = defined @interface\AddOns\DressUp\libs\AceHook-3.0\AceHook-3.0.lua:413
MODIFIER_STATE_CHANGED = defined @interface\AddOns\DressUp\core.lua:209
SetDefaultModulePrototype = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:440
defaultModuleState = true
ShowingHelm = defined @interface\AddOns\DressUp\core.lua:870
IsEnabled = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:482
GetRaceIndex = defined @interface\AddOns\DressUp\core.lua:521
DisableModule = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:381
GenerateRaceMenu = defined @interface\AddOns\DressUp\core.lua:627
RegisterMessage = defined @interface\AddOns\DressUp\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:118
UnregisterMessage = defined @interface\AddOns\DressUp\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:181
hooks =
{
}
db =
{
}
SetEnabledState = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:455
Hook = defined @interface\AddOns\DressUp\libs\AceHook-3.0\AceHook-3.0.lua:277
enabledState = true
RegisterEvent = defined @interface\AddOns\DressUp\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:118
SwitchBackground = defined @interface\AddOns\DressUp\core.lua:539
IterateModules = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:468
RawHook = defined @interface\AddOns\DressUp\libs\AceHook-3.0\AceHook-3.0.lua:316
UpdatePaperDollItemLevels = defined @interface\AddOns\DressUp\core.lua:196
OnInitialize = defined @interface\AddOns\DressUp\core.lua:221
NewModule = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:266
UpdateBackgroundTexCoords = defined @interface\AddOns\DressUp\core.lua:457
PLAYER_EQUIPMENT_CHANGED = defined @interface\AddOns\DressUp\core.lua:1027
defaultModuleLibraries =
{
}
InitializeRaceMenu = defined @interface\AddOns\DressUp\core.lua:677
GetName = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:310
GetItemLinkFromSource = defined @interface\AddOns\DressUp\core.lua:898
IterateEmbeds = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:473
name = "DressUp"
GetSlotItem = defined @interface\AddOns\DressUp\core.lua:1015
ResetRaceSelect = defined @interface\AddOns\DressUp\core.lua:494
orderedModules =
{
}
IsHooked = defined @interface\AddOns\DressUp\libs\AceHook-3.0\AceHook-3.0.lua:496
Disable = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:345
GetInvSlot = defined @interface\AddOns\DressUp\core.lua:983
GetTransmogItemLinkFromSlot = defined @interface\AddOns\DressUp\core.lua:913
IsSlot

from dressup.

Bram91 avatar Bram91 commented on August 24, 2024

Did you install the addon with the Curse client and are you on the latest available version?

If you manually installed the addon: Redownload the latest version, remove the current addon directory in Interface\Addons\ and reinstall it.

from dressup.

Bram91 avatar Bram91 commented on August 24, 2024

Based on your error information I think its unable to load the background file.

from dressup.

reaper666735 avatar reaper666735 commented on August 24, 2024

i did install via the curse client ( like all my addons ) , and i'm on version 2.1.3 , what should be the latest .......

from dressup.

Bram91 avatar Bram91 commented on August 24, 2024

2.1.3 is the latest version, could you maybe delete the addon in the curse client and reinstall it?

from dressup.

Sonaza avatar Sonaza commented on August 24, 2024

Probably isn't necessary. Debugging bugs like these just is a horrible job so if it can be avoided it's nice.

from dressup.

reaper666735 avatar reaper666735 commented on August 24, 2024

ok il try to re-install it to help, i also just want to add that the addon works perfectly when using the dressing room for viewing gear in bags / banks ...... like always ( with the backgrounds all in order ) , this only seems to pop up when i use the AH window .....

from dressup.

reaper666735 avatar reaper666735 commented on August 24, 2024

reinstalling the addon did not fix it i'm afraid , another fresh error ...... sorry :p ,

Message: Interface\AddOns\DressUp\core.lua:451: attempt to index field 'background' (a nil value)
Time: 08/09/16 12:37:45
Count: 1
Stack: Interface\AddOns\DressUp\core.lua:451: in function SetDressUpBackground' Interface\AddOns\DressUp\core.lua:932: in function <Interface\AddOns\DressUp\core.lua:925> (tail call): ? ...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua:273: in functionBrowseButton_OnClick'
[string ":OnClick"]:8: in function <[string ":OnClick"]:1>

Locals: self =

{
SetDefaultModuleLibraries = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:398
TryOn = defined @interface\AddOns\DressUp\core.lua:947
EnableModule = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:363
modules =
{
}
baseName = "DressUp"
SetDressUpBackground = defined @interface\AddOns\DressUp\core.lua:449
GetInfoForSlot = defined @interface\AddOns\DressUp\core.lua:768
SecureHookScript = defined @interface\AddOns\DressUp\libs\AceHook-3.0\AceHook-3.0.lua:413
MODIFIER_STATE_CHANGED = defined @interface\AddOns\DressUp\core.lua:209
SetDefaultModulePrototype = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:440
defaultModuleState = true
ShowingHelm = defined @interface\AddOns\DressUp\core.lua:870
IsEnabled = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:482
GetRaceIndex = defined @interface\AddOns\DressUp\core.lua:521
DisableModule = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:381
GenerateRaceMenu = defined @interface\AddOns\DressUp\core.lua:627
RegisterMessage = defined @interface\AddOns\DressUp\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:118
UnregisterMessage = defined @interface\AddOns\DressUp\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:181
hooks =
{
}
db =
{
}
SetEnabledState = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:455
Hook = defined @interface\AddOns\DressUp\libs\AceHook-3.0\AceHook-3.0.lua:277
enabledState = true
RegisterEvent = defined @interface\AddOns\DressUp\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:118
SwitchBackground = defined @interface\AddOns\DressUp\core.lua:539
IterateModules = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:468
RawHook = defined @interface\AddOns\DressUp\libs\AceHook-3.0\AceHook-3.0.lua:316
UpdatePaperDollItemLevels = defined @interface\AddOns\DressUp\core.lua:196
OnInitialize = defined @interface\AddOns\DressUp\core.lua:221
NewModule = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:266
UpdateBackgroundTexCoords = defined @interface\AddOns\DressUp\core.lua:457
PLAYER_EQUIPMENT_CHANGED = defined @interface\AddOns\DressUp\core.lua:1027
defaultModuleLibraries =
{
}
InitializeRaceMenu = defined @interface\AddOns\DressUp\core.lua:677
GetName = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:310
GetItemLinkFromSource = defined @interface\AddOns\DressUp\core.lua:898
IterateEmbeds = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:473
name = "DressUp"
GetSlotItem = defined @interface\AddOns\DressUp\core.lua:1015
ResetRaceSelect = defined @interface\AddOns\DressUp\core.lua:494
orderedModules =
{
}
IsHooked = defined @interface\AddOns\DressUp\libs\AceHook-3.0\AceHook-3.0.lua:496
Disable = defined @interface\AddOns\DressUp\libs\AceAddon-3.0\AceAddon-3.0.lua:345
GetInvSlot = defined @interface\AddOns\DressUp\core.lua:983
GetTransmogItemLinkFromSlot = defined @interface\AddOns\DressUp\core.lua:913
IsSlot

from dressup.

Sonaza avatar Sonaza commented on August 24, 2024

I may have found the cause. You are using the side dressup panel (the option for disabling side panel is toggled off)?

Terminology you have used has sort of misled me and it's not matter of Blizzard UI blocking use of protected functions after all.

from dressup.

reaper666735 avatar reaper666735 commented on August 24, 2024

yes the preview panel linked to the AH window is active ( the option to hide side panel is not checked :p ) first time it did this error tbh.

from dressup.

Sonaza avatar Sonaza commented on August 24, 2024

Error fixed in release 2.1.4.

from dressup.

reaper666735 avatar reaper666735 commented on August 24, 2024

i can confirm it's fixed :D , ty both for the help :)

from dressup.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.