Jump to content

alio0o33

Inactive Member
  • Posts

    42
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by alio0o33

  1. On 7/18/2019 at 7:32 AM, WLsj24 said:

    Please, follow the tutorial to the letter. Check the last step of uiinventory.py

     

    0725 03:44:28541 :: Traceback (most recent call last):
    
    0725 03:44:28541 ::   File "networkModule.py", line 248, in SetGamePhase
    
    0725 03:44:28541 ::   File "game.py", line 103, in __init__
    
    0725 03:44:28542 ::   File "interfaceModule.py", line 301, in MakeInterface
    
    0725 03:44:28542 ::   File "interfaceModule.py", line 219, in __MakeDialogs
    
    0725 03:44:28542 ::   File "uiExchange.py", line 44, in LoadDialog
    
    0725 03:44:28542 ::   File "ui.py", line 2966, in GetChild
    
    0725 03:44:28542 :: KeyError
    0725 03:44:28542 :: : 
    0725 03:44:28542 :: 'Owner_Cheque_Icon'
    0725 03:44:28542 :: 
    

     

  2. 2 hours ago, WLsj24 said:

    Yeah, your syserr say:

    Maybe bad tab in locale_interface.txt or idk, try to change uiScriptLocale.TASKBAR_MONEY_EXPAND to "Money" (in taskbar.py)

    Thank you 

    It is bad tab in  locale_interface

     

    The icon does not appear

    p_1295l64651.jpg

  3. problem :

    
    0718 09:48:19597 :: Failed to load script file : locale/ae/ui/TaskBar.py
    0718 09:48:19599 :: 
    ui.py(line:3025) LoadScriptFile
    system.py(line:192) execfile
    system.py(line:163) Run
    locale/ae/ui/TaskBar.py(line:374) <module>
    
    LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'TASKBAR_MONEY_EXPAND'
    
    0718 09:48:19599 :: ============================================================================================================
    0718 09:48:19599 :: Abort!!!!
    
    
    0718 09:48:19601 :: 
    uiTaskBar.py(line:544) LoadWindow
    ui.py(line:3042) LoadScriptFile
    exception.py(line:36) Abort
    
    TaskBar.LoadWindow.LoadObject - <type 'exceptions.SystemExit'>:
    
    0718 09:48:19601 :: ============================================================================================================
    0718 09:48:19601 :: Abort!!!!
    
    

    p_1294t4fh41.png

  4. 28 minutes ago, WLsj24 said:

    In my tutorial im not using "GetWon" im using "GetCheque"

    Check the tutorial please.

    Thank you 

    there is problem :(

    uiInventory.py(line:350) __LoadWindow
    
    InventoryWindow.LoadWindow.BindObject - <type 'exceptions.AttributeError'>:'InventoryWindow' object has no attribute 'EventProgress

     

  5. 2 hours ago, WLsj24 said:
      Hide contents
    
    
    	def RefreshStatus(self):
    		money = player.GetElk()
    		self.wndMoney.SetText(localeInfo.NumberToGoldNotText(money))
    
    		if app.ENABLE_CHEQUE_SYSTEM:
    			cheque = player.GetCheque()
    			self.wndCheque.SetText(localeInfo.NumberToGoldNotText(cheque))
    
    		if app.ENABLE_GEM_SYSTEM:
    			if self.wndGem:
    				gem = player.GetGem()
    				self.wndGem.SetText(localeInfo.NumberToGoldNotText(gem))

     

     

    Thank you :)

    last problem :

     

    0718 06:13:24485 :: Traceback (most recent call last):
    
    0718 06:13:24485 ::   File "game.py", line 656, in RefreshStatus
    
    0718 06:13:24485 ::   File "interfaceModule.py", line 559, in RefreshStatus
    
    0718 06:13:24485 ::   File "uiInventory.py", line 636, in RefreshStatus
    
    0718 06:13:24485 :: AttributeError
    0718 06:13:24485 :: : 
    0718 06:13:24485 :: 'module' object has no attribute 'GetWon'
    0718 06:13:24485 :: 

    p_1294981q41.png

  6. 11 hours ago, WLsj24 said:

    what's on line 383? (uiinventory.py)

    solved

     

    new problem :

     

    p_1294uso601.jpg

     

    syserr :

    0718 02:53:16718 :: Traceback (most recent call last):
    
    0718 02:53:16718 ::   File "game.py", line 656, in RefreshStatus
    
    0718 02:53:16718 ::   File "interfaceModule.py", line 559, in RefreshStatus
    
    0718 02:53:16718 :: AttributeError
    0718 02:53:16718 :: : 
    0718 02:53:16718 :: 'InventoryWindow' object has no attribute 'RefreshStatus'
    0718 02:53:16718 :: 

     

  7. new problem

     

    0717 10:45:18625 :: Traceback (most recent call last):
    
    0717 10:45:18625 ::   File "networkModule.py", line 248, in SetGamePhase
    
    0717 10:45:18626 ::   File "game.py", line 103, in __init__
    
    0717 10:45:18626 ::   File "interfaceModule.py", line 291, in MakeInterface
    
    0717 10:45:18626 ::   File "interfaceModule.py", line 175, in __MakeWindows
    
    0717 10:45:18626 ::   File "uiInventory.py", line 265, in __init__
    
    0717 10:45:18627 ::   File "uiInventory.py", line 383, in __LoadWindow
    
    0717 10:45:18627 :: IndexError
    0717 10:45:18627 :: : 
    0717 10:45:18627 :: list index out of range
    0717 10:45:18627 :: 

     

  8. Hello  gays

     

    I have problem with Cheque system

    syserr :

    
    0717 10:45:18625 :: Traceback (most recent call last):
    
    0717 10:45:18625 ::   File "networkModule.py", line 248, in SetGamePhase
    
    0717 10:45:18626 ::   File "game.py", line 103, in __init__
    
    0717 10:45:18626 ::   File "interfaceModule.py", line 291, in MakeInterface
    
    0717 10:45:18626 ::   File "interfaceModule.py", line 175, in __MakeWindows
    
    0717 10:45:18626 ::   File "uiInventory.py", line 265, in __init__
    
    0717 10:45:18627 ::   File "uiInventory.py", line 383, in __LoadWindow
    
    0717 10:45:18627 :: IndexError
    0717 10:45:18627 :: : 
    0717 10:45:18627 :: list index out of range
    0717 10:45:18627 :: 

     

  9. syserr :

     

     

    0712 14:34:14990 :: Failed to load script file : UIScript/exchangedialog.py
    0712 14:34:14991 :: 
    ui.py(line:2989) LoadScriptFile
    system.py(line:192) execfile
    system.py(line:163) Run
    UIScript/exchangedialog.py(line:182) <module>

    LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'CHEQUE_SYSTEM_UNIT_WON'

    0712 14:34:14991 :: ============================================================================================================
    0712 14:34:14991 :: Abort!!!!

     

     

  10. Hi gays

     

    I have problem with Tab Targeting (GF v16.1)

    when i click Tab

    syserr :

    0705 13:48:48521 :: Traceback (most recent call last):
    
    0705 13:48:48521 ::   File "game.py", line 834, in SetHPTargetBoard
    
    0705 13:48:48521 ::   File "uiTarget.py", line 252, in SetEnemyVID
    
    0705 13:48:48521 ::   File "uiTarget.py", line 276, in SetRaceElement
    
    0705 13:48:48522 :: AttributeError
    0705 13:48:48523 :: : 
    0705 13:48:48523 :: 'module' object has no attribute 'GetVnumByVID'
    0705 13:48:48523 :: 

     

  11. thank you

    it's work

    but when i click Tab      syserr give me this

    0705 13:48:48521 :: Traceback (most recent call last):
    
    0705 13:48:48521 ::   File "game.py", line 834, in SetHPTargetBoard
    
    0705 13:48:48521 ::   File "uiTarget.py", line 252, in SetEnemyVID
    
    0705 13:48:48521 ::   File "uiTarget.py", line 276, in SetRaceElement
    
    0705 13:48:48522 :: AttributeError
    0705 13:48:48523 :: : 
    0705 13:48:48523 :: 'module' object has no attribute 'GetVnumByVID'
    0705 13:48:48523 :: 

    how fix it  ?!

  12. Hello

     

    I added the monster information system

    Hostile / level

     

    I had a problem when open the game 

    the game is close 

     

    syserr

     

    
    0704 14:20:21543 :: TPacketGCCharacterAdd2´Â ¾²Áö ¾Ê´Â ÆÐŶÀÔ´Ï´Ù.
    0704 14:20:21544 :: Unknown packet header: 218, last: 2 1
    

     

    I am sorry for my weak English

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