Çözüldü 4 LÜ Envanter Sistemi Syserr hatası

Bu konu çözüme ulaştırılmıştır. Çözüm için konuya yazılan tüm yorumları okumayı unutmayın. Eğer konudaki yorumlar sorununuzu çözmediyse yeni bir konu açabilirsiniz.
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.

osman1088

Üye
Üye
Mesaj
26
Çözümler
2
Beğeni
3
Puan
408
Ticaret Puanı
0
0926 22:26:06934 ::
networkModule.py(line:208) SetSelectCharacterPhase
system.py(line:130) __pack_import
system.py(line:110) _process_result
introSelect.py(line:30) <module>
system.py(line:130) __pack_import
system.py(line:110) _process_result
interfaceModule.py(line:12) <module>
system.py(line:130) __pack_import

networkModule.SetSelectCharacterPhase - <type 'exceptions.IndentationError'>:unindent does not match any outer indentation level (uiInventory.py, line 313)

0926 22:26:06934 :: ============================================================================================================
0926 22:26:06934 :: Abort!!!!

Şöyle bir hata alıyorum fakat herşeyi eksiksiz yaptım ne yaptım ne etim olmuyor yok tab da bırakmadım inventorywindow.py da eksik yazmadım ama beceremedim
 
Çözüm
constInfo.py dosyasına bunları ekle öyle dene bakayim


Kod:
isItemDropQuestionDialog = 0

def GET_ITEM_DROP_QUESTION_DIALOG_STATUS():
    global isItemDropQuestionDialog
    return isItemDropQuestionDialog

def SET_ITEM_DROP_QUESTION_DIALOG_STATUS(flag):
    global isItemDropQuestionDialog
    isItemDropQuestionDialog = flag
Cözdüm onuda şimdi karşıma cıkan hata bu

0926 23:22:15856 ::
uiInventory.py(line:293) __LoadWindow
ui.py(line:2704) GetChild

InventoryWindow.LoadWindow.BindObject - <type 'exceptions.KeyError'>:'ItemSlot'
 
InventoryWindow.py bu dosyanın içine bak itemslot var mı örnek olarak kod vericem


Kod:
                ## Item Slot
                {
                    "name" : "ItemSlot",
                    "type" : "grid_table",

                    "x" : 8,
                    "y" : 246,

                    "start_index" : 0,
                    "x_count" : 5,
                    "y_count" : 9,
                    "x_step" : 32,
                    "y_step" : 32,

                    "image" : "d:/ymir work/ui/public/Slot_Base.sub"
                },
 
he yoktu ekledim halletim oyun acıldı 4 envanter geldi fakat fare ile ustune tıklıyıp işlem yapamıyorum itemlere ne giyebiliyorum ne hareket etirebiliyorum gene hata sysserden baktım bunu diyor şimdide galiba son dokunus kaldı :D

0926 23:46:32695 :: Traceback (most recent call last):

0926 23:46:32695 :: File "ui.py", line 1470, in OnUseSlot

0926 23:46:32695 :: File "ui.py", line 87, in __call__

0926 23:46:32695 :: File "ui.py", line 78, in __call__

0926 23:46:32696 :: File "uiInventory.py", line 1103, in UseItemSlot

0926 23:46:32696 :: AttributeError
0926 23:46:32696 :: :
0926 23:46:32696 :: 'module' object has no attribute 'GET_ITEM_DROP_QUESTION_DIALOG_STATUS'
0926 23:46:32696 ::
 
constInfo.py dosyasına bunları ekle öyle dene bakayim


Kod:
isItemDropQuestionDialog = 0

def GET_ITEM_DROP_QUESTION_DIALOG_STATUS():
    global isItemDropQuestionDialog
    return isItemDropQuestionDialog

def SET_ITEM_DROP_QUESTION_DIALOG_STATUS(flag):
    global isItemDropQuestionDialog
    isItemDropQuestionDialog = flag
 
Çözüm
Durum
İçerik kilitlendiği için mesaj gönderimine kapatıldı.
Geri
Üst