Jump to content

Recommended Posts

I use 40k client and I have this in sysser.

 

0830 00:11:00030 :: import marshal # builtin

0830 00:11:00030 :: import imp # builtin

0830 00:11:00074 :: ui.py: inconsistent use of tabs and spaces in indentation

0830 00:11:00122 :: import _weakref # builtin

0830 00:11:00173 :: # trying .\os.pyd

0830 00:11:00173 :: # trying .\os.py

0830 00:11:00173 :: # trying .\os.pyw

0830 00:11:00173 :: # trying .\os.pyc

0830 00:11:00173 :: # trying lib\os.pyd

0830 00:11:00173 :: # trying lib\os.py

0830 00:11:00174 :: # lib\os.pyc has bad magic

0830 00:11:00183 :: import os # from lib\os.py

0830 00:11:00183 :: import errno # builtin

0830 00:11:00184 :: import nt # builtin

0830 00:11:00185 :: # trying .\ntpath.pyd

0830 00:11:00185 :: # trying .\ntpath.py

0830 00:11:00185 :: # trying .\ntpath.pyw

0830 00:11:00185 :: # trying .\ntpath.pyc

0830 00:11:00185 :: # trying lib\ntpath.pyd

0830 00:11:00185 :: # trying lib\ntpath.py

0830 00:11:00186 :: # lib\ntpath.pyc has bad magic

0830 00:11:00193 :: import ntpath # from lib\ntpath.py

0830 00:11:00194 :: # trying .\stat.pyd

0830 00:11:00194 :: # trying .\stat.py

0830 00:11:00194 :: # trying .\stat.pyw

0830 00:11:00194 :: # trying .\stat.pyc

0830 00:11:00194 :: # trying lib\stat.pyd

0830 00:11:00195 :: # trying lib\stat.py

0830 00:11:00195 :: # lib\stat.pyc has bad magic

0830 00:11:00196 :: import stat # from lib\stat.py

0830 00:11:00197 :: # trying .\genericpath.pyd

0830 00:11:00197 :: # trying .\genericpath.py

0830 00:11:00197 :: # trying .\genericpath.pyw

0830 00:11:00197 :: # trying .\genericpath.pyc

0830 00:11:00197 :: # trying lib\genericpath.pyd

0830 00:11:00197 :: # trying lib\genericpath.py

0830 00:11:00198 :: # lib\genericpath.pyc has bad magic

0830 00:11:00199 :: import genericpath # from lib\genericpath.py

0830 00:11:00200 :: # trying .\warnings.pyd

0830 00:11:00200 :: # trying .\warnings.py

0830 00:11:00200 :: # trying .\warnings.pyw

0830 00:11:00200 :: # trying .\warnings.pyc

0830 00:11:00200 :: # trying lib\warnings.pyd

0830 00:11:00200 :: # trying lib\warnings.py

0830 00:11:00201 :: # lib\warnings.pyc has bad magic

0830 00:11:00207 :: import warnings # from lib\warnings.py

0830 00:11:00207 :: # trying .\linecache.pyd

0830 00:11:00208 :: # trying .\linecache.py

0830 00:11:00208 :: # trying .\linecache.pyw

0830 00:11:00208 :: # trying .\linecache.pyc

0830 00:11:00208 :: # trying lib\linecache.pyd

0830 00:11:00208 :: # trying lib\linecache.py

0830 00:11:00209 :: # lib\linecache.pyc has bad magic

0830 00:11:00210 :: import linecache # from lib\linecache.py

0830 00:11:00211 :: # trying .\types.pyd

0830 00:11:00211 :: # trying .\types.py

0830 00:11:00211 :: # trying .\types.pyw

0830 00:11:00211 :: # trying .\types.pyc

0830 00:11:00211 :: # trying lib\types.pyd

0830 00:11:00212 :: # trying lib\types.py

0830 00:11:00212 :: # lib\types.pyc has bad magic

0830 00:11:00213 :: import types # from lib\types.py

0830 00:11:00214 :: # trying .\UserDict.pyd

