Try this. Cant log into VG Right now to verify it works, so try at your own risk.
Be sure to backup your current index.xml file before using this to ensure it works.
All I did was changed:
Code:
<GameplayWindows directory="Windows">
<Window filename="VGUIAttachment.xml"/>
</GameplayWindows>
Changed to:
Code:
<GameplayWindows directory="Windows">
<!-- <Window filename="VGUIAttachment.xml"/> -->
</GameplayWindows>
And at end of file I added:
Code:
<GameplayWindows directory="..\Default\Windows">
<Window filename="VGUIAttachment.xml"/>
</GameplayWindows>
This is also assuming your using MyUI v7.12-k.
Let me know if that worked or not.