map files not found by path '@MANGOSD_DATA@/maps'

Results 1 to 16 of 16
  1. #1
    Member busdriver is offline
    MemberRank
    Jan 2007 Join Date
    44Posts

    map files not found by path '@MANGOSD_DATA@/maps'

    I used all the files from the tutorial ( first post ). Except for the current sbd.

    When starting up server both RealmD and MangosD were coming back with errors connecting. I checked logs and it was that the username was mangos not root. *Fixed*

    RealmD starts and works, but when starting MangosD it closes. I check logs and its something wrong with maps directory. Here is what the server log said.
    Code:
    2007-01-05 13:29:55 Using configuration file mangosd.conf.
    2007-01-05 13:29:55 MaNGOS daemon /0.6-SVN (Win32)
    2007-01-05 13:29:55 <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://www.mangosproject.org
            MMMMMM
    
    
    2007-01-05 13:29:55 World Database: 127.0.0.1;3306;root;mangos;mangos
    2007-01-05 13:29:55 Login Database: 127.0.0.1;3306;root;mangos;realmd
    2007-01-05 13:29:55 Realm running as realm ID 1
    2007-01-05 13:29:55 Using DataDir @MANGOSD_DATA@/ ...
    2007-01-05 13:29:55 ERROR:Correct *.map files not found by path '@MANGOSD_DATA@/maps'. Please place *.map files in directory by this path or correct DataDir value in mangosd.conf file.
    As I wait for a reply I will tinker with this part of the code.
    Code:
    2007-01-05 13:29:55 Using DataDir @MANGOSD_DATA@/ ...
    as the mangosd.conf said it should be wrapped in quotes due to spacing.


  2. #2
    Member busdriver is offline
    MemberRank
    Jan 2007 Join Date
    44Posts
    okay after a bump from another mangos guide i found the solution thanks to elldiablo. that guy seems to be everywhere with lots of help. thanks to him i can advance in the setup.

    the fix for..
    Code:
    2007-01-05 13:29:55 ERROR:Correct *.map files not found by path '@MANGOSD_DATA@/maps'. Please place *.map files in directory by this path or correct DataDir value in mangosd.conf file.
    is...

    Quote Originally Posted by elldiablo
    dude you forgot the fix the path , for the maps lol

    2006-12-30 11:35:58 Using DataDir @MANGOSD_DATA@/ . <---- this is wrong

    change that in your mangos config like this
    let us say you have your mangos folder at c:/mangos

    and your folder map in folder of mangos

    then you need to do the next take a good look how the datadir is set up


    # directory setting
    # Important: Datadir needs to be quoted , as it is a string wich may
    # contain space characters .
    DataDir = "c:/mangos" <---- like this is OK :o)
    After I get that fixed I get a new error...
    Code:
    2007-01-05 14:01:43 ERROR:Error in `gameobject_template` table, probably sql file format was updated (there should be 19 fields in sql).
    Anyone got any ideas? Maybe elldiablo can help me? :)

  3. #3
    Newbie Messor01 is offline
    MemberRank
    Aug 2006 Join Date
    New YorkLocation
    3Posts
    Hello!
    Set it :
    DataDir = "./"

  4. #4
    Newbie Messor01 is offline
    MemberRank
    Aug 2006 Join Date
    New YorkLocation
    3Posts
    Hello!
    Set it :
    DataDir = "./"

  5. #5
    Member busdriver is offline
    MemberRank
    Jan 2007 Join Date
    44Posts
    Do you mean the second error I have?
    Code:
    2007-01-05 13:29:55 ERROR:Correct *.map files not found by path '@MANGOSD_DATA@/maps'. Please place *.map files in directory by this path or correct DataDir value in mangosd.conf file.
    I got that fixed. I have a new error.

    Code:
    2007-01-05 14:01:43 ERROR:Error in `gameobject_template` table, probably sql file format was updated (there should be 19 fields in sql).
    That is what I am having trouble with. I don't know where to start. I can extend the tables to 19 fields but I do not know what to name them. Maybe if someone could upload that specific file I could look and compare.

  6. #6
    Newbie nulleffect is offline
    MemberRank
    Dec 2006 Join Date
    22Posts
    Quote Originally Posted by busdriver View Post
    Do you mean the second error I have?
    Code:
    2007-01-05 13:29:55 ERROR:Correct *.map files not found by path '@MANGOSD_DATA@/maps'. Please place *.map files in directory by this path or correct DataDir value in mangosd.conf file.
    I got that fixed. I have a new error.

    Code:
    2007-01-05 14:01:43 ERROR:Error in `gameobject_template` table, probably sql file format was updated (there should be 19 fields in sql).
    That is what I am having trouble with. I don't know where to start. I can extend the tables to 19 fields but I do not know what to name them. Maybe if someone could upload that specific file I could look and compare.

    yes there is 19 fields but tell you the names wouldnt help to much seeing as there is data involved in them. What you can do how ever is go to the update folder find the file the *.sql file for the template you are seeking and import it. .. If that still fails then download another version lower or higher and import the missing Sql file from that one. Not the Entire SQL seeing as importing all of it will destroy users and characters. But is you just grab the one you are seeking might adjust your issue.

  7. #7
    Newbie Xalumae is offline
    MemberRank
    Jan 2007 Join Date
    California, USALocation
    12Posts
    I am having the same issue.

    I am unable to resolve it.

    =/

  8. #8
    Member busdriver is offline
    MemberRank
    Jan 2007 Join Date
    44Posts
    im in the process of downloading a new database. and im the only player so its okay if i wipe.

    can you recomend or know what the latest stable database is?

  9. #9
    Member busdriver is offline
    MemberRank
    Jan 2007 Join Date
    44Posts
    Okay so it is apparent that it was the rev. I just need new ones. I accidently went to far I think because now some of the other files arent working.

  10. #10
    Member minadude is offline
    MemberRank
    Oct 2006 Join Date
    Montreal,CanadaLocation
    83Posts
    just set it to "." with no forward slash....

    but make sure the maps folder is in the same directory as the mangos exe file

  11. #11
    Member busdriver is offline
    MemberRank
    Jan 2007 Join Date
    44Posts

    Its aliivveee

    thanks to all that have helped. i now have my private server to play wow single player. Thanks a bunch ^^

  12. #12
    Newbie kiborg is offline
    MemberRank
    Jun 2005 Join Date
    UkraineLocation
    14Posts
    "./" -it corect if server in "c:\mangos" maps in "c:\mangos\maps"

  13. #13
    Sorcerer Supreme elldiablo is offline
    Member +Rank
    Oct 2005 Join Date
    Outland --> Shattrath cityLocation
    478Posts
    if your maps are in c:/mangso then you need to set it like this c:/mangos NEVER c:/mangos/maps

  14. #14
    Member BORODA is offline
    MemberRank
    Oct 2006 Join Date
    UkraineLocation
    88Posts
    I'm getting this error
    Code:
    2007-01-07 13:13:02 Using DataDir F:/WoWServer/ ...
    2007-01-07 13:13:02 ERROR:Map file 'F:/WoWServer/maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program.
    2007-01-07 13:13:02 ERROR:Correct *.map files not found by path 'F:/WoWServer/maps'. Please place *.map files in directory by this path or correct DataDir value in mangosd.conf file.
    WTF?
    I've created maps with ad.exe but i don't know what version of ad.exe i'm using... May be anyone can upload ad.exe for 1.12.1 ('m building a server for 2.0.1, as i know i need to use 1.12.1 maps. Am I correct?)?

  15. #15
    Newbie andy012345 is offline
    MemberRank
    Jun 2006 Join Date
    8Posts
    You can get the latest ad.exe off the mangos repository. Its /trunk/contrib/map_extractor/ad.exe

  16. #16
    Member BORODA is offline
    MemberRank
    Oct 2006 Join Date
    UkraineLocation
    88Posts
    OK... I've got working maps... Now when i'm logging in into the server (login ok. Account found). Then the realm choose windows appears. I'm clicking on my realm (WoW UA) than it shows the "login in to the server" massage and it just gets me back to the choose realm window. Why?
    Last edited by BORODA; 07-01-07 at 08:22 PM.



Advertisement