Jump to content

Recommended Posts

  • Premium

Hi people!

Somethimes my client crash:
 

1003 17:51:53023 :: Traceback (most recent call last):

1003 17:51:53023 ::   File "game.py", line 685, in OnChangePKMode

1003 17:51:53024 ::   File "interfaceModule.py", line 803, in OnChangePKMode

1003 17:51:53024 ::   File "uiCharacter.py", line 563, in RefreshAlignment

1003 17:51:53025 :: TypeError
1003 17:51:53025 :: : 
1003 17:51:53025 :: __pack_import() takes at most 4 arguments (5 given)
1003 17:51:53025 :: 

 

 

Link to comment
https://metin2.dev/topic/8813-sometimes-my-client-crash/
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Open your system.py, then search:

 

def __pack_import(name,globals=None,locals=None,fromlist=None):

and write one more argument for this function, for example:

 

def __pack_import(name,globals=None,locals=None,fromlist=None, arg5 = None):
Link to comment
https://metin2.dev/topic/8813-sometimes-my-client-crash/#findComment-53700
Share on other sites

  • Active+ Member

"__pack_import() takes at most 4 arguments (5 given)"

this isn't specific problem your problem due from

"File "uiCharacter.py", line 563, in RefreshAlignment"   function

 

 check here changes

 

Link to comment
https://metin2.dev/topic/8813-sometimes-my-client-crash/#findComment-53706
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.