Edit Mode Expanded

Edit Mode Expanded

662k Downloads

Possible related LUA error; weird behaviour in latest version

raysmith59 opened this issue ยท 7 comments

commented

Three things that might be related:

  1. The Alerts frame has reset and isn't resizing; when I try to move it, it just snaps back to default; this happens after reset as well
  2. The Loss of Control and Game Menu checkboxes aren't saving with relog
  3. I'm getting a Blizzard LUA error when going into Edit Mode occasionally since the update, I don't know that it's related to the latest version but just in case:
    6x C stack overflow
    [string "=[C]"]: ?
    [string "=[C]"]: ?
    [string "=[C]"]: ?
    [string "=[C]"]: ?
    [string "=[C]"]: ?
    [string "=[C]"]: ?
    [string "=[C]"]: ?
    [string "=[C]"]: ?
    [string "=[C]"]: ?
    [string "=[C]"]: ?
    [string "=[C]"]: ?
    [string "=[C]"]: ?
    ...
    [string "=[C]"]: ?
    [string "=[C]"]: ?
    [string "=[C]"]: in function Show' [string "@Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:493: in function SetUIPanel'
    [string "@Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:295: in function ShowUIPanel' [string "@Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:174: in function <...ParentPanelManager/Mainline/UIParentPanelManager.lua:169> [string "=[C]"]: in function SetAttribute'
    [string "@Blizzard_UIParentPanelManager/Mainline/UIParentPanelManager.lua"]:888: in function <...ParentPanelManager/Mainline/UIParentPanelManager.lua:866>
    [string "=(tail call)"]: ?
    [string "@Blizzard_GameMenu/Standard/GameMenuFrame.lua"]:68: in function <Blizzard_GameMenu/Standard/GameMenuFrame.lua:65>

Locals:
(*temporary) = EditModeManagerFrame {
advancedOptionsEnabled = true
AccountSettings = Frame {
}
RevertAllChangesButton = Button {
}
LayoutDropdown = Button {
}
accountSettings =

{
}
modernSystemMap =
{
}
dirty = false
GridSpacingSlider = Frame {
}
numLayouts =
{
}
ShowGridCheckButton = Frame {
}
EnableSnapCheckButton = Frame {
}
editModeSystemAnchorDirty = true
Title = FontString {
}
fixedWidth = 510
snapEnabled = false
EnableAdvancedOptionsCheckButton = Frame {
}
modernSystems =
{
}
hasActiveChanges = false
Tutorial = Button {
}
Border = Frame {
}
registeredSystemFrames =
{
}
layoutApplyInProgress = false
FramesBlockingEditMode =
{
}
accountSettingMap =
{
}
SaveChangesButton = Button {
}
Grid = Frame {
}
MagnetismPreviewLinesContainer = Frame {
}
CloseButton = Button {
}
layoutInfo =
{
}
LayoutLabel = FontString {
}
}
(*temporary) = EditModeManagerFrame {
advancedOptionsEnabled = true
AccountSettings = Frame {
}
RevertAllChangesButton = Button {
}
LayoutDropdown = Button {
}
accountSettings =
{
}
modernSystemMap =
{
}
dirty = false
GridSpacingSlider = Frame {
}
numLayouts =
{
}
ShowGridCheckButton = Frame {
}
EnableSnapCheckButton = Frame {
}
editModeSystemAnchorDirty = true
Title = FontString {
}
fixedWidth = 510
snapEnabled = false
EnableAdvancedOptionsCheckButton = Frame {
}
modernSystems =
{
}
hasActiveChanges = false
Tutorial = Button {
}
Border = Frame {
}
registeredSystemFrames =
{
}
layoutApplyInProgress = false
FramesBlockingEditMode =
{
}
accountSettingMap =
{
}
SaveChangesButton = Button {
}
Grid = Frame {
}
MagnetismPreviewLinesContainer = Frame {
}
CloseButton = Button {
}
layoutInfo =
{
}
LayoutLabel = FontString {
}
}

commented

I've had this error when opening Edit Mode while in a battleground.

commented

Disregard for now, I think it's a conflict between EME and another addon called Move Anything. Disabling that one may have resolved these issues.

commented

Well, just tried it in a bg and no errors. So, /shrug. This part of the error log:

[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: ?
...
[string "=[C]"]: ?
[string "=[C]"]: ?

suggests its probably an issue in the game engine. If it was an addon, it would usually be pointing to the line of code in the addon, not just be completely blank.

commented

As for the loss of control and game menu: the checkboxes reverting to unchecked after a reload/relog is by design. The Loss of Control only displays properly if you've been affected by a CC since the last /reload, and the Game Menu gets in the way of everything.

commented

So far I've only had this error when I enter a BG that has BG targets, like a flag carrier or temple of kotmogu. Since I can't just AFK the BG while I try and bugfix it, that makes this very difficult to investigate.

commented

I haven't had the issue in a while now so I won't really be able to confirm but the effort is appreciated!