Jump to content

Galet

Premium
  • Posts

    1384
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Posts posted by Galet

  1. I changed some things, but I'm pretty sure it's about python 2.7 ^^

     

    Here's the "buggy" piece of code, i'm pretty sure the problem is from it.

     

    
    

    for i in questRange[:questCount]:
                (questName, questIcon, questCounterName, questCounterValue) = quest.GetQuestData(self.questShowingStartIndex+i)

                self.questNameList[i].SetText(questName)
                self.questNameList[i].Show()
                self.questLastCountList[i].Show()
                self.questLastTimeList[i].Show()

  2. Hello, since some times, I got a strange bug, my quests are present in the left of my screen but when I click on it (or if I do nothing) my quests aren't displayed in "Quests" pannel "n" key.
     

    So I looked in my syserr and I guess I found the bug.

     

    Here's my syserr :

    0201 00:24:11523 :: invalid idx 0
    0201 00:24:28704 :: Traceback (most recent call last):
    
    0201 00:24:28704 ::   File "game.py", line 785, in RefreshQuest
    
    0201 00:24:28705 ::   File "interfaceModule.py", line 606, in RefreshQuest
    
    0201 00:24:28705 ::   File "uiCharacter.py", line 679, in RefreshQuest
    
    0201 00:24:28705 :: ValueError
    0201 00:24:28705 :: : 
    0201 00:24:28705 :: too many values to unpack
    0201 00:24:28705 :: 
    
    0201 00:24:28738 :: Traceback (most recent call last):
    
    0201 00:24:28738 ::   File "game.py", line 785, in RefreshQuest
    
    0201 00:24:28739 ::   File "interfaceModule.py", line 606, in RefreshQuest
    
    0201 00:24:28739 ::   File "uiCharacter.py", line 679, in RefreshQuest
    
    0201 00:24:28739 :: ValueError
    0201 00:24:28739 :: : 
    0201 00:24:28739 :: too many values to unpack
    0201 00:24:28739 :: 
    
    0201 00:24:28740 :: Traceback (most recent call last):
    
    0201 00:24:28740 ::   File "game.py", line 785, in RefreshQuest
    
    0201 00:24:28740 ::   File "interfaceModule.py", line 606, in RefreshQuest
    
    0201 00:24:28741 ::   File "uiCharacter.py", line 679, in RefreshQuest
    
    0201 00:24:28741 :: ValueError
    0201 00:24:28741 :: : 
    0201 00:24:28741 :: too many values to unpack
    0201 00:24:28741 :: 
    
    0201 00:24:28741 :: Traceback (most recent call last):
    
    0201 00:24:28741 ::   File "game.py", line 785, in RefreshQuest
    
    0201 00:24:28741 ::   File "interfaceModule.py", line 606, in RefreshQuest
    
    0201 00:24:28742 ::   File "uiCharacter.py", line 679, in RefreshQuest
    
    0201 00:24:28742 :: ValueError
    0201 00:24:28742 :: : 
    0201 00:24:28742 :: too many values to unpack
    0201 00:24:28742 :: 
    
    0201 00:24:28742 :: Traceback (most recent call last):
    
    0201 00:24:28742 ::   File "game.py", line 785, in RefreshQuest
    
    0201 00:24:28743 ::   File "interfaceModule.py", line 606, in RefreshQuest
    
    0201 00:24:28743 ::   File "uiCharacter.py", line 679, in RefreshQuest
    
    0201 00:24:28743 :: ValueError
    0201 00:24:28743 :: : 
    0201 00:24:28743 :: too many values to unpack
    0201 00:24:28743 :: 
    
    
    

    I conclude that the problem are the "too many values to unpack".

     

    Did someone have a fix please ?

    Have a nice day. :)

×
×
  • 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.