Jump to content
  • 0

adding map console error


drifterxxxx2

Question


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  83
  • Reputation:   3
  • Joined:  10/22/17
  • Last Seen:  

Hi guys

 

I tried to add this map

and followed the steps from github but console shows this error

[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!
[Debug]: (map_mapname2mapid) mapindex_name2id: Map "" not found in index list!

 

I don't understand what does it mean with Map " " not found in the index list!

- I added vend_zone (map name) to /conf/maps_athena.conf 

map: vend_zone

- Also added to /db/map_index.txt

vend_zone	1250

 

- Donwloaded from map_cache.dat from /db/re folder. Edited with WeeMapCache.exe. Added vend_zone.gat. Uploaded the new map_cache.dat to /db/re

- Added ven_zone.gat, vend_zone.gnd and vend_zone.rsw to my /data folder in myservername.grf (added the .bmp also)

 

any idea?

thank you /thx 

 

Edit: Forgot to say that I checked a lot of topics about this error message but all seem to be about a specific map missing, i.e. Map "manuk" not found in the index list!

Edited by Rolf
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 1

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

if its caused by NPC script... make sure you have provided the correct mapname ....

attach the npc scripts here to others can check for it.

 

and...perhaps you may consider avoid using WeeMapCache since it has some issues with building the mapcache

use the mapcache.exe which already provided.

Edited by Emistry
Link to comment
Share on other sites

  • 1

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1678
  • Reputation:   704
  • Joined:  12/21/14
  • Last Seen:  

don't write the id for the map 

in the map_index just put the map name vend_zone

Link to comment
Share on other sites

  • 1

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  342
  • Reputation:   169
  • Joined:  02/25/12
  • Last Seen:  

As Emistry said, this is due to a script trying to access a map that doesn't exists. It should have been there even before you've tried to add the map in the mapcache.

Did you add a new script recently, perhaps?

Link to comment
Share on other sites

  • 1

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

7 hours ago, Rolf said:

tip on how adding new maps to map_cache.dat without using WeeMapCache.exe

configure this file... conf/grf-files.txt

and run the MapCache.exe that found in your rA solution files.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  83
  • Reputation:   3
  • Joined:  10/22/17
  • Last Seen:  

10 hours ago, sader1992 said:

don't write the id for the map 

in the map_index just put the map name vend_zone

ty for your response, without the id I still get the same error :/

 

I tried with and without the id, with space and tab, I replaced a new map_index.txt from github and added map name, and nothing.. /sob 

I can't figure out what does the message mean

Edited by Rolf
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  83
  • Reputation:   3
  • Joined:  10/22/17
  • Last Seen:  

before we continue. i'm using rAthena on a linux VPS (sorry i didn't mentioned before, i usually do)

 

1 hour ago, Emistry said:

if its caused by NPC script... make sure you have provided the correct mapname ....

attach the npc scripts here to others can check for it.

 

and...perhaps you may consider avoid using WeeMapCache since it has some issues with building the mapcache

use the mapcache.exe which already provided.

I don't have mapcache.exe, what other tool do you use to add a custom_map.gat to map_cache.dat?

 

And i'm not sure about if its caused by a script.. I redownloaded a clean map_index.txt, maps_athena.conf and map_cache.dat from github, recompiled, restarted and for some reason the console error message it's still there ....

0 idea what it is

did I break something? /sob 

Edited by Rolf
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.02
  • Content Count:  83
  • Reputation:   3
  • Joined:  10/22/17
  • Last Seen:  

15 minutes ago, Alayne said:

As Emistry said, this is due to a script trying to access a map that doesn't exists. It should have been there even before you've tried to add the map in the mapcache.

Did you add a new script recently, perhaps?

yeah after I realised it wasn't the map (replacing clean files) I started checking my new npc scripts for the vending zone I was implementing.. and I had a typo in the request for the map...... so the script was asking for a ghost map.....

the problem is solved. 

 

would it be too much to ask for a tip on how adding new maps to map_cache.dat without using WeeMapCache.exe? (no mapcache.exe)

 

sorry all for the waste of time /sry/sry/sry 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  342
  • Reputation:   169
  • Joined:  02/25/12
  • Last Seen:  

Well personally I've always used WeeMapCache without any issue. So I'll let Emistry answer how to find the map_cache.exe ^^

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