0830 00:11:00214 :: # trying .\UserDict.py

0830 00:11:00214 :: # trying .\UserDict.pyw

0830 00:11:00214 :: # trying .\UserDict.pyc

0830 00:11:00215 :: # trying lib\UserDict.pyd

0830 00:11:00215 :: # trying lib\UserDict.py

0830 00:11:00215 :: # lib\UserDict.pyc has bad magic

0830 00:11:00218 :: import UserDict # from lib\UserDict.py

0830 00:11:00219 :: # trying .\_abcoll.pyd

0830 00:11:00219 :: # trying .\_abcoll.py

0830 00:11:00219 :: # trying .\_abcoll.pyw

0830 00:11:00219 :: # trying .\_abcoll.pyc

0830 00:11:00219 :: # trying lib\_abcoll.pyd

0830 00:11:00220 :: # trying lib\_abcoll.py

0830 00:11:00220 :: # lib\_abcoll.pyc has bad magic

0830 00:11:00231 :: import _abcoll # from lib\_abcoll.py

0830 00:11:00231 :: # trying .\abc.pyd

0830 00:11:00231 :: # trying .\abc.py

0830 00:11:00232 :: # trying .\abc.pyw

0830 00:11:00232 :: # trying .\abc.pyc

0830 00:11:00232 :: # trying lib\abc.pyd

0830 00:11:00232 :: # trying lib\abc.py

0830 00:11:00232 :: # lib\abc.pyc has bad magic

0830 00:11:00235 :: import abc # from lib\abc.py

0830 00:11:00235 :: # trying .\_weakrefset.pyd

0830 00:11:00236 :: # trying .\_weakrefset.py

0830 00:11:00236 :: # trying .\_weakrefset.pyw

0830 00:11:00236 :: # trying .\_weakrefset.pyc

0830 00:11:00236 :: # trying lib\_weakrefset.pyd

0830 00:11:00236 :: # trying lib\_weakrefset.py

0830 00:11:00237 :: # lib\_weakrefset.pyc has bad magic

0830 00:11:00240 :: import _weakrefset # from lib\_weakrefset.py

0830 00:11:00243 :: # trying .\copy_reg.pyd

0830 00:11:00243 :: # trying .\copy_reg.py

0830 00:11:00243 :: # trying .\copy_reg.pyw

0830 00:11:00243 :: # trying .\copy_reg.pyc

0830 00:11:00243 :: # trying lib\copy_reg.pyd

0830 00:11:00243 :: # trying lib\copy_reg.py

0830 00:11:00244 :: # lib\copy_reg.pyc has bad magic

0830 00:11:00246 :: import copy_reg # from lib\copy_reg.py

0830 00:11:00779 :: # trying .\urllib.pyd

0830 00:11:00779 :: # trying .\urllib.py

0830 00:11:00779 :: # trying .\urllib.pyw

0830 00:11:00779 :: # trying .\urllib.pyc

0830 00:11:00779 :: # trying lib\urllib.pyd

0830 00:11:00779 :: # trying lib\urllib.py

0830 00:11:00780 :: # lib\urllib.pyc has bad magic

0830 00:11:00810 :: import urllib # from lib\urllib.py

0830 00:11:00811 :: # trying .\string.pyd

0830 00:11:00811 :: # trying .\string.py

0830 00:11:00811 :: # trying .\string.pyw

0830 00:11:00811 :: # trying .\string.pyc

0830 00:11:00811 :: # trying lib\string.pyd

0830 00:11:00811 :: # trying lib\string.py

0830 00:11:00812 :: # lib\string.pyc has bad magic

0830 00:11:00820 :: import string # from lib\string.py

0830 00:11:00821 :: # trying .\re.pyd

0830 00:11:00821 :: # trying .\re.py

0830 00:11:00821 :: # trying .\re.pyw

0830 00:11:00821 :: # trying .\re.pyc

0830 00:11:00822 :: # trying lib\re.pyd

0830 00:11:00822 :: # trying lib\re.py

0830 00:11:00822 :: # lib\re.pyc has bad magic

0830 00:11:00822 :: import re # from lib\re.py

