Jump to content

Traceur3RUN

Inactive Member
  • Posts

    408
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by Traceur3RUN

  1.  

     

    i working on this 2 week but nothing fixed  -_-  ref

    1006 11:52:25582 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item1.mse) Error
    1006 11:52:25582 :: CInstanceBase::RegisterEffect(eEftType=269, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item1.mse, isCache=1) - Error
    1006 11:52:25589 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item3.mse) Error
    1006 11:52:25589 :: CInstanceBase::RegisterEffect(eEftType=271, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item3.mse, isCache=1) - Error
    1006 11:52:26470 :: invalid idx 0
    1006 11:52:34903 :: 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.
    

     

    ref

     

     

    ref

  2.  

    i working on this 2 week but nothing fixed  -_-  ref

    1006 11:52:25582 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item1.mse) Error
    1006 11:52:25582 :: CInstanceBase::RegisterEffect(eEftType=269, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item1.mse, isCache=1) - Error
    1006 11:52:25589 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item3.mse) Error
    1006 11:52:25589 :: CInstanceBase::RegisterEffect(eEftType=271, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item3.mse, isCache=1) - Error
    1006 11:52:26470 :: invalid idx 0
    1006 11:52:34903 :: 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.
    

     

    ref

  3. i working on this 2 week but nothing fixed  -_-  ref

    1006 11:52:25582 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item1.mse) Error
    1006 11:52:25582 :: CInstanceBase::RegisterEffect(eEftType=269, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item1.mse, isCache=1) - Error
    1006 11:52:25589 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item3.mse) Error
    1006 11:52:25589 :: CInstanceBase::RegisterEffect(eEftType=271, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item3.mse, isCache=1) - Error
    1006 11:52:26470 :: invalid idx 0
    1006 11:52:34903 :: 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.
    
  4. If your bank password doesn't work, you may just need to SET a bank password in account@account. That's the "social_id" column. If it's blank it won't accept the input of all zeros.

     

    I had the same error about buff_item1.mse

     

    Browse to that directory in the client and the answer should be pretty obvious on how to fix. I believe it was a typo somewhere.

     

    I just can't remember the exact solution but that's how I found it.

    ok thanks

     

    ref someone sugestion?

  5.  

    #ifndef __LIMIT_TIME__
    #define __LIMIT_TIME__
     
    //#define ENABLE_LIMIT_TIME
    #define GLOBAL_LIMIT_TIME 1443027211UL // Wed Sep 23 18:53:31 2015
    #define TIME_OVER_PONG_DOWN_RATE     50000
    #define TIME_OVER_LOGIN_DOWN_RATE     10000
    #endif
    
    
    change to this
    
    #ifndef __LIMIT_TIME__
    #define __LIMIT_TIME__
     
    //#define ENABLE_LIMIT_TIME
    #define GLOBAL_LIMIT_TIME 2443027211UL // Wed Sep 23 18:53:31 2015
    #define TIME_OVER_PONG_DOWN_RATE     50000
    #define TIME_OVER_LOGIN_DOWN_RATE     10000
    #endif
    
    
    and try again

    You Update The Time -_- , But I Want Delete It .

     

    But I Will Try :)

     

    if you want delete time limit you must all files where you find limit_time and delete this line

  6. #ifndef __LIMIT_TIME__
    #define __LIMIT_TIME__
     
    //#define ENABLE_LIMIT_TIME
    #define GLOBAL_LIMIT_TIME 1443027211UL // Wed Sep 23 18:53:31 2015
    #define TIME_OVER_PONG_DOWN_RATE     50000
    #define TIME_OVER_LOGIN_DOWN_RATE     10000
    #endif
    
    
    change to this
    
    #ifndef __LIMIT_TIME__
    #define __LIMIT_TIME__
     
    //#define ENABLE_LIMIT_TIME
    #define GLOBAL_LIMIT_TIME 2443027211UL // Wed Sep 23 18:53:31 2015
    #define TIME_OVER_PONG_DOWN_RATE     50000
    #define TIME_OVER_LOGIN_DOWN_RATE     10000
    #endif
    
    
    and try again
  7. Hello,

    I've problems with my compiled binary from mainline_released, I'am using the offical .de Client with python 22 lib folder and python22.dll

     

    so my error is after loading the client stuck and don't go on:

     

    Syserr;

    1007 10:52:17006 :: 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.
    1007 10:52:22831 :: Traceback (most recent call last):
    
    1007 10:52:22831 ::   File "networkModule.py", line 245, in SetGamePhase
    
    1007 10:52:22831 ::   File "system.py", line 130, in __pack_import
    
    1007 10:52:22831 ::   File "system.py", line 110, in _process_result
    
    1007 10:52:22832 ::   File "game.py", line 52, in <module>
    
    1007 10:52:22832 ::   File "system.py", line 130, in __pack_import
    
    1007 10:52:22832 ::   File "system.py", line 110, in _process_result
    
    1007 10:52:22832 ::   File "uiguildstorage.py", line 22, in <module>
    
    1007 10:52:22832 ::   File "system.py", line 137, in __pack_import
    
    1007 10:52:22832 ::   File "L:workPython-2.7.3liblocale.py", line 15, in <module>
    
    1007 10:52:22832 ::   File "system.py", line 137, in __pack_import
    
    1007 10:52:22832 ::   File "C:UsersYMIRDownloadsPython-2.7.3Python-2.7.3libencodings__init__.py", line 32, in <module>
    
    1007 10:52:22833 :: ImportError
    1007 10:52:22833 :: : 
    1007 10:52:22833 :: cannot import name aliases
    1007 10:52:22833 :: 
    

    Any fix??

     

    Kind regards

    KIDD

    you add on locale inc 

    #define ENABLE_DRAGON_SOUL_SYSTEM
    #define ENABLE_NEW_EQUIPMENT_SYSTEM

    ?

  8.  

    40k time limit is somewhere in 2015

    novaline only; the rest should be expired by now

     

    some problem , I delete the limit time in the source and no work....

    something else is causing the game to crush (if its crushing)

     

     

    some problem , I delete the limit time in the source and no work....

    open limit time.h

    and change to this:

    #ifndef __LIMIT_TIME__
    #define __LIMIT_TIME__
    
    #define ENABLE_LIMIT_TIME
    #define GLOBAL_LIMIT_TIME 2409996783UL // Sat Sep  6 18:46:23 2014
    #define TIME_OVER_PONG_DOWN_RATE  50000
    #define TIME_OVER_LOGIN_DOWN_RATE  10000
    #endif

    you didnt change anything -.-

    #ifndef __LIMIT_TIME__
    #define __LIMIT_TIME__
    
    #define TIME_OVER_PONG_DOWN_RATE  50000
    #define TIME_OVER_LOGIN_DOWN_RATE  10000
    #endif

    old 

    #ifndef __LIMIT_TIME__

    #define __LIMIT_TIME__

    #define ENABLE_LIMIT_TIME

    #define GLOBAL_LIMIT_TIME 1409996783UL // Sat Sep  6 18:46:23 2014

    #define TIME_OVER_PONG_DOWN_RATE  50000

    #define TIME_OVER_LOGIN_DOWN_RATE  10000

    #endif

    new

    #ifndef __LIMIT_TIME__

    #define __LIMIT_TIME__

    #define ENABLE_LIMIT_TIME

    #define GLOBAL_LIMIT_TIME 2409996783UL // Sat Sep  6 18:46:23 2014

    #define TIME_OVER_PONG_DOWN_RATE  50000

    #define TIME_OVER_LOGIN_DOWN_RATE  10000

    #endif

     

    i use this and its perfect working but i dont know what you doing okey you can delete time but no need just change time

  9.  

     

     

     

    post syserr

    if emty then look at the python part maybe it does not work

    1005 19:53:00617 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/login_window.mp31005 19:53:06572 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item1.mse) Error1005 19:53:06572 :: CInstanceBase::RegisterEffect(eEftType=269, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item1.mse, isCache=1) - Error1005 19:53:06572 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item2.mse) Error1005 19:53:06572 :: CInstanceBase::RegisterEffect(eEftType=270, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item2.mse, isCache=1) - Error1005 19:53:06572 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item3.mse) Error1005 19:53:06572 :: CInstanceBase::RegisterEffect(eEftType=271, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item3.mse, isCache=1) - Error1005 19:53:06573 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item4.mse) Error1005 19:53:06573 :: CInstanceBase::RegisterEffect(eEftType=272, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item4.mse, isCache=1) - Error1005 19:53:06833 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/characterselect.mp31005 19:53:07063 :: invalid idx 01005 19:53:13057 :: 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.1005 19:53:17282 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/M2BG.mp3

    play music problem:

    Change your MSS32.dll.

    You can copy this from official client

    Buff_item3.mse .... problem

    You havent the ring effects.

    And Check your uiinventory and uiscript

     

    i go to effect ymir work effect etc but there no folder buff  :huh:

     

    its on one of the new patchs

     

     

    yes i know i have last 4 errors 

    1006 11:52:25582 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item1.mse) Error
    1006 11:52:25582 :: CInstanceBase::RegisterEffect(eEftType=269, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item1.mse, isCache=1) - Error
    1006 11:52:25589 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item3.mse) Error
    1006 11:52:25589 :: CInstanceBase::RegisterEffect(eEftType=271, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item3.mse, isCache=1) - Error
    1006 11:52:26470 :: invalid idx 0
    1006 11:52:34903 :: 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.
    
  10. some problem , I delete the limit time in the source and no work....

    open limit time.h

    and change to this:

    #ifndef __LIMIT_TIME__
    #define __LIMIT_TIME__
    
    #define ENABLE_LIMIT_TIME
    #define GLOBAL_LIMIT_TIME 2409996783UL // Sat Sep  6 18:46:23 2014
    #define TIME_OVER_PONG_DOWN_RATE  50000
    #define TIME_OVER_LOGIN_DOWN_RATE  10000
    #endif
  11.  

     

    post syserr

    if emty then look at the python part maybe it does not work

    1005 19:53:00617 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/login_window.mp31005 19:53:06572 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item1.mse) Error1005 19:53:06572 :: CInstanceBase::RegisterEffect(eEftType=269, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item1.mse, isCache=1) - Error1005 19:53:06572 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item2.mse) Error1005 19:53:06572 :: CInstanceBase::RegisterEffect(eEftType=270, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item2.mse, isCache=1) - Error1005 19:53:06572 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item3.mse) Error1005 19:53:06572 :: CInstanceBase::RegisterEffect(eEftType=271, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item3.mse, isCache=1) - Error1005 19:53:06573 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item4.mse) Error1005 19:53:06573 :: CInstanceBase::RegisterEffect(eEftType=272, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item4.mse, isCache=1) - Error1005 19:53:06833 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/characterselect.mp31005 19:53:07063 :: invalid idx 01005 19:53:13057 :: 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.1005 19:53:17282 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/M2BG.mp3

    play music problem:

    Change your MSS32.dll.

    You can copy this from official client

    Buff_item3.mse .... problem

    You havent the ring effects.

    And Check your uiinventory and uiscript

     

    i go to effect ymir work effect etc but there no folder buff  :huh:

  12. post syserr

    if emty then look at the python part maybe it does not work

    1006 09:56:07142 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item1.mse) Error
    1006 09:56:07142 :: CInstanceBase::RegisterEffect(eEftType=269, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item1.mse, isCache=1) - Error
    1006 09:56:07145 :: CEffectManager::RegisterEffect - LoadScript(d:/ymir work/effect/etc/buff/buff_item3.mse) Error
    1006 09:56:07145 :: CInstanceBase::RegisterEffect(eEftType=271, c_szEftAttachBone=, c_szEftName=d:/ymir work/effect/etc/buff/buff_item3.mse, isCache=1) - Error
    1006 09:56:07637 :: invalid idx 0
    1006 09:56:13544 :: 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.
    
×
×
  • 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.