Jump to content

"'./maps/0004331.map'" Outdated


Recommended Posts

Hi,

I'm extremely disappointed in the poor documentation with Mangos. I know what I'm doing, but there is missing information everywhere inside the Wiki concerning setup, et cetera.

Right now I'm getting the following error every time I try to start mangosd.exe -

011-08-03 22:52:36 ERROR:Map file './maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program.
2011-08-03 22:52:36 ERROR:Correct *.map files not found in path './maps' or *.vmtree/*.vmtile files in './vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.

DataDir values tried - blank, ".", "C:\\mangosemu\\"

Extracted files from 3.3.5.12340 client multiple times. Vmaps all in there.

Directory structure -

C:\\mangosemu\\

-[maps]

-[dbc]

-[vmaps]

All contain their respective files. What am I missing?

Link to comment
Share on other sites

  • 2 months later...
  • 4 weeks later...

Hello I have same error

I recompile ad from \\contrib\\extractor

next copy it to {WOW}

exe ad.exe

copy maps and dbc to me c:/server/

and......... same result... :(

2011-11-22 10:56:27 MaNGOS/0.17.0-DEV (* * Revision 11847 - *) for Win32 (little-endian) [world-daemon]

2011-11-22 10:56:27 <Ctrl-C> to stop.

2011-11-22 10:56:27

MM MM MM MM MMMMM MMMM MMMMM

MM MM MM MM MMM MMM MM MM MMM MMM

MMM MMM MMM MM MMM MMM MM MM MMM

MM M MM MMMM MM MMM MM MM MMM

MM M MM MMMMM MM MMMM MMM MM MM MMM

MM M MM M MMM MM MMM MMMMMMM MM MM MMM

MM MM MMM MM MM MM MMM MM MM MMM

MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM

MM MM MM MMM MM MM MMMMMM MMMM MMMMM

MM MMM http://getmangos.eu

MMMMMM

2011-11-22 10:56:27 Using configuration file mangosd.conf.

2011-11-22 10:56:27 World Database total connections: 2

2011-11-22 10:56:27 MySQL client library: 5.1.49

2011-11-22 10:56:27 MySQL server ver: 5.5.13

2011-11-22 10:56:27 MySQL client library: 5.1.49

2011-11-22 10:56:27 MySQL server ver: 5.5.13

2011-11-22 10:56:27 Character Database total connections: 2

2011-11-22 10:56:27 MySQL client library: 5.1.49

2011-11-22 10:56:27 MySQL server ver: 5.5.13

2011-11-22 10:56:27 MySQL client library: 5.1.49

2011-11-22 10:56:27 MySQL server ver: 5.5.13

2011-11-22 10:56:27 Login Database total connections: 2

2011-11-22 10:56:27 MySQL client library: 5.1.49

2011-11-22 10:56:27 MySQL server ver: 5.5.13

2011-11-22 10:56:27 MySQL client library: 5.1.49

2011-11-22 10:56:27 MySQL server ver: 5.5.13

2011-11-22 10:56:27 Realm running as realm ID 1

2011-11-22 10:56:27 Using World DB: Mangos default database.

2011-11-22 10:56:27 Using creature EventAI: Creature EventAI not provided.

2011-11-22 10:56:27 Using DataDir ./

2011-11-22 10:56:27 WORLD: VMap support included. LineOfSight:1, getHeight:1, indoorCheck:1

2011-11-22 10:56:27 WORLD: VMap data directory is: ./vmaps

2011-11-22 10:56:27 ERROR:Map file './maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program.

2011-11-22 10:56:27 ERROR:Correct *.map files not found in path './maps' or *.vmtree/*.vmtile files in './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

If you have recompiled ad.exe and executed it inside the world of warcraft folder and got dbc and maps output, then you have made it 100% correctly, it has nver been a problem for me, maby you do not use the core from the same revision as the maps/dbc generator? That could be the only possible thing i can come up with at this moment, give me more information about how you set up your server. Maby there are some step you missed, or something you should not have done that you did? To hel you we need much more info then "2011-11-22 10:56:27 ERROR:Map file './maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program." It does not really help us at all.

Link to comment
Share on other sites

ok

ehhmmm I did all step to step from :

http://www.getmangos.eu/wiki/Compile_MaNGOS_On_Windows

(make) C:\\sources

(download) git clone git://github.com/mangos/mangos.git mangos

C:\\sources\\mangos

(open) VC 2008++

C:\\sources\\mangos\\win\\mangosdVC90.sln

(I selected) Release (Make solution)

(I created Folder) c:\\wow

(copy) dll, exe, (from) C:\\sources\\mangos\\bin\\Win32_Release (to) c:\\wow

(copy) *.conf.dist.in and rename it to *.conf - (from) "C:\\sources\\mangos\\src\\" {mangosd},{realmd} (to) c:\\wow

(installed DB)

(rebuild) C:\\sources\\mangos\\contrib\\extractor\\VC90_AD.sln

(I selected) Release (Make Solution)

(copy) C:\\sources\\mangos\\contrib\\extractor\\ad.exe (to) C:\\Program Files (x86)\\World of Warcraft\\

(exec) ad

(copy) maps , dbc (to) c:\\wow

(exec) realmd

(exec) mangosd

Link to comment
Share on other sites

RealmID = 1

DataDir = "."

LogsDir = ""

LoginDatabaseInfo = "127.0.0.1;3306;mangos;mangos;realmd"

WorldDatabaseInfo = "127.0.0.1;3306;mangos;mangos;mangos"

CharacterDatabaseInfo = "127.0.0.1;3306;mangos;mangos;characters"

LoginDatabaseConnections = 1

WorldDatabaseConnections = 1

CharacterDatabaseConnections = 1

MaxPingTime = 30

WorldServerPort = 8085

BindIP = "0.0.0.0"

Link to comment
Share on other sites

(I created) C:\\wow\\data

(I putted) maps,dbc,vmaps (into) C:\\wow\\data

(I edited) DataDir = "." (to) DataDir = "C:/wow/data" (from) C:\\wow\\mangosd.conf

Result...

2011-11-22 12:54:54 MaNGOS/0.17.0-DEV (* * Revision 11848 - *) for Win32 (little-endian) [world-daemon]

2011-11-22 12:54:54 <Ctrl-C> to stop.

2011-11-22 12:54:54

MM MM MM MM MMMMM MMMM MMMMM

MM MM MM MM MMM MMM MM MM MMM MMM

MMM MMM MMM MM MMM MMM MM MM MMM

MM M MM MMMM MM MMM MM MM MMM

MM M MM MMMMM MM MMMM MMM MM MM MMM

MM M MM M MMM MM MMM MMMMMMM MM MM MMM

MM MM MMM MM MM MM MMM MM MM MMM

MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM

MM MM MM MMM MM MM MMMMMM MMMM MMMMM

MM MMM http://getmangos.eu

MMMMMM

2011-11-22 12:54:54 Using configuration file mangosd.conf.

2011-11-22 12:54:54 World Database total connections: 2

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 Character Database total connections: 2

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 Login Database total connections: 2

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 Realm running as realm ID 1

2011-11-22 12:54:54 Using World DB: Mangos default database.

2011-11-22 12:54:54 Using creature EventAI: Creature EventAI not provided.

2011-11-22 12:54:54 Using DataDir C:/wow/data/

2011-11-22 12:54:54 WORLD: VMap support included. LineOfSight:1, getHeight:1, indoorCheck:1

2011-11-22 12:54:54 WORLD: VMap data directory is: C:/wow/data/vmaps

2011-11-22 12:54:54 ERROR:Map file 'C:/wow/data/maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program.

2011-11-22 12:54:54 ERROR:Correct *.map files not found in path 'C:/wow/data/maps' or *.vmtree/*.vmtile files in 'C:/wow/data/vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.

:| :rolleyes: :/

Link to comment
Share on other sites

(I created) C:\\wow\\data

(I putted) maps,dbc,vmaps (into) C:\\wow\\data

(I edited) DataDir = "." (to) DataDir = "C:/wow/data" (from) C:\\wow\\mangosd.conf

Result...

2011-11-22 12:54:54 MaNGOS/0.17.0-DEV (* * Revision 11848 - *) for Win32 (little-endian) [world-daemon]

2011-11-22 12:54:54 <Ctrl-C> to stop.

2011-11-22 12:54:54

MM MM MM MM MMMMM MMMM MMMMM

MM MM MM MM MMM MMM MM MM MMM MMM

MMM MMM MMM MM MMM MMM MM MM MMM

MM M MM MMMM MM MMM MM MM MMM

MM M MM MMMMM MM MMMM MMM MM MM MMM

MM M MM M MMM MM MMM MMMMMMM MM MM MMM

MM MM MMM MM MM MM MMM MM MM MMM

MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM

MM MM MM MMM MM MM MMMMMM MMMM MMMMM

MM MMM http://getmangos.eu

MMMMMM

2011-11-22 12:54:54 Using configuration file mangosd.conf.

2011-11-22 12:54:54 World Database total connections: 2

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 Character Database total connections: 2

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 Login Database total connections: 2

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 Realm running as realm ID 1

2011-11-22 12:54:54 Using World DB: Mangos default database.

2011-11-22 12:54:54 Using creature EventAI: Creature EventAI not provided.

2011-11-22 12:54:54 Using DataDir C:/wow/data/

2011-11-22 12:54:54 WORLD: VMap support included. LineOfSight:1, getHeight:1, indoorCheck:1

2011-11-22 12:54:54 WORLD: VMap data directory is: C:/wow/data/vmaps

2011-11-22 12:54:54 ERROR:Map file 'C:/wow/data/maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program.

2011-11-22 12:54:54 ERROR:Correct *.map files not found in path 'C:/wow/data/maps' or *.vmtree/*.vmtile files in 'C:/wow/data/vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.

:| :rolleyes: :/

I was installing a repack of -Amber- and this have same error, Is possible that my WOW Cliente have an wrong installation?

2011-11-22 22:56:35 MaNGOS/0.17.0-DEV (2010-07-16 22:37:09 Revision 10199 - bd9666046b8c18303ddb10f658420ac4708151b0) for Win32 (little-endian) [world-daemon]

2011-11-22 22:56:35 <Ctrl-C> to stop.

MM MM MM MM MMMMM MMMM MMMMM

MM MM MM MM MMM MMM MM MM MMM MMM

MMM MMM MMM MM MMM MMM MM MM MMM

MM M MM MMMM MM MMM MM MM MMM

MM M MM MMMMM MM MMMM MMM MM MM MMM

MM M MM M MMM MM MMM MMMMMMM MM MM MMM

MM MM MMM MM MM MM MMM MM MM MMM

MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM

MM MM MM MMM MM MM MMMMMM MMMM MMMMM

MM MMM http://getmangos.eu

MMMMMM

2011-11-22 22:56:35 Using configuration file mangosd.conf.

2011-11-22 22:56:35 World Database: 127.0.0.1;3308;root;amber;mangos

2011-11-22 22:56:35 MySQL client library: 5.0.56

2011-11-22 22:56:35 MySQL server ver: 5.1.45-community

2011-11-22 22:56:35 Character Database: 127.0.0.1;3308;root;amber;characters

2011-11-22 22:56:35 MySQL client library: 5.0.56

2011-11-22 22:56:35 MySQL server ver: 5.1.45-community

2011-11-22 22:56:35 Login Database: 127.0.0.1;3308;root;amber;realmd

2011-11-22 22:56:35 MySQL client library: 5.0.56

2011-11-22 22:56:35 MySQL server ver: 5.1.45-community

2011-11-22 22:56:35 Realm running as realm ID 1

2011-11-22 22:56:35 Using World DB: YTDB_0.13.7_R555_MaNGOS_R10150_SD2_R1736_ACID_R304_RuDB_R37.8

2011-11-22 22:56:35 Using creature EventAI: ACID 3.0.4 - Final Release for Mangos (3.3.2 Client)

2011-11-22 22:56:35 Using DataDir ../Data/server1/WOTLK/

2011-11-22 22:56:35 WORLD: VMap support included. LineOfSight:0, getHeight:0

2011-11-22 22:56:35 WORLD: VMap data directory is: ../Data/server1/WOTLK/vmaps

2011-11-22 22:56:35 WORLD: VMap config keys are: vmap.enableLOS, vmap.enableHeight, vmap.ignoreMapIds, vmap.ignoreSpellIds

2011-11-22 22:56:36 ERROR:Map file '../Data/server1/WOTLK/maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program.

2011-11-22 22:56:36 ERROR:Correct *.map files not found in path '../Data/server1/WOTLK/maps' or *.vmtree/*.vmtile files in '../Data/server1/WOTLK/vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.

I'll try reinstall the Client and I'll send the result

Thx for all help.

:)

Link to comment
Share on other sites

(I created) C:\\wow\\data

(I putted) maps,dbc,vmaps (into) C:\\wow\\data

(I edited) DataDir = "." (to) DataDir = "C:/wow/data" (from) C:\\wow\\mangosd.conf

Result...

2011-11-22 12:54:54 MaNGOS/0.17.0-DEV (* * Revision 11848 - *) for Win32 (little-endian) [world-daemon]

2011-11-22 12:54:54 <Ctrl-C> to stop.

2011-11-22 12:54:54

MM MM MM MM MMMMM MMMM MMMMM

MM MM MM MM MMM MMM MM MM MMM MMM

MMM MMM MMM MM MMM MMM MM MM MMM

MM M MM MMMM MM MMM MM MM MMM

MM M MM MMMMM MM MMMM MMM MM MM MMM

MM M MM M MMM MM MMM MMMMMMM MM MM MMM

MM MM MMM MM MM MM MMM MM MM MMM

MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM

MM MM MM MMM MM MM MMMMMM MMMM MMMMM

MM MMM http://getmangos.eu

MMMMMM

2011-11-22 12:54:54 Using configuration file mangosd.conf.

2011-11-22 12:54:54 World Database total connections: 2

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 Character Database total connections: 2

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 Login Database total connections: 2

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 MySQL client library: 5.1.49

2011-11-22 12:54:54 MySQL server ver: 5.5.13

2011-11-22 12:54:54 Realm running as realm ID 1

2011-11-22 12:54:54 Using World DB: Mangos default database.

2011-11-22 12:54:54 Using creature EventAI: Creature EventAI not provided.

2011-11-22 12:54:54 Using DataDir C:/wow/data/

2011-11-22 12:54:54 WORLD: VMap support included. LineOfSight:1, getHeight:1, indoorCheck:1

2011-11-22 12:54:54 WORLD: VMap data directory is: C:/wow/data/vmaps

2011-11-22 12:54:54 ERROR:Map file 'C:/wow/data/maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program.

2011-11-22 12:54:54 ERROR:Correct *.map files not found in path 'C:/wow/data/maps' or *.vmtree/*.vmtile files in 'C:/wow/data/vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.

:| :rolleyes: :/

I was installing a repack of -Amber- and this have same error, Is possible that my WOW Cliente have an wrong installation?

2011-11-22 22:56:35 MaNGOS/0.17.0-DEV (2010-07-16 22:37:09 Revision 10199 - bd9666046b8c18303ddb10f658420ac4708151b0) for Win32 (little-endian) [world-daemon]

2011-11-22 22:56:35 <Ctrl-C> to stop.

MM MM MM MM MMMMM MMMM MMMMM

MM MM MM MM MMM MMM MM MM MMM MMM

MMM MMM MMM MM MMM MMM MM MM MMM

MM M MM MMMM MM MMM MM MM MMM

MM M MM MMMMM MM MMMM MMM MM MM MMM

MM M MM M MMM MM MMM MMMMMMM MM MM MMM

MM MM MMM MM MM MM MMM MM MM MMM

MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM

MM MM MM MMM MM MM MMMMMM MMMM MMMMM

MM MMM http://getmangos.eu

MMMMMM

2011-11-22 22:56:35 Using configuration file mangosd.conf.

2011-11-22 22:56:35 World Database: 127.0.0.1;3308;root;amber;mangos

2011-11-22 22:56:35 MySQL client library: 5.0.56

2011-11-22 22:56:35 MySQL server ver: 5.1.45-community

2011-11-22 22:56:35 Character Database: 127.0.0.1;3308;root;amber;characters

2011-11-22 22:56:35 MySQL client library: 5.0.56

2011-11-22 22:56:35 MySQL server ver: 5.1.45-community

2011-11-22 22:56:35 Login Database: 127.0.0.1;3308;root;amber;realmd

2011-11-22 22:56:35 MySQL client library: 5.0.56

2011-11-22 22:56:35 MySQL server ver: 5.1.45-community

2011-11-22 22:56:35 Realm running as realm ID 1

2011-11-22 22:56:35 Using World DB: YTDB_0.13.7_R555_MaNGOS_R10150_SD2_R1736_ACID_R304_RuDB_R37.8

2011-11-22 22:56:35 Using creature EventAI: ACID 3.0.4 - Final Release for Mangos (3.3.2 Client)

2011-11-22 22:56:35 Using DataDir ../Data/server1/WOTLK/

2011-11-22 22:56:35 WORLD: VMap support included. LineOfSight:0, getHeight:0

2011-11-22 22:56:35 WORLD: VMap data directory is: ../Data/server1/WOTLK/vmaps

2011-11-22 22:56:35 WORLD: VMap config keys are: vmap.enableLOS, vmap.enableHeight, vmap.ignoreMapIds, vmap.ignoreSpellIds

2011-11-22 22:56:36 ERROR:Map file '../Data/server1/WOTLK/maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program.

2011-11-22 22:56:36 ERROR:Correct *.map files not found in path '../Data/server1/WOTLK/maps' or *.vmtree/*.vmtile files in '../Data/server1/WOTLK/vmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.

I'll try reinstall the Client and I'll send the result

Thx for all help.

:)

Sorry for the bad language but what the fuck is the revision you are using xD The current revision is 11847 and can be found here:

https://github.com/mangos/mangos/commits/ if you want to download it without git you can go here: https://github.com/mangos/mangos/zipball/master

Link to comment
Share on other sites

I used 2 versions the latest and old version that support IT (Client) 3.3.5a

(The Latest) [* * Revision 11848 - *]

2011-11-22 12:54:54 MaNGOS/0.17.0-DEV (* * Revision 11848 - *) for Win32 (little-endian)

plz see the lnk.

(Old Version of ) [MaNGOS ~ AMBER~ DB + MaNGOS + ScriptDev2 + Patches]

2011-11-22 22:56:35 MaNGOS/0.17.0-DEV (2010-07-16 22:37:09 Revision 10199 - bd9666046b8c18303ddb10f658420ac4708151b0) for Win32 (little-endian)

Sorry for the lnk to other site but it is for information.

Link to comment
Share on other sites

It is possible your client is not correct. If you have started the game using the Launcher.exe instead of WoW.exe, then it may be you've had some updates pushed onto your client by the retail server and are running 4.x.

On the other hand, we can't help you with that Amber repack. MaNGOS support is only for cores you compile yourself.

As for your own compilation, try putting the \\maps, \\dbc and \\vmaps folders into the root folder where you have MaNGOS such that it would look like...

C:\\MaNGOS <--- or whatever you're calling your server installation

\\dbc

\\maps

\\vmaps

It could be possible by adding an extra level of directory depth by using .\\MaNGOS\\data\\ is somehow messing things up by overlooking some part of the config. Keep it simple because the more complicated you make the plumbing, the easier it is to stop up the works!

Link to comment
Share on other sites

×
×
  • 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