Import / Export does not work
ToxxicApe opened this issue ยท 1 comments
wanted to import a Profile, clicked the button and got two errors
FIRST: (altoholic is disabled but shows up in the log...dont know)
1x Interface/AddOns/DBM-GUI/DBM-GUI.lua:267: attempt to index field 'import' (a nil value)
[string "@Interface/AddOns/DBM-GUI/DBM-GUI.lua"]:267: in function `CreateImportProfile'
[string "@Interface/AddOns/DBM-GUI/modules/options/general/Profile.lua"]:107: in function <...e/AddOns/DBM-GUI/modules/options/general/Profile.lua:106>
Locals:
self =
UpdateModList = defined @Interface/AddOns/DBM-GUI/DBM-GUI.lua:779
Cat_General =
}
panels =
}
GetCurrentID = defined @Interface/AddOns/DBM-GUI/DBM-GUI.lua:281
CreateExportProfile = defined @Interface/AddOns/DBM-GUI/DBM-GUI.lua:237
Cat_Alerts =
}
CreateBossModPanel = defined @Interface/AddOns/DBM-GUI/DBM-GUI.lua:353
CreateNewPanel = defined @Interface/AddOns/DBM-GUI/modules/PanelPrototype.lua:560
currentViewing = DBM_GUI_Option_61 {
}
Cat_Frames =
}
Cat_Timers =
}
CreateDropdown = defined @Interface/AddOns/DBM-GUI/DBM-GUI_DropDown.lua:224
CreateNewFauxScrollFrameList = defined @Interface/AddOns/DBM-GUI/modules/ListFrameButtonsPrototype.lua:69
tabs =
}
Cat_Filters =
}
GetNewID = defined @Interface/AddOns/DBM-GUI/DBM-GUI.lua:276
ShowHide = defined @Interface/AddOns/DBM-GUI/DBM-GUI.lua:286
CreateImportProfile = defined @Interface/AddOns/DBM-GUI/DBM-GUI.lua:250
MixinSharedMedia3 = defined @Interface/AddOns/DBM-GUI/DBM-GUI.lua:32
}
importFunc = defined @Interface/AddOns/DBM-GUI/modules/options/general/Profile.lua:107
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field 'import' (a nil value)"
canWeWork =
Serialize = defined @Interface/AddOns/Altoholic/Libs/LibSerialize/LibSerialize.lua:1331
IsSerializableType = defined @Interface/AddOns/Altoholic/Libs/LibSerialize/LibSerialize.lua:1309
DeserializeValue = defined @Interface/AddOns/Altoholic/Libs/LibSerialize/LibSerialize.lua:1335
Deserialize = defined @Interface/AddOns/Altoholic/Libs/LibSerialize/LibSerialize.lua:1361
SerializeEx = defined @Interface/AddOns/Altoholic/Libs/LibSerialize/LibSerialize.lua:1313
}
DBM =
GetUnitIdFromCID = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:2594
CHAT_MSG_ADDON_LOGGED = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:4318
StopLogging = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:5558
FindScenarioIDs = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:6529
GetNumGuildPlayersInZone = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:2335
VibrateController = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:6495
FindDungeonMapIDs = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:6521
GetUnitIdFromGUID = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:2416
CopyProfile = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:1835
CHAT_MSG_MONSTER_EMOTE = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:4669
CHAT_MSG_WHISPER = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:6267
SendPVPTimers = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:6072
DeleteProfile = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:1852
DungeonMusic =
}
ShowUpdateReminder = defined @Interface/AddOns/DBM-Core/modules/UpdateReminder.lua:76
GetRaidRoster = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:2371
PLAYER_REGEN_DISABLED = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:4430
FireEvent = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:1743
CreateModLocalization = defined @Interface/AddOns/DBM-Core/modules/objects/Localization.lua:89
SCENARIO_COMPLETED = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:3275
IsEnabled = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:6352
GetMyPlayerInfo = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:2439
ADDON_LOADED = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:1426
IconNumToTexture = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:6510
BattleMusic =
}
INSTANCE_GROUP_SIZE_CHANGED = defined @Interface/AddOns/DBM-Core/DBM-Core.lua:2306
AddDefeatSound = def
SECOND:
1x Interface/AddOns/DBM-GUI/DBM-GUI.lua:190: Usage: self:SetMaxBytes(maxBytes)
[string "=[C]"]: in function SetMaxBytes' [string "@Interface/AddOns/DBM-GUI/DBM-GUI.lua"]:190: in function <Interface/AddOns/DBM-GUI/DBM-GUI.lua:142> [string "@Interface/AddOns/DBM-GUI/DBM-GUI.lua"]:256: in function
CreateImportProfile'
[string "@Interface/AddOns/DBM-GUI/modules/options/general/Profile.lua"]:107: in function <...e/AddOns/DBM-GUI/modules/options/general/Profile.lua:106>
Locals:
(*temporary) = EditBox {
0 =
}
(*temporary) = nil
Screenshots
Did you try having DeadlyBossMods as the only enabled addon and everything else (especially something like ElvUI) disabled? -YES-
Which version of DeadlyBossMods are you using? -10.0.0-
Was it working in a previous version? If yes, which was the last good one? -YES-
Additional context
Duplicate of #819