CTMod

CTMod

766k Downloads

Bug when trying to export settings

DiscordGregory opened this issue ยท 2 comments

commented

Following the steps in the 'Use Import String' tooltip I get this error

1x CT_Library\CT_Library-9.1.0.3.lua:3822: attempt to index global 'actions' (a nil value)
[string "@CT_Library\CT_Library-9.1.0.3.lua"]:3822: in function <CT_Library\CT_Library.lua:3784>
[string "@CT_Library\CT_Library-9.1.0.3.lua"]:3882: in function <CT_Library\CT_Library.lua:3848>

Locals:
text = "=M?/E9cRV+2:e:85eIe[@s)&J83-HV?RMI8Q77R=\W]I\]5SZ.O(3@*PJH=aMMTTYXb\\,I9=DGEbc[XDD5aU-S\>ddE+cUJe'HU=:WV\'AC3QH3)8dM8UZT\-Y@d1(W(?T<L8aJ1QGH?L<aK]McT-W9e(aRAeV@WdLcG@?KO8;KG:@:<^89)77_CS/,M+aE=]WPC_C]5P[RAGI;CXIbT1QbQJUYI&GT<L@,BC2.8^>;6W10?+?YGF.G,L>*+G77,U42:,(U;;PZ]''++4B:*:>K7:?1_1=1\eU_JE&S08CTZE-Tc18(HKbR*[eZeSH+)\Ad[LH)Gae]=WY8Z-5^=]@,(],[]81cTGK10AAa6DM+Y.&E&'&/DM,+0/0^;XD+/>BJ/WPG,;*JL,*1U:*O;*V63R&1M(7FeN48.*(X_P2<*U)RG\9CdSa[@6;?(4<E`5ad65DR_a5e9RZaaYZ4ea?TdG5@A6@6>Q'@ql[B_E\Z5C@&J:)K*41B)8-L]c0O(KDNNGe+2&b)OQ9==b/Y\5DZPJ.>8TA["
(*temporary) = nil
(*temporary) = {
0 =
warning = {
}
Title = {
}
label = {
}
acceptButton = {
}
cancelButton = {
}
editBox = {
}
}
(*temporary) =
(*temporary) = defined @CT_Library\CT_Library.lua:3702
(*temporary) = defined @CT_Library\CT_Library.lua:3702
(*temporary) = nil
(*temporary) = {
0 =
Right = {
}
Left = {
}
Middle = {
}
}
(*temporary) = "attempt to index global 'actions' (a nil value)"
copyFromClipboard = defined @CT_Library\CT_Library.lua:3763
lib =

{
updateSlashCmd = defined @CT_Library\CT_Library.lua:393
framesAddScript = defined @CT_Library\CT_Library.lua:2771
displayTooltip = defined @CT_Library\CT_Library.lua:216
regEvent = defined @CT_Library\CT_Library.lua:652
clearTable = defined @CT_Library\CT_Library.lua:137
hash = defined @CT_Library\CT_Library.lua:1394
registerMovable = defined @CT_Library\CT_Library.lua:1096
errorformat = defined @CT_Library\CT_Library.lua:177
unblockOverflowText = defined @CT_Library\CT_Library.lua:357
framesGetData = defined @CT_Library\CT_Library.lua:2731
setSlashCmd = defined @CT_Library\CT_Library.lua:381
unschedule = defined @CT_Library\CT_Library.lua:735
setRadioButtonTextures = defined @CT_Library\CT_Library.lua:1354
displayPredefinedTooltip = defined @CT_Library\CT_Library.lua:324
compress = defined @CT_Library\CT_Library.lua:1401
copyTable = defined @CT_Library\CT_Library.lua:521
encode256To64 = defined @CT_Library\CT_Library.lua:1415
blockOverflowText = defined @CT_Library\CT_Library.lua:330
getOption = defined @CT_Library\CT_Library.lua:976
resetMovable = defined @CT_Library\CT_Library.lua:1164
print = defined @CT_Library\CT_Library.lua:182
rHGUuAb8e8m53a47KyMn3rD3NaNkaE5Qzx = defined @CT_Library\CT_Library.lua:1016
abbreviateLargeNumbers = defined @CT_Library\CT_Library.lua:560
resetOptions = defined @CT_Library\CT_Library.lua:1056
setOption = defined @CT_Library\CT_Library.lua:941
breakUpLargeNumbers = defined @CT_Library\CT_Library.lua:596
text =
{
}
framesInit = defined @CT_Library\CT_Library.lua:2712
isModuleOptionTabSelected = defined @CT_Library\CT_Library.lua:3322
framesBeginFrame = defined @CT_Library\CT_Library.lua:2781
iterateModules = defined @CT_Library\CT_Library.lua:127
version = "9.1.0.3"
getDisplayValue = defined @CT_Library\CT_Library.lua:990
printcolor = defined @CT_Library\CT_Library.lua:192
getFrame = defined @

commented

Thanks for the error log. I'll look into it.

commented

Found the problem. This will be fixed in the next version.

Thanks again for bringing it to my attention.