Jump to content

Bin problem with client


Recommended Posts

Hi! I have a problem with clear client ;-; I compiled bin and put in client, but when i open it, it gives me error log. I deleted line with IsCanada because the first log was like this ;-; I don't know what should I do :C I was trying with Terenzo bin but it gave me error when building solution so i took clear bin and changed some shit like in Terenzo :v ( Sorry for my bad eng )

@EDIT new problem down :)

GameWindow.Open - <type 'exceptions.RuntimeError'>:skill.GetSkillType - Failed to find skill by 1

Link to comment
Share on other sites

Python 2.2 is using locale.py in root file. However, python 2.7 is using localeInfo.py if you didn't change this, you will get this error all the time.

If you're using Python 2.7, just search this and replace with that.

 

import locale -> import localeInfo

locale. -> localeInfo.

 

 

Kind Regards ~ Ken

  • Love 1

Do not be sorry, be better.

Link to comment
Share on other sites

So i have other problem ;-;

1207 16:36:25464 :: SYSERR: 
game.py(line:216) Open
game.py(line:628) StartGame
game.py(line:780) RefreshCharacter
interfaceModule.py(line:569) RefreshCharacter
uiCharacter.py(line:1110) RefreshCharacter
uiCharacter.py(line:1172) __SelectSkillGroup
uiCharacter.py(line:1158) __SetSkillSlotData
uiCharacter.py(line:855) RefreshSkill
uiCharacter.py(line:830) __RefreshSkillPage

GameWindow.Open - <type 'exceptions.RuntimeError'>:skill.GetSkillType - Failed to find skill by 91

It's too with warrior dunno where is the problem :v Can you help me :c?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



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