0830 00:11:00823 :: # trying .\sre.pyd

0830 00:11:00823 :: # trying .\sre.py

0830 00:11:00823 :: # trying .\sre.pyw

0830 00:11:00823 :: # trying .\sre.pyc

0830 00:11:00823 :: # trying lib\sre.pyd

0830 00:11:00824 :: # trying lib\sre.py

0830 00:11:00824 :: # lib\sre.pyc has bad magic

0830 00:11:00829 :: import sre # from lib\sre.py

0830 00:11:00830 :: # trying .\sre_compile.pyd

0830 00:11:00830 :: # trying .\sre_compile.py

0830 00:11:00830 :: # trying .\sre_compile.pyw

0830 00:11:00831 :: # trying .\sre_compile.pyc

0830 00:11:00831 :: # trying lib\sre_compile.pyd

0830 00:11:00831 :: # trying lib\sre_compile.py

0830 00:11:00832 :: # lib\sre_compile.pyc has bad magic

0830 00:11:00846 :: import sre_compile # from lib\sre_compile.py

0830 00:11:00846 :: import _sre # builtin

0830 00:11:00863 :: # trying .\sre_constants.pyd

0830 00:11:00863 :: # trying .\sre_constants.py

0830 00:11:00863 :: # trying .\sre_constants.pyw

0830 00:11:00863 :: # trying .\sre_constants.pyc

0830 00:11:00863 :: # trying lib\sre_constants.pyd

0830 00:11:00863 :: # trying lib\sre_constants.py

0830 00:11:00864 :: # lib\sre_constants.pyc has bad magic

0830 00:11:00867 :: import sre_constants # from lib\sre_constants.py

0830 00:11:00867 :: #   clear[1] _sre

0830 00:11:00867 :: #   clear[2] REPEAT_ONE

0830 00:11:00867 :: #   clear[2] makedict

0830 00:11:00867 :: #   clear[2] CATEGORY_LOC_NOT_WORD

0830 00:11:00867 :: #   clear[2] SRE_INFO_CHARSET

0830 00:11:00867 :: #   clear[2] SRE_INFO_PREFIX

0830 00:11:00867 :: #   clear[2] SRE_FLAG_DEBUG

0830 00:11:00867 :: #   clear[2] MIN_UNTIL

0830 00:11:00867 :: #   clear[2] MAXREPEAT

0830 00:11:00867 :: #   clear[2] MAGIC

0830 00:11:00867 :: #   clear[2] OP_IGNORE

0830 00:11:00867 :: #   clear[2] MIN_REPEAT

0830 00:11:00867 :: #   clear[2] __file__

0830 00:11:00867 :: #   clear[2] CATEGORY_UNI_DIGIT

0830 00:11:00867 :: #   clear[2] SRE_FLAG_DOTALL

0830 00:11:00867 :: #   clear[2] AT_UNICODE

0830 00:11:00867 :: #   clear[2] SRE_FLAG_VERBOSE

0830 00:11:00867 :: #   clear[2] AT_LOCALE

0830 00:11:00867 :: #   clear[2] SRE_FLAG_TEMPLATE

0830 00:11:00867 :: #   clear[2] CATEGORY_UNI_SPACE

0830 00:11:00867 :: #   clear[2] CH_UNICODE

0830 00:11:00867 :: #   clear[2] CATEGORY_NOT_WORD

0830 00:11:00867 :: #   clear[2] OPCODES

0830 00:11:00867 :: #   clear[2] REPEAT

0830 00:11:00867 :: #   clear[2] AT_NON_BOUNDARY

0830 00:11:00867 :: #   clear[2] CATEGORY_UNI_NOT_DIGIT

0830 00:11:00867 :: #   clear[2] LITERAL

0830 00:11:00868 :: #   clear[2] CATEGORY_UNI_WORD

0830 00:11:00868 :: #   clear[2] LITERAL_IGNORE

0830 00:11:00868 :: #   clear[2] ANY_ALL

0830 00:11:00868 :: #   clear[2] AT_MULTILINE

