Jump to content
  • 0

Map error for mangostwo.


kris914g

Question

hi i just extracted the map files but then i start the server it says this:

i know the dc is right and i extracted the maps by myself and i also tryed downlod one.

2015-02-03 16:18:28 20000 [world-daemon]

2015-02-03 16:18:28 <Ctrl-C> to stop.

__ __ _ _ ___ ___ ___

| \/ |__ _| \| |/ __|/ _ \/ __| Wrath of the

| |\/| / _` | .` | (_ | (_) \__ \ Lich King

|_| |_\__,_|_|\_|\___|\___/|___/

_____

For help and support please visit: |_ _|_ __ _____

Website: https://getmangos.eu | | \ V V / _ \

Wiki: MaNGOS Wiki · GitHub |_| \_/\_/\___/

2015-02-03 16:18:28 Using configuration file mangosd.conf.

2015-02-03 16:18:28 World Database total connections: 2

2015-02-03 16:18:29 MySQL client library: 5.5.37

2015-02-03 16:18:29 MySQL server ver: 5.6.22-log

2015-02-03 16:18:29 MySQL client library: 5.5.37

2015-02-03 16:18:29 MySQL server ver: 5.6.22-log

2015-02-03 16:18:29 Character Database total connections: 2

2015-02-03 16:18:29 MySQL client library: 5.5.37

2015-02-03 16:18:29 MySQL server ver: 5.6.22-log

2015-02-03 16:18:29 MySQL client library: 5.5.37

2015-02-03 16:18:29 MySQL server ver: 5.6.22-log

2015-02-03 16:18:29 Login Database total connections: 2

2015-02-03 16:18:29 MySQL client library: 5.5.37

2015-02-03 16:18:29 MySQL server ver: 5.6.22-log

2015-02-03 16:18:29 MySQL client library: 5.5.37

2015-02-03 16:18:29 MySQL server ver: 5.6.22-log

2015-02-03 16:18:29 Realm running as realm ID 3

2015-02-03 16:18:29 Using World DB: UDB 0.12.2 (407) for CMaNGOS 12735 with SD2 SQL for rev. 3041

2015-02-03 16:18:29 Using creature EventAI: ACID 3.3.5a (Wrath of the Lich King) for CMaNGOS-WOTLK (3.3.5a Client)

2015-02-03 16:18:29 Using DataDir ./maps/

2015-02-03 16:18:29 WORLD: VMap support included. LineOfSight:1, getHeight:1, indoorCheck:1

2015-02-03 16:18:29 WORLD: VMap data directory is: ./maps/vmaps

2015-02-03 16:18:29 WORLD: mmap pathfinding enabled

2015-02-03 16:18:29 ERROR:VMap file './maps/vmaps/000.vmtree' is missing or point to wrong version vmap file, redo vmaps with latest vmap_assembler.exe program

2015-02-03 16:18:29 ERROR:Correct *.map files not found in path './maps/maps' or *.vmtree/*.vmtile files in './maps/vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.

Link to comment
Share on other sites

16 answers to this question

Recommended Posts

2015-02-03 16:18:29 Using DataDir ./maps/

2015-02-03 16:18:29 WORLD: VMap support included. LineOfSight:1, getHeight:1, indoorCheck:1

2015-02-03 16:18:29 WORLD: VMap data directory is: ./maps/vmaps

2015-02-03 16:18:29 ERROR:VMap file './maps/vmaps/000.vmtree' is missing or point to wrong version vmap file, redo vmaps with latest vmap_assembler.exe program

2015-02-03 16:18:29 ERROR:Correct *.map files not found in path './maps/maps' or *.vmtree/*.vmtile files in './maps/vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.

Change your DataDir in mangosd.conf:

DataDir                      = "."

This setting corresponds to usual placing dbc/, maps/, vmaps/, mmaps/ under server root dir.

Link to comment
Share on other sites

ofc its here but i had some issu with the format of the default config files at mangostwo because i renamed it to mangosd.conf but the pc still loaded it as af in file so i made a copy of the conf from from the zero version and deleted everythin in the document and paste everything from the wotlk so i got the right format

mangosd.rar

mangosd.rar

Link to comment
Share on other sites

This is how I have my window mangos server setup:

Actual Folders:

Mangos0 (Dir)
   Mangosd.exe and all the rest of the server files !
   logs (Dir)
   data (Dir)
     dbc (Dir)
        All the .dbc files
     maps (Dir)
        All the .map files
     mmaps (Dir)
        All the .mmap files
     vmaps (Dir)
        All the .vmap files

My mangos.conf looks like this...

DataDir = "data"
LogsDir = "logs"

Link to comment
Share on other sites

tryed that but doesn't work but now i got a new error message:

2015-02-10 14:27:35 WORLD: VMap data directory is: maps/vmaps

2015-02-10 14:27:35 WORLD: mmap pathfinding enabled

2015-02-10 14:27:35 ERROR:Map file 'maps/maps/0004331.map' is non-compatible version created with a different map-extractor version.

2015-02-10 14:27:35 ERROR:Correct *.map files not found in path 'maps/maps' or *.vmtree/*.vmtile files in 'maps/vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.

Link to comment
Share on other sites

but i also had a issu with the conf file then i compiled the conf files came and i renamed the ofc to mangos.conf but the format of the doc was still .in so i took a copy of mangos zero conf and deleted everything inside it and paste the wotlk conf stuff and used that file as conf file don't know if it has some thing to do with the issu but you can take a look on tm if you want to its a vps its hosted on

Link to comment
Share on other sites

Since this is most likely a Linux build, I cannot reproduce it 1:1. We'd better ask Andrew. The error shown in the latest log suggests that the map files were extracted by an incompatible map-extractor version, or broken in other way (for example, ftp-transferred in text mode instead of binary).

but i also had a issu with the conf file then i compiled the conf files came and i renamed the ofc to mangos.conf but the format of the doc was still .in

The .dist.in and .dist files seem the same except the different line end coding I see on Windows build. The source tree contains Unix-coded text. I suppose it's not an issue, and simple rename from mangosd.conf.dist.in to mangosd.conf will do. What else file was left with .in extension?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use