Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict with Gearscore TBC addon #136

Open
shekimoto opened this issue Jun 25, 2021 · 5 comments
Open

Conflict with Gearscore TBC addon #136

shekimoto opened this issue Jun 25, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@shekimoto
Copy link

Bug description

Lua error every time I start the game

Screenshots

Message: ...\AddOns\ExtendedCharacterStats\Modules\GearInfos.lua:81: attempt to index field 'qualityTexture' (a nil value)
Time: Fri Jun 25 13:33:23 2021
Count: 1
Stack: ...\AddOns\ExtendedCharacterStats\Modules\GearInfos.lua:81: attempt to index field 'qualityTexture' (a nil value)
[string "@interface\AddOns\ExtendedCharacterStats\ECS.lua"]:120: in function <Interface\AddOns\ExtendedCharacterStats\ECS.lua:116>
[string "@interface\AddOns\ExtendedCharacterStats\ECS.lua"]:37: in function <Interface\AddOns\ExtendedCharacterStats\ECS.lua:30>

Locals: Stats =

{
HideWindow = defined @interface\AddOns\ExtendedCharacterStats\Modules\Stats.lua:128
UpdateInformation = defined @interface\AddOns\ExtendedCharacterStats\Modules\Stats.lua:304
UpdateWindowSize = defined @interface\AddOns\ExtendedCharacterStats\Modules\Stats.lua:108
RebuildStatInfos = defined @interface\AddOns\ExtendedCharacterStats\Modules\Stats.lua:291
RecycleFrame = defined @interface\AddOns\ExtendedCharacterStats\Modules\Stats.lua:285
GetFrame = defined @interface\AddOns\ExtendedCharacterStats\Modules\Stats.lua:137
CreateWindow = defined @interface\AddOns\ExtendedCharacterStats\Modules\Stats.lua:40
private =
{
}
UpdateSettingsButtonText = defined @interface\AddOns\ExtendedCharacterStats\Modules\Stats.lua:113
GetDisplayedLines = defined @interface\AddOns\ExtendedCharacterStats\Modules\Stats.lua:142
ToggleWindow = defined @interface\AddOns\ExtendedCharacterStats\Modules\Stats.lua:118
}
GearInfos =
{
UpdateInspectGearColorFrames = defined @interface\AddOns\ExtendedCharacterStats\Modules\GearInfos.lua:110
Init = defined @interface\AddOns\ExtendedCharacterStats\Modules\GearInfos.lua:28
private =
{
}
ToggleColorFrames = defined @interface\AddOns\ExtendedCharacterStats\Modules\GearInfos.lua:71
UpdateGearColorFrames = defined @interface\AddOns\ExtendedCharacterStats\Modules\GearInfos.lua:45
}
_RegisterEvents = defined @interface\AddOns\ExtendedCharacterStats\ECS.lua:160
lastSuccessfulSpellTime = 0

Version

@shekimoto shekimoto added the bug Something isn't working label Jun 25, 2021
@BreakBB
Copy link
Owner

BreakBB commented Jun 27, 2021

@shekimoto Does this happen on Classic TBC or Classic Era?

And could you try to run the following commands ingame and see if that helps?

/run ExtendedCharacterStats = nil
/reload

@shekimoto
Copy link
Author

Hi,
I get the same error even with the commands above.

I am running Classic TBC.

@BreakBB
Copy link
Owner

BreakBB commented Jun 30, 2021

@BreakBB Are you sure you are running the latest version? Seems like you are the only person experiencing this issue 🤔

You can also try to delete all ExtendedCharacterStats.lua and ExtendedCharacterStats.lua.bak files you can find in your WTF folder.

@shekimoto
Copy link
Author

I found the cause of the error.
When I removed the addon "Gearscore TBC" the lua error disappeared and I am now able to inspect people and no more error when starting the game.
There seems to be some conflict when running the two addons concurrently.

@BreakBB
Copy link
Owner

BreakBB commented Jul 3, 2021

Thanks for reporting the finding @shekimoto

I can't promise when I will have to look into this, so you should also report this problem to the Author of the Gearscore addon.

@BreakBB BreakBB changed the title Lua Error on startup, cannot inspect people Conflict with Gearscore TBC addon Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants