Jump to content

baneme22

Inactive Member
  • Posts

    27
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by baneme22

  1. Hi 

    I try install the sys but í have a probleme

    my syserr

    Spoiler

    0213 18:03:21739 :: 
    uiDragonSoul.py(line:103) __LoadWindow
    ui.py(line:3308) GetChild

    InventoryWindow.LoadWindow.BindObject - <type 'exceptions.KeyError'>:'Inventory_Tab_06'

    0213 18:03:21739 :: ============================================================================================================
    0213 18:03:21739 :: Abort!!!!


     

     

    i think is from here 

    Spoiler

    image.png

    i use marty v4.9

    I add  on locale interface 

    DRAGONSOUL_PAGE_BUTTON_6

    but no luky 

  2. Hi all 

    I try install the  Official-Character-Details on marty source e cliente  v4

     I try 5 times but every time i get the same error  wen start the cliente 

    Spoiler

    spacer.png

    on syserr

    Spoiler

    0210 16:48:00128 :: 
    system.py(line:267) RunMainScript
    system.py(line:228) execfile
    prototype.py(line:7) <module>
    system.py(line:177) __hybrid_import
    system.py(line:142) _process_result
    networkModule.py(line:14) <module>
    system.py(line:177) __hybrid_import

    Run - <type 'exceptions.IndentationError'>:unexpected indent (playerSettingModule.py, line 65)

    0210 16:48:21378 :: ============================================================================================================
    0210 16:48:21378 :: Abort!!!!


     

     

    The files edited i relase here 

    iff some one can tell wat i do wrong  I'm grateful

     

    Original topic

    Spoiler

     

     

    My files 

     

    Spoiler

    This is the hidden content, please

    Virus total

    Spoiler

    This is the hidden content, please

    Fixed 

     

    Bad cod im some files 

  3. Hi thanks for release 

     

    i try install all work good but wen a create a new character and chose the kingdom windows comes black and get stuk and on syserro a get a menssagem 

     

    Spoiler

    0208 23:04:26324 :: Traceback (most recent call last):

    0208 23:04:26325 ::   File "uiPhaseCurtain.py", line 61, in OnUpdate

    0208 23:04:26325 ::   File "networkModule.py", line 147, in __ChangePhaseWindow

    0208 23:04:26325 ::   File "introEmpire.py", line 91, in Close

    0208 23:04:26326 :: AttributeError
    0208 23:04:26326 :: : 
    0208 23:04:26326 :: 'NoneType' object has no attribute 'Hide'
    0208 23:04:26326 :: 

    mabe someting i do wrong ?

     

     

     

     

    Edit solved

    go to 

     

    introEmpire.py on root

    and finde 

    Spoiler
    
    	def Close(self):
    		print "---------------------------------------------------------------------------- CLOSE EMPIRE WINDOW"		
    
    		self.ClearDictionary()
    		self.leftButton = None
    		self.rightButton = None
    		self.selectButton = None
    		self.exitButton = None
    		self.textBoard = None
    		self.descriptionBox = None
    		self.empireArea = None
    		self.empireAreaButton = None
    
    		self.KillFocus()
    		self.Hide()
    		self.descriptionBox.Hide()
    

    inside delet 

            self.descriptionBox.Hide()

    and done for my work 

     

  4. Hi i get this error 

    0219 00:01:19765 :: Traceback (most recent call last):
    
    0219 00:01:19766 ::   File "ui.py", line 1023, in CallEvent
    
    0219 00:01:19766 ::   File "ui.py", line 88, in __call__
    
    0219 00:01:19766 ::   File "ui.py", line 70, in __call__
    
    0219 00:01:19766 ::   File "introLogin.py", line 1438, in __OnClickSaveLoginButton
    
    0219 00:01:19766 ::   File "introLogin.py", line 1431, in __ReadSavedPassword
    
    0219 00:01:19766 ::   File "introLogin.py", line 1425, in __GeneratePassword
    
    0219 00:01:19767 ::   File "introLogin.py", line 1421, in __GenerateRandomWord
    
    0219 00:01:19767 :: NameError
    0219 00:01:19767 :: : 
    0219 00:01:19767 :: global name 'string' is not defined
    0219 00:01:19767 :: 
    
    0219 00:02:13189 :: Traceback (most recent call last):
    
    0219 00:02:13189 ::   File "ui.py", line 1023, in CallEvent
    
    0219 00:02:13189 ::   File "ui.py", line 88, in __call__
    
    0219 00:02:13189 ::   File "ui.py", line 70, in __call__
    
    0219 00:02:13189 ::   File "introLogin.py", line 1459, in __OnClickLoginAutoButton
    
    0219 00:02:13190 ::   File "system.py", line 115, in open
    
    0219 00:02:13190 :: IOError
    0219 00:02:13190 :: : 
    0219 00:02:13190 :: [Errno 2] No such file or directory: 'user//preferred'
    0219 00:02:13190 :: 
    
    0219 00:02:14113 :: Traceback (most recent call last):
    
    0219 00:02:14113 ::   File "ui.py", line 1023, in CallEvent
    
    0219 00:02:14113 ::   File "ui.py", line 88, in __call__
    
    0219 00:02:14113 ::   File "ui.py", line 70, in __call__
    
    0219 00:02:14113 ::   File "introLogin.py", line 1459, in __OnClickLoginAutoButton
    
    0219 00:02:14113 ::   File "system.py", line 115, in open
    
    0219 00:02:14113 :: IOError
    0219 00:02:14113 :: : 
    0219 00:02:14113 :: [Errno 2] No such file or directory: 'user//preferred'
    0219 00:02:14113 :: 
    
    0219 00:02:22279 :: Traceback (most recent call last):
    
    0219 00:02:22279 ::   File "ui.py", line 1023, in CallEvent
    
    0219 00:02:22280 ::   File "ui.py", line 88, in __call__
    
    0219 00:02:22280 ::   File "ui.py", line 70, in __call__
    
    0219 00:02:22280 ::   File "introLogin.py", line 1438, in __OnClickSaveLoginButton
    
    0219 00:02:22280 ::   File "introLogin.py", line 1431, in __ReadSavedPassword
    
    0219 00:02:22280 ::   File "introLogin.py", line 1425, in __GeneratePassword
    
    0219 00:02:22280 ::   File "introLogin.py", line 1421, in __GenerateRandomWord
    
    0219 00:02:22280 :: NameError
    0219 00:02:22280 :: : 
    0219 00:02:22280 :: global name 'string' is not defined
    0219 00:02:22280 :: 
    

    in cliente 

    image.th.png

    open but no save any password

     

    • Metin2 Dev 3
×
×
  • 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.