hello everyone, When dismantling the offline shop, I get a syserr like this;
I included both the py's of the files I removed and my own py's, thanks in advance to those who will help.
Code:
1022 04:26:18243 :: Traceback (most recent call last):
1022 04:26:18243 :: File "uiPhaseCurtain.py", line 61, in OnUpdate
1022 04:26:18243 :: File "networkModule.py", line 150, in __ChangePhaseWindow
1022 04:26:18244 :: File "game.py", line 230, in Open
1022 04:26:18244 :: File "uiofflineshop.py", line 2795, in __init__
1022 04:26:18244 :: File "uiofflineshop.py", line 2988, in __loadWindow
1022 04:26:18245 :: File "uiofflineshop.py", line 3254, in __MakeMyShopItemsTable
1022 04:26:18245 :: File "uiofflineshop.py", line 829, in __init__
1022 04:26:18245 :: File "uiofflineshop.py", line 890, in __loadScrollbar
1022 04:26:18245 :: File "ui.py", line 4794, in __init__
1022 04:26:18245 :: File "ui.py", line 4877, in __SetAlign
1022 04:26:18245 :: File "ui.py", line 4885, in SetScrollBarLength
1022 04:26:18246 :: ZeroDivisionError
1022 04:26:18246 :: :
1022 04:26:18246 :: float division by zero
1022 04:26:18246 ::
I included both the py's of the files I removed and my own py's, thanks in advance to those who will help.