Jump to content

lordsas61

Inactive Member
  • Posts

    53
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by lordsas61

  1. 0803 02:41:20599 :: Traceback (most recent call last):

    0803 02:41:20599 ::   File "ui.py", line 1048, in CallEvent

    0803 02:41:20600 ::   File "ui.py", line 87, in __call__

    0803 02:41:20601 ::   File "ui.py", line 69, in __call__

    0803 02:41:20602 ::   File "uiTaskBar.py", line 112, in OpenWonExchangeWindow

    0803 02:41:20603 :: AttributeError
    0803 02:41:20603 :: : 
    0803 02:41:20603 :: 'NoneType' object has no attribute 'ToggleWonExchangeWindow'
    0803 02:41:20603 :: 

  2. 'ExpandedMoneyTaskBar' object has no attribute 'Interface'

     

     

    problem is fixed and under!

     

    My uitaskbar.py changed
     

    import interfaceModule  # add your file
    
    class ExpandedMoneyTaskBar(ui.ScriptWindow):
        def __init__(self):
            ui.ScriptWindow.__init__(self)
            self.LoadWindow()
            self.interface = interfaceModule.Interface()  # add your file

     

    and interfacemodule.py function def __init__(self): add under code

     

    		self.wndWonExchange = uiWonExchange.WonExchangeWindow()

     

  3. 1 hour ago, Klaus said:

    Freebsd 12

    linking ../game_r40250_32.... /usr/bin/ld: cannot find -lserverkey clang-9: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:127: ../game_r40250_32] Error 1

    
    linking ../game_r40250_32....
    /usr/bin/ld: cannot find -lserverkey
    clang-9: error: linker command failed with exit code 1 (use -v to see invocation)
    gmake: *** [Makefile:127: ../game_r40250_32] Error 1

    Help ?

     

    you don't have a libserverkey.a

    builded libserverkey. your src

     


  4. 0519 08:58:47776 ::   File "ui.py", line 2006, in CallEvent

    0519 08:58:47777 ::   File "ui.py", line 90, in __call__

    0519 08:58:47777 ::   File "ui.py", line 72, in __call__

    0519 08:58:47778 ::   File "uiTaskBar.py", line 80, in OpenWonExchangeWindow

    0519 08:58:47778 :: AttributeError
    0519 08:58:47778 :: : 
    0519 08:58:47778 :: 'ExpandedMoneyTaskBar' object has no attribute 'Interface'
    0519 08:58:47778 :: 
    help me please?

    click icon but not open won exchange window

  5. Myfriends my start game but error auth file game.core
    and not  connect game, but all time opening

    please help :(

     

    Auth Syslog

     

    May  9 20:25:55 :: [PackageCryptInfo] . is not crypt file. pass!
    May  9 20:25:55 :: [PackageCryptInfo] .. is not crypt file. pass!
    May  9 20:25:57 :: BILLING: REPAIR  host 
    May  9 20:26:26 :: SYSTEM: new connection from [192.168.1.34] fd: 15 handshake 2401057268 output input_len 0, ptr 0x2968ea00


    gdb open core

    #0  0x0830f37f in CryptoPP::BufferedTransformation::ChannelPut (blocking=true,
        length=16, inString=<optimized out>, channel=..., this=0x29acf200)
        at cryptlib.h:2117
    2117                            {return ChannelPut2(channel, inString, length, 0, blocking);}

     

    bt full

     

    #0  0x0830f37f in CryptoPP::BufferedTransformation::ChannelPut (blocking=true,
        length=16, inString=<optimized out>, channel=..., this=0x29acf200)
        at cryptlib.h:2117
    No locals.
    #1  CryptoPP::RandomPool::GenerateIntoBufferedTransformation (
        size=2907056585893582414, channel=..., target=..., this=0xffbfa598)
        at randpool.cpp:72
            len = 16
            timer = {<CryptoPP::TimerBase> = {
                _vptr.TimerBase = 0x8479abc <vtable for CryptoPP::Timer+8>,
                m_timerUnit = CryptoPP::TimerBase::SECONDS, m_stuckAtZero = false,
                m_started = false, m_start = 0, m_last = 0}, <No data fields>}
            tt1 = 0
            cryptopp_CRYPTOPP_ASSERT_48 = <optimized out>
            tw = 0
            t = <optimized out>
            tt2 = 0
            cryptopp_CRYPTOPP_ASSERT_49 = <optimized out>
    #2  CryptoPP::RandomPool::GenerateIntoBufferedTransformation (this=0xffbfa598,
        target=..., channel=..., size=2907056585893582414) at randpool.cpp:41
            cryptopp_CRYPTOPP_ASSERT_48 = <optimized out>
            cryptopp_CRYPTOPP_ASSERT_49 = <optimized out>
            timer = <optimized out>
    ... very big error

     

  6. Hi guys


    Fix is --> _vsnprintf lnk2019

     

    visual studio open project -> userinterface (right click) -> properties -> linker -> input -> Additional Dependencies (click and kernel32.lib in left add "legacy_stdio_definitions.lib")
    save file

    and build problems is fixed :D

     

     

    Türkçesi 

     

    Visual studio ile metin2 projenizi açınız -> userinterface (sağ tıklayın) -> özellikler -> Bağlayıcı -> giriş -> Ek bağımlılıklar ( kernel32.lib'in sol tarafına legacy_stdio_definitions.lib kodunu ekleyin.")

    kaydedin

    ve build edin sorun çözülecek. :D

     

    My  Additional Dependencies Code (Ek bağımlılıklar Kodum)

    legacy_stdio_definitions.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)

     

    • Metin2 Dev 1
    • Love 4
  7.  

    1116 11:05:00823 :: ui
    1116 11:05:00823 :: :3557: 
    1116 11:05:00823 :: RuntimeWarning
    1116 11:05:00823 :: : 
    1116 11:05:00823 :: tp_compare didn't return -1 or -2 for exception
    1116 11:05:00823 :: 
    
    1116 11:05:00827 :: 
    introLogin.py(line:509) __LoadScript
    ui.py(line:3211) LoadScriptFile
    ui.py(line:3277) LoadChildren
    ui.py(line:3557) LoadElementExpandedImage
    
    LoginWindow.__LoadScript.LoadObject - <type 'exceptions.RuntimeError'>:Failed to load image (filename: locale/sg/ui/login.sub)
    
    1116 11:05:00827 :: ============================================================================================================
    1116 11:05:00827 :: Abort!!!!

    Problem???
    how can i solve it?

  8. Hi! Metin2Dev

    My Problem is 
    I do close Metin2
    but taking Error Metin2

    Problem Client Source or root ???



    kWoQEv.jpg

    Errorlog.txt

     

    Module Name: C:\Azura\Metin2\AzuraMetin2_Distribute.exe
    Time Stamp: 0x599fe19a - (null)

    Exception Type: 0xc0000005

    eax: 0x00000000    ebx: 0x00000000
    ecx: 0x00000000    edx: 0x03636000
    esi: 0x03636530    edi: 0x1e08bb90
    ebp: 0x0019f9ac    esp: 0x0019f9a4

    0x1e07f6f7    C:\Azura\Metin2\python27.dll
    0x1e0eeb29    C:\Azura\Metin2\python27.dll
    0x1e07f970    C:\Azura\Metin2\python27.dll
    0x0056b927    C:\Azura\Metin2\AzuraMetin2_Distribute.exe
    0x0056b4d5    C:\Azura\Metin2\AzuraMetin2_Distribute.exe
    0x0049d24e    C:\Azura\Metin2\AzuraMetin2_Distribute.exe
    0x004a0492    C:\Azura\Metin2\AzuraMetin2_Distribute.exe
    0x004f9575    C:\Azura\Metin2\AzuraMetin2_Distribute.exe
    0x74e52b5b    C:\WINDOWS\System32\USER32.dll
    0x74e450f3    C:\WINDOWS\System32\USER32.dll
    0x74e44d4a    C:\WINDOWS\System32\USER32.dll
    0x74e4ec69    C:\WINDOWS\System32\USER32.dll
    0x77de411d    C:\WINDOWS\SYSTEM32\ntdll.dll
    0x004bf018    C:\Azura\Metin2\AzuraMetin2_Distribute.exe
    0x004bffc3    C:\Azura\Metin2\AzuraMetin2_Distribute.exe
    0x00579bf2    C:\Azura\Metin2\AzuraMetin2_Distribute.exe
    0x76a68744    C:\WINDOWS\System32\KERNEL32.DLL
    0x77dd582d    C:\WINDOWS\SYSTEM32\ntdll.dll
    0x77dd57fd    C:\WINDOWS\SYSTEM32\ntdll.dll

×
×
  • 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.