0830 00:11:00868 :: #   clear[2] NOT_LITERAL_IGNORE

0830 00:11:00868 :: #   clear[2] CATEGORY

0830 00:11:00868 :: #   clear[2] AT_BEGINNING_STRING

0830 00:11:00868 :: #   clear[2] NOT_LITERAL

0830 00:11:00868 :: #   clear[2] CATEGORY_LINEBREAK

0830 00:11:00868 :: #   clear[2] RANGE

0830 00:11:00868 :: #   clear[2] AT_LOC_BOUNDARY

0830 00:11:00868 :: #   clear[2] SRE_INFO_LITERAL

0830 00:11:00868 :: #   clear[2] ANY

0830 00:11:00868 :: #   clear[2] AT

0830 00:11:00868 :: #   clear[2] SRE_FLAG_UNICODE

0830 00:11:00868 :: #   clear[2] AT_END

0830 00:11:00868 :: #   clear[2] CATEGORY_NOT_LINEBREAK

0830 00:11:00868 :: #   clear[2] __name__

0830 00:11:00868 :: #   clear[2] NEGATE

0830 00:11:00868 :: #   clear[2] AT_END_STRING

0830 00:11:00868 :: #   clear[2] BIGCHARSET

0830 00:11:00868 :: #   clear[2] SRE_FLAG_IGNORECASE

0830 00:11:00868 :: #   clear[2] CHCODES

0830 00:11:00868 :: #   clear[2] CATEGORY_WORD

0830 00:11:00868 :: #   clear[2] CATEGORY_UNI_LINEBREAK

0830 00:11:00868 :: #   clear[2] CATEGORY_UNI_NOT_SPACE

0830 00:11:00868 :: #   clear[2] AT_BOUNDARY

0830 00:11:00868 :: #   clear[2] __doc__

0830 00:11:00868 :: #   clear[2] ATCODES

0830 00:11:00868 :: #   clear[2] SUCCESS

0830 00:11:00868 :: #   clear[2] JUMP

0830 00:11:00868 :: #   clear[2] MAX_REPEAT

0830 00:11:00868 :: #   clear[2] CATEGORY_LOC_WORD

0830 00:11:00868 :: #   clear[2] INFO

0830 00:11:00868 :: #   clear[2] AT_BEGINNING

0830 00:11:00868 :: #   clear[2] AT_LOC_NON_BOUNDARY

0830 00:11:00868 :: #   clear[2] SRE_FLAG_MULTILINE

0830 00:11:00868 :: #   clear[2] MAX_UNTIL

0830 00:11:00868 :: #   clear[2] MARK

0830 00:11:00868 :: #   clear[2] FAILURE

0830 00:11:00868 :: #   clear[2] SUBPATTERN

0830 00:11:00868 :: #   clear[2] BRANCH

0830 00:11:00868 :: #   clear[2] error

0830 00:11:00868 :: #   clear[2] CATEGORY_DIGIT

0830 00:11:00868 :: #   clear[2] CATEGORY_NOT_DIGIT

0830 00:11:00868 :: #   clear[2] CHARSET

0830 00:11:00868 :: #   clear[2] ASSERT

0830 00:11:00868 :: #   clear[2] CATEGORY_UNI_NOT_LINEBREAK

0830 00:11:00868 :: #   clear[2] GROUPREF_IGNORE

0830 00:11:00868 :: #   clear[2] CATEGORY_SPACE

0830 00:11:00868 :: #   clear[2] AT_END_LINE

0830 00:11:00868 :: #   clear[2] SRE_FLAG_LOCALE

0830 00:11:00868 :: #   clear[2] CH_LOCALE

0830 00:11:00868 :: #   clear[2] AT_UNI_NON_BOUNDARY

0830 00:11:00868 :: #   clear[2] CATEGORY_NOT_SPACE

0830 00:11:00868 :: #   clear[2] sys

0830 00:11:00868 :: #   clear[2] ASSERT_NOT

0830 00:11:00868 :: #   clear[2] CATEGORY_UNI_NOT_WORD

