attempt to call global 'EasyMenu' (a nil value)
NayooZ opened this issue ยท 0 comments
Describe the problem
Error on right clicking to access transcriptor menu in titan
What steps will reproduce the problem?
2x Transcriptor/Transcriptor.lua:1688: attempt to call global 'EasyMenu' (a nil value)
[string "@Transcriptor/Transcriptor.lua"]:1688: in function <Transcriptor/Transcriptor.lua:1687>
[string "@Transcriptor/Transcriptor.lua"]:1712: in function <Transcriptor/Transcriptor.lua:1704>
[string "@Titan/TitanLDB.lua"]:303: in function <Titan/TitanLDB.lua:301>
Locals:
frame = TitanPanelTranscriptorButton {
TitanAction = "None"
titan_tt_func = ""
plugin_id = "Transcriptor"
titan_tt_err = ""
TitanName = "Transcriptor"
plugin_frame = "TitanPanelTranscriptorButton"
registry = <table> {
}
TitanCreatedBy = "LDB"
}
(*temporary) = nil
(*temporary) = <table> {
1 = <table> {
}
2 = <table> {
}
3 = <table> {
}
4 = <table> {
}
5 = <table> {
}
6 = <table> {
}
7 = <table> {
}
8 = <table> {
}
9 = <table> {
}
10 = <table> {
}
11 = <table> {
}
12 = <table> {
}
13 = <table> {
}
14 = <table> {
}
15 = <table> {
}
16 = <table> {
}
17 = <table> {
}
18 = <table> {
}
19 = <table> {
}
20 = <table> {
}
21 = <table> {
}
22 = <table> {
}
23 = <table> {
}
24 = <table> {
}
25 = <table> {
}
26 = <table> {
}
27 = <table> {
}
28 = <table> {
}
29 = <table> {
}
30 = <table> {
}
31 = <table> {
}
32 = <table> {
}
33 = <table> {
}
34 = <table> {
}
35 = <table> {
}
36 = <table> {
}
37 = <table> {
}
38 = <table> {
}
39 = <table> {
}
40 = <table> {
}
41 = <table> {
}
42 = <table> {
}
43 = <table> {
}
44 = <table> {
}
45 = <table> {
}
46 = <table> {
}
47 = <table> {
}
48 = <table> {
}
49 = <table> {
}
50 = <table> {
}
51 = <table> {
}
52 = <table> {
}
53 = <table> {
}
54 = <table> {
}
55 = <table> {
}
56 = <table> {
}
57 = <table> {
}
58 = <table> {
}
59 = <table> {
}
60 = <table> {
}
61 = <table> {
}
62 = <table> {
}
63 = <table> {
}
64 = <table> {
}
65 = <table> {
}
66 = <table> {
}
67 = <table> {
}
68 = <table> {
}
}
(*temporary) = TranscriptorMenu {
Text = TranscriptorMenuText {
}
Icon = TranscriptorMenuIcon {
}
Button = TranscriptorMenuButton {
}
Right = TranscriptorMenuRight {
}
Middle = TranscriptorMenuMiddle {
}
Left = TranscriptorMenuLeft {
}
}
(*temporary) = TitanPanelTranscriptorButton {
TitanAction = "None"
titan_tt_func = ""
plugin_id = "Transcriptor"
titan_tt_err = ""
TitanName = "Transcriptor"
plugin_frame = "TitanPanelTranscriptorButton"
registry = <table> {
}
TitanCreatedBy = "LDB"
}
(*temporary) = 20
(*temporary) = 4
(*temporary) = "MENU"
(*temporary) = "attempt to call global 'EasyMenu' (a nil value)"
menu = <table> {
1 = <table> {
}
2 = <table> {
}
3 = <table> {
}
4 = <table> {
}
5 = <table> {
}
6 = <table> {
}
7 = <table> {
}
8 = <table> {
}
9 = <table> {
}
10 = <table> {
}
11 = <table> {
}
12 = <table> {
}
13 = <table> {
}
14 = <table> {
}
15 = <table> {
}
16 = <table> {
}
17 = <table> {
}
18 = <table> {
}
19 = <table> {
}
20 = <table> {
}
21 = <table> {
}
22 = <table> {
}
23 = <table> {
}
24 = <table> {
}
25 = <table> {
}
26 = <table> {
}
27 = <table> {
}
28 = <table> {
}
29 = <table> {
}
30 = <table> {
}
31 = <table> {
}
32 = <table> {
}
33 = <table> {
}
34 = <table> {
}
35 = <table> {
}
36 = <table> {
}
37 = <table> {
}
38 = <table> {
}
39 = <table> {
}
40 = <table> {
}
41 = <table> {
}
42 = <table> {
}
43 = <table> {
}
44 = <table> {
}
45 = <table> {
}
46 = <table> {
}
47 = <table> {
}
48 = <table> {
}
49 = <table> {
}
50 = <table> {
}
51 = <table> {
}
52 = <table> {
}
53 = <table> {
}
54 = <table> {
}
55 = <table> {
}
56 = <table> {
}
57 = <table> {
}
58 = <table> {
}
59 = <table> {
}
60 = <table> {
}
61 = <table> {
}
62 = <table> {
}
63 = <table> {
}
64 = <table> {
}
65 = <table> {
}
66 = <table> {
}
67 = <table> {
}
68 = <table> {
}
}
popupFrame = TranscriptorMenu {
Text = TranscriptorMenuText {
}
Icon = TranscriptorMenuIcon {
}
Button = TranscriptorMenuButton {
}
Right = TranscriptorMenuRight {
}
Middle = TranscriptorMenuMiddle {
}
Left = TranscriptorMenuLeft {
}
}
What version of the addon are you using? (Stating 'latest' is not useful)
v11.0.8
Wow Cata 4.4.1.57564