Jump to content

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
https://metin2.dev/topic/9598-bin-problem-with-client/
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
https://metin2.dev/topic/9598-bin-problem-with-client/#findComment-57648
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
https://metin2.dev/topic/9598-bin-problem-with-client/#findComment-57657
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.