The Gold Road Chapter – which includes the Scribing system – and Update 42 is now available to test on the PTS! You can read the latest patch notes here: https://forums.elderscrollsonline.com/en/discussion/656454/
Maintenance for the week of April 15:
• [COMPLETE] ESO Store and Account System for maintenance – April 16, 8:00AM EDT (12:00 UTC) - 6:00PM EDT (22:00 UTC)

TopLevelControl RT_GRID_"Name-of-Character"_panel cannot be parented to any control but GuiRoot.

HoosierPappy
HoosierPappy
✭✭✭
addon issue?
I dismiss it and it doesnt pop up until next login
  • Baertram
    Baertram
    ✭✭✭✭✭
    If you got an addon named RT_Grid, or similar: yes
    I bet so.
    Search the addon, navigate to the addon comments page at www.esoui.com,and most probably someone already posted a fix there. Else ask the dev to fix it please.

    ZOs changed all TopLevelControls to be parented only to the GuiRoot control. Should have always been that way but was forced with high Isle now.
    So any code that forces the control to get another patent causes this now.

    Find the addon, find the TopLevelControl in it, find where there is TopLevelControlName:SetParent(SomethingElseThanGuiRoot) and comment this line by adding - - up in front. Easiest fix but might break the addon and could need further changes to work properly.
Sign In or Register to comment.