kurapica / Scorpio

Scorpio Addon FrameWork for World of Warcraft
https://discord.gg/6hD4sdUtgp
50 stars 5 forks source link

Green Screen Overlay #13

Closed Fizgig1973 closed 1 week ago

Fizgig1973 commented 1 week ago

1x ...aceScorpio/Modules/Widget/UIDropDownMenu.lua:435: attempt to index a nil value

[string "@Scorpio/Modules/Core.lua"]:345: in function <Scorpio/Modules/Core.lua:198>

Locals:

now = 23036.625000

r_Header =

{

1 =

2 =

3 =

4 =

5 =

6 =

7 =

8 =

9 =

10 =

11 =

12 =

13 =

14 =

15 =

16 =

17 =

18 =

19 =

20 =

21 =

22 =

23 =

24 =

25 =

26 =

27 =

28 =

29 =

30 =

31 =

-1 = 32

}

runoutIdx = nil

(for index) = 31

(for limit) = 31

(for step) = 1

i = 31

task =

ok = false

msg = "...aceScorpio/Modules/Widget/UIDropDownMenu.lua:435: attempt to index a nil value"

_CancelSingleAsync =

{

}

_RunSingleAsync =

{

}

_SingleAsync =

{

6222FD54-8D54-7552-6D9C-15AD616EBFF5 = false

CD7F5EE3-FEE9-7F67-FF23-4DD7A6212B5E = false

AFA4721C-8523-F26B-7737-48DBD28A9B06 = false

FEFD47F8-24DF-B47D-D483-0216E70ED4C7 = false

C58A9B5C-21F9-461C-4488-3B4470997B37 = false

20A8F655-5652-E2FB-38FA-DA1A9A40DE80 = false

}

_ResidentService =

{

}

kurapica commented 1 week ago

Which addon you are using, ShadowDancer, AshToAsh, Enhance Battlefieldminimap or other require Scorpio, and the game version, to me there is no reason an error could happened at Constructor, I need more info to reproduced it.

CursedShadow commented 1 week ago

Hi - Not the OP, but I get the same thing when I only have ElvUI v13.79, Syling Tracker v2.5.8 and Scorpio r221 enabled. I don't have any other AddOns that use Scorpio as far as I'm aware. WoW version is 11.0.5.57212.

Causes an (seemingly invisible in my case) overlay to cover the entire screen, making the game unable to be clicked on anywhere.

Maybe it's a weird interaction with ElvUI? Folks over on the discord for ElvUI is pointing the issue back to Scorpio, so I don't know.

jdtoppin commented 1 week ago

+1 with the same setup as CursedShadow. Once I updated to latest ElvUI, the green overlay started occurring. Disabled Scorpio and it went away.

raptormama commented 1 week ago

These final two comments are the same issue I am having. It is Scorpio, not ElvUI or Syling Tracker; disabling Syling Tracker but leaving Scorpio enabled doesn't prevent that from happening.

For the moment, I'm running the stock quest tracker.

kurapica commented 1 week ago

It's caused by ElvUI, load Scorpio before ElvUI will fix it, update to r225 will fix it, I add a new addon !Scorpio to make sure it.

raptormama commented 1 week ago

Loader isn't helping for me so far. :( And adding test Lua to it to get it to print a message to the chat tab to indicate that it's working doesn't do anything, nor does a bit of code that should pop up a simple "hello world" dialog.

kurapica commented 1 week ago

Loader isn't helping for me so far. :( And adding test Lua to it to get it to print a message to the chat tab to indicate that it's working doesn't do anything, nor does a bit of code that should pop up a simple "hello world" dialog.

It works for others, what's the code you added, you can join https://discord.gg/EGVSrce5 to concat me

raptormama commented 1 week ago

Okay, looks like I had an early version of the loader. In BugSack:

6x !Scorpio/!Scorpio.lua:1 !Scorpio/!Scorpio.lua:1: '=' expected near 'and'

Updating to the newest version fixed the loader.

Now I just have the issue of the invisible overlay, even with today's update. I will get in touch with you tomorrow (North America) to follow up; I probably have a conflict with another addon someplace. But first, to clarify, I should leave both addons enabled in the Addon list screen? If I only load the loader, Scorpio doesn't load; if I leave both loaded, game can't be controlled.

I'll send you the BugSack logs from my recent sessions that pertain to Scorpio. Hopefully some of those will be helpful.