- Mesaj
- 164
- Çözümler
- 1
- Beğeni
- 42
- Puan
- 479
- Ticaret Puanı
- 0
5 level skill seçme sysseri:
0601 11:55:19234 :: ResourceManager::GetResourcePointer: NOT SUPPORT FILE d:\ymir work\ui\beceritahtasi\yakin1.png
login sysser:
0601 01:24:00590 :: ResourceManager::GetResourcePointer: NOT SUPPORT FILE d:\ymir work\ui\login\button\board.png
0601 01:24:00590 :: ui:3147: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
0601 01:24:00590 ::
introLogin.py(line:298) __LoadScript
ui.py(line:3140) LoadScriptFile
ui.py(line:3330) LoadChildren
ui.py(line:3330) LoadChildren
ui.py(line:3147) LoadChildren
LoginWindow.__LoadScript.LoadObject - <type 'exceptions.RuntimeError'>:Failed to load image (filename: d:/ymir work/ui/login/button/board.png)
0601 01:24:00590 :: ============================================================================================================
0601 01:24:00590 :: Abort!!!!
0601 01:24:00590 :: filename=exception.py, name=Abort, line=33
0601 01:24:00590 :: filename=introLogin.py, name=__LoadScript, line=301
0601 01:24:00590 :: filename=introLogin.py, name=Open, line=149
0601 01:24:00590 :: filename=networkModule.py, name=__ChangePhaseWindow, line=150
0601 01:24:00590 :: filename=uiPhaseCurtain.py, name=OnUpdate, line=61
0601 01:24:00590 :: filename=prototype.py, name=RunApp, line=57
0601 01:24:00590 :: filename=prototype.py, name=<module>, line=61
0601 01:24:00590 :: filename=system.py, name=Run, line=163
0601 01:24:00590 :: filename=system.py, name=execfile, line=192
0601 01:24:00590 :: filename=system.py, name=RunMainScript, line=273
0601 01:24:00590 :: filename=system.py, name=<module>, line=295
0601 01:24:00590 :: filename=<string>, name=<module>, line=297
beceriekrani.py:
window = {
"name" : "SelectSkill",
"style" : ("movable", "float",),
"x" : SCREEN_WIDTH / 2 - 95,
"y" : SCREEN_HEIGHT / 2 - 88,
"width" : 190,
"height" : 175,
"children" :
(
{
"name" : "board",
"type" : "board",
"x" : 0,
"y" : 0,
"width" : 190,
"height" : 175,
"children" :
(
## Title
{
"name" : "titlebar",
"type" : "titlebar",
"style" : ("attach",),
"x" : 5,
"y" : 6,
"width" : 190-12,
"color" : "gray",
"children" :
(
{ "name":"titlename", "type":"text", "x":0, "y":3,
"text" : "Skill Penceresi",
"horizontal_align":"center", "text_horizontal_align":"center" },
),
},
{
"name" : "Skill_1",
"type" : "button",
"x" : 20,
"y" : 40,
"default_image" : "d:/ymir work/ui/BeceriTahtasi/Yakin1.png",
"over_image" : "d:/ymir work/ui/BeceriTahtasi/Yakin2.png",
"down_image" : "d:/ymir work/ui/BeceriTahtasi/Yakin1.png",
},
{
"name" : "Skill_2",
"type" : "button",
"x" : 20,
"y" : 80,
"default_image" : "d:/ymir work/ui/BeceriTahtasi/Uzak1.png",
"over_image" : "d:/ymir work/ui/BeceriTahtasi/Uzak2.png",
"down_image" : "d:/ymir work/ui/BeceriTahtasi/Uzak1.png",
},
{
"name" : "Cancel",
"type" : "button",
"x" : 20,
"y" : 120,
"default_image" : "d:/ymir work/ui/BeceriTahtasi/Sonra1.png",
"over_image" : "d:/ymir work/ui/BeceriTahtasi/Sonra2.png",
"down_image" : "d:/ymir work/ui/BeceriTahtasi/Sonra1.png",
},
),
},
),
}