problem with manGOS 2.0.10

Results 1 to 18 of 18
  1. #1
    Elite Member swanbomb is offline
    Member +Rank
    Nov 2006 Join Date
    geelong victoria australiaLocation
    239Posts

    problem with manGOS 2.0.10

    i am having a problem with my manGOS 2.0.10 TBC when i click on the mangosd.exe and the realmd.exe they automatically close it says in the guide to post the code here so this is my mangosd.config file

    Code:
    # MaNGOS Configuration file
    ConfVersion=2006082301
    # RealmID must match the realmlist
    RealmID = 1
    # 0 NORMAL 1 PVP 4 NORMAL 6 RP 8 RPPVP
    GameType = 0
    # 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
    LoginDatabaseInfo = "127.0.0.1;3306;root;damon;realmd"
    WorldDatabaseInfo = "127.0.0.1;3306;root;damon;mangos"
    # Logfile name
    # Default: "Server.log"
    LogFile = "Server.log"
    # BC support.
    # Default: 0 (No support)
    #          1 (BC needed to logon)
    BCSupport = 1
    # Server console level of logging
    # 0 = Minimum; 1 = Basic&Error; 2 = Detail; 3 = Full/Debug
    # Default: 0
    # recommend: 1
    LogLevel = 1
    # Packet logging for the worldserver
    # Default: 0 (false)
    #          1 (true)
    LogWorld = 0
    # Log filters
    # 0 (default) - include in log if log level permit, 1 - not include with any log level
    LogFilter_TransportMoves = 1
    LogFilter_CreatureMoves = 1
    # 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 = "13 7 11 9"
    # Log file of gm commands
    # Default: "" (Disable)
    GmLogFile = "GMCommangs.log"
    # 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
    # Compression level for update packages sended to client (1..9)
    # Default: 1 (speed) 
    #          9 (best compression) 
    Compression = 1
    
    # Maximum number of players in the world. Excluding GM's
    # Default: 100
    PlayerLimit = 100
    # Default value for enabling addons, Allow then Deny or Deny then Allow
    # Default: 1 (true)
    #          0 (false)
    AddonDefault = 1
    # Max level that can reached by player for expirience.
    # Change not recommended
    # Default: 60
    MaxPlayerLevel = 70
    # Max count that player can learn the primary trade skill.
    # Default: 2
    # Max : 9 
    MaxPrimaryTradeSkill = 2 
    # Max distance to creature for group memeber to get XP at creature death.
    # Default: 74
    MaxGroupXPDistance = 74
    # Max level different with creature for group member to get XP at creature death.
    # Default: 10
    MaxGroupXPLevelDiff = 10
    # Allow or not accounts to create characters in the 2 teams in any game type.
    # Defaullt: 0 (Not allowed)
    #           1 (Allowed)
    AllowTwoSide.Accounts = 1
    # Allow or not common :chat(say,yell);channel(chat)group(join);trade for players from different teams.
    # Defaullt: 0 (Not allowed)
    #           1 (Allowed)
    AllowTwoSide.Interaction = 1
    # Allow or not show player from both team in who list.
    # Defaullt: 0 (Not allowed)
    #           1 (Allowed)
    AllowTwoSide.WhoList = 1
    # Is GM accept whispers from player by default.
    # Default: 0 (false)
    #          1 (true) 
    WhisperingToGM = 1
    # Message of the Day. Displayed at worldlogin for every user.
    Motd = "Welcome to |cff660000World of Warcraft TBC|r...\nRepacked by DJRavine  [|cff0066CChttp:\\wowps.org|r]...\n Supports v2.0.7 v2.0.8 v2.0.10..."
    # Health and power regeneration.
    Rate.Health = 1;
    Rate.Power1 = 1;
    Rate.Power2 = 1;
    Rate.Power3 = 1;
    # Drop rates
    # Default: 1
    Rate.Drop.Items = 1
    Rate.Drop.Money = 1
    # XP rates
    # Default: 1
    Rate.XP.Kill    = 1
    Rate.XP.Quest   = 1
    Rate.XP.Explore = 1
    # Creature Damage Rate.
    # Examples: 2 - creatures will damage 2x, 1.7 - 1.7x.
    Rate.Creature.Normal.Damage = 1
    Rate.Creature.Elite.Elite.Damage = 1.3
    Rate.Creature.Elite.RAREELITE.Damage = 1.6
    Rate.Creature.Elite.WORLDBOSS.Damage = 1.9
    Rate.Creature.Elite.RARE.Damage = 2
    # Creature Health Ammount Modifier.
    # Examples: 2 - creatures have 2x health, 1.7 - 1.7x.
    Rate.Creature.Normal.HP = 1
    Rate.Creature.Elite.Elite.HP = 1.3
    Rate.Creature.Elite.RAREELITE.HP = 1.6
    Rate.Creature.Elite.WORLDBOSS.HP = 1.9
    Rate.Creature.Elite.RARE.HP = 2
    #Aggro radius percent or off.
    #          0   - off (0%)
    # Default: 1   - 100% 
    #          1.5 - 150%
    Rate.Creature.Aggro = 0.40
    # Default remote console port
    Ra.Port = 3443
    # Log remote console connections
    Ra.Log = 1
    # Minimum level that's required to login,3 by default
    Ra.MinLevel = 3
    # Kick client on wrong pass
    Ra.Secure = 1
    
    # Unload grids (if you have lot memory you can disbale it to speed up player move to new grids second time)
    #          0 (not unload grids)
    # Default: 1 (unload grids)
    GridUnload = 1;
    
    # All times are in milliseconds.
    # Default socket select time
    SocketSelectTime = 10000
    # Default grid clean up delay
    GridCleanUpDelay = 300000
    # Default map update interval
    MapUpdateInterval = 500
    # Default weather update interval
    ChangeWeatherInterval = 600000
    # Default PlayerSaveInterval
    PlayerSaveInterval = 900000
    # Default WorldServerPort
    WorldServerPort = 8085
    and this is my realmd.config file

    Code:
    # MaNGOS realmd configuration file
    ConfVersion=2006060401
    # Database connection settings for the realm server.
    # Default: hostname;port;username;password;database
    LoginDatabaseInfo = "127.0.0.1;3306;root;damon;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 = "13 7 11 9"
    # 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
    plz help me this is my first time with manGOS (some of u might know me as the WoWemu guy)


  2. #2
    Member Tracekill is offline
    MemberRank
    Nov 2006 Join Date
    26Posts

    Re: problem with manGOS 2.0.10

    How about a log file?

  3. #3
    Elite Member swanbomb is offline
    Member +Rank
    Nov 2006 Join Date
    geelong victoria australiaLocation
    239Posts

    Re: problem with manGOS 2.0.10

    what do u mean where do i find the log file???

  4. #4
    Member Tracekill is offline
    MemberRank
    Nov 2006 Join Date
    26Posts

    Re: problem with manGOS 2.0.10

    LogFile = "Realmd.log"
    LogFile = "Server.log"

  5. #5
    Elite Member swanbomb is offline
    Member +Rank
    Nov 2006 Join Date
    geelong victoria australiaLocation
    239Posts

    Re: problem with manGOS 2.0.10

    if u mean in the crash log folder thats empty the server wont even start up and i have followed the guide right down to the letter

  6. #6
    Member Tracekill is offline
    MemberRank
    Nov 2006 Join Date
    26Posts

    Re: problem with manGOS 2.0.10

    Have you even checked the log? Why do you have a crash log folder? The individual program logs should just appear in the Mangos folder...post the contents of them. The server is probably starting up for an extremely brief moment and then crashing, most likely because of a DB connection issue or conflict. Post the log files.

  7. #7
    Elite Member swanbomb is offline
    Member +Rank
    Nov 2006 Join Date
    geelong victoria australiaLocation
    239Posts

    Re: problem with manGOS 2.0.10

    now look at this picture and tell me what log file u talking about


  8. #8
    Member Tracekill is offline
    MemberRank
    Nov 2006 Join Date
    26Posts

    Re: problem with manGOS 2.0.10

    What on earth did you do to deserve the nickname "WoWEmu guy"? The game can't use .conf.bak files, change the extension to simply .conf so it recognizes them as configuration files.

  9. #9
    Elite Member swanbomb is offline
    Member +Rank
    Nov 2006 Join Date
    geelong victoria australiaLocation
    239Posts

    Re: problem with manGOS 2.0.10

    i refused to use manGOS and used WoWemu instead

  10. #10
    Member Tracekill is offline
    MemberRank
    Nov 2006 Join Date
    26Posts

    Re: problem with manGOS 2.0.10

    Thank god it wasn't for some huge accomplishment in the development of WoWemu or I would have some objections.

  11. #11
    Elite Member swanbomb is offline
    Member +Rank
    Nov 2006 Join Date
    geelong victoria australiaLocation
    239Posts

    Re: problem with manGOS 2.0.10

    now i got a problem

    2007-03-17 14:22 Using configuration file realmd.conf.
    2007-03-17 14:23 MaNGOS realm daemon /0.7-SVN (Win32)
    2007-03-17 14:23 <Ctrl-C> to stop.
    2007-03-17 14:23 Database: 127.0.0.1;3306;root;damon;realmd
    2007-03-17 14:23 ERROR:Could not connect to MySQL database at 127.0.0.1: Unknown database 'realmd'
    2007-03-17 1423 ERROR:Cannot connect to database

    and the other one

    2007-03-17 14:34 Using configuration file mangosd.conf.
    2007-03-17 14:34 MaNGOS daemon /0.7-SVN (Win32)
    2007-03-17 14:34 <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 MaNGOS community forums (Powered by Invision Power Board)
    MMMMMM

    2007-03-17 14:34 World Database: 127.0.0.1;3306;root;damon;mangos
    2007-03-17 14:34 ERROR:Could not connect to MySQL database at 127.0.0.1: Unknown database 'mangos'
    2007-03-17 14:34 ERROR:Cannot connect to world database 127.0.0.1;3306;root;damon;mangos

    i know this will be a really nooby problem but i have never used manGOS b4

  12. #12
    Member Tracekill is offline
    MemberRank
    Nov 2006 Join Date
    26Posts

    Re: problem with manGOS 2.0.10

    Is your SQL daemon active, is that the righ username and password?

  13. #13
    Elite Member swanbomb is offline
    Member +Rank
    Nov 2006 Join Date
    geelong victoria australiaLocation
    239Posts

    Re: problem with manGOS 2.0.10

    whats the SQL daemon???
    dont u only use a password????

  14. #14
    Member Tracekill is offline
    MemberRank
    Nov 2006 Join Date
    26Posts

    Re: problem with manGOS 2.0.10

    LoginDatabaseInfo = "127.0.0.1;3306;root;damon;realmd"

    Should be "127.0.0.1(if you are hosting the SQL server on localhost aka your own computer);3306(access port for the SQL server);username for sql server; password for that username;database where you executed the realmd_bc.sql batch files

  15. #15
    Elite Member swanbomb is offline
    Member +Rank
    Nov 2006 Join Date
    geelong victoria australiaLocation
    239Posts

    Re: problem with manGOS 2.0.10

    do i have to have mySQL running??
    how do i do that??

    i bet u guys all think i am a noob but once this is fixed ill know how to fix it if the same problem comes up

  16. #16
    Newbie sgistormx is offline
    MemberRank
    Mar 2007 Join Date
    USALocation
    1Posts

  17. #17
    Member DRAGOON112 is offline
    MemberRank
    Feb 2005 Join Date
    LatviaLocation
    28Posts

    Re: problem with manGOS 2.0.10

    you could rename mangos.conf.bak to mangos.conf and realmd.conf.bak = realmd.conf thats for the begining O.o

  18. #18
    Elite Member swanbomb is offline
    Member +Rank
    Nov 2006 Join Date
    geelong victoria australiaLocation
    239Posts

    Re: problem with manGOS 2.0.10

    i already did that......



Advertisement