Sziasztok
Olyan problémám lenne, hogy karakterkiválasztás után nem igazán akar betölteni a játék.
Valaki tudna segíteni? :)
Syserr:
0307 15:24:24900 :: File "networkModule.py", line 247, in SetGamePhase
0307 15:24:24901 ::
0307 15:24:24901 :: self.SetPhaseWindow(game.GameWindow(self))
0307 15:24:24901 :: File "game.py", line 96, in __init__
0307 15:24:24901 ::
0307 15:24:24901 :: self.interface.MakeInterface()
0307 15:24:24901 :: File "interfaceModule.py", line 274, in MakeInterface
0307 15:24:24902 ::
0307 15:24:24902 :: self.__MakeWindows()
0307 15:24:24902 :: File "interfaceModule.py", line 161, in __MakeWindows
0307 15:24:24902 ::
0307 15:24:24902 :: wndDragonSoul = uiDragonSoul.DragonSoulWindow()
0307 15:24:24902 :: File "uiDragonSoul.py", line 45, in __init__
0307 15:24:24902 ::
0307 15:24:24902 :: self.__LoadWindow()
0307 15:24:24903 :: File "uiDragonSoul.py", line 151, in __LoadWindow
0307 15:24:24903 ::
0307 15:24:24903 :: self.inventoryTab[4].SetEvent(lambda arg=4: self.SetInventoryPage(arg))
0307 15:24:24903 :: IndexError
0307 15:24:24903 :: :
0307 15:24:24903 :: list index out of range
0307 15:24:24903 ::
0307 15:25:15587 :: Traceback (most recent call last):
0307 15:25:15587 :: File "game.py", line 785, in RefreshInventory
0307 15:25:15589 ::
0307 15:25:15589 :: self.interface.RefreshInventory()
0307 15:25:15589 :: File "interfaceModule.py", line 542, in RefreshInventory
0307 15:25:15590 ::
0307 15:25:15590 :: self.wndTaskBar.RefreshQuickSlot()
0307 15:25:15590 :: AttributeError
0307 15:25:15590 :: :
0307 15:25:15590 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
0307 15:25:15590 ::
0307 15:25:15590 :: Traceback (most recent call last):
0307 15:25:15590 :: File "game.py", line 785, in RefreshInventory
0307 15:25:15592 ::
0307 15:25:15592 :: self.interface.RefreshInventory()
0307 15:25:15592 :: File "interfaceModule.py", line 542, in RefreshInventory
0307 15:25:15593 ::
0307 15:25:15593 :: self.wndTaskBar.RefreshQuickSlot()
0307 15:25:15593 :: AttributeError
0307 15:25:15593 :: :
0307 15:25:15593 :: 'NoneType' object has no attribute 'RefreshQuickSlot'
0307 15:25:15593 ::
Miben módosítottál utoljára? .. mert a taskbar-ra panaszkodik
Idézetet írta: ixtreeme Dátum 2017-03-07, 15:48:04
Miben módosítottál utoljára? .. mert a taskbar-ra panaszkodik
ui.py
interfacemodule.py
0307 15:24:24901 :: File "interfaceModule.py", line 274, in MakeInterface
0307 15:24:24902 :: File "interfaceModule.py", line 161, in __MakeWindows
0307 15:25:15589 :: File "interfaceModule.py", line 542, in RefreshInventory
0307 15:25:15590 ::
0307 15:25:15590 :: self.wndTaskBar.RefreshQuickSlot()
0307 15:25:15592 :: File "interfaceModule.py", line 542, in RefreshInventory
Ezeket a sorokat nézd át esetleg nincs-e valami elírva
Idézetet írta: ixtreeme Dátum 2017-03-07, 15:57:38
0307 15:24:24901 :: File "interfaceModule.py", line 274, in MakeInterface
0307 15:24:24902 :: File "interfaceModule.py", line 161, in __MakeWindows
0307 15:25:15589 :: File "interfaceModule.py", line 542, in RefreshInventory
0307 15:25:15590 ::
0307 15:25:15590 :: self.wndTaskBar.RefreshQuickSlot()
0307 15:25:15592 :: File "interfaceModule.py", line 542, in RefreshInventory
Ezeket a sorokat nézd át esetleg nincs-e valami elírva
Semmi elírás nincs benne.
"'RefreshQuickSlot'" véletlen nem illumina design? :D Annál találkoztam ezzel a hibával mikor belekezdtem
Meli légyszíves a py dobd már fel mert speciaál én így a sötétben tapogatok hogy mi is van pontosan neked a 542 sorba :D
Idézetet írta: TTMaster112 Dátum 2017-03-07, 16:19:10
"'RefreshQuickSlot'" véletlen nem illumina design? :D Annál találkoztam ezzel a hibával mikor belekezdtem
De igen az.
Idézetet írta: mikee0121 Dátum 2017-03-07, 16:23:04
Meli légyszíves a py dobd már fel mert speciaál én így a sötétben tapogatok hogy mi is van pontosan neked a 542 sorba :D
Pontosan melyik py kell?
DragonSoullal lesz valami baj.
PROBLEM SOLVED!
sziasztok nekem is ugyan ez a gond mi volt a megoldás? ???
Idézetet írta: soniice Dátum 2017-06-11, 23:13:37
sziasztok nekem is ugyan ez a gond mi volt a megoldás? ???
Vagy tedd be rendesen a dragonsoult vagy szedd ki az egészet a kliensből.
Inkább csak hülyén van megírva erre a desingre a frissítés.
Pl céh ablak
interfacemodule
def OnUpdate(self):
self.wndguild.OnUpdate()
game.py
def OnUpdate(self):
self.interface.OnUpdate()
Persze a uiguild-ba is szar a Def OnUpdate rész....
STB...............