Jump to content
  • 0

Map Server many many errors/warnings


Gocanaroj

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  05/02/13
  • Last Seen:  

My login server and char server both boot up fine and connect to each other without any issues. Once I boot up my map server, the map server gets tons of errors and warnings. At the end of all the warnings, the char server still seems to connect to the map server fine, but I don't know why I'm getting all the errors/warnings (see screenshot below).

 

post-17138-0-26648300-1440269948_thumb.png

 

As you can see in the screenshot, it still says it received 34 guild castles from the char server, so it seems to have connected correctly, but what do these warnings mean?

 

There are a lot more errors/warnings that weren't displayed because they go by in less than a second. I can attempt to capture some of the errors if you need them.

 

Thanks.

Link to comment
Share on other sites

9 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

Those monsters "class 16xx" not in your mob_db.txt

You have to add it manually or ask for a complete mob_db.txt of your version.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  05/02/13
  • Last Seen:  

So do I have to use mob_db.txt as opposed to just using a mob_db table in the db? I set up the mob_db table, but I'm not sure if it has to be configured or maybe I just missed a step and that's why it's looking in mob_db.txt instead, or is it possible to use the mob_db table?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

Dont touch your sql mob table, you have to edit your trunk/db/pre-re(re)/mob_db.txt file, adding those ids.

You can check the mobs id on the file "Manager#schg_cas03"

 

For example add in your mob_db.txt

1001,SCORPION,Scorpion,Scorpion,16,153,1,108,81,1,33,40,16,5,12,15,10,5,19,5,10,12,0,4,23,0x3191,200,1564,864,576,0,0,0,0,0,0,0,990,70,904,5500,757,57,943,210,7041,100,508,200,625,20,0,0,0,0,4068,1  

You have to add lines like this but with the mob/id that are missing. in your case 1275

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  05/02/13
  • Last Seen:  

Oh man... I had tonnnns of these errors. Way more than are shown in the image.

 

When following the guide on the rAthena wiki, they said to import the mob_db from mob_db.sql, which worked correctly, and all my mobs and their ids etc are in the sql database.

 

Is there no way I can simply use the sql mob_db database rather than the mob_db.txt? I thought it was simply a setting I missed the tells it to use the database as opposed to the .txt file (such as the use_sql_db line in inter_athena.conf, which I did set to "yes").

 

Going through and adding each ID 1 by 1 would take forever, so hopefully I'm just missing something, lol.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  08/27/15
  • Last Seen:  

Oh man... I had tonnnns of these errors. Way more than are shown in the image.

 

When following the guide on the rAthena wiki, they said to import the mob_db from mob_db.sql, which worked correctly, and all my mobs and their ids etc are in the sql database.

 

Is there no way I can simply use the sql mob_db database rather than the mob_db.txt? I thought it was simply a setting I missed the tells it to use the database as opposed to the .txt file (such as the use_sql_db line in inter_athena.conf, which I did set to "yes").

 

Going through and adding each ID 1 by 1 would take forever, so hopefully I'm just missing something, lol.

Man I installed through the same guide yesterday and had the same issue. Like over 2000 errors on invalid npcs and stuff. I hope we can get a solid solution. I made an account today to ask this very question.

I decided to record the whole stream of errors and turn it into a gif so you guys can see firsthand.mnSp8E7.gif

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  05/02/13
  • Last Seen:  

Yep, that's what mine looks like too, except at the end. Mine doesn't give me an error at the end. I tried to record what mine looks like as well. The first time I booted it up, it booted up slower, but I had to reboot it a few times because I had the window in the wrong position to record it.  /meh

 

http://screencast.com/t/dzkFDhXdY6j

 

Maybe it's something in the latest rAthena release?

 

Hopefully someone knows what's going on. :)

Edited by Gocanaroj
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  9
  • Reputation:   0
  • Joined:  08/27/15
  • Last Seen:  

Yep, that's what mine looks like too, except at the end. Mine doesn't give me an error at the end. I tried to record what mine looks like as well. The first time I booted it up, it booted up slower, but I had to reboot it a few times because I had the window in the wrong position to record it.  /meh

 

http://screencast.com/t/dzkFDhXdY6j

 

Maybe it's something in the latest rAthena release?

 

Hopefully someone knows what's going on. :)

only way to fix it atm is to disable sqldb for item/mob info in the inter_athena.conf. Either the instructions on the wiki are out of date or there's something wrong with the current release.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   0
  • Joined:  05/02/13
  • Last Seen:  

Ahh... after disabling that I don't get anymore issues, so that's awesome!

 

Hopefully that issue gets fixed sometime soon, but at least there's a way around it for now.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  386
  • Reputation:   38
  • Joined:  04/28/13
  • Last Seen:  

Have you ever upgraded your emu? or changed it?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...