MaNGOS Problem

Results 1 to 19 of 19
  1. #1
    Newbie Feth is offline
    MemberRank
    Nov 2006 Join Date
    AthensLocation
    7Posts

    MaNGOS Problem

    IMPORTANT: Edit - First problem Solved, Having connection Problems now.. Mangosd.exe and realmd.exe running properly, Databse realmlist, WoW realmlist.wtf file, mangosd.conf and realmd.conf files got same IP(Screenshots some posts below), still WoW shows same message every time "Disconnected from Server" as soon as I try to login(tried 2 different accounts created from mangosd.exe), no incoming connections shown on mangosd.exe/realmd.exe...:/


    I have just completed the last steps of the "[MaNGOS] Latest binaries and SDB (With no support questions! Only files)" Tutorial for Windows.. But the mangosd.exe seems not to run properly.. The log file shows this:
    Code:
    2006-11-13 21:30:17 ERROR:
    Could not find configuration file mangosd.conf.
    2006-11-13 21:30:17 MaNGOS daemon /0.6-SVN (Win32)
    2006-11-13 21:30:17 <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
    
    
    2006-11-13 21:30:17 ERROR:Database not specified
    The Configuration file mangosd.conf is in the MANGOS folder just like the realmd.exe and realmd.conf files... Realmd.exe seems to be running properly..
    Code:
    2006-11-13 21:27:27 Using configuration file realmd.conf.
    2006-11-13 21:27:27 MaNGOS realm daemon /0.6-SVN (Win32)
    2006-11-13 21:27:27 <Ctrl-C> to stop.
    
    2006-11-13 21:27:27 Database: 127.0.0.1;3306;root;mangos;realmd
    2006-11-13 21:27:27 Connected to MySQL database at 127.0.0.1
    
    2006-11-13 21:27:27 Added realm "Feth".
    2006-11-13 21:27:27 realmd process priority class set to HIGH
    2006-11-13 21:27:27 
    2006-11-13 21:27:33 Halting process...
    There is probably something I'm doing wrong, I would be glad if you could help.. :)
    Thanks in advance.
    Last edited by Feth; 14-11-06 at 07:06 PM.


  2. #2
    Member ast3rik is offline
    MemberRank
    Oct 2006 Join Date
    CroatiaLocation
    49Posts
    Quote Originally Posted by Feth View Post
    I have just completed the last steps of the "[MaNGOS] Latest binaries and SDB (With no support questions! Only files)" Tutorial for Windows.. But the mangosd.exe seems not to run properly.. The log file shows this:
    Code:
    2006-11-13 21:30:17 ERROR:
    Could not find configuration file mangosd.conf.
    2006-11-13 21:30:17 MaNGOS daemon /0.6-SVN (Win32)
    2006-11-13 21:30:17 <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
    
    
    2006-11-13 21:30:17 ERROR:Database not specified
    The Configuration file mangosd.conf is in the MANGOS folder just like the realmd.exe and realmd.conf files... Realmd.exe seems to be running properly..
    Code:
    2006-11-13 21:27:27 Using configuration file realmd.conf.
    2006-11-13 21:27:27 MaNGOS realm daemon /0.6-SVN (Win32)
    2006-11-13 21:27:27 <Ctrl-C> to stop.
    
    2006-11-13 21:27:27 Database: 127.0.0.1;3306;root;mangos;realmd
    2006-11-13 21:27:27 Connected to MySQL database at 127.0.0.1
    
    2006-11-13 21:27:27 Added realm "Feth".
    2006-11-13 21:27:27 realmd process priority class set to HIGH
    2006-11-13 21:27:27 
    2006-11-13 21:27:33 Halting process...
    There is probably something I'm doing wrong, I would be glad if you could help.. :)
    Thanks in advance.
    2006-11-13 21:30:17 ERROR:Database not specified ---- in mangos.conf, specify database parameters (database,user,pass etc.). Mangos cannot connect to the database that is (if any) specified in mangos.conf.

  3. #3
    Newbie Feth is offline
    MemberRank
    Nov 2006 Join Date
    AthensLocation
    7Posts
    I think the problem starts from mangosd.exe not being able to find mangosd.conf, cause the database parameters in my configuration file are correct I think:
    Code:
    # Database connection settings for the world server.
    # Default: hostname;port;username;password;database
    LoginDatabaseInfo = "127.0.0.1;3306;root;mangos;realmd"
    WorldDatabaseInfo = "127.0.0.1;3306;root;mangos;mangos"
    Thanks for replying anyway..^^

  4. #4
    Grand Master [lexx] is offline
    Grand MasterRank
    Nov 2004 Join Date
    LithuaniaLocation
    4,620Posts
    are they REALLY CORRECT? it's not just words and semicolons. those values mean actual connection to MySQL. nothing, but that problem

  5. #5
    Newbie Feth is offline
    MemberRank
    Nov 2006 Join Date
    AthensLocation
    7Posts
    Well that's the Ip/port I'm using, my Username is "root", password is "mangos", and databases are "realmd" and "mangos", so I guess they are ok :/

  6. #6
    Grand Master [lexx] is offline
    Grand MasterRank
    Nov 2004 Join Date
    LithuaniaLocation
    4,620Posts
    so then mangos authors tricked you and gave you the emu that actuall does not connect to database.. ;)
    really, they are WRONG and any other considerations are out of the questions.

    is the MySQL running and is 'root' with the password 'mangos' really created and proper permissions were given for that user..?

  7. #7
    Newbie Feth is offline
    MemberRank
    Nov 2006 Join Date
    AthensLocation
    7Posts
    I didn't ever say they were wrong..more specificly:
    There is probably something I'm doing wrong, I would be glad if you could help.. :)
    Thanks in advance.
    And yes I'm using SQLyog, at User Management all priviledges are checked for User "root", I can connect as "root" and access the databases manually, so I realy think most of this problem is caused because of the incapability of mangosd.exe to find/use configuration file mangosd.conf, any ideas on that? :/

    Should I post some screenshots of the "Mangos" folder at C:\ or the SQLyog status?

  8. #8
    Elite Member anatem is offline
    Member +Rank
    Oct 2006 Join Date
    169Posts
    had that error once too and i was desperate. solved by putting a backup config file instead of the one i had just modified.

    get a new config file from whatever revision and set that one up it should work

    if that doesn't work -though it should- delete your mangos folder and replace with the unmodified revision (same or newer) with the maps and everything and reconfiogure the mangos.conf file
    Last edited by anatem; 14-11-06 at 03:20 PM.

  9. #9
    Newbie Feth is offline
    MemberRank
    Nov 2006 Join Date
    AthensLocation
    7Posts
    Will try that, thanks for replying..

    Edit: It actually worked! I deleted mangosd.conf and repaired with the setup file, now it runs properly :)

    Thanks a lot, just dont immediately lock this thread in case of any additional problems :)

    Hmmm now it keeps showing "Disconnected from Server" although I edited realmlist.wtf as "set realmlist 127.0.0.1" ...again there is something I'm doing wrong ;p Any ideas? realmd.exe and mangos.exe are running normaly.. Using v1.12.1
    Last edited by [lexx]; 14-11-06 at 04:20 PM.

  10. #10
    Grand Master [lexx] is offline
    Grand MasterRank
    Nov 2004 Join Date
    LithuaniaLocation
    4,620Posts
    Quote Originally Posted by Feth View Post
    Hmmm now it keeps showing "Disconnected from Server" although I edited realmlist.wtf as "set realmlist 127.0.0.1" ...again there is something I'm doing wrong ;p Any ideas? realmd.exe and mangos.exe are running normaly.. Using v1.12.1
    database and mangos configuration must have same IP/DNS set

  11. #11
    Newbie Feth is offline
    MemberRank
    Nov 2006 Join Date
    AthensLocation
    7Posts
    Database:


    Mangosd.conf:


    Realmd.conf:

  12. #12
    Elite Member anatem is offline
    Member +Rank
    Oct 2006 Join Date
    169Posts

    Cool

    Quote Originally Posted by Feth View Post
    Will try that, thanks for replying..

    Edit: It actually worked! I deleted mangosd.conf and repaired with the setup file, now it runs properly :)

    Thanks a lot, just dont immediately lock this thread in case of any additional problems :)
    glad to have helped

  13. #13
    Newbie Sorimachi is offline
    MemberRank
    Nov 2006 Join Date
    3Posts
    Hi, I'm new to this forum. I'm also having problems with Mango. It seems when I try to log on I get stuck on the realm selection screen. Does anyone know what the problem is and if there's a way to fix it. It says Mango is offline, so I'm assuming that's the reason but I'm not 100% positive. Thanks in advance.

  14. #14
    Newbie kotori is offline
    MemberRank
    May 2006 Join Date
    usofaLocation
    2Posts
    I think i'm having the same problem as the parent stated.
    Code:
    2006-11-15 05:01:04 ERROR:
    Could not find configuration file /usr/home/kotori-san/servers/mangos/etc/mangosd.conf.
    2006-11-15 05:01:04 MaNGOS daemon /0.6-SVN (Unix)
    2006-11-15 05:01:04 <Ctrl-C> to stop.
    
    2006-11-15 05:01:04 ERROR:Database not specified
    I'm pretty sure I have my directives correct, but I'll list them here for a little advice on what i'm doing wrong.
    Code:
    /usr/home/kotori-san/servers/mangos/etc/mangosd.conf
    LoginDatabaseInfo = "127.0.0.1;3306;mangos;mangos101;realmd"
    WorldDatabaseInfo = "127.0.0.1;3306;mangos;mangos101;mangos"
    mangos.realmlist
    id = 1
    name = MaNGOS
    address = kotori.hopto.org
    port = 8085
    icon = 1
    color = 0
    timezone = 1
    dbinfo = 127.0.0.1;3306;mangos;mangos101;mangos

    my realmd starts up just fine, its just my mangosd that keeps failing.

  15. #15
    Newbie Feth is offline
    MemberRank
    Nov 2006 Join Date
    AthensLocation
    7Posts
    Quote Originally Posted by kotori View Post
    I think i'm having the same problem as the parent stated.
    Code:
    2006-11-15 05:01:04 ERROR:
    Could not find configuration file /usr/home/kotori-san/servers/mangos/etc/mangosd.conf.
    2006-11-15 05:01:04 MaNGOS daemon /0.6-SVN (Unix)
    2006-11-15 05:01:04 <Ctrl-C> to stop.
    
    2006-11-15 05:01:04 ERROR:Database not specified
    I'm pretty sure I have my directives correct, but I'll list them here for a little advice on what i'm doing wrong.
    Code:
    /usr/home/kotori-san/servers/mangos/etc/mangosd.conf
    LoginDatabaseInfo = "127.0.0.1;3306;mangos;mangos101;realmd"
    WorldDatabaseInfo = "127.0.0.1;3306;mangos;mangos101;mangos"
    mangos.realmlist
    id = 1
    name = MaNGOS
    address = kotori.hopto.org
    port = 8085
    icon = 1
    color = 0
    timezone = 1
    dbinfo = 127.0.0.1;3306;mangos;mangos101;mangos

    my realmd starts up just fine, its just my mangosd that keeps failing.
    Quote Originally Posted by anatem View Post
    had that error once too and i was desperate. solved by putting a backup config file instead of the one i had just modified.

    get a new config file from whatever revision and set that one up it should work

    if that doesn't work -though it should- delete your mangos folder and replace with the unmodified revision (same or newer) with the maps and everything and reconfiogure the mangos.conf file
    Follow this advice, worked for me.. but still can't connect, always getting the same message "Disconnected from Server" :/

  16. #16
    Elite Member anatem is offline
    Member +Rank
    Oct 2006 Join Date
    169Posts
    ye i had that once too. try replacing your mangos folder and making sure it's on system drive. we'll think about it more afterwards

    or just pm me with your msn and we'll see what's wrong when i have time

  17. #17
    Member ast3rik is offline
    MemberRank
    Oct 2006 Join Date
    CroatiaLocation
    49Posts
    Quote Originally Posted by kotori View Post
    [/code]mangos.realmlist
    id = 1
    name = MaNGOS
    address = kotori.hopto.org
    port = 8085
    icon = 1
    color = 0
    timezone = 1
    dbinfo = 127.0.0.1;3306;mangos;mangos101;mangos

    my realmd starts up just fine, its just my mangosd that keeps failing.
    Watch this one (underlined) IT HAS TO BE DNS RESOLVABLE ! ! !
    I'll try to write Network tutorial for mangos when i catch some time.

  18. #18
    Newbie Fatman86 is offline
    MemberRank
    Nov 2006 Join Date
    1Posts
    same problem here... I have update my mangos server on my root. after the update I couldnt connct to the server. I stuck at the realmlist.
    I have reinstall mangos, it was like befor I was updating, but I still have the Problem o.O . I tryed a newer version, databse, reinstall sqlyog and so on but nothin was working.
    Any ideas ?



    EDIT: fixed the problem. just rename or delete ur WDB and WTF folder in your WoW main folder and try to connect again. it workes for me :)
    Last edited by Fatman86; 16-11-06 at 04:45 PM. Reason: Fixed

  19. #19
    Newbie wahledor is offline
    MemberRank
    Nov 2006 Join Date
    1Posts
    I'm starting to have the same problem, Realmd and Mangosd are running properly but when i go to log in it automatically says disconeected from server. It is as if my game is not finding my server on my own machine, I have tried using localhost on the realmlist, making sure Realmd in the DB is the same as Realmlist using my own IP and 127.0.0.1 and still... nothing happens, any ideas?



Advertisement