Jump to content

dark20015

Inactive Member
  • Posts

    19
  • Joined

  • Last visited

  • Feedback

    0%

About dark20015

Informations

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

dark20015's Achievements

Apprentice

Apprentice (3/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

  1. Normally( distribute or release mode ), game crashes and gives the "??????" error. In debug mode, client closes without any message.
  2. In debug mode, it gives me this error before the crash: 0613 13:37:32405 :: OPEN LOADING WINDOW -------------------------------------------------------------------------------0613 13:37:32405 :: 0613 13:37:32405 :: ===== Load Script File : locale/tr/ui/LoadingWindow.py0613 13:37:32405 :: 0613 13:37:32510 :: PointWindow: BackGround 0613 13:37:32821 :: 0613 13:37:32822 :: ## Network - Loading Phase ## 0613 13:37:32823 :: 0613 13:37:32855 :: XMAS_SONG ON0613 13:37:32855 :: 0613 13:37:32855 :: FadeOutMusic: BGM/xmas.mp3 - ERROR NOT EXIST
  3. Hi, My client crashes sometimes when i teleport somewhere. Here is the errorlog ( syserr is empty ) Module Name: C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\Metin2Distribute.exe Time Stamp: 0x5d027d93 - (null) Exception Type: 0xc0000005 eax: 0x00ac0ddf ebx: 0x006ed100 ecx: 0xfffb1ddf edx: 0xffffffff esi: 0x00b0f000 edi: 0x30da1260 ebp: 0x0019e238 esp: 0x0019e21c 0x005ce39a C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\Metin2Distribute.exe 0x00551fef C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\Metin2Distribute.exe 0x005522a5 C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\Metin2Distribute.exe 0x0053cb9b C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\Metin2Distribute.exe 0x0053c731 C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\Metin2Distribute.exe 0x0053aa4e C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\Metin2Distribute.exe 0x0058fda6 C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\Metin2Distribute.exe 0x00577975 C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\Metin2Distribute.exe 0x00577cd2 C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\Metin2Distribute.exe 0x0049feef C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\Metin2Distribute.exe 0x1e0a87b7 C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\python27.dll 0x1e0ea900 C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\python27.dll 0x1e0ec65f C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\python27.dll 0x1e0ecd22 C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\python27.dll 0x1e09b495 C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\python27.dll 0x1e0edd15 C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\python27.dll 0x1e09c59a C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\python27.dll 0x1e07ad9c C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\python27.dll 0x1e0e9249 C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\python27.dll 0x1e0d4631 C:\Users\-\OneDrive\Desktop\DEV.SERVER\DEV.Login\python27.dll Thx for any help..
  4. I have the same problem.. Can someone explain how to fix this problem ? My english is not very good, so i didn't understand replies exactly..
  5. Hi, I build my game and db using gcc7 and c++17 with no problem. But when i starting the game, firstly i get the libstdc++.so.6 version GLIBCXX_3.4.20 not found error. I solved this by taking the gcc7 libs to usr/lib folder. After that, when i starting the game, i didn't get any errors in sight but channels are not opened and game.core occurred. Here is the game.core: Please help.. Sorry for bad english.
  6. I have a problem with offline shop Here is the video If i click destroy then take the unsold items this doesn't make a problem But if i take the unsold items without destroy this makes a bug. Pls help..Thx
  7. 0426 15:51:05643 :: Traceback (most recent call last): 0426 15:51:05644 :: File "networkModule.py", line 247, in SetGamePhase 0426 15:51:05644 :: File "game.py", line 123, in __init__ 0426 15:51:05645 :: File "interfaceModule.py", line 320, in MakeInterface 0426 15:51:05645 :: File "interfaceModule.py", line 293, in __MakePrivateShopSearchWindow 0426 15:51:05652 :: Exception 0426 15:51:05652 :: AttributeError 0426 15:51:05652 :: : 0426 15:51:05653 :: "'PrivateShopSearchDialog' object has no attribute 'searchResultItems'" 0426 15:51:05653 :: in 0426 15:51:05654 :: <bound method PrivateShopSearchDialog.__del__ of <uiPrivateShopSearch.PrivateShopSearchDialog object at 0x088666D0>> 0426 15:51:05654 :: ignored 0426 15:51:05654 :: Traceback (most recent call last): 0426 15:51:05654 :: File "game.py", line 2178, in BINARY_ServerCommand_Run 0426 15:51:05655 :: AttributeError 0426 15:51:05655 :: : 0426 15:51:05655 :: 'GameWindow' object has no attribute 'serverCommander' 0426 15:51:05656 :: Game.py: [Hidden Content]: [Hidden Content]: [Hidden Content] Pls help..
  8. Channel1 Syserr: Create Offlineshop fail Huehue:10013 cannot created. shop's time expired This sysser defined in shop. cpp if (dwNowTimestamp > dwExpireDate) { sys_err("Create Offlineshop fail %s:%u cannot created. shop's time expired", table->szName, table->dwPID); return false; }
  9. Yes i have. Thats the problem of system. Not only for me
  10. Hi When the server is turned off or rebooting ,in this time offline shop time has expired, items are disappearing. Can someone help me pls ? Thanks.. Sorry for my bad english..
×
×
  • 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.