Jump to content

Ayro

Member
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Ayro

  1. I got this error from - 

     does anyone know what the issue might be? 



    0816 00:44:20358 :: Traceback (most recent call last): 0816 00:44:20358 :: File "game.py", line 794, in RefreshInventory 0816 00:44:20358 :: File "interfaceModule.py", line 584, in RefreshInventory 0816 00:44:20358 :: File "uiInventory.py", line 699, in RefreshItemSlot 0816 00:44:20358 :: File "uiInventory.py", line 661, in RefreshBagSlotWindow 0816 00:44:20358 :: File "uiInventory.py", line 590, in RefreshMarkSlots 0816 00:44:20358 :: File "ui.py", line 1792, in SetUsableSlotOnTopWnd 0816 00:44:20358 :: AttributeError 0816 00:44:20358 :: : 0816 00:44:20358 :: 'module' object has no attribute 'SetUsableSlotOnTopWnd' 0816 00:44:20358 :: 0816 00:44:20359 :: game.py(line:232) Open game.py(line:644) StartGame game.py(line:794) RefreshInventory interfaceModule.py(line:584) RefreshInventory uiInventory.py(line:699) RefreshItemSlot uiInventory.py(line:661) RefreshBagSlotWindow uiInventory.py(line:590) RefreshMarkSlots ui.py(line:1792) SetUsableSlotOnTopWnd GameWindow.Open - <type 'exceptions.AttributeError'>:'module' object has no attribute 'SetUsableSlotOnTopWnd' 0816 00:44:20359 :: ============================================================================================================ 0816 00:44:20359 :: Abort!!!!

  2. On 9/29/2021 at 12:36 PM, narcisxb said:

    That s probably a linker issue. You have two functions with the same name but different parameters and its probably calling the wrong one. Try using gmake clean and recompile afterwards. 

     

    I have this problem tho:

    0929 14:02:30500 ::   File "game.py", line 782, in RefreshInventory
    
    0929 14:02:30500 ::   File "interfaceModule.py", line 624, in RefreshInventory
    
    0929 14:02:30500 ::   File "uiInventory.py", line 846, in RefreshItemSlot
    
    0929 14:02:30501 ::   File "uiInventory.py", line 809, in RefreshBagSlotWindow
    
    0929 14:02:30501 ::   File "uiInventory.py", line 729, in RefreshMarkSlots
    
    0929 14:02:30501 ::   File "ui.py", line 1436, in SetUsableSlotOnTopWnd
    
    0929 14:02:30501 :: AttributeError
    0929 14:02:30501 :: : 
    0929 14:02:30501 :: 'module' object has no attribute 'SetUsableSlotOnTopWnd'
    0929 14:02:30501 :: 
    
    0929 14:02:30505 :: 
    game.py(line:223) Open
    game.py(line:632) StartGame
    game.py(line:782) RefreshInventory
    interfaceModule.py(line:624) RefreshInventory
    uiInventory.py(line:846) RefreshItemSlot
    uiInventory.py(line:809) RefreshBagSlotWindow
    uiInventory.py(line:729) RefreshMarkSlots
    ui.py(line:1436) SetUsableSlotOnTopWnd
    
    GameWindow.Open - <type 'exceptions.AttributeError'>:'module' object has no attribute 'SetUsableSlotOnTopWnd'
    
    0929 14:02:30506 :: ============================================================================================================
    0929 14:02:30506 :: Abort!!!!

    Could someone throw a hand? xD Thx.

    EDIT: SOLVED.

    how did you solve it? sorry for recalling old post

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