0830 00:11:00868 :: #   clear[2] IN

0830 00:11:00869 :: #   clear[2] AT_BEGINNING_LINE

0830 00:11:00869 :: #   clear[2] IN_IGNORE

0830 00:11:00869 :: #   clear[2] AT_UNI_BOUNDARY

0830 00:11:00869 :: #   clear[2] GROUPREF

0830 00:11:00869 :: #   clear[2] CALL

0830 00:11:00869 :: #   clear[2] __file__

0830 00:11:00869 :: #   clear[2] sys

0830 00:11:00869 :: #   clear[2] __name__

0830 00:11:00869 :: #   clear[2] __doc__

0830 00:11:00869 :: #   clear[2] engine

0830 00:11:00869 :: #   clear[2] __file__

0830 00:11:00869 :: #   clear[2] __name__

0830 00:11:00869 :: #   clear[2] __doc__

0830 00:11:00869 :: #   clear[1] _idmap

0830 00:11:00869 :: #   clear[2] ascii_lowercase

0830 00:11:00869 :: #   clear[2] letters

0830 00:11:00869 :: #   clear[2] uppercase

0830 00:11:00869 :: #   clear[2] ascii_letters

0830 00:11:00869 :: #   clear[2] capwords

0830 00:11:00869 :: #   clear[2] ascii_uppercase

0830 00:11:00869 :: #   clear[2] octdigits

0830 00:11:00869 :: #   clear[2] whitespace

0830 00:11:00869 :: #   clear[2] punctuation

0830 00:11:00869 :: #   clear[2] printable

0830 00:11:00869 :: #   clear[2] __doc__

0830 00:11:00869 :: #   clear[2] __file__

0830 00:11:00869 :: #   clear[2] hexdigits

0830 00:11:00869 :: #   clear[2] __name__

0830 00:11:00869 :: #   clear[2] digits

0830 00:11:00869 :: #   clear[2] lowercase

0830 00:11:00869 :: #   clear[2] maketrans

0830 00:11:00869 :: #   clear[2] __name__

0830 00:11:00869 :: #   clear[2] __file__

0830 00:11:00869 :: #   clear[2] __doc__

0830 00:11:00869 :: Traceback (most recent call last):

0830 00:11:00869 ::   File "introLogo.py", line 64, in OnUpdate

0830 00:11:00870 ::   File "networkModule.py", line 177, in SetLoginPhase

0830 00:11:00870 ::   File "system.py", line 130, in __pack_import

0830 00:11:00870 ::   File "system.py", line 110, in _process_result

0830 00:11:00870 ::   File "introLogin.py", line 2, in <module>

0830 00:11:00871 ::   File "system.py", line 137, in __pack_import

0830 00:11:00871 ::   File "lib\urllib.py", line 25, in <module>

0830 00:11:00872 ::     
0830 00:11:00872 :: import string

0830 00:11:00872 ::   File "system.py", line 137, in __pack_import

0830 00:11:00872 ::   File "lib\string.py", line 83, in <module>

0830 00:11:00872 ::     
0830 00:11:00872 :: import re as _re

0830 00:11:00872 ::   File "system.py", line 137, in __pack_import

0830 00:11:00873 ::   File "lib\re.py", line 27, in <module>

0830 00:11:00873 ::     
0830 00:11:00873 :: from sre import *

0830 00:11:00873 ::   File "system.py", line 137, in __pack_import

0830 00:11:00873 ::   File "lib\sre.py", line 97, in <module>

0830 00:11:00874 ::     
0830 00:11:00874 :: import sre_compile

0830 00:11:00874 ::   File "system.py", line 137, in __pack_import

0830 00:11:00874 ::   File "lib\sre_compile.py", line 17, in <module>

0830 00:11:00874 ::     
0830 00:11:00874 :: assert _sre.MAGIC == MAGIC, "SRE module mismatch"

0830 00:11:00874 :: AssertionError
0830 00:11:00874 :: : 
0830 00:11:00874 :: SRE module mismatch
0830 00:11:00874 :: 

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/8381-problem-whit-intrologin/
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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.