Here is the video
Here is my uiChat.py
[Hidden Content]
just compared like 5 times with the uichat.py you posted above.
(also re-checked the client source part)
and here is the error the people get
0922 10:53:17367 :: Traceback (most recent call last):
0922 10:53:17367 :: File "uiChat.py", line 1205, in OnRender
0922 10:53:17368 :: File "uiChat.py", line 1150, in Refresh
0922 10:53:17368 :: File "uiChat.py", line 1174, in RefreshBoardViewState
0922 10:53:17368 :: AttributeError
0922 10:53:17368 :: :
0922 10:53:17368 :: 'int' object has no attribute 'GetGlobalPosition'
0922 10:53:17368 ::
as i understand, when you warp Destroy will set self.btnChatSizing = 0
and will remain like that,it will not set
self.btnChatSizing = btnChatSizing again
commenting #define ENABLE_CHATTING_WINDOW_RENEWAL
in local_inc.h (disabling the sistem) solves the problem,the error doesn't appear anymore.