Jump to content

Shaggyxdd

Member
  • Posts

    9
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Shaggyxdd

  1. 2000 IQ, thank you for share!
  2. Hello. I have a problem with character sinking in models after logging in. Does anyone know what might be causing this or can point me to the part of the code where I can look for it? Thank you very much in advance for your help!
  3. uichat, replace: def __LoadChattingOptionFile(self): load = False try: fileName = self.__GetChattingFile() file = open(fileName) try: load = True self.tmpCheckBoxSettingDict = cPickle.load(file) except (ValueError, EOFError, cPickle.PicklingError, cPickle.UnpicklingError): pass except IOError: pass for key in xrange(1, len(OPTION_CHECKBOX_MODE) + 1): if not load: # Default, always enable and add to dict. value = True self.tmpCheckBoxSettingDict[key] = True else: value = self.tmpCheckBoxSettingDict[key] self.checkBoxSlotDict[key].SetCheck(value) if not load: self.__SaveDefault()
  4. copy_reg.py? 0831 22:22:32364 :: Traceback (most recent call last): 0831 22:22:32364 :: File "networkModule.py", line 233, in SetGamePhase 0831 22:22:32365 :: File "game.py", line 121, in __init__ 0831 22:22:32365 :: File "interfaceModule.py", line 379, in MakeInterface 0831 22:22:32365 :: File "interfaceModule.py", line 138, in __MakeChatWindow 0831 22:22:32365 :: File "uiChat.py", line 952, in __init__ 0831 22:22:32365 :: File "uiChat.py", line 173, in __init__ 0831 22:22:32365 :: File "uiChat.py", line 208, in __LoadWindow 0831 22:22:32366 :: File "uiChat.py", line 258, in __LoadChattingOptionFile 0831 22:22:32366 :: File "Lib\copy_reg.py", line 70, in _reduce_ex 0831 22:22:32367 :: TypeError 0831 22:22:32367 :: : 0831 22:22:32367 :: can't pickle file objects 0831 22:22:32367 ::
×
×
  • 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.