Jump to content

Recommended Posts

 

I changed the login interface and now I have this problem with change ch in the game

spacer.png

sysser :

Spoiler
0204 20:45:18676 :: Traceback (most recent call last):

0204 20:45:18677 ::   File "ui.py", line 1387, in CallEvent

0204 20:45:18677 ::   File "ui.py", line 88, in __call__

0204 20:45:18678 ::   File "ui.py", line 70, in __call__

0204 20:45:18678 ::   File "uiSystem.py", line 192, in __ClickMoveChannelButton

0204 20:45:18678 ::   File "uiSystem.py", line 270, in Show

0204 20:45:18678 ::   File "uiSystem.py", line 255, in __SelectChannel

0204 20:45:18679 :: IndexError
0204 20:45:18679 :: : 
0204 20:45:18679 :: list index out of range
0204 20:45:18679 :: 

 

 

line 255 in uisystem  self.ChannelList[idx-1].Donw()

 

		def __SelectChannel(self, idx):
			self.ChangeChannelNumber = idx
			
			for btn in self.ChannelList:
				btn.SetUp()
				btn.Enable()
				
			self.ChannelList[idx-1].Down()
			self.ChannelList[idx-1].Disable()

 

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

23 hours ago, Tr3l said:

 

I changed the login interface and now I have this problem with change ch in the game

spacer.png

sysser :

  Hide contents
0204 20:45:18676 :: Traceback (most recent call last):

0204 20:45:18677 ::   File "ui.py", line 1387, in CallEvent

0204 20:45:18677 ::   File "ui.py", line 88, in __call__

0204 20:45:18678 ::   File "ui.py", line 70, in __call__

0204 20:45:18678 ::   File "uiSystem.py", line 192, in __ClickMoveChannelButton

0204 20:45:18678 ::   File "uiSystem.py", line 270, in Show

0204 20:45:18678 ::   File "uiSystem.py", line 255, in __SelectChannel

0204 20:45:18679 :: IndexError
0204 20:45:18679 :: : 
0204 20:45:18679 :: list index out of range
0204 20:45:18679 :: 

 

 

line 255 in uisystem  self.ChannelList[idx-1].Donw()

 

		def __SelectChannel(self, idx):
			self.ChangeChannelNumber = idx
			
			for btn in self.ChannelList:
				btn.SetUp()
				btn.Enable()
				
			self.ChannelList[idx-1].Down()
			self.ChannelList[idx-1].Disable()

 

0204 20:45:18679 :: IndexError 0204 20:45:18679 :: : 0204 20:45:18679 :: list index out of range 0204 20:45:18679 ::

 

 

 

the error is not there, the error tells you that you are using an index that is out of range, check carefully what you have done and tell us which system you are installing

Link to comment
Share on other sites

24 minutes ago, Psycho said:

0204 20:45:18679 :: IndexError 0204 20:45:18679 :: : 0204 20:45:18679 :: list index out of range 0204 20:45:18679 ::

 

 

 

the error is not there, the error tells you that you are using an index that is out of range, check carefully what you have done and tell us which system you are installing

I have the problem after I changed the interface with this 

I tried with another interface taken from a client and adapted to my client and I still have the same error

 

I use this system for ch change 

 

Edited by Tr3l
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.