Jump to content

beydoun9999

Inactive Member
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

About beydoun9999

Informations

  • Gender
    Male

beydoun9999's Achievements

Newbie

Newbie (1/16)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hey Guys, (Sry for bad english) i compiled a client binary but i get an error at end of loadscreen. Syserr: 0131 20:49:00020 :: import marshal # builtin 0131 20:49:00021 :: import imp # builtin 0131 20:49:00048 :: ui.py: inconsistent use of tabs and spaces in indentation 0131 20:49:00078 :: import _weakref # builtin 0131 20:49:00368 :: # trying .os.pyd 0131 20:49:00368 :: # trying .os.py 0131 20:49:00368 :: # trying .os.pyw 0131 20:49:00368 :: # trying .os.pyc 0131 20:49:00368 :: # trying libos.pyd 0131 20:49:00368 :: # trying libos.py 0131 20:49:00368 :: # libos.pyc has bad magic 0131 20:49:00373 :: import os # from libos.py 0131 20:49:00374 :: import nt # builtin 0131 20:49:00374 :: # trying .ntpath.pyd 0131 20:49:00374 :: # trying .ntpath.py 0131 20:49:00374 :: # trying .ntpath.pyw 0131 20:49:00374 :: # trying .ntpath.pyc 0131 20:49:00374 :: # trying libntpath.pyd 0131 20:49:00374 :: # trying libntpath.py 0131 20:49:00375 :: # libntpath.pyc has bad magic 0131 20:49:00379 :: import ntpath # from libntpath.py 0131 20:49:00380 :: # trying .stat.pyd 0131 20:49:00380 :: # trying .stat.py 0131 20:49:00380 :: # trying .stat.pyw 0131 20:49:00380 :: # trying .stat.pyc 0131 20:49:00380 :: # trying libstat.pyd 0131 20:49:00380 :: # trying libstat.py 0131 20:49:00380 :: # libstat.pyc has bad magic 0131 20:49:00381 :: import stat # from libstat.py 0131 20:49:00381 :: # trying .UserDict.pyd 0131 20:49:00381 :: # trying .UserDict.py 0131 20:49:00381 :: # trying .UserDict.pyw 0131 20:49:00381 :: # trying .UserDict.pyc 0131 20:49:00381 :: # trying libUserDict.pyd 0131 20:49:00381 :: # trying libUserDict.py 0131 20:49:00381 :: # libUserDict.pyc has bad magic 0131 20:49:00382 :: import UserDict # from libUserDict.py 0131 20:49:00382 :: # trying .copy_reg.pyd 0131 20:49:00382 :: # trying .copy_reg.py 0131 20:49:00382 :: # trying .copy_reg.pyw 0131 20:49:00382 :: # trying .copy_reg.pyc 0131 20:49:00382 :: # trying libcopy_reg.pyd 0131 20:49:00382 :: # trying libcopy_reg.py 0131 20:49:00382 :: # libcopy_reg.pyc has bad magic 0131 20:49:00383 :: import copy_reg # from libcopy_reg.py 0131 20:49:00384 :: # trying .types.pyd 0131 20:49:00384 :: # trying .types.py 0131 20:49:00384 :: # trying .types.pyw 0131 20:49:00384 :: # trying .types.pyc 0131 20:49:00384 :: # trying libtypes.pyd 0131 20:49:00384 :: # trying libtypes.py 0131 20:49:00384 :: # libtypes.pyc has bad magic 0131 20:49:00384 :: import types # from libtypes.py 0131 20:49:00385 :: # trying .__future__.pyd 0131 20:49:00385 :: # trying .__future__.py 0131 20:49:00385 :: # trying .__future__.pyw 0131 20:49:00385 :: # trying .__future__.pyc 0131 20:49:00385 :: # trying lib__future__.pyd 0131 20:49:00385 :: # trying lib__future__.py 0131 20:49:00385 :: # lib__future__.pyc has bad magic 0131 20:49:00386 :: import __future__ # from lib__future__.py 0131 20:49:00386 :: import errno # builtin 0131 20:49:00420 :: import time # builtin 0131 20:49:00422 :: # trying .linecache.pyd 0131 20:49:00422 :: # trying .linecache.py 0131 20:49:00422 :: # trying .linecache.pyw 0131 20:49:00422 :: # trying .linecache.pyc 0131 20:49:00422 :: # trying liblinecache.pyd 0131 20:49:00422 :: # trying liblinecache.py 0131 20:49:00422 :: # liblinecache.pyc has bad magic 0131 20:49:00423 :: import linecache # from liblinecache.py 0131 20:50:04304 :: import math # builtin 0131 20:50:04432 :: uiDragonSoul.py: inconsistent use of tabs and spaces in indentation 0131 20:50:04487 :: uiSystem.py: inconsistent use of tabs and spaces in indentation 0131 20:50:04552 :: uiQuest.py: inconsistent use of tabs and spaces in indentation 0131 20:50:12194 :: CEffectManager::RegisterEffect - LoadScript(D:/ymir work/pc/gruen/gruen.mse) Error 0131 20:50:12194 :: CInstanceBase::RegisterEffect(eEftType=258, c_szEftAttachBone=Bip01, c_szEftName=D:/ymir work/pc/gruen/gruen.mse, isCache=0) - Error 0131 20:50:16221 :: game.py: inconsistent use of tabs and spaces in indentation 0131 20:50:16304 :: Failed to load script file : locale/de/ui/InventoryWindow.py 0131 20:50:16304 :: # trying .traceback.pyd 0131 20:50:16304 :: # trying .traceback.py 0131 20:50:16304 :: # trying .traceback.pyw 0131 20:50:16304 :: # trying .traceback.pyc 0131 20:50:16304 :: # trying libtraceback.pyd 0131 20:50:16304 :: # trying libtraceback.py 0131 20:50:16304 :: # libtraceback.pyc has bad magic 0131 20:50:16307 :: import traceback # from libtraceback.py 0131 20:50:16308 :: ui.py(line:2773) LoadScriptFile system.py(line:192) execfile system.py(line:163) Run locale/de/ui/InventoryWindow.py(line:100) <module> LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'EQUIPMENT_RING1' 0131 20:50:16308 :: ============================================================================================================ 0131 20:50:16308 :: Abort!!!! 0131 20:50:16308 :: uiInventory.py(line:286) __LoadWindow ui.py(line:2790) LoadScriptFile exception.py(line:36) Abort InventoryWindow.LoadWindow.LoadObject - <type 'exceptions.SystemExit'>: 0131 20:50:16309 :: ============================================================================================================ 0131 20:50:16309 :: Abort!!!! 0131 20:50:16313 :: # clear __builtin__._ 0131 20:50:16313 :: # clear sys.path 0131 20:50:16313 :: # clear sys.argv 0131 20:50:16313 :: # clear sys.ps1 0131 20:50:16313 :: # clear sys.ps2 0131 20:50:16313 :: # clear sys.exitfunc 0131 20:50:16313 :: # clear sys.exc_type 0131 20:50:16313 :: # clear sys.exc_value 0131 20:50:16313 :: # clear sys.exc_traceback 0131 20:50:16313 :: # clear sys.last_type 0131 20:50:16313 :: # clear sys.last_value 0131 20:50:16313 :: # clear sys.last_traceback 0131 20:50:16313 :: # clear sys.path_hooks 0131 20:50:16313 :: # clear sys.path_importer_cache 0131 20:50:16313 :: # clear sys.meta_path 0131 20:50:16313 :: # clear sys.flags 0131 20:50:16313 :: # clear sys.float_info 0131 20:50:16313 :: # restore sys.stdin 0131 20:50:16313 :: # restore sys.stdout 0131 20:50:16313 :: # restore sys.stderr I hope someone can help me..!
×
×
  • 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.