Jump to content

Syreldar

Premium
  • Posts

    1295
  • Joined

  • Last visited

  • Days Won

    38
  • Feedback

    100%

Everything posted by Syreldar

  1. Hi metindev users, i don't know if this is the correct section to post this, @Shogun should create a "Problem" section. Okay, i'll describe the error. Channel1: SYSERR: Mar 23 15:42:28.342562 :: pid_init: Start of pid: 995 SYSERR: Mar 23 15:44:34.938771 :: LoadSkillMotion: Motion: Skill exist but no motion data for index 0 mob 3596 skill 257 SYSERR: Mar 23 15:44:34.939156 :: LoadSkillMotion: Motion: Skill exist but no motion data for index 1 mob 3596 skill 258 SYSERR: Mar 23 15:44:35.461587 :: heart_idle: losing 125 seconds. (lag occured) SYSERR: Mar 23 15:44:38.64475 :: socket_connect: HOST 25.6.58.100:14099, could not connect. DB: SYSERR: Mar 23 15:42:24 :: pid_init: Start of pid: 989 SYSERR: Mar 23 15:42:24 :: Start: TABLE_POSTFIX not configured use default SYSERR: Mar 23 15:44:07 :: Process: FDWATCH: peer null in event: ident 22 14099 is the game99 p2p port. Practically i'm going to start my server normally, and all is okay, if i try to login, he stays to "connecting..." Syserr say only that 2 errors, so i try to put "ps" in the shell and i can see one "./game" process missing, probably the game99's. If i write "top" after, i can see game process occupying more than 40.00% CPU increasing second after second. After some minutes the server outputs a "connection refused" and if i write "ps" after that i can see the ./game missing process is turned online, if i write "top" the game process's cpu is decresing till 4.00-5.00% CPU , and if i try to login the server is online perfectly. I just want to know why..i am pretty sure that solving that fdwatch process all will turn back normally, i hate fdwatch errors, the only serveside error i could't solve in my server-programming life. I know only they go by ident 19 to ident 45, every ident has a different error cause AND THEY NOT SPECIFY WHAT IS THE CAUSE. So i can't solve them, i beg someone with serversource to translate all idents.. He will be my god. Thanks.
  2. well with the correct launcher revision he actually can, but he can't modify the root files.
  3. Resolv the fdwatch errors and you will resolve crashes. WIth the ident22 gives this error to me. socket_connect: HOST 25.6.58.100:14099, could not connect. 14099 is the p2p port of game99, and i confirm that the process still is idle-online.
  4. I see an error in number_ex function , this is the cause for the ld-elf.so library not work. I suggest you to eliminate "do_dice DISABLE" from cmd.
  5. You are wrong. The Blessing scroll doesn't give +10% succesfull rate, just grants that the item will not be lost after trying to improve it. The Dragon Scroll, instead, should give +10% succesfull rate, BUT it doesn't, it has a completely different refine-function, check the gamefile and you will know what i'm talking about. try to refine an item with 90% success rate and use the Dragon scroll, the probability will not be 100%, the item can fail. try to refine an item with 100% success rate and use the Dragon scroll, the probability will not be 110%, the item can fail either.
  6. There actually is a converter for: new-structure item_proto ------> item_proto.txt?
  7. 0319 23:30:11217 :: CRaceManager::CreateRace(dwRaceIndex=0) 0319 23:30:11262 :: CRaceManager::CreateRace(dwRaceIndex=4) 0319 23:30:11312 :: CRaceManager::CreateRace(dwRaceIndex=1) 0319 23:30:11360 :: CRaceManager::CreateRace(dwRaceIndex=5) 0319 23:30:11416 :: CRaceManager::CreateRace(dwRaceIndex=2) 0319 23:30:11469 :: CRaceManager::CreateRace(dwRaceIndex=6) 0319 23:30:11522 :: CRaceManager::CreateRace(dwRaceIndex=3) 0319 23:30:11576 :: CRaceManager::CreateRace(dwRaceIndex=7) 0319 23:30:11636 :: DeleteCharacterInstance: no vid by 0 0319 23:30:11636 :: DeleteCharacterInstance: no vid by 1 0319 23:30:11636 :: DeleteCharacterInstance: no vid by 2 0319 23:30:11636 :: DeleteCharacterInstance: no vid by 3 Root: corrupt msm 0319 23:30:11725 :: CItemManager::GetItemDataPointer - FIND ERROR [32767] ItemData Overflow
  8. Ah you want to remove the word "Time Remaining: %d"? I understood another thing.
  9. Write a table in questlib.lua with an array which returns metinvnum ---> metinlevel, and read that table. More simple.
  10. 4294967295 = 2^32 -1 = Max value for a 4bit long-integral number without overflowing. -4294967296 --> 4294967295
  11. can't reinstall all, just want to upgrade, how to? I really don't remember this moment.
  12. use a more recent version of freebsd I recommend 9.2 . Can you remember me how to update? i've a brain block << pkg_add -r ..?
  13. The original release was made by me on another form...Zaudon <<
  14. a "daemon" is a program that runs in background while the system is online without being under direct control by the server owner, it's frequently used in Unix-like systems. A daemon has the function to respond to certain requests when they're done or programmed to be done.
  15. New error << 0315 23:52:01210 :: File "C:Documents and SettingsNabbHackeRKoashi3libxmldomminidom.py", line 49, in ? 0315 23:52:01210 :: 0315 23:52:01210 :: class Node(xml.dom.Node): 0315 23:52:01210 :: AttributeError 0315 23:52:01210 :: : 0315 23:52:01210 :: 'module' object has no attribute 'dom' 0315 23:52:01210 :: but i think i can fix this my way, it gaves me a decent output. Thank u very much for the support. Edit: i'm not able to resolve the error this time. It's due to a wrong-coded minidom.py, i need a good one since i can't code this by myself.
  16. The problem can't be the system.py this time as i said, in fact it doesn't work. Mh..
  17. Yeah i've already changed bytes in .pyc init file, i was wondering about this new-new error: 0315 23:22:00934 :: ValueError 0315 23:22:00934 :: : 0315 23:22:00934 :: bad marshal data 0315 23:22:00934 :: I think some .pyc got corrupted, this error is often due to a .pyc-corruted file.
×
×
  • 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.