New Openables - Continued

New Openables - Continued

32.4k Downloads

Errors

Fizgig1973 opened this issue ยท 12 comments

commented

Getting the following errors upon loading in Bugsack.

9x NOP/nop-data.lua:10: PRI_OPEN
[string "=[C]"]: in function `assert'
[string "@NOP/nop-data.lua"]:10: in main chunk

Locals:
(*temporary) = false
(*temporary) = "PRI_OPEN"

9x NOP/nop-button.lua:30: BUTTON_FRAME
[string "=[C]"]: in function `assert'
[string "@NOP/nop-button.lua"]:30: in main chunk

Locals:
(*temporary) = false
(*temporary) = "BUTTON_FRAME"

9x NOP/nop-profile.lua:14: T_CHECK
[string "=[C]"]: in function `assert'
[string "@NOP/nop-profile.lua"]:14: in main chunk

Locals:
(*temporary) = false
(*temporary) = "T_CHECK"

9x NOP/nop-events.lua:36: print
[string "=[C]"]: in function `assert'
[string "@NOP/nop-events.lua"]:36: in main chunk

Locals:
(*temporary) = false
(*temporary) = "print"

9x NOP/nop-core.lua:55: ARCHAELOGY_ANNOUNCE
[string "=[C]"]: in function `assert'
[string "@NOP/nop-core.lua"]:55: in main chunk

Locals:
(*temporary) = false
(*temporary) = "ARCHAELOGY_ANNOUNCE"

9x NOP/nop-item.lua:33: T_BAGS
[string "=[C]"]: in function `assert'
[string "@NOP/nop-item.lua"]:33: in main chunk

Locals:
(*temporary) = false
(*temporary) = "T_BAGS"

9x NOP/nop-slash.lua:26: T_CHECK
[string "=[C]"]: in function `assert'
[string "@NOP/nop-slash.lua"]:26: in main chunk

Locals:
(*temporary) = false
(*temporary) = "T_CHECK"

9x NOP/nop-quest.lua:33: print
[string "=[C]"]: in function `assert'
[string "@NOP/nop-quest.lua"]:33: in main chunk

Locals:
(*temporary) = false
(*temporary) = "print"

commented

I do not.

It looks like Caedron Wardrobe and Mythic Dungeon Tools have them included though.

commented

They likely have the Shim embedded, same as NOP. Could you try the latest alpha version with and without these addons?

commented

With Caerdon Wardrobe, MDT, and NOP I get the following:

1x ...ddOns/MythicDungeonTools/libs/WagoAnalytics/Shim.lua:10: attempt to call method 'Register' (a nil value)
[string "@MythicDungeonTools/libs/WagoAnalytics/Shim.lua"]:10: in function `Register'
[string "@NOP/nop-private.lua"]:31: in main chunk

Locals:
self =

{
RegisterAddon = defined @MythicDungeonTools/libs/WagoAnalytics/Shim.lua:25
RegisterAddOn = defined @MythicDungeonTools/libs/WagoAnalytics/Shim.lua:25
Register = defined @MythicDungeonTools/libs/WagoAnalytics/Shim.lua:7
}
wagoID = "RBKpYOGE"
WagoAnalytics =
{
}
(*temporary) = nil
(*temporary) =
{
}
(*temporary) = "RBKpYOGE"
(*temporary) = "attempt to call method 'Register' (a nil value)"

With just NOP no problems, with NOP and MDT no problem. Just seems to be Caerdon.

commented

Looks like it. Seems like the embed is broken or outdated. I cannot help you there, unfortunately.

commented

Not a problem. Thank you for all your assistance, and for keeping NOP alive.

commented

Trying my best over here :)

commented

That seems to be a follow-up error.
Please get BugSack and BugGrabber addons and post all NOP related errors.
You could try re-installing as well.

commented

Those are multiple errors from Bugsack.

And I have uninstalled, reinstalled.

commented

There seems to be at least one missing then, in nop-private.lua, that would cause the chain of the others.
What's your game version?

commented

Sorry for the delay. I disabled all addons except for New Openables and get the following error:

Message: Interface/AddOns/NOP/WagoAnalytics/Shim.lua:1: attempt to index global 'LibStub' (a nil value)
Time: Mon May 6 09:09:35 2024
Count: 1
Stack: Interface/AddOns/NOP/WagoAnalytics/Shim.lua:1: attempt to index global 'LibStub' (a nil value)
[string "@Interface/AddOns/NOP/WagoAnalytics/Shim.lua"]:1: in main chunk

Locals: (*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'LibStub' (a nil value)"

I had no problems when loading with other addons until I came to Caedron Wardrobe. When loaded with Caedron Wardrobe I get the following:

1x ...eCaerdonWardrobe/libs/WagoAnalytics/Shim.lua:10: attempt to call method 'Register' (a nil value)
[string "@CaerdonWardrobe/libs/WagoAnalytics/Shim.lua"]:10: in function `Register'
[string "@NOP/nop-private.lua"]:31: in main chunk

Locals:
self =

{
RegisterAddon = defined @CaerdonWardrobe/libs/WagoAnalytics/Shim.lua:25
RegisterAddOn = defined @CaerdonWardrobe/libs/WagoAnalytics/Shim.lua:25
Register = defined @CaerdonWardrobe/libs/WagoAnalytics/Shim.lua:7
}
wagoID = "RBKpYOGE"
WagoAnalytics =
{
}
(*temporary) = nil
(*temporary) =
{
}
(*temporary) = "RBKpYOGE"
(*temporary) = "attempt to call method 'Register' (a nil value)"

commented

Do you perhaps have an older version of WagoAnalytics addon enabled?

commented

FYI: You seem to not have tagged a new release yet.