View Single Post
08/31/15, 08:51 PM   #15
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 306
I can create multiple ghost windows

While trying to find a solution to my problem, i could create numerous ghost windows.

Steps :
Addon : ChatMultiWindow - X4D Chat

unlock the chats window, and try to select a tab to move it and detach it

This error will pop up

Code:
2015-08-31T22:53:51.536-05:00 |cff0000Lua Error: EsoUI/Ingame/ChatSystem/SharedChatSystem.lua:730: operator # is not supported for # nil
stack traceback:
	EsoUI/Ingame/ChatSystem/SharedChatSystem.lua:730: in function 'SharedChatContainer:PerformLayout'
	EsoUI/Ingame/ChatSystem/PC/ChatSystem.lua:32: in function 'ChatContainer:PerformLayout'
	EsoUI/Ingame/ChatSystem/SharedChatSystem.lua:640: in function '(anonymous)'|r
and a little window without tab is created and pushed up in the upper left side.

So now i have two stack of ghost windows until i do a reload ui, then i will have only 1 left.



-----
I did the test with those two addons as my game crash when i try to test with Chatit and Pchat, probably because of this ghost windows
  Reply With Quote