- الرئيسية
- الأعضاء
- مركز الرفع
- المتجر
- ديسكورد
-
خيارات سريعة
خيارات سريعة
GUILD = 1
TEAM = 2
class MessengerFriendItem(MessengerMemberItem):
def __init__(self, getParentEvent):
MessengerMemberItem.__init__(self, getParentEvent)
def CanRemove(self):
return TRUE
def OnRemove(self):
messenger.RemoveFriend(self.key)
net.SendMessengerRemovePacket(self.key, self.name)
return TRUE
class MessengerTeamItem(MessengerMemberItem):
def __init__(self, getParentEvent):
MessengerMemberItem.__init__(self, getParentEvent)
def CanRemove(self):
return FALSE
def OnRemove(self):
messenger.RemoveFriend(self.key)
net.SendMessengerRemovePacket(self.key, self.name)
return FALSE
class MessengerFriendGroup(MessengerGroupItem):
def __init__(self, getParentEvent):
MessengerGroupItem.__init__(self, getParentEvent)
self.SetName(locale.MESSENGER_FRIEND)
def AppendMember(self, key, name):
item = MessengerFriendItem(self.getParentEvent)
return MessengerGroupItem.AppendMember(self, item, key, name)
class MessengerTeamGroup(MessengerGroupItem):
def __init__(self, getParentEvent):
MessengerGroupItem.__init__(self, getParentEvent)
self.SetName("فريق العمل")
def AppendMember(self, key, name):
item = MessengerTeamItem(self.getParentEvent)
return MessengerGroupItem.AppendMember(self, item, key, name)
member = MessengerGuildGroup(ui.__mem_func__(self.GetSelf))
member.Open()
member.Show()
self.groupList.append(member)
member = MessengerTeamGroup(ui.__mem_func__(self.GetSelf))
member.Open()
member.Show()
self.TeamGroup = member
self.groupList.append(member)
المرفقات
أسم المرفق | الحجم | الصيغة | مرات التحميل | الصورة | تحميل |
---|---|---|---|---|---|
قائمة المراقب المتصل.rar | (5.482) KB | rar | 19 | لا توجد صورة |
المشاركة الأصلية كتبت بواسطة: B7aR
تفضل في المرفقات . أتمني اكون ساعدتك قليلا
المشاركة الأصلية كتبت بواسطة: LooL
ضع sysser الكلانيت وتأكد من الـ taps
0714 00:50:09250 :: ResourceManager::GetResourcePointer: NOT SUPPORT FILE d:\ymir work\effect\etc\recuperation\
0714 00:50:09342 :: ResourceManager::GetResourcePointer: NOT SUPPORT FILE d:\ymir work\effect\etc\recuperation\
0714 00:50:18310 :: Traceback (most recent call last):
0714 00:50:18310 :: File "networkModule.py", line 248, in SetGamePhase
0714 00:50:18310 :: File "game.py", line 112, in __init__
0714 00:50:18310 :: File "interfaceModule.py", line 404, in MakeInterface
0714 00:50:18311 :: File "interfaceModule.py", line 128, in __MakeMessengerWindow
0714 00:50:18311 :: File "uiMessenger.py", line 400, in __init__
0714 00:50:18311 :: File "uiMessenger.py", line 543, in __AddGroup
0714 00:50:18311 :: File "uiMessenger.py", line 321, in __init__
0714 00:50:18312 :: AttributeError
0714 00:50:18312 :: :
0714 00:50:18312 :: 'module' object has no attribute 'MESSENGER_FRIEND'
0714 00:50:18312 ::
0714 00:50:19193 :: Traceback (most recent call last):
0714 00:50:19193 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:50:19194 :: AttributeError
0714 00:50:19194 :: :
0714 00:50:19194 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:50:19194 ::
0714 00:50:19194 :: Traceback (most recent call last):
0714 00:50:19195 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:50:19195 :: AttributeError
0714 00:50:19195 :: :
0714 00:50:19195 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:50:19195 ::
0714 00:50:20182 :: Traceback (most recent call last):
0714 00:50:20182 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:50:20182 :: AttributeError
0714 00:50:20182 :: :
0714 00:50:20182 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:50:20182 ::
0714 00:50:20183 :: Traceback (most recent call last):
0714 00:50:20183 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:50:20183 :: AttributeError
0714 00:50:20183 :: :
0714 00:50:20183 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:50:20183 ::
0714 00:50:21188 :: Traceback (most recent call last):
0714 00:50:21188 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:50:21188 :: AttributeError
0714 00:50:21188 :: :
0714 00:50:21188 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:50:21188 ::
0714 00:50:21188 :: Traceback (most recent call last):
0714 00:50:21188 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:50:21188 :: AttributeError
0714 00:50:21188 :: :
0714 00:50:21188 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:50:21188 ::
0714 00:51:22196 :: Traceback (most recent call last):
0714 00:51:22196 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:22196 :: AttributeError
0714 00:51:22196 :: :
0714 00:51:22196 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:22196 ::
0714 00:51:22196 :: Traceback (most recent call last):
0714 00:51:22196 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:22197 :: AttributeError
0714 00:51:22197 :: :
0714 00:51:22197 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:22197 ::
0714 00:51:23187 :: Traceback (most recent call last):
0714 00:51:23187 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:23187 :: AttributeError
0714 00:51:23187 :: :
0714 00:51:23187 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:23187 ::
0714 00:51:23187 :: Traceback (most recent call last):
0714 00:51:23187 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:23187 :: AttributeError
0714 00:51:23187 :: :
0714 00:51:23187 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:23187 ::
0714 00:51:23187 :: Traceback (most recent call last):
0714 00:51:23187 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:23188 :: AttributeError
0714 00:51:23188 :: :
0714 00:51:23188 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:23188 ::
0714 00:51:23188 :: Traceback (most recent call last):
0714 00:51:23188 :: File "game.py", line 2067, in BINARY_UpdateOfflineShopCount
0714 00:51:23188 :: AttributeError
0714 00:51:23188 :: :
0714 00:51:23188 :: 'NoneType' object has no attribute 'UpdateOfflineShopCount'
0714 00:51:23188 ::
0714 00:51:24192 :: Traceback (most recent call last):
0714 00:51:24192 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:24192 :: AttributeError
0714 00:51:24192 :: :
0714 00:51:24192 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:24192 ::
0714 00:51:24192 :: Traceback (most recent call last):
0714 00:51:24192 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:24192 :: AttributeError
0714 00:51:24193 :: :
0714 00:51:24193 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:24193 ::
0714 00:51:25182 :: Traceback (most recent call last):
0714 00:51:25182 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:25182 :: AttributeError
0714 00:51:25182 :: :
0714 00:51:25182 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:25182 ::
0714 00:51:25182 :: Traceback (most recent call last):
0714 00:51:25182 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:25182 :: AttributeError
0714 00:51:25182 :: :
0714 00:51:25182 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:25182 ::
0714 00:51:26156 :: Traceback (most recent call last):
0714 00:51:26156 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:26156 :: AttributeError
0714 00:51:26156 :: :
0714 00:51:26156 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:26156 ::
0714 00:51:26156 :: Traceback (most recent call last):
0714 00:51:26156 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:26157 :: AttributeError
0714 00:51:26157 :: :
0714 00:51:26157 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:26157 ::
0714 00:51:27162 :: Traceback (most recent call last):
0714 00:51:27162 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:27162 :: AttributeError
0714 00:51:27162 :: :
0714 00:51:27162 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:27162 ::
0714 00:51:27162 :: Traceback (most recent call last):
0714 00:51:27162 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:27162 :: AttributeError
0714 00:51:27162 :: :
0714 00:51:27162 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:27162 ::
0714 00:51:28152 :: Traceback (most recent call last):
0714 00:51:28152 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:28152 :: AttributeError
0714 00:51:28152 :: :
0714 00:51:28152 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:28152 ::
0714 00:51:28152 :: Traceback (most recent call last):
0714 00:51:28153 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:28153 :: AttributeError
0714 00:51:28153 :: :
0714 00:51:28153 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:28153 ::
0714 00:51:29159 :: Traceback (most recent call last):
0714 00:51:29159 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:29159 :: AttributeError
0714 00:51:29159 :: :
0714 00:51:29159 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:29159 ::
0714 00:51:29159 :: Traceback (most recent call last):
0714 00:51:29159 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:29160 :: AttributeError
0714 00:51:29160 :: :
0714 00:51:29160 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:29160 ::
0714 00:51:30165 :: Traceback (most recent call last):
0714 00:51:30165 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:30165 :: AttributeError
0714 00:51:30165 :: :
0714 00:51:30165 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:30165 ::
0714 00:51:30165 :: Traceback (most recent call last):
0714 00:51:30165 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:30166 :: AttributeError
0714 00:51:30166 :: :
0714 00:51:30166 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:30166 ::
0714 00:51:31122 :: Traceback (most recent call last):
0714 00:51:31122 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:31122 :: AttributeError
0714 00:51:31122 :: :
0714 00:51:31122 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:31122 ::
0714 00:51:31122 :: Traceback (most recent call last):
0714 00:51:31123 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:31123 :: AttributeError
0714 00:51:31123 :: :
0714 00:51:31123 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:31123 ::
0714 00:51:32128 :: Traceback (most recent call last):
0714 00:51:32128 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:32128 :: AttributeError
0714 00:51:32128 :: :
0714 00:51:32128 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:32128 ::
0714 00:51:32128 :: Traceback (most recent call last):
0714 00:51:32128 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:32129 :: AttributeError
0714 00:51:32129 :: :
0714 00:51:32129 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:32129 ::
0714 00:51:33119 :: Traceback (most recent call last):
0714 00:51:33119 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:33119 :: AttributeError
0714 00:51:33119 :: :
0714 00:51:33120 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:33120 ::
0714 00:51:33120 :: Traceback (most recent call last):
0714 00:51:33120 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:33120 :: AttributeError
0714 00:51:33120 :: :
0714 00:51:33120 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:33120 ::
0714 00:51:34125 :: Traceback (most recent call last):
0714 00:51:34125 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:34125 :: AttributeError
0714 00:51:34125 :: :
0714 00:51:34125 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:34125 ::
0714 00:51:34125 :: Traceback (most recent call last):
0714 00:51:34125 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:34125 :: AttributeError
0714 00:51:34125 :: :
0714 00:51:34125 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:34125 ::
0714 00:51:35115 :: Traceback (most recent call last):
0714 00:51:35115 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:35115 :: AttributeError
0714 00:51:35115 :: :
0714 00:51:35115 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:35115 ::
0714 00:51:35115 :: Traceback (most recent call last):
0714 00:51:35115 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:35115 :: AttributeError
0714 00:51:35115 :: :
0714 00:51:35115 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:35115 ::
0714 00:51:36122 :: Traceback (most recent call last):
0714 00:51:36122 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:36122 :: AttributeError
0714 00:51:36122 :: :
0714 00:51:36122 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:36122 ::
0714 00:51:36122 :: Traceback (most recent call last):
0714 00:51:36122 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:36122 :: AttributeError
0714 00:51:36122 :: :
0714 00:51:36122 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:36122 ::
0714 00:51:37129 :: Traceback (most recent call last):
0714 00:51:37129 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:37129 :: AttributeError
0714 00:51:37129 :: :
0714 00:51:37129 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:37129 ::
0714 00:51:37129 :: Traceback (most recent call last):
0714 00:51:37129 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:37129 :: AttributeError
0714 00:51:37129 :: :
0714 00:51:37129 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:37129 ::
0714 00:51:38117 :: Traceback (most recent call last):
0714 00:51:38117 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:38117 :: AttributeError
0714 00:51:38117 :: :
0714 00:51:38117 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:38117 ::
0714 00:51:38117 :: Traceback (most recent call last):
0714 00:51:38117 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:38117 :: AttributeError
0714 00:51:38117 :: :
0714 00:51:38117 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:38117 ::
0714 00:51:39126 :: Traceback (most recent call last):
0714 00:51:39126 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:39126 :: AttributeError
0714 00:51:39126 :: :
0714 00:51:39126 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:39126 ::
0714 00:51:39127 :: Traceback (most recent call last):
0714 00:51:39127 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:39127 :: AttributeError
0714 00:51:39127 :: :
0714 00:51:39127 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:39127 ::
0714 00:51:40116 :: Traceback (most recent call last):
0714 00:51:40116 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:40116 :: AttributeError
0714 00:51:40116 :: :
0714 00:51:40116 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:40116 ::
0714 00:51:40116 :: Traceback (most recent call last):
0714 00:51:40116 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:40116 :: AttributeError
0714 00:51:40116 :: :
0714 00:51:40116 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:40116 ::
0714 00:51:41120 :: Traceback (most recent call last):
0714 00:51:41120 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:41121 :: AttributeError
0714 00:51:41121 :: :
0714 00:51:41121 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:41121 ::
0714 00:51:41121 :: Traceback (most recent call last):
0714 00:51:41121 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:41122 :: AttributeError
0714 00:51:41122 :: :
0714 00:51:41122 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:41122 ::
0714 00:51:42079 :: Traceback (most recent call last):
0714 00:51:42079 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:42079 :: AttributeError
0714 00:51:42079 :: :
0714 00:51:42079 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:42079 ::
0714 00:51:42079 :: Traceback (most recent call last):
0714 00:51:42079 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:42080 :: AttributeError
0714 00:51:42080 :: :
0714 00:51:42080 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:42080 ::
0714 00:51:43085 :: Traceback (most recent call last):
0714 00:51:43085 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:43085 :: AttributeError
0714 00:51:43085 :: :
0714 00:51:43085 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:43085 ::
0714 00:51:43086 :: Traceback (most recent call last):
0714 00:51:43086 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:43086 :: AttributeError
0714 00:51:43086 :: :
0714 00:51:43086 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:43086 ::
0714 00:51:44075 :: Traceback (most recent call last):
0714 00:51:44075 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:44075 :: AttributeError
0714 00:51:44075 :: :
0714 00:51:44075 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:44076 ::
0714 00:51:44076 :: Traceback (most recent call last):
0714 00:51:44076 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:44076 :: AttributeError
0714 00:51:44076 :: :
0714 00:51:44076 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:44076 ::
0714 00:51:45081 :: Traceback (most recent call last):
0714 00:51:45081 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:45082 :: AttributeError
0714 00:51:45082 :: :
0714 00:51:45082 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:45082 ::
0714 00:51:45082 :: Traceback (most recent call last):
0714 00:51:45082 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:45082 :: AttributeError
0714 00:51:45082 :: :
0714 00:51:45082 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:45082 ::
0714 00:51:46089 :: Traceback (most recent call last):
0714 00:51:46089 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:46089 :: AttributeError
0714 00:51:46089 :: :
0714 00:51:46089 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:46089 ::
0714 00:51:46089 :: Traceback (most recent call last):
0714 00:51:46089 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:46089 :: AttributeError
0714 00:51:46089 :: :
0714 00:51:46089 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:46089 ::
0714 00:51:47045 :: Traceback (most recent call last):
0714 00:51:47045 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:47045 :: AttributeError
0714 00:51:47045 :: :
0714 00:51:47045 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:47045 ::
0714 00:51:47045 :: Traceback (most recent call last):
0714 00:51:47045 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:47045 :: AttributeError
0714 00:51:47045 :: :
0714 00:51:47045 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:47045 ::
0714 00:51:48034 :: Traceback (most recent call last):
0714 00:51:48034 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:48034 :: AttributeError
0714 00:51:48034 :: :
0714 00:51:48034 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:48034 ::
0714 00:51:48034 :: Traceback (most recent call last):
0714 00:51:48034 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:48034 :: AttributeError
0714 00:51:48034 :: :
0714 00:51:48034 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:48034 ::
0714 00:51:49041 :: Traceback (most recent call last):
0714 00:51:49041 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:49041 :: AttributeError
0714 00:51:49041 :: :
0714 00:51:49041 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:49041 ::
0714 00:51:49041 :: Traceback (most recent call last):
0714 00:51:49041 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:49041 :: AttributeError
0714 00:51:49041 :: :
0714 00:51:49041 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:49041 ::
0714 00:51:50048 :: Traceback (most recent call last):
0714 00:51:50048 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:50048 :: AttributeError
0714 00:51:50048 :: :
0714 00:51:50048 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:50048 ::
0714 00:51:50048 :: Traceback (most recent call last):
0714 00:51:50048 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:50049 :: AttributeError
0714 00:51:50049 :: :
0714 00:51:50049 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:50049 ::
0714 00:51:51038 :: Traceback (most recent call last):
0714 00:51:51038 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:51038 :: AttributeError
0714 00:51:51038 :: :
0714 00:51:51038 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:51038 ::
0714 00:51:51038 :: Traceback (most recent call last):
0714 00:51:51038 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:51039 :: AttributeError
0714 00:51:51039 :: :
0714 00:51:51039 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:51039 ::
0714 00:51:52028 :: Traceback (most recent call last):
0714 00:51:52028 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:52028 :: AttributeError
0714 00:51:52028 :: :
0714 00:51:52028 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:52028 ::
0714 00:51:52028 :: Traceback (most recent call last):
0714 00:51:52028 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:52029 :: AttributeError
0714 00:51:52029 :: :
0714 00:51:52029 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:52029 ::
0714 00:51:53034 :: Traceback (most recent call last):
0714 00:51:53034 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:53035 :: AttributeError
0714 00:51:53035 :: :
0714 00:51:53035 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:53035 ::
0714 00:51:53035 :: Traceback (most recent call last):
0714 00:51:53035 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:53035 :: AttributeError
0714 00:51:53035 :: :
0714 00:51:53035 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:53035 ::
0714 00:51:53035 :: Traceback (most recent call last):
0714 00:51:53035 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:53036 :: AttributeError
0714 00:51:53036 :: :
0714 00:51:53036 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:53036 ::
0714 00:51:53036 :: Traceback (most recent call last):
0714 00:51:53036 :: File "game.py", line 2067, in BINARY_UpdateOfflineShopCount
0714 00:51:53037 :: AttributeError
0714 00:51:53037 :: :
0714 00:51:53037 :: 'NoneType' object has no attribute 'UpdateOfflineShopCount'
0714 00:51:53037 ::
0714 00:51:54024 :: Traceback (most recent call last):
0714 00:51:54024 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:54025 :: AttributeError
0714 00:51:54025 :: :
0714 00:51:54025 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:54025 ::
0714 00:51:54025 :: Traceback (most recent call last):
0714 00:51:54025 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:54025 :: AttributeError
0714 00:51:54025 :: :
0714 00:51:54025 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:54026 ::
0714 00:51:55030 :: Traceback (most recent call last):
0714 00:51:55030 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:55030 :: AttributeError
0714 00:51:55030 :: :
0714 00:51:55030 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:55030 ::
0714 00:51:55030 :: Traceback (most recent call last):
0714 00:51:55030 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:55030 :: AttributeError
0714 00:51:55030 :: :
0714 00:51:55030 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:55030 ::
0714 00:51:56037 :: Traceback (most recent call last):
0714 00:51:56037 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:56037 :: AttributeError
0714 00:51:56037 :: :
0714 00:51:56037 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:56037 ::
0714 00:51:56037 :: Traceback (most recent call last):
0714 00:51:56037 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:56038 :: AttributeError
0714 00:51:56038 :: :
0714 00:51:56038 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:56038 ::
0714 00:51:57027 :: Traceback (most recent call last):
0714 00:51:57027 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:57027 :: AttributeError
0714 00:51:57027 :: :
0714 00:51:57027 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:57027 ::
0714 00:51:57027 :: Traceback (most recent call last):
0714 00:51:57027 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:57027 :: AttributeError
0714 00:51:57027 :: :
0714 00:51:57027 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:57027 ::
0714 00:51:58034 :: Traceback (most recent call last):
0714 00:51:58034 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:58034 :: AttributeError
0714 00:51:58034 :: :
0714 00:51:58034 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:58034 ::
0714 00:51:58034 :: Traceback (most recent call last):
0714 00:51:58034 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:58035 :: AttributeError
0714 00:51:58035 :: :
0714 00:51:58035 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:58035 ::
0714 00:51:59025 :: Traceback (most recent call last):
0714 00:51:59025 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:59025 :: AttributeError
0714 00:51:59025 :: :
0714 00:51:59025 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:59025 ::
0714 00:51:59025 :: Traceback (most recent call last):
0714 00:51:59026 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:59026 :: AttributeError
0714 00:51:59026 :: :
0714 00:51:59026 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:59026 ::
0714 00:51:00030 :: Traceback (most recent call last):
0714 00:51:00030 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:00030 :: AttributeError
0714 00:51:00030 :: :
0714 00:51:00030 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:00030 ::
0714 00:51:00030 :: Traceback (most recent call last):
0714 00:51:00030 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:00031 :: AttributeError
0714 00:51:00031 :: :
0714 00:51:00031 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:00031 ::
0714 00:51:01038 :: Traceback (most recent call last):
0714 00:51:01038 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:01038 :: AttributeError
0714 00:51:01038 :: :
0714 00:51:01038 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:01038 ::
0714 00:51:01038 :: Traceback (most recent call last):
0714 00:51:01038 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:01038 :: AttributeError
0714 00:51:01038 :: :
0714 00:51:01038 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:01038 ::
0714 00:51:02009 :: Traceback (most recent call last):
0714 00:51:02009 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:02009 :: AttributeError
0714 00:51:02009 :: :
0714 00:51:02009 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:02009 ::
0714 00:51:02010 :: Traceback (most recent call last):
0714 00:51:02010 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:02010 :: AttributeError
0714 00:51:02010 :: :
0714 00:51:02010 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:02010 ::
0714 00:51:02984 :: Traceback (most recent call last):
0714 00:51:02984 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:02984 :: AttributeError
0714 00:51:02984 :: :
0714 00:51:02984 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:02984 ::
0714 00:51:02984 :: Traceback (most recent call last):
0714 00:51:02984 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:02984 :: AttributeError
0714 00:51:02984 :: :
0714 00:51:02984 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:02984 ::
0714 00:51:03990 :: Traceback (most recent call last):
0714 00:51:03990 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:03990 :: AttributeError
0714 00:51:03990 :: :
0714 00:51:03990 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:03990 ::
0714 00:51:03990 :: Traceback (most recent call last):
0714 00:51:03990 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:03991 :: AttributeError
0714 00:51:03991 :: :
0714 00:51:03991 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:03991 ::
0714 00:51:04997 :: Traceback (most recent call last):
0714 00:51:04997 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:04997 :: AttributeError
0714 00:51:04997 :: :
0714 00:51:04997 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:04997 ::
0714 00:51:04997 :: Traceback (most recent call last):
0714 00:51:04998 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:04998 :: AttributeError
0714 00:51:04998 :: :
0714 00:51:04998 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:04998 ::
0714 00:51:05987 :: Traceback (most recent call last):
0714 00:51:05987 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:05987 :: AttributeError
0714 00:51:05987 :: :
0714 00:51:05987 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:05987 ::
0714 00:51:05987 :: Traceback (most recent call last):
0714 00:51:05987 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:05987 :: AttributeError
0714 00:51:05987 :: :
0714 00:51:05987 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:05987 ::
0714 00:51:06993 :: Traceback (most recent call last):
0714 00:51:06993 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:06993 :: AttributeError
0714 00:51:06993 :: :
0714 00:51:06993 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:06993 ::
0714 00:51:06993 :: Traceback (most recent call last):
0714 00:51:06993 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:06994 :: AttributeError
0714 00:51:06994 :: :
0714 00:51:06994 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:06994 ::
0714 00:51:07967 :: Traceback (most recent call last):
0714 00:51:07967 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:07967 :: AttributeError
0714 00:51:07967 :: :
0714 00:51:07967 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:07967 ::
0714 00:51:07967 :: Traceback (most recent call last):
0714 00:51:07967 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:07967 :: AttributeError
0714 00:51:07967 :: :
0714 00:51:07967 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:07967 ::
0714 00:51:08972 :: Traceback (most recent call last):
0714 00:51:08972 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:08972 :: AttributeError
0714 00:51:08972 :: :
0714 00:51:08972 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:08972 ::
0714 00:51:08972 :: Traceback (most recent call last):
0714 00:51:08972 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:08972 :: AttributeError
0714 00:51:08972 :: :
0714 00:51:08972 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:08972 ::
0714 00:51:09980 :: Traceback (most recent call last):
0714 00:51:09980 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:09980 :: AttributeError
0714 00:51:09980 :: :
0714 00:51:09980 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:09980 ::
0714 00:51:09980 :: Traceback (most recent call last):
0714 00:51:09980 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:09980 :: AttributeError
0714 00:51:09980 :: :
0714 00:51:09980 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:09980 ::
0714 00:51:10970 :: Traceback (most recent call last):
0714 00:51:10970 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:10970 :: AttributeError
0714 00:51:10970 :: :
0714 00:51:10970 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:10970 ::
0714 00:51:10970 :: Traceback (most recent call last):
0714 00:51:10970 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:10970 :: AttributeError
0714 00:51:10970 :: :
0714 00:51:10970 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:10970 ::
0714 00:51:11976 :: Traceback (most recent call last):
0714 00:51:11976 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:11976 :: AttributeError
0714 00:51:11976 :: :
0714 00:51:11976 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:11976 ::
0714 00:51:11976 :: Traceback (most recent call last):
0714 00:51:11976 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:11976 :: AttributeError
0714 00:51:11976 :: :
0714 00:51:11976 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:11976 ::
0714 00:51:12966 :: Traceback (most recent call last):
0714 00:51:12966 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:12966 :: AttributeError
0714 00:51:12966 :: :
0714 00:51:12966 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:12966 ::
0714 00:51:12966 :: Traceback (most recent call last):
0714 00:51:12966 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:12966 :: AttributeError
0714 00:51:12966 :: :
0714 00:51:12966 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:12966 ::
0714 00:51:13974 :: Traceback (most recent call last):
0714 00:51:13974 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:13974 :: AttributeError
0714 00:51:13974 :: :
0714 00:51:13974 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:13974 ::
0714 00:51:13974 :: Traceback (most recent call last):
0714 00:51:13974 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:13975 :: AttributeError
0714 00:51:13975 :: :
0714 00:51:13975 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:13975 ::
0714 00:51:14979 :: Traceback (most recent call last):
0714 00:51:14979 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:14979 :: AttributeError
0714 00:51:14979 :: :
0714 00:51:14979 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:14979 ::
0714 00:51:14979 :: Traceback (most recent call last):
0714 00:51:14979 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:14980 :: AttributeError
0714 00:51:14980 :: :
0714 00:51:14980 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:14980 ::
0714 00:51:15969 :: Traceback (most recent call last):
0714 00:51:15969 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:15969 :: AttributeError
0714 00:51:15969 :: :
0714 00:51:15969 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:15969 ::
0714 00:51:15969 :: Traceback (most recent call last):
0714 00:51:15969 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:15970 :: AttributeError
0714 00:51:15970 :: :
0714 00:51:15970 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:15970 ::
0714 00:51:16975 :: Traceback (most recent call last):
0714 00:51:16975 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:16975 :: AttributeError
0714 00:51:16975 :: :
0714 00:51:16975 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:16975 ::
0714 00:51:16975 :: Traceback (most recent call last):
0714 00:51:16975 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:16976 :: AttributeError
0714 00:51:16976 :: :
0714 00:51:16976 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:16976 ::
0714 00:51:17949 :: Traceback (most recent call last):
0714 00:51:17949 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:17949 :: AttributeError
0714 00:51:17949 :: :
0714 00:51:17949 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:17949 ::
0714 00:51:17949 :: Traceback (most recent call last):
0714 00:51:17949 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:17950 :: AttributeError
0714 00:51:17950 :: :
0714 00:51:17950 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:17950 ::
0714 00:51:18939 :: Traceback (most recent call last):
0714 00:51:18939 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:18939 :: AttributeError
0714 00:51:18939 :: :
0714 00:51:18939 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:18939 ::
0714 00:51:18939 :: Traceback (most recent call last):
0714 00:51:18939 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:18940 :: AttributeError
0714 00:51:18940 :: :
0714 00:51:18940 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:18940 ::
0714 00:51:19946 :: Traceback (most recent call last):
0714 00:51:19946 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:19946 :: AttributeError
0714 00:51:19946 :: :
0714 00:51:19946 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:19946 ::
0714 00:51:19946 :: Traceback (most recent call last):
0714 00:51:19946 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:19946 :: AttributeError
0714 00:51:19946 :: :
0714 00:51:19946 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:19946 ::
0714 00:51:20953 :: Traceback (most recent call last):
0714 00:51:20953 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:51:20953 :: AttributeError
0714 00:51:20953 :: :
0714 00:51:20953 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:51:20953 ::
0714 00:51:20953 :: Traceback (most recent call last):
0714 00:51:20954 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:51:20954 :: AttributeError
0714 00:51:20954 :: :
0714 00:51:20954 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:51:20954 ::
0714 00:52:21943 :: Traceback (most recent call last):
0714 00:52:21943 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:21943 :: AttributeError
0714 00:52:21943 :: :
0714 00:52:21943 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:21943 ::
0714 00:52:21944 :: Traceback (most recent call last):
0714 00:52:21944 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:21944 :: AttributeError
0714 00:52:21944 :: :
0714 00:52:21944 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:21944 ::
0714 00:52:22949 :: Traceback (most recent call last):
0714 00:52:22949 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:22949 :: AttributeError
0714 00:52:22949 :: :
0714 00:52:22949 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:22949 ::
0714 00:52:22949 :: Traceback (most recent call last):
0714 00:52:22949 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:22949 :: AttributeError
0714 00:52:22949 :: :
0714 00:52:22949 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:22949 ::
0714 00:52:22949 :: Traceback (most recent call last):
0714 00:52:22949 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:22950 :: AttributeError
0714 00:52:22950 :: :
0714 00:52:22950 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:22950 ::
0714 00:52:22950 :: Traceback (most recent call last):
0714 00:52:22950 :: File "game.py", line 2067, in BINARY_UpdateOfflineShopCount
0714 00:52:22950 :: AttributeError
0714 00:52:22950 :: :
0714 00:52:22950 :: 'NoneType' object has no attribute 'UpdateOfflineShopCount'
0714 00:52:22950 ::
0714 00:52:23939 :: Traceback (most recent call last):
0714 00:52:23939 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:23939 :: AttributeError
0714 00:52:23939 :: :
0714 00:52:23939 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:23939 ::
0714 00:52:23939 :: Traceback (most recent call last):
0714 00:52:23939 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:23940 :: AttributeError
0714 00:52:23940 :: :
0714 00:52:23940 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:23940 ::
0714 00:52:24945 :: Traceback (most recent call last):
0714 00:52:24945 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:24945 :: AttributeError
0714 00:52:24945 :: :
0714 00:52:24945 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:24945 ::
0714 00:52:24945 :: Traceback (most recent call last):
0714 00:52:24945 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:24945 :: AttributeError
0714 00:52:24945 :: :
0714 00:52:24945 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:24945 ::
0714 00:52:25934 :: Traceback (most recent call last):
0714 00:52:25934 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:25934 :: AttributeError
0714 00:52:25934 :: :
0714 00:52:25934 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:25934 ::
0714 00:52:25934 :: Traceback (most recent call last):
0714 00:52:25934 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:25935 :: AttributeError
0714 00:52:25935 :: :
0714 00:52:25935 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:25935 ::
0714 00:52:26942 :: Traceback (most recent call last):
0714 00:52:26942 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:26942 :: AttributeError
0714 00:52:26942 :: :
0714 00:52:26942 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:26942 ::
0714 00:52:26942 :: Traceback (most recent call last):
0714 00:52:26942 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:26943 :: AttributeError
0714 00:52:26943 :: :
0714 00:52:26943 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:26943 ::
0714 00:52:27949 :: Traceback (most recent call last):
0714 00:52:27949 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:27949 :: AttributeError
0714 00:52:27949 :: :
0714 00:52:27949 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:27949 ::
0714 00:52:27949 :: Traceback (most recent call last):
0714 00:52:27949 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:27950 :: AttributeError
0714 00:52:27950 :: :
0714 00:52:27950 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:27950 ::
0714 00:52:28938 :: Traceback (most recent call last):
0714 00:52:28938 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:28938 :: AttributeError
0714 00:52:28938 :: :
0714 00:52:28938 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:28938 ::
0714 00:52:28938 :: Traceback (most recent call last):
0714 00:52:28938 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:28938 :: AttributeError
0714 00:52:28938 :: :
0714 00:52:28938 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:28939 ::
0714 00:52:29946 :: Traceback (most recent call last):
0714 00:52:29946 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:29946 :: AttributeError
0714 00:52:29946 :: :
0714 00:52:29946 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:29946 ::
0714 00:52:29946 :: Traceback (most recent call last):
0714 00:52:29946 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:29947 :: AttributeError
0714 00:52:29947 :: :
0714 00:52:29947 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:29947 ::
0714 00:52:30935 :: Traceback (most recent call last):
0714 00:52:30935 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:30935 :: AttributeError
0714 00:52:30935 :: :
0714 00:52:30935 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:30935 ::
0714 00:52:30935 :: Traceback (most recent call last):
0714 00:52:30935 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:30935 :: AttributeError
0714 00:52:30935 :: :
0714 00:52:30935 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:30935 ::
0714 00:52:31941 :: Traceback (most recent call last):
0714 00:52:31941 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:31941 :: AttributeError
0714 00:52:31941 :: :
0714 00:52:31941 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:31941 ::
0714 00:52:31941 :: Traceback (most recent call last):
0714 00:52:31941 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:31942 :: AttributeError
0714 00:52:31942 :: :
0714 00:52:31942 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:31942 ::
0714 00:52:32965 :: Traceback (most recent call last):
0714 00:52:32965 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:32965 :: AttributeError
0714 00:52:32965 :: :
0714 00:52:32965 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:32965 ::
0714 00:52:32965 :: Traceback (most recent call last):
0714 00:52:32965 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:32965 :: AttributeError
0714 00:52:32965 :: :
0714 00:52:32965 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:32965 ::
0714 00:52:33938 :: Traceback (most recent call last):
0714 00:52:33938 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:33938 :: AttributeError
0714 00:52:33938 :: :
0714 00:52:33938 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:33938 ::
0714 00:52:33938 :: Traceback (most recent call last):
0714 00:52:33938 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:33938 :: AttributeError
0714 00:52:33938 :: :
0714 00:52:33938 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:33938 ::
0714 00:52:34945 :: Traceback (most recent call last):
0714 00:52:34945 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:34945 :: AttributeError
0714 00:52:34945 :: :
0714 00:52:34945 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:34945 ::
0714 00:52:34945 :: Traceback (most recent call last):
0714 00:52:34945 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:34945 :: AttributeError
0714 00:52:34945 :: :
0714 00:52:34945 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:34945 ::
0714 00:52:35952 :: Traceback (most recent call last):
0714 00:52:35952 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:35953 :: AttributeError
0714 00:52:35953 :: :
0714 00:52:35953 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:35953 ::
0714 00:52:35953 :: Traceback (most recent call last):
0714 00:52:35953 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:35953 :: AttributeError
0714 00:52:35953 :: :
0714 00:52:35953 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:35953 ::
0714 00:52:36941 :: Traceback (most recent call last):
0714 00:52:36941 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:36942 :: AttributeError
0714 00:52:36942 :: :
0714 00:52:36942 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:36942 ::
0714 00:52:36942 :: Traceback (most recent call last):
0714 00:52:36942 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:36943 :: AttributeError
0714 00:52:36943 :: :
0714 00:52:36943 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:36943 ::
0714 00:52:37948 :: Traceback (most recent call last):
0714 00:52:37948 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:37948 :: AttributeError
0714 00:52:37948 :: :
0714 00:52:37948 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:37948 ::
0714 00:52:37948 :: Traceback (most recent call last):
0714 00:52:37948 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:37949 :: AttributeError
0714 00:52:37949 :: :
0714 00:52:37949 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:37949 ::
0714 00:52:38937 :: Traceback (most recent call last):
0714 00:52:38937 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:38937 :: AttributeError
0714 00:52:38937 :: :
0714 00:52:38937 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:38937 ::
0714 00:52:38937 :: Traceback (most recent call last):
0714 00:52:38937 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:38938 :: AttributeError
0714 00:52:38938 :: :
0714 00:52:38938 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:38938 ::
0714 00:52:39944 :: Traceback (most recent call last):
0714 00:52:39944 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:39944 :: AttributeError
0714 00:52:39944 :: :
0714 00:52:39944 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:39944 ::
0714 00:52:39944 :: Traceback (most recent call last):
0714 00:52:39944 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:39945 :: AttributeError
0714 00:52:39945 :: :
0714 00:52:39945 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:39945 ::
0714 00:52:40934 :: Traceback (most recent call last):
0714 00:52:40934 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:40934 :: AttributeError
0714 00:52:40934 :: :
0714 00:52:40934 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:40934 ::
0714 00:52:40934 :: Traceback (most recent call last):
0714 00:52:40934 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:40935 :: AttributeError
0714 00:52:40935 :: :
0714 00:52:40935 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:40935 ::
0714 00:52:41941 :: Traceback (most recent call last):
0714 00:52:41941 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:41941 :: AttributeError
0714 00:52:41941 :: :
0714 00:52:41941 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:41941 ::
0714 00:52:41941 :: Traceback (most recent call last):
0714 00:52:41941 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:41942 :: AttributeError
0714 00:52:41942 :: :
0714 00:52:41942 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:41942 ::
0714 00:52:42948 :: Traceback (most recent call last):
0714 00:52:42948 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:42948 :: AttributeError
0714 00:52:42948 :: :
0714 00:52:42948 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:42948 ::
0714 00:52:42948 :: Traceback (most recent call last):
0714 00:52:42948 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:42948 :: AttributeError
0714 00:52:42948 :: :
0714 00:52:42948 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:42948 ::
0714 00:52:43938 :: Traceback (most recent call last):
0714 00:52:43938 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:43938 :: AttributeError
0714 00:52:43938 :: :
0714 00:52:43938 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:43938 ::
0714 00:52:43938 :: Traceback (most recent call last):
0714 00:52:43938 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:43938 :: AttributeError
0714 00:52:43938 :: :
0714 00:52:43938 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:43938 ::
0714 00:52:44943 :: Traceback (most recent call last):
0714 00:52:44943 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:44943 :: AttributeError
0714 00:52:44943 :: :
0714 00:52:44943 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:44943 ::
0714 00:52:44943 :: Traceback (most recent call last):
0714 00:52:44943 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:44944 :: AttributeError
0714 00:52:44944 :: :
0714 00:52:44944 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:44944 ::
0714 00:52:45949 :: Traceback (most recent call last):
0714 00:52:45949 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:45949 :: AttributeError
0714 00:52:45949 :: :
0714 00:52:45949 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:45949 ::
0714 00:52:45949 :: Traceback (most recent call last):
0714 00:52:45949 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:45950 :: AttributeError
0714 00:52:45950 :: :
0714 00:52:45950 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:45950 ::
0714 00:52:46940 :: Traceback (most recent call last):
0714 00:52:46940 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:46940 :: AttributeError
0714 00:52:46940 :: :
0714 00:52:46940 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:46940 ::
0714 00:52:46940 :: Traceback (most recent call last):
0714 00:52:46940 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:46940 :: AttributeError
0714 00:52:46940 :: :
0714 00:52:46940 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:46940 ::
0714 00:52:47947 :: Traceback (most recent call last):
0714 00:52:47947 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:47947 :: AttributeError
0714 00:52:47947 :: :
0714 00:52:47947 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:47947 ::
0714 00:52:47947 :: Traceback (most recent call last):
0714 00:52:47947 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:47947 :: AttributeError
0714 00:52:47947 :: :
0714 00:52:47947 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:47947 ::
0714 00:52:48936 :: Traceback (most recent call last):
0714 00:52:48936 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:48937 :: AttributeError
0714 00:52:48937 :: :
0714 00:52:48937 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:48937 ::
0714 00:52:48937 :: Traceback (most recent call last):
0714 00:52:48937 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:48938 :: AttributeError
0714 00:52:48938 :: :
0714 00:52:48938 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:48938 ::
0714 00:52:49944 :: Traceback (most recent call last):
0714 00:52:49944 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:49944 :: AttributeError
0714 00:52:49944 :: :
0714 00:52:49944 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:49944 ::
0714 00:52:49945 :: Traceback (most recent call last):
0714 00:52:49945 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:49945 :: AttributeError
0714 00:52:49945 :: :
0714 00:52:49945 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:49945 ::
0714 00:52:50949 :: Traceback (most recent call last):
0714 00:52:50949 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:50949 :: AttributeError
0714 00:52:50949 :: :
0714 00:52:50949 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:50949 ::
0714 00:52:50950 :: Traceback (most recent call last):
0714 00:52:50950 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:50950 :: AttributeError
0714 00:52:50950 :: :
0714 00:52:50950 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:50950 ::
0714 00:52:51940 :: Traceback (most recent call last):
0714 00:52:51940 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:51940 :: AttributeError
0714 00:52:51940 :: :
0714 00:52:51940 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:51940 ::
0714 00:52:51940 :: Traceback (most recent call last):
0714 00:52:51940 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:51941 :: AttributeError
0714 00:52:51941 :: :
0714 00:52:51941 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:51941 ::
0714 00:52:52946 :: Traceback (most recent call last):
0714 00:52:52946 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:52946 :: AttributeError
0714 00:52:52946 :: :
0714 00:52:52946 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:52946 ::
0714 00:52:52946 :: Traceback (most recent call last):
0714 00:52:52947 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:52947 :: AttributeError
0714 00:52:52947 :: :
0714 00:52:52947 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:52947 ::
0714 00:52:52947 :: Traceback (most recent call last):
0714 00:52:52947 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:52948 :: AttributeError
0714 00:52:52948 :: :
0714 00:52:52948 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:52948 ::
0714 00:52:52948 :: Traceback (most recent call last):
0714 00:52:52948 :: File "game.py", line 2067, in BINARY_UpdateOfflineShopCount
0714 00:52:52948 :: AttributeError
0714 00:52:52948 :: :
0714 00:52:52948 :: 'NoneType' object has no attribute 'UpdateOfflineShopCount'
0714 00:52:52948 ::
0714 00:52:53936 :: Traceback (most recent call last):
0714 00:52:53936 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:53936 :: AttributeError
0714 00:52:53936 :: :
0714 00:52:53936 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:53936 ::
0714 00:52:53936 :: Traceback (most recent call last):
0714 00:52:53936 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:53936 :: AttributeError
0714 00:52:53936 :: :
0714 00:52:53936 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:53936 ::
0714 00:52:54942 :: Traceback (most recent call last):
0714 00:52:54942 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:54942 :: AttributeError
0714 00:52:54942 :: :
0714 00:52:54942 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:54942 ::
0714 00:52:54942 :: Traceback (most recent call last):
0714 00:52:54942 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:54942 :: AttributeError
0714 00:52:54942 :: :
0714 00:52:54942 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:54942 ::
0714 00:52:55949 :: Traceback (most recent call last):
0714 00:52:55949 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:55949 :: AttributeError
0714 00:52:55949 :: :
0714 00:52:55949 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:55949 ::
0714 00:52:55949 :: Traceback (most recent call last):
0714 00:52:55949 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:55949 :: AttributeError
0714 00:52:55949 :: :
0714 00:52:55949 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:55949 ::
0714 00:52:56939 :: Traceback (most recent call last):
0714 00:52:56939 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:56939 :: AttributeError
0714 00:52:56939 :: :
0714 00:52:56939 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:56939 ::
0714 00:52:56939 :: Traceback (most recent call last):
0714 00:52:56939 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:56939 :: AttributeError
0714 00:52:56939 :: :
0714 00:52:56939 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:56939 ::
0714 00:52:57945 :: Traceback (most recent call last):
0714 00:52:57945 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:57945 :: AttributeError
0714 00:52:57945 :: :
0714 00:52:57945 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:57945 ::
0714 00:52:57945 :: Traceback (most recent call last):
0714 00:52:57946 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:57946 :: AttributeError
0714 00:52:57946 :: :
0714 00:52:57946 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:57946 ::
0714 00:52:58952 :: Traceback (most recent call last):
0714 00:52:58952 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:58952 :: AttributeError
0714 00:52:58952 :: :
0714 00:52:58952 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:58953 ::
0714 00:52:58953 :: Traceback (most recent call last):
0714 00:52:58953 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:58953 :: AttributeError
0714 00:52:58953 :: :
0714 00:52:58953 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:58953 ::
0714 00:52:59942 :: Traceback (most recent call last):
0714 00:52:59942 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:59942 :: AttributeError
0714 00:52:59942 :: :
0714 00:52:59942 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:59942 ::
0714 00:52:59943 :: Traceback (most recent call last):
0714 00:52:59943 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:59943 :: AttributeError
0714 00:52:59943 :: :
0714 00:52:59943 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:59943 ::
0714 00:52:00949 :: Traceback (most recent call last):
0714 00:52:00949 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:00949 :: AttributeError
0714 00:52:00949 :: :
0714 00:52:00949 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:00949 ::
0714 00:52:00949 :: Traceback (most recent call last):
0714 00:52:00950 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:00950 :: AttributeError
0714 00:52:00950 :: :
0714 00:52:00950 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:00950 ::
0714 00:52:01939 :: Traceback (most recent call last):
0714 00:52:01939 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:01939 :: AttributeError
0714 00:52:01939 :: :
0714 00:52:01939 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:01939 ::
0714 00:52:01939 :: Traceback (most recent call last):
0714 00:52:01939 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:01940 :: AttributeError
0714 00:52:01940 :: :
0714 00:52:01940 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:01940 ::
0714 00:52:02945 :: Traceback (most recent call last):
0714 00:52:02945 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:02946 :: AttributeError
0714 00:52:02946 :: :
0714 00:52:02946 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:02946 ::
0714 00:52:02946 :: Traceback (most recent call last):
0714 00:52:02946 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:02946 :: AttributeError
0714 00:52:02946 :: :
0714 00:52:02946 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:02946 ::
0714 00:52:03950 :: Traceback (most recent call last):
0714 00:52:03950 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:03950 :: AttributeError
0714 00:52:03950 :: :
0714 00:52:03950 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:03950 ::
0714 00:52:03950 :: Traceback (most recent call last):
0714 00:52:03950 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:03950 :: AttributeError
0714 00:52:03950 :: :
0714 00:52:03950 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:03950 ::
0714 00:52:04941 :: Traceback (most recent call last):
0714 00:52:04941 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:04941 :: AttributeError
0714 00:52:04941 :: :
0714 00:52:04941 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:04941 ::
0714 00:52:04941 :: Traceback (most recent call last):
0714 00:52:04941 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:04941 :: AttributeError
0714 00:52:04941 :: :
0714 00:52:04941 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:04941 ::
0714 00:52:05948 :: Traceback (most recent call last):
0714 00:52:05948 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:05948 :: AttributeError
0714 00:52:05948 :: :
0714 00:52:05948 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:05948 ::
0714 00:52:05948 :: Traceback (most recent call last):
0714 00:52:05948 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:05948 :: AttributeError
0714 00:52:05948 :: :
0714 00:52:05948 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:05948 ::
0714 00:52:06937 :: Traceback (most recent call last):
0714 00:52:06937 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:06937 :: AttributeError
0714 00:52:06937 :: :
0714 00:52:06937 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:06937 ::
0714 00:52:06937 :: Traceback (most recent call last):
0714 00:52:06937 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:06937 :: AttributeError
0714 00:52:06937 :: :
0714 00:52:06937 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:06937 ::
0714 00:52:07945 :: Traceback (most recent call last):
0714 00:52:07945 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:07945 :: AttributeError
0714 00:52:07946 :: :
0714 00:52:07946 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:07946 ::
0714 00:52:07946 :: Traceback (most recent call last):
0714 00:52:07946 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:07946 :: AttributeError
0714 00:52:07946 :: :
0714 00:52:07946 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:07946 ::
0714 00:52:08935 :: Traceback (most recent call last):
0714 00:52:08935 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:08935 :: AttributeError
0714 00:52:08935 :: :
0714 00:52:08935 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:08935 ::
0714 00:52:08935 :: Traceback (most recent call last):
0714 00:52:08935 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:08936 :: AttributeError
0714 00:52:08936 :: :
0714 00:52:08936 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:08936 ::
0714 00:52:09907 :: Traceback (most recent call last):
0714 00:52:09907 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:09907 :: AttributeError
0714 00:52:09907 :: :
0714 00:52:09907 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:09907 ::
0714 00:52:09907 :: Traceback (most recent call last):
0714 00:52:09907 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:09908 :: AttributeError
0714 00:52:09908 :: :
0714 00:52:09908 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:09908 ::
0714 00:52:10915 :: Traceback (most recent call last):
0714 00:52:10915 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:10915 :: AttributeError
0714 00:52:10915 :: :
0714 00:52:10915 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:10915 ::
0714 00:52:10915 :: Traceback (most recent call last):
0714 00:52:10915 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:10916 :: AttributeError
0714 00:52:10916 :: :
0714 00:52:10916 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:10916 ::
0714 00:52:11922 :: Traceback (most recent call last):
0714 00:52:11922 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:11922 :: AttributeError
0714 00:52:11922 :: :
0714 00:52:11922 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:11922 ::
0714 00:52:11922 :: Traceback (most recent call last):
0714 00:52:11922 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:11922 :: AttributeError
0714 00:52:11922 :: :
0714 00:52:11922 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:11922 ::
0714 00:52:12911 :: Traceback (most recent call last):
0714 00:52:12911 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:12911 :: AttributeError
0714 00:52:12911 :: :
0714 00:52:12911 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:12911 ::
0714 00:52:12911 :: Traceback (most recent call last):
0714 00:52:12911 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:12912 :: AttributeError
0714 00:52:12912 :: :
0714 00:52:12912 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:12912 ::
0714 00:52:13917 :: Traceback (most recent call last):
0714 00:52:13917 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:13918 :: AttributeError
0714 00:52:13918 :: :
0714 00:52:13918 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:13918 ::
0714 00:52:13918 :: Traceback (most recent call last):
0714 00:52:13918 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:13918 :: AttributeError
0714 00:52:13918 :: :
0714 00:52:13918 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:13918 ::
0714 00:52:14908 :: Traceback (most recent call last):
0714 00:52:14908 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:14909 :: AttributeError
0714 00:52:14909 :: :
0714 00:52:14909 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:14909 ::
0714 00:52:14909 :: Traceback (most recent call last):
0714 00:52:14909 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:14909 :: AttributeError
0714 00:52:14909 :: :
0714 00:52:14909 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:14909 ::
0714 00:52:15914 :: Traceback (most recent call last):
0714 00:52:15914 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:15915 :: AttributeError
0714 00:52:15915 :: :
0714 00:52:15915 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:15915 ::
0714 00:52:15915 :: Traceback (most recent call last):
0714 00:52:15915 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:15916 :: AttributeError
0714 00:52:15916 :: :
0714 00:52:15916 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:15916 ::
0714 00:52:16920 :: Traceback (most recent call last):
0714 00:52:16920 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:16921 :: AttributeError
0714 00:52:16921 :: :
0714 00:52:16921 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:16921 ::
0714 00:52:16921 :: Traceback (most recent call last):
0714 00:52:16921 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:16922 :: AttributeError
0714 00:52:16922 :: :
0714 00:52:16922 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:16922 ::
0714 00:52:17910 :: Traceback (most recent call last):
0714 00:52:17910 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:17910 :: AttributeError
0714 00:52:17910 :: :
0714 00:52:17910 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:17910 ::
0714 00:52:17910 :: Traceback (most recent call last):
0714 00:52:17910 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:17911 :: AttributeError
0714 00:52:17911 :: :
0714 00:52:17911 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:17911 ::
0714 00:52:18918 :: Traceback (most recent call last):
0714 00:52:18918 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:18918 :: AttributeError
0714 00:52:18918 :: :
0714 00:52:18918 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:18918 ::
0714 00:52:18918 :: Traceback (most recent call last):
0714 00:52:18918 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:18918 :: AttributeError
0714 00:52:18918 :: :
0714 00:52:18918 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:18918 ::
0714 00:52:19875 :: Traceback (most recent call last):
0714 00:52:19875 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:19875 :: AttributeError
0714 00:52:19875 :: :
0714 00:52:19875 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:19875 ::
0714 00:52:19875 :: Traceback (most recent call last):
0714 00:52:19875 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:19875 :: AttributeError
0714 00:52:19875 :: :
0714 00:52:19875 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:19875 ::
0714 00:52:20879 :: Traceback (most recent call last):
0714 00:52:20879 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:52:20879 :: AttributeError
0714 00:52:20879 :: :
0714 00:52:20879 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:52:20879 ::
0714 00:52:20879 :: Traceback (most recent call last):
0714 00:52:20879 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:52:20879 :: AttributeError
0714 00:52:20879 :: :
0714 00:52:20879 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:52:20879 ::
0714 00:53:21870 :: Traceback (most recent call last):
0714 00:53:21870 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:53:21870 :: AttributeError
0714 00:53:21870 :: :
0714 00:53:21870 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:53:21870 ::
0714 00:53:21870 :: Traceback (most recent call last):
0714 00:53:21870 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:53:21870 :: AttributeError
0714 00:53:21870 :: :
0714 00:53:21870 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:53:21870 ::
0714 00:53:22876 :: Traceback (most recent call last):
0714 00:53:22876 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:53:22876 :: AttributeError
0714 00:53:22876 :: :
0714 00:53:22876 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:53:22876 ::
0714 00:53:22877 :: Traceback (most recent call last):
0714 00:53:22877 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:53:22877 :: AttributeError
0714 00:53:22877 :: :
0714 00:53:22877 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:53:22877 ::
0714 00:53:22877 :: Traceback (most recent call last):
0714 00:53:22877 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:53:22878 :: AttributeError
0714 00:53:22878 :: :
0714 00:53:22878 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:53:22878 ::
0714 00:53:22878 :: Traceback (most recent call last):
0714 00:53:22878 :: File "game.py", line 2067, in BINARY_UpdateOfflineShopCount
0714 00:53:22879 :: AttributeError
0714 00:53:22879 :: :
0714 00:53:22879 :: 'NoneType' object has no attribute 'UpdateOfflineShopCount'
0714 00:53:22879 ::
0714 00:53:23867 :: Traceback (most recent call last):
0714 00:53:23867 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:53:23867 :: AttributeError
0714 00:53:23867 :: :
0714 00:53:23867 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:53:23867 ::
0714 00:53:23867 :: Traceback (most recent call last):
0714 00:53:23867 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:53:23867 :: AttributeError
0714 00:53:23867 :: :
0714 00:53:23867 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:53:23867 ::
0714 00:53:24857 :: Traceback (most recent call last):
0714 00:53:24857 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:53:24857 :: AttributeError
0714 00:53:24857 :: :
0714 00:53:24857 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:53:24857 ::
0714 00:53:24857 :: Traceback (most recent call last):
0714 00:53:24857 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:53:24858 :: AttributeError
0714 00:53:24858 :: :
0714 00:53:24858 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:53:24858 ::
0714 00:53:30215 :: Traceback (most recent call last):
0714 00:53:30215 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:53:30215 :: AttributeError
0714 00:53:30215 :: :
0714 00:53:30215 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:53:30215 ::
0714 00:53:30215 :: Traceback (most recent call last):
0714 00:53:30215 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:53:30216 :: AttributeError
0714 00:53:30216 :: :
0714 00:53:30216 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:53:30216 ::
0714 00:53:30216 :: Traceback (most recent call last):
0714 00:53:30216 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:53:30216 :: AttributeError
0714 00:53:30216 :: :
0714 00:53:30216 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:53:30216 ::
0714 00:53:30216 :: Traceback (most recent call last):
0714 00:53:30216 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:53:30217 :: AttributeError
0714 00:53:30217 :: :
0714 00:53:30217 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:53:30217 ::
0714 00:53:30218 :: Traceback (most recent call last):
0714 00:53:30218 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:53:30219 :: AttributeError
0714 00:53:30219 :: :
0714 00:53:30219 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:53:30219 ::
0714 00:53:30219 :: Traceback (most recent call last):
0714 00:53:30219 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:53:30219 :: AttributeError
0714 00:53:30219 :: :
0714 00:53:30220 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:53:30220 ::
0714 00:53:30220 :: Traceback (most recent call last):
0714 00:53:30220 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:53:30220 :: AttributeError
0714 00:53:30220 :: :
0714 00:53:30220 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:53:30220 ::
0714 00:53:30220 :: Traceback (most recent call last):
0714 00:53:30220 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:53:30221 :: AttributeError
0714 00:53:30221 :: :
0714 00:53:30221 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:53:30221 ::
0714 00:53:30221 :: Traceback (most recent call last):
0714 00:53:30221 :: File "game.py", line 2235, in BINARY_ServerCommand_Run
0714 00:53:30221 :: AttributeError
0714 00:53:30221 :: :
0714 00:53:30221 :: 'GameWindow' object has no attribute 'serverCommander'
0714 00:53:30221 ::
0714 00:53:30221 :: Traceback (most recent call last):
0714 00:53:30221 :: File "game.py", line 2064, in BINARY_UpdateUserCount
0714 00:53:30222 :: AttributeError
0714 00:53:30222 :: :
0714 00:53:30222 :: 'NoneType' object has no attribute 'UpdateUserCount'
0714 00:53:30222 ::
GUILD = 1
TEAM = 2
class MessengerFriendItem(MessengerMemberItem):
def __init__(self, getParentEvent):
MessengerMemberItem.__init__(self, getParentEvent)
def CanRemove(self):
return TRUE
def OnRemove(self):
messenger.RemoveFriend(self.key)
net.SendMessengerRemovePacket(self.key, self.name)
return TRUE
class MessengerTeamItem(MessengerMemberItem):
def __init__(self, getParentEvent):
MessengerMemberItem.__init__(self, getParentEvent)
def CanRemove(self):
return FALSE
def OnRemove(self):
messenger.RemoveFriend(self.key)
net.SendMessengerRemovePacket(self.key, self.name)
return FALSE
class MessengerFriendGroup(MessengerGroupItem):
def __init__(self, getParentEvent):
MessengerGroupItem.__init__(self, getParentEvent)
self.SetName(locale.MESSENGER_FRIEND)
def AppendMember(self, key, name):
item = MessengerFriendItem(self.getParentEvent)
return MessengerGroupItem.AppendMember(self, item, key, name)
class MessengerTeamGroup(MessengerGroupItem):
def __init__(self, getParentEvent):
MessengerGroupItem.__init__(self, getParentEvent)
self.SetName("فريق العمل")
def AppendMember(self, key, name):
item = MessengerTeamItem(self.getParentEvent)
return MessengerGroupItem.AppendMember(self, item, key, name)
member = MessengerGuildGroup(ui.__mem_func__(self.GetSelf))
member.Open()
member.Show()
self.groupList.append(member)
member = MessengerTeamGroup(ui.__mem_func__(self.GetSelf))
member.Open()
member.Show()
self.TeamGroup = member
self.groupList.append(member)
المشاركة الأصلية كتبت بواسطة: Issam
المشكلة سهلة انتا عملت أستبدال لده الملف uimessenger.py الى بملفات النظام بالى موجود بالروت
معليك سوى ان ترجع الأصلي
وتعمل الى بقول لك وتنحل معك بأذن الله
لما ترجع الأصلي
ثبحت عن
GUILD = 1
تضيف أسفله
TEAM = 2
ثبحت عن
class MessengerFriendItem(MessengerMemberItem):
def __init__(self, getParentEvent):
MessengerMemberItem.__init__(self, getParentEvent)
def CanRemove(self):
return TRUE
def OnRemove(self):
messenger.RemoveFriend(self.key)
net.SendMessengerRemovePacket(self.key, self.name)
return TRUE
تضيف أسفله
class MessengerTeamItem(MessengerMemberItem):
def __init__(self, getParentEvent):
MessengerMemberItem.__init__(self, getParentEvent)
def CanRemove(self):
return FALSE
def OnRemove(self):
messenger.RemoveFriend(self.key)
net.SendMessengerRemovePacket(self.key, self.name)
return FALSE
ثبحت عن
class MessengerFriendGroup(MessengerGroupItem):
def __init__(self, getParentEvent):
MessengerGroupItem.__init__(self, getParentEvent)
self.SetName(locale.MESSENGER_FRIEND)
def AppendMember(self, key, name):
item = MessengerFriendItem(self.getParentEvent)
return MessengerGroupItem.AppendMember(self, item, key, name)
تضيف أسفله
class MessengerTeamGroup(MessengerGroupItem):
def __init__(self, getParentEvent):
MessengerGroupItem.__init__(self, getParentEvent)
self.SetName("فريق العمل")
def AppendMember(self, key, name):
item = MessengerTeamItem(self.getParentEvent)
return MessengerGroupItem.AppendMember(self, item, key, name)
ثبحت عن
member = MessengerGuildGroup(ui.__mem_func__(self.GetSelf))
member.Open()
member.Show()
self.groupList.append(member)
تضيف أسفله
member = MessengerTeamGroup(ui.__mem_func__(self.GetSelf))
member.Open()
member.Show()
self.TeamGroup = member
self.groupList.append(member)
بتمنى أكون أفدتك بتوفيق حب
المشاركة الأصلية كتبت بواسطة: Issam
المشكلة سهلة انتا عملت أستبدال لده الملف uimessenger.py الى بملفات النظام بالى موجود بالروت
معليك سوى ان ترجع الأصلي
وتعمل الى بقول لك وتنحل معك بأذن الله
لما ترجع الأصلي
ثبحت عن
GUILD = 1
تضيف أسفله
TEAM = 2
ثبحت عن
class MessengerFriendItem(MessengerMemberItem):
def __init__(self, getParentEvent):
MessengerMemberItem.__init__(self, getParentEvent)
def CanRemove(self):
return TRUE
def OnRemove(self):
messenger.RemoveFriend(self.key)
net.SendMessengerRemovePacket(self.key, self.name)
return TRUE
تضيف أسفله
class MessengerTeamItem(MessengerMemberItem):
def __init__(self, getParentEvent):
MessengerMemberItem.__init__(self, getParentEvent)
def CanRemove(self):
return FALSE
def OnRemove(self):
messenger.RemoveFriend(self.key)
net.SendMessengerRemovePacket(self.key, self.name)
return FALSE
ثبحت عن
class MessengerFriendGroup(MessengerGroupItem):
def __init__(self, getParentEvent):
MessengerGroupItem.__init__(self, getParentEvent)
self.SetName(locale.MESSENGER_FRIEND)
def AppendMember(self, key, name):
item = MessengerFriendItem(self.getParentEvent)
return MessengerGroupItem.AppendMember(self, item, key, name)
تضيف أسفله
class MessengerTeamGroup(MessengerGroupItem):
def __init__(self, getParentEvent):
MessengerGroupItem.__init__(self, getParentEvent)
self.SetName("فريق العمل")
def AppendMember(self, key, name):
item = MessengerTeamItem(self.getParentEvent)
return MessengerGroupItem.AppendMember(self, item, key, name)
ثبحت عن
member = MessengerGuildGroup(ui.__mem_func__(self.GetSelf))
member.Open()
member.Show()
self.groupList.append(member)
تضيف أسفله
member = MessengerTeamGroup(ui.__mem_func__(self.GetSelf))
member.Open()
member.Show()
self.TeamGroup = member
self.groupList.append(member)
بتمنى أكون أفدتك بتوفيق حب
المواضيع المتشابهه | ||||
عدد المشاهدات:
عدد الردود: |
184 12 |
|||
عدد المشاهدات:
عدد الردود: |
862 46 |
|||
![]() anas - بتاريخ: 02-09-2020 07:41 مساء
الردود : 9
الزوار : 305
|
عدد المشاهدات:
عدد الردود: |
305 9 |
||
![]() iFaisal - بتاريخ: 09-05-2020 10:22 صباحا
الردود : 4
الزوار : 546
|
عدد المشاهدات:
عدد الردود: |
546 4 |
||
عدد المشاهدات:
عدد الردود: |
296 11 |
الأعضاء النشطين حاليآ الذين يشاهدون هذا الموضوع :2(0عضو و2ضيف) |
ضيف، ضيف، |
جميع مايطرح في المنتدى لا يعبر بالضرورة عن رأي إدارة المنتدى، وانما يعبر عن رأي كاتبه، ولذلك تتخلى إدارة المنتدى مسؤوليتها عما يطرح فيه من آراء وتوصيات او أي اتفاق بين الأعضاء.
© 2021 جميع الحقوق محفوظة لـ منظمة قانون التطور | يعمل بواسطة Pbboard v3.0.3