Jump to content

not all arguments converted during string formatting


Go to solution Solved by DarkAng3l,

Recommended Posts

Hey Devs, my client syserr showed this problem, any help to fix it?

Spoiler

 

1223 00:04:37047 :: Traceback (most recent call last):

1223 00:04:37048 ::   File "introSelect.py", line 555, in <lambda>

1223 00:04:37048 ::   File "introSelect.py", line 1047, in OverInButton

1223 00:04:37048 :: TypeError
1223 00:04:37048 :: : 
1223 00:04:37048 :: not all arguments converted during string formatting
1223 00:04:37048 :: 

 

Also, line 1047 of introSelect.py

Spoiler

self.toolTip.AutoAppendNewTextLine(uiScriptLocale.SELECT_PLAYTIME % (playTime), grp.GenerateColor(1.0, 1.0, 0.0, 1.0))

 

  • Solution

self.toolTip.AutoAppendNewTextLine(uiScriptLocale.SELECT_PLAYTIME + " : %dmin" % (playTime), grp.GenerateColor(1.0, 1.0, 0.0, 1.0))

SELECT_PLAYTIME  haven't variable in locale_interface.txt

  • Love 5
  • 1 year later...
On 12/23/2015 at 12:43 AM, DarkAng3l said:

self.toolTip.AutoAppendNewTextLine(uiScriptLocale.SELECT_PLAYTIME + " : %dmin" % (playTime), grp.GenerateColor(1.0, 1.0, 0.0, 1.0))

SELECT_PLAYTIME  haven't variable in locale_interface.txt

thank you ..

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.