antiblock
Rodnia | Alpha & Omega
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
Tcheka

Client Fechando Após Carregar

Question

Olá Comunidade

 

Estou com o seguinte erro, compilei um binary novo para meu client, ele abriu normalmente, só que quando seleciono o personagem e carrega os 100% o client fecha sozinho.

Olhei no syseer e está isso nele:

0919 13:18:13549 :: 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.
0919 13:18:18634 :: Failed to load script file : locale/de/ui/InventoryWindow.py
0919 13:18:18636 :: 
ui.py(line:2778) LoadScriptFile
system.py(line:192) execfile
system.py(line:163) Run
locale/de/ui/InventoryWindow.py(line:92) <module>

LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'EQUIPMENT_RING1'

0919 13:18:18636 :: ============================================================================================================
0919 13:18:18636 :: Abort!!!!


0919 13:18:18638 :: 
uiInventory.py(line:282) __LoadWindow
ui.py(line:2795) LoadScriptFile
exception.py(line:36) Abort

InventoryWindow.LoadWindow.LoadObject - <type 'exceptions.SystemExit'>:

0919 13:18:18638 :: ============================================================================================================
0919 13:18:18638 :: Abort!!!!

Eu abro ele normal com o binary antigo, só que com o que eu compilei está dando esse erro.

Share this post


Link to post
Share on other sites

4 answers to this question

  • 0

Já resolvi, esqueci de colocar o comando para ativar novos equipamentos.

Share this post


Link to post
Share on other sites
antiblock
Elveron
  • 0

ui.py(line:2778) LoadScriptFile

system.py(line:192) execfile

system.py(line:163) Run

locale/de/ui/InventoryWindow.py(line:92) <module>

LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'EQUIPMENT_RING1'

0919 13:18:18636 :: ============================================================================================================

0919 13:18:18636 :: Abort!!!!

Verifica está parte o erro está ai, ao ler vai perceberes.

Share this post


Link to post
Share on other sites
  • 0

ui.py(line:2778) LoadScriptFile

system.py(line:192) execfile

system.py(line:163) Run

locale/de/ui/InventoryWindow.py(line:92) <module>

LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'EQUIPMENT_RING1'

0919 13:18:18636 :: ============================================================================================================

0919 13:18:18636 :: Abort!!!!

Verifica está parte o erro está ai, ao ler vai perceberes.

 

Não percebi. Pois com o binario original eu entro e jogo normal, agora nesse ai ele fecha quando carrega 100%.

Share this post


Link to post
Share on other sites
  • 0

LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'EQUIPMENT_RING1'

 

aí ta o erro

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this