[Problem]Syserr

12/25/2013 21:51 siemka256#1
Hallo,
kann mir jemand dabei helfen?
Code:
1225 21:50:07187 :: invalid idx 0
1225 21:50:16093 :: CMapOutdoor::Load - LoadMonsterAreaInfo ERROR
1225 21:50:16670 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
1225 21:50:16959 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buffnew/buff_item1.mse) Error
1225 21:50:16959 :: CInstanceBase::RegisterEffect(eEftType=104, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buffnew/buff_item1.mse, isCache=0) - Error
1225 21:50:16959 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buffnew/buff_item2.mse) Error
1225 21:50:16959 :: CInstanceBase::RegisterEffect(eEftType=105, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buffnew/buff_item2.mse, isCache=0) - Error
1225 21:50:16959 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buffnew/buff_item3.mse) Error
1225 21:50:16959 :: CInstanceBase::RegisterEffect(eEftType=106, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buffnew/buff_item3.mse, isCache=0) - Error
1225 21:50:16959 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buffnew/buff_item4.mse) Error
1225 21:50:16959 :: CInstanceBase::RegisterEffect(eEftType=107, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buffnew/buff_item4.mse, isCache=0) - Error
1225 21:50:16959 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buffnew/buff_item5.mse) Error
1225 21:50:16959 :: CInstanceBase::RegisterEffect(eEftType=108, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buffnew/buff_item5.mse, isCache=0) - Error
1225 21:50:16959 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buffnew/buff_item6.mse) Error
1225 21:50:16959 :: CInstanceBase::RegisterEffect(eEftType=109, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buffnew/buff_item6.mse, isCache=0) - Error
1225 21:50:19428 :: CreateFromMemoryFile: Cannot create texture
1225 21:50:19441 :: Failed to load script file : UIScript/CubeWindow.py
1225 21:50:19442 :: 
ui.py(line:2687) LoadScriptFile
system.py(line:192) execfile
system.py(line:163) Run
UIScript/CubeWindow.py(line:1) ?
system.py(line:137) __pack_import

LoadScriptFile - exceptions.ImportError:No module named localeInfo

1225 21:50:19442 :: ============================================================================================================
1225 21:50:19442 :: Abort!!!!


1225 21:50:19442 :: 
uiCube.py(line:115) LoadWindow
ui.py(line:2692) LoadScriptFile
exception.py(line:36) Abort

CubeWindow.LoadDialog.LoadScript - exceptions.SystemExit:

1225 21:50:19442 :: ============================================================================================================
1225 21:50:19442 :: Abort!!!!
12/25/2013 22:18 xP3NG3Rx#2
localeInfo module is a renamed locale module in the new patched official clients, because the python27 has a locale module.
12/25/2013 22:38 siemka256#3
I don't understand.