[Help]Server don't login

Results 1 to 22 of 22
  1. #1
    Member TheKain2 is offline
    MemberRank
    Apr 2007 Join Date
    47Posts

    [Help]Server don't login

    my problem is: in the selection server "Mangos" i don't open it... why?
    when i click in the server rispawn the selection serverlist


  2. #2
    Member kellen.darkside is offline
    MemberRank
    Apr 2007 Join Date
    36Posts

    Re: [Help]Server don't login

    Everyone is having this problem... yet no one seems to be doing anything about it to help anyone...

    I hosted a server and I can play on it from the same PC, but others cannot.

    Realmlist table is updated to my lan ip which is 192.168.0.x and i added this to hosts file in ect folder : 192.168.0.x localhost

    What else do we need to do to get this dumb preconfigured ' pfft ' server to work correctly?

  3. #3
    Elite Member anubizthot is offline
    Member +Rank
    Feb 2007 Join Date
    in ur sister bed..Location
    232Posts

    Re: [Help]Server don't login

    theres a lot of post which tells how to do to get ur server online

  4. #4
    Sorcerer Supreme FamineMK is offline
    Member +Rank
    Jun 2006 Join Date
    In the clouds.Location
    378Posts

    Re: [Help]Server don't login

    Quote Originally Posted by anubizthot View Post
    theres a lot of post which tells how to do to get ur server online
    And furthermore... just coming in and saying "This doesn't work" or "it will not connect" isn't even close to being enough information. There are about 1500 things that could be going wrong... MOST of which can be solved by reading walkthroughs posted here CAREFULLY. Don't tell me that for the thousands of people that read them and it works, your doing the same thing and it doesn't.

    You clearly did something wrong in the setup... like you tried to speed things up and copied a line and pasted it over a line that you THOUGHT should be the same but it wasn't...

    and if you would have read the guides, every one would have told you that you CAN'T name your server MaNGOS, it has to be changed.

    GIVE MORE INFORMATION!!! are you behind a router?!? what are your config files? how about a screenshot of your error?

    Sorry, my crystal ball is a bit cloudy today.

  5. #5
    Elite Member anubizthot is offline
    Member +Rank
    Feb 2007 Join Date
    in ur sister bed..Location
    232Posts

    Re: [Help]Server don't login

    i have the same problem ... only i can connect but others cant..
    i read and i solve it..


  6. #6
    Member TheKain2 is offline
    MemberRank
    Apr 2007 Join Date
    47Posts

    Re: [Help]Server don't login

    sorry but i'm italian and i'm a noob to english XD... why i risolve de problem?

  7. #7
    Member TheKain2 is offline
    MemberRank
    Apr 2007 Join Date
    47Posts

    Re: [Help]Server don't login

    another question... the mangosd.exe after i open, closed in automaitic!!!

  8. #8
    Elite Member anubizthot is offline
    Member +Rank
    Feb 2007 Join Date
    in ur sister bed..Location
    232Posts

    Re: [Help]Server don't login

    im not an english speaker too..
    post some pics of ur problem.. how u do the config.

  9. #9
    Member TheKain2 is offline
    MemberRank
    Apr 2007 Join Date
    47Posts

    Re: [Help]Server don't login

    after i open realmd.exe and mangosd.exe, mangosd closed automatic and i cant' open it... i try login in server with user:administrator pass:administrator, after then i don't play for ican't selection server... screenshot:
    1

  10. #10
    Elite Member anubizthot is offline
    Member +Rank
    Feb 2007 Join Date
    in ur sister bed..Location
    232Posts

    Re: [Help]Server don't login

    u say u mangos closed automatic.. thast why u cant log into the server..

    look in the .logs in the mangos folder for the error that close the mangos..
    maybe is the password of the SqlDb

  11. #11
    Elite Member anubizthot is offline
    Member +Rank
    Feb 2007 Join Date
    in ur sister bed..Location
    232Posts

    Re: [Help]Server don't login

    in mangos
    LoginDatabaseInfo = "127.0.0.1;3306;root;URPASSWORD;realmd_bc"
    WorldDatabaseInfo = "127.0.0.1;3306;root;URPASSWORD;mangos_bc"

    realmd

    LoginDatabaseInfo = "127.0.0.1;3306;root;URPASSWORD;realmd_bc"

  12. #12
    Member TheKain2 is offline
    MemberRank
    Apr 2007 Join Date
    47Posts

    Re: [Help]Server don't login

    the problem not resolve, i change urpassword with my passwordo on my sqldb... now i can't open realmd and mangos


    this is the error in server.log:
    2007-04-17 23:27:23 ERROR:Map file './maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program.
    2007-04-17 23:27:23 ERROR:Correct *.map files not found by path './maps'. Please place *.map files in directory by this path or correct DataDir value in mangosd.conf file.


    the version of my server is mangos 1.12.1

  13. #13
    Member TheKain2 is offline
    MemberRank
    Apr 2007 Join Date
    47Posts

    Re: [Help]Server don't login

    please helph meeeee, i have extract the folder maps in directory folder of server(in D:/Mangos) but the problem not resolve:(

  14. #14
    Elite Member anubizthot is offline
    Member +Rank
    Feb 2007 Join Date
    in ur sister bed..Location
    232Posts

    Re: [Help]Server don't login

    is "./"

  15. #15
    Member TheKain2 is offline
    MemberRank
    Apr 2007 Join Date
    47Posts

    Re: [Help]Server don't login

    what is "./"???

    this is a text of mangos:
    # Data directory setting.
    # Important: DataDir needs to be quoted, as it is a string which may
    # contain space characters.
    DataDir = "./"

    # Database connection settings for the world server.
    # Default: hostname;port;username;password;database
    # .;somenumber;username;password;database - use named pipes at Windows
    # Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
    # .;/path/to/unix_socket;root;alagna;mangos - use Unix sockets at Unix/Linux
    # Unix sockets: experimental, not tested
    LoginDatabaseInfo = "127.0.0.1;3306;root;alagna;realmd"
    WorldDatabaseInfo = "127.0.0.1;3306;root;alagna;mangos"
    and this is a realmd:

    # MaNGOS realmd configuration file
    ConfVersion=2006060401

    # Database connection settings for the realm server.
    # Default: hostname;port;username;password;database
    # .;somenumber;username;password;database - use named pipes at Windows
    # Named pipes: mySQL required adding "enable-named-pipe" to [mysqld] section my.ini
    # .;/path/to/unix_socket;username;password;database - use Unix sockets at Unix/Linux
    # Unix sockets: experimental, not tested
    LoginDatabaseInfo = "127.0.0.1;3306;root;alagna;realmd"

    # Settings for maximum database-ping interval (minutes between pings)
    MaxPingTime = 30

    # Default RealmServerPort
    RealmServerPort = 3724

    # Server console level of logging
    # 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    # Default: 0
    LogLevel = 0

    # Logfile name
    # empty name disable creating log file: LogFile =
    # Default: "Server.log" - not recommended.
    LogFile = "Realmd.log"

    # Server file level of logging
    # 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    # Default: 0
    LogFileLevel = 0

    # Color for messages (format "normal_color details_color debug_color error_color)
    # Colors: 0 - BLACK, 1 - RED, 2 - GREEN, 3 - BROWN, 4 - BLUE, 5 - MAGENTA, 6 - CYAN, 7 - GREY,
    # 8 - YELLOW, 9 - LRED, 10 - LGREEN, 11 - LBLUE, 12 - LMAGENTA, 13 - LCYAN, 14 - WHITE
    # Default: "" - none colors
    # "13 7 11 9" - for example :)
    LogColors = ""

    # Used processors mask for multi-processors system (Used only at Windows)
    # Default: 0 (selected by OS)
    # number (bitmask value of selected processors)
    UseProcessors = 0

    # Process proirity setting (Used only at Windows)
    # 0 (Normal)
    # Default: 1 (HIGH)
    ProcessPriority = 1

  16. #16
    Elite Member anubizthot is offline
    Member +Rank
    Feb 2007 Join Date
    in ur sister bed..Location
    232Posts

    Re: [Help]Server don't login

    Quote Originally Posted by TheKain2 View Post
    this is the error in server.log:
    2007-04-17 23:27:23 ERROR:Map file './maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program.
    2007-04-17 23:27:23 ERROR:Correct *.map files not found by path './maps'. Please place *.map files in directory by this path or correct DataDir value in mangosd.conf file.


    the version of my server is mangos 1.12.1
    is an maps error..

    ur maps r not compatible


  17. #17
    Member TheKain2 is offline
    MemberRank
    Apr 2007 Join Date
    47Posts

    Re: [Help]Server don't login

    and... what I must make?

  18. #18
    Member TheKain2 is offline
    MemberRank
    Apr 2007 Join Date
    47Posts

    Re: [Help]Server don't login

    ok... i have the maps folder writhe

    now i have this problem:
    realmd.log:
    2007-04-18 23:09:44 Using configuration file realmd.conf.
    2007-04-18 23:09:44 MaNGOS realm daemon /0.7-SVN (Win32)
    2007-04-18 23:09:44 <Ctrl-C> to stop.

    2007-04-18 23:09:44 Database: 127.0.0.1;3306;root;alagna;realmd
    2007-04-18 23:09:44 ERROR:SQL: SELECT `id`, `name`,`address`,`port`,`icon`,`color`,`timezone` FROM `realmlist` ORDER BY `name`
    2007-04-18 23:09:44 ERROR:query ERROR: Table 'realmd.realmlist' doesn't exist
    2007-04-18 23:09:44 ERROR:No valid realms specified.
    Server.log:
    2007-04-18 23:09:45 World Database: 127.0.0.1;3306;root;alagna;mangos
    2007-04-18 23:09:45 Login Database: 127.0.0.1;3306;root;alagna;realmd
    2007-04-18 23:09:45 Realm running as realm ID 1
    2007-04-18 23:09:45 ERROR:SQL: UPDATE `account`,`realmcharacters` SET `account`.`online` = 0 WHERE `account`.`online` > 0 AND `account`.`id` = `realmcharacters`.`acctid` AND `realmcharacters`.`realmid` = '1'
    2007-04-18 23:09:45 ERROR:SQL ERROR: Table 'realmd.account' doesn't exist
    2007-04-18 23:09:45 Using DataDir ./ ...
    2007-04-18 23:09:45 ERROR:SQL: UPDATE `realmlist` SET `icon` = 1 WHERE `id` = '1'
    2007-04-18 23:09:45 ERROR:SQL ERROR: Table 'realmd.realmlist' doesn't exist
    2007-04-18 23:09:45 Initialize data stores...
    2007-04-18 23:09:45
    2007-04-18 23:09:45 >> Loaded 28 data stores
    2007-04-18 23:09:45
    2007-04-18 23:09:45 Loading Game Object Templates...
    2007-04-18 23:09:45 ERROR:`gameobject_template` table is empty!

    2007-04-18 23:09:45 >> Loaded 0 game object templates
    2007-04-18 23:09:45
    2007-04-18 23:09:45 Loading player create info & level stats...
    2007-04-18 23:09:45
    2007-04-18 23:09:45 >> Loaded 40 player create definitions
    2007-04-18 23:09:45
    2007-04-18 23:09:45 >> Loaded 336 player create items
    2007-04-18 23:09:45
    2007-04-18 23:09:45 >> Loaded 1526 player create spells
    2007-04-18 23:09:45
    2007-04-18 23:09:45 >> Loaded 2049 player create skills
    2007-04-18 23:09:45
    2007-04-18 23:09:45 >> Loaded 189 player create actions
    2007-04-18 23:09:45
    2007-04-18 23:09:45 >> Loaded 2400 level stats definitions
    2007-04-18 23:09:45 Loading Spell Chain Data...
    2007-04-18 23:09:45
    2007-04-18 23:09:45 >> Loaded 1329 spell chain records
    2007-04-18 23:09:45 Loading Spell Proc Event conditions...
    2007-04-18 23:09:45 >> Loaded 819 spell proc event conditions
    2007-04-18 23:09:45
    2007-04-18 23:09:45 Loading Aggro Spells Definitions...
    2007-04-18 23:09:45 >> Loaded 53 aggro generating spells
    2007-04-18 23:09:45
    2007-04-18 23:09:45 Loading Scripts...
    2007-04-18 23:09:45 scripts :
    2007-04-18 23:09:45
    2007-04-18 23:09:45 >> Loaded 0 script definitions
    2007-04-18 23:09:45 spell_scripts :
    2007-04-18 23:09:45
    2007-04-18 23:09:45 >> Loaded 0 script definitions
    2007-04-18 23:09:45 Loading NPC Texts...
    2007-04-18 23:09:45
    2007-04-18 23:09:45 >> Loaded 0 npc texts
    2007-04-18 23:09:45 Loading Quest Area Triggers...
    2007-04-18 23:09:45
    2007-04-18 23:09:45 >> Loaded 0 quest trigger points
    2007-04-18 23:09:45 Loading Items...
    2007-04-18 23:09:45 ERROR:Error in `item_template` table, probably sql file format was updated (there should be 121 fields in sql).

  19. #19
    Newbie ssssnake is offline
    MemberRank
    Apr 2007 Join Date
    1Posts

    Re: [Help]Server don't login

    Hi,
    I have the same problem with ./maps/map0004331.map outdated, and you say that now you have it "right" - what did you do to make it "right"? I created a new set of maps, with ad.exe and overwritten previous - it didn't work out :(

    OK, I fixed it - new ad.exe helped, but now I'm having other problem - similar to yours just above - SQL-ERRORS e.g. collumn doesn't exist and so on.....

  20. #20
    Member TheKain2 is offline
    MemberRank
    Apr 2007 Join Date
    47Posts

    Re: [Help]Server don't login

    answer please

  21. #21
    Member TheKain2 is offline
    MemberRank
    Apr 2007 Join Date
    47Posts

    Re: [Help]Server don't login

    pleaseeeeeeeee i'm disperate

  22. #22
    Member blood08 is offline
    MemberRank
    Apr 2007 Join Date
    62Posts

    Re: [Help]Server don't login

    Quote Originally Posted by TheKain2 View Post
    the problem not resolve, i change urpassword with my passwordo on my sqldb... now i can't open realmd and mangos


    this is the error in server.log:
    2007-04-17 23:27:23 ERROR:Map file './maps/0004331.map' is non-compatible version (outdated?). Please, create new using ad.exe program.
    2007-04-17 23:27:23 ERROR:Correct *.map files not found by path './maps'. Please place *.map files in directory by this path or correct DataDir value in mangosd.conf file.


    the version of my server is mangos 1.12.1
    Upgrade to BC and download http://forum.ragezone.com/f114/xenow...online-245162/
    no errors



Advertisement