HeroRotation

HeroRotation

6M Downloads

[Rogue]: Icons in MainWindow disappearing

daturst opened this issue ยท 7 comments

commented

What version of HeroRotation are you using?

11.1.0.23.

What version of HeroLib are you using?

11.1.0.08

What version of HeroDBC are you using?

11.1.0.03

What is the issue?

This is tied to Junkmaestro's Mega Magnet. Issue disappears, when unequipping it. Not sure if it is spec-specific.

Icon Behavior

None

commented

Page 1:
Message: ...e/AddOns/RCLootCouncilFilter/RCLootCouncilFilter.lua:5: Cannot find a library instance of "LibDialog-1.0".
Time: Sun Mar 16 18:41:54 2025
Count: 1
Stack:
[Interface/AddOns/DBM-Core/Libs/LibStub/LibStub.lua]:38: in function 'LibStub'
[Interface/AddOns/RCLootCouncilFilter/RCLootCouncilFilter.lua]:5: in main chunk

Locals:
self =

{
minors =
{
}
minor = 2
libs =
{
}
}
major = "LibDialog-1.0"
silent = nil

Page 2:
Message: Interface/AddOns/HeroLib/Class/Unit/Range.lua:135: Distance must be a number.
Time: Sun Mar 16 18:56:48 2025
Count: 1069
Stack:
[Interface/AddOns/HeroLib/Class/Unit/Range.lua]:135: in function 'IsInRange'
[Interface/AddOns/HeroRotation_Rogue/Outlaw.lua]:905: in function <Interface/AddOns/HeroRotation_Rogue/Outlaw.lua:695>
[Interface/AddOns/HeroRotation_Rogue/Outlaw.lua]:1103: in function '?'
[Interface/AddOns/HeroRotation/Main.lua]:476: in function <Interface/AddOns/HeroRotation/Main.lua:455>

Locals:
self =

{
UnitExists = true
UnitName = "Tempest Wolf"
UnitNPCID = 222797
UnitID = "target"
UseCache = true
UnitCanBeAttacked = true
UnitGUID = "Creature-0-4253-2552-7209-222797-0000570207"
}
Distance = nil
Cache =
{
GUIDInfo =
{
}
APLVar =
{
}
Enemies =
{
}
HasBeenReset = true
SpellInfo =
{
}
UnitInfo =
{
}
MiscInfo =
{
}
Persistent =
{
}
ItemInfo =
{
}
}
Player =
{
UseCache = true
UnitNPCID = -2
UnitCanBeAttacked = false
UnitGUID = "Player-1403-0A96F4DF"
UnitID = "player"
UnitExists = true
TimeToXResourceMap =
{
}
PredictedResourceMap =
{
}
UnitName = "Naphka"
}
RangeTableByType =
{
Melee =
{
}
Ranged =
{
}
}

commented

If it disappears, you're receiving a lua error that we would need. Also, if you're using Signet of the Priory, a fix has already been issued, but hasn't been pushed into a release version yet.

commented

Do you mean the LUA error-message that WoW supplies? I'm not getting any. If it's not that, where can I grab it?
Not using Signet

commented

If you don't have an addon like BugSack, you would need to enable lua errors with the in-game command /console scriptErrors 1. You can later disable them again with /console scriptErrors 0.

commented

I just realized your version of HeroRotation is 20 versions out of date. The latest version is 11.1.0.23.

commented

That's weird. It's up to date according to curseforge. I just updated today.
EDIT: My mistake. Gave you the wrong version number. it is in fact up to date. 11.1.0.23.

commented

I checked our commits since last release version. There's a fix for your issue that was already committed. Once I check a few things, I'll push version 11.1.0.24, which will include the fix.