Jump to content
  • 0

Mangosd fails


n3n8f9unf2nf

Question

Hopefully this is the last time I need to ask a question for a while :P. I think I am getting a failure due due a lack of correct .map files? I followed the guide exactly and I think I might know the cause, but not how to fix it exactly.

When extracting the data from the WoW installation, I was extracting the data from a folder on my primary user account. The locked folders are in that folder, in my primary user documents section. Buildings, dbc, maps, mmaps, and vmaps are there and locked, with owner being root.

The error below says that the correct .maps can't be found, so do I need to move files over to the mangos users "zero" directory for the mangosd service to correctly find its target?


 

Spoiler

● mangosd.service - WoW Vanilla service
   Loaded: loaded (/etc/systemd/system/mangosd.service; enabled; vendor preset:
   Active: failed (Result: exit-code) since 六 2017-04-01 17:17:51 CST; 1min 51s
  Process: 1135 ExecStart=/home/mangos/zero/bin/mangosd -c /home/mangos/zero/etc
 Main PID: 1135 (code=exited, status=1/FAILURE)

 四  01 17:17:38 z8b10f mangosd[1135]: WORLD: VMap support included. LineOfSight:
 四  01 17:17:38 z8b10f mangosd[1135]: WORLD: VMap data directory is: ./vmaps
 四  01 17:17:38 z8b10f mangosd[1135]: WORLD: MMap pathfinding enabled
 四  01 17:17:38 z8b10f mangosd[1135]: Please check for the existence of map file
 四  01 17:17:38 z8b10f mangosd[1135]: Correct *.map files not found in path './m
 四  01 17:17:38 z8b10f mangosd[1135]: Wait 10 secs for continue.
 四  01 17:17:48 z8b10f mangosd[1135]: [668B blob data]
 四  01 17:17:51 z8b10f systemd[1]: mangosd.service: Main process exited, code=ex
 四  01 17:17:51 z8b10f systemd[1]: mangosd.service: Unit entered failed state.
 四  01 17:17:51 z8b10f systemd[1]: mangosd.service: Failed with result 'exit-cod


 

Link to comment
Share on other sites

19 answers to this question

Recommended Posts

3 hours ago, Foereaper said:

That is correct, by default it searches for the data directories within the binary directory

Okay, so I did some searching online. Here is what I did to get to where I am now:

Via the terminal, I logged into root using 'sudo su - root', then ran 'sudo nautilus'. From there, I copied the folders over to the /home/mangos/zero/bin directory. I then logged in as the mangos user on my computer, and I edited the mangosd.conf file to be the following: DataDir = "/home/mangos/zero/bin" I then rebooted and now I get this error:

Spoiler

● mangosd.service - WoW Vanilla service
   Loaded: loaded (/etc/systemd/system/mangosd.service; enabled; vendor preset:
   Active: inactive (dead) since 六 2017-04-01 20:32:20 CST; 19s ago
  Process: 1149 ExecStart=/home/mangos/zero/bin/mangosd -c /home/mangos/zero/etc
 Main PID: 1149 (code=exited, status=0/SUCCESS)

 四  01 20:32:19 z8b10f mangosd[1149]: Aura 18 now is remove mode 5
 四  01 20:32:19 z8b10f mangosd[1149]: Aura 18 now is remove mode 5
 四  01 20:32:19 z8b10f mangosd[1149]: Aura 18 now is remove mode 5
 四  01 20:32:19 z8b10f mangosd[1149]: World Updater Thread stopped
 四  01 20:32:19 z8b10f mangosd[1149]: Halting process...
 四  01 20:32:19 z8b10f mangosd[1149]: Bye!
 四  01 20:32:19 z8b10f mangosd[1149]: GridState destroyed
 四  01 20:32:19 z8b10f mangosd[1149]: GridState destroyed
 四  01 20:32:19 z8b10f mangosd[1149]: GridState destroyed
 四  01 20:32:19 z8b10f mangosd[1149]: GridState destroyed


I think my problem may be related to a .conf file that is not linked correctly or something, similar to what is in this thread: Config Link Thread

The default for the DataDir line is "." But I was getting the error in my first post. That error references path './m, but non of the ./ directories existed even as hidden files there, such as ./vmaps.

The current error seems worse than the missing maps one so I am going to revert the changes made. In what way should I start to troubleshoot this? O.o

Link to comment
Share on other sites

On 01/04/2017 at 3:01 PM, Akar said:

The default for the DataDir line is "." But I was getting the error in my first post. That error references path './m, but non of the ./ directories existed even as hidden files there, such as ./vmaps.

If it finds the config files, you can change the default data dirs within the config files, thus use whatever directory you'd like :)

Link to comment
Share on other sites

2 hours ago, Foereaper said:

If it finds the config files, you can change the default data dirs within the config files, thus use whatever directory you'd like :)

Well, when I did get the files linked to the right directory, it gave the second error. Do you think it is because of bad or incompatible files? I tried looking on the net for various parts of the error and still

Same Error again:

● mangosd.service - WoW Vanilla service
   Loaded: loaded (/etc/systemd/system/mangosd.service; enabled; vendor preset:
   Active: inactive (dead) since 六 2017-04-03 11:42:03 EST; 43s ago
  Process: 1149 ExecStart=/home/mangos/zero/bin/mangosd -c /home/mangos/zero/etc
 Main PID: 1149 (code=exited, status=0/SUCCESS)

 四  01 11:42:03 z8b10f mangosd[1149]: Aura 18 now is remove mode 5
 四  01 11:42:03 z8b10f mangosd[1149]: Aura 18 now is remove mode 5
 四  01 11:42:03 z8b10f mangosd[1149]: Aura 18 now is remove mode 5
 四  01 11:42:03 z8b10f mangosd[1149]: World Updater Thread stopped
 四  01 11:42:03 z8b10f mangosd[1149]: Halting process...
 四  01 11:42:03 z8b10f mangosd[1149]: Bye!
 四  01 11:42:03 z8b10f mangosd[1149]: GridState destroyed
 四  01 11:42:03 z8b10f mangosd[1149]: GridState destroyed
 四  01 11:42:03 z8b10f mangosd[1149]: GridState destroyed
 四  01 11:42:03 z8b10f mangosd[1149]: GridState destroyed

Link to comment
Share on other sites

15 minutes ago, Foereaper said:

You'll have to post the full log, what you're showing there doesn't really say anything that could determine what the issue is

Which log should I pull and from where? I don't think I set a log directory so I might have to retry when I get some time. Thanks for sticking with me on this. I have been out of the scene for a while.

Link to comment
Share on other sites

On 4/3/2017 at 1:36 AM, Foereaper said:

It should be called world-server.log, log directory can be set in the configs

Alright so I followed the logs a good deal and have made huge progress. I am not just stuck at a place that make me feel really stupid haha.

I get this error: (I am on a linux box)

 

Spoiler

mangosd.service - WoW Vanilla service
   Loaded: loaded (/etc/systemd/system/mangosd.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Tue 2017-04-04 03:46:11 CST; 14min ago
  Process: 1183 ExecStart=/home/mangos/zero/bin/mangosd -c /home/mangos/zero/etc/mangosd.conf (code=exited, status=1/FAILURE)
 Main PID: 1183 (code=exited, status=1/FAILURE)

Apr 04 03:45:59 b3a17z mangosd[1183]:                       Structure: 14
Apr 04 03:45:59 b3a17z mangosd[1183]:                         Content: 2
Apr 04 03:45:59 b3a17z mangosd[1183]:                     Description: MC,AQ20,AQ40_Equipment
Apr 04 03:45:59 b3a17z mangosd[1183]: You must apply all updates after [A] to to use MaNGOS with this database.
Apr 04 03:45:59 b3a17z mangosd[1183]: These updates are included in the database/World/Updates folder.
Apr 04 03:45:59 b3a17z mangosd[1183]: Wait 10 secs for continue.
Apr 04 03:46:09 b3a17z mangosd[1183]: [668B blob data]
Apr 04 03:46:11 b3a17z systemd[1]: mangosd.service: Main process exited, code=exited, status=1/FAILURE
Apr 04 03:46:11 b3a17z systemd[1]: mangosd.service: Unit entered failed state.
Apr 04 03:46:11 b3a17z systemd[1]: mangosd.service: Failed with result 'exit-code'.

So I went to that folder, but I have no idea how to actually apply those update. I used the git commands in the database and server directories just to check and it says everything is up to date.

Link to comment
Share on other sites

5 minutes ago, Talendrys said:

On which Linux version are you ?

Ubuntu 16.04 x64, sorry I forgot to mention. I have an SQL client (not sure if it is really good), so how would I go about updating those files in either case of GUI or command line? I am honestly better at the coding side of things. I have no clue how to use SQL well.

Link to comment
Share on other sites

Yes, depending on your current database version and the expected database version, as seen in the world log during startup. It will tell you the structure you have and what is expected, and you run any updates from the update folder in correct order between those two points.

Link to comment
Share on other sites

Thank you both for the replies. I was a bit surprised also, Tal! I may have some tips to add to the guide after more testing. In the meantime, let's see if you two can figure this one out. Prepare for long logs, I am going to dump all the data. I successfully updated the DB files and now we have reached the end of my knowledge.

Mangosd error log

Spoiler

2017-04-04 05:47:14 21014 [world-daemon]
2017-04-04 05:47:14 <Ctrl-C> to stop.
  __  __      _  _  ___  ___  ___        ____             
 |  \/  |__ _| \| |/ __|/ _ \/ __|      /_  /___ _ _ ___  
 | |\/| / _` | .` | (_ | (_) \__ \       / // -_) '_/ _ \
 |_|  |_\__,_|_|\_|\___|\___/|___/      /___\___|_| \___/
 Powered By MaNGOS Core
__________________________________________________________

Website/Forum/Wiki/Issue Tracker: https://www.getmangos.eu
__________________________________________________________


2017-04-04 05:47:14 Using configuration file /home/mangos/zero/etc/mangosd.conf.
2017-04-04 05:47:14 World Database total connections: 2
2017-04-04 05:47:14 MySQL client library: 5.7.17
2017-04-04 05:47:14 MySQL server ver: 5.7.17-0ubuntu0.16.04.1
2017-04-04 05:47:14 MySQL client library: 5.7.17
2017-04-04 05:47:14 MySQL server ver: 5.7.17-0ubuntu0.16.04.1
2017-04-04 05:47:14 ERROR:You have not updated the core for few DB [World] updates!
2017-04-04 05:47:14 ERROR:Current DB content is 14, core expects 2
2017-04-04 05:47:14 ERROR:This is ok for now but should not last long.
2017-04-04 05:47:14 Character Database total connections: 2
2017-04-04 05:47:14 MySQL client library: 5.7.17
2017-04-04 05:47:14 MySQL server ver: 5.7.17-0ubuntu0.16.04.1
2017-04-04 05:47:14 MySQL client library: 5.7.17
2017-04-04 05:47:14 MySQL server ver: 5.7.17-0ubuntu0.16.04.1
2017-04-04 05:47:14 Login Database total connections: 2
2017-04-04 05:47:14 MySQL client library: 5.7.17
2017-04-04 05:47:14 MySQL server ver: 5.7.17-0ubuntu0.16.04.1
2017-04-04 05:47:14 MySQL client library: 5.7.17
2017-04-04 05:47:14 MySQL server ver: 5.7.17-0ubuntu0.16.04.1
2017-04-04 05:47:14
2017-04-04 05:47:14 Realm running as realm ID 1
2017-04-04 05:47:14
2017-04-04 05:47:14 Using World DB: Version: 21, Structure: 14, Content: 14
2017-04-04 05:47:14
2017-04-04 05:47:14 Using DataDir /home/mangos/zero/bin/
2017-04-04 05:47:14 WORLD: VMap support included. LineOfSight:1, getHeight:1, indoorCheck:1
2017-04-04 05:47:14 WORLD: VMap data directory is: /home/mangos/zero/bin/vmaps
2017-04-04 05:47:14 WORLD: MMap pathfinding enabled
2017-04-04 05:47:14
2017-04-04 05:47:15 Loading MaNGOS strings...
2017-04-04 05:47:15 Loading texts from mangos_string
2017-04-04 05:47:15 >> Loaded 814 MaNGOS strings from table mangos_string
2017-04-04 05:47:15
2017-04-04 05:47:15 Initialize DBC data stores...
2017-04-04 05:47:22 >> Initialized 50 data stores
2017-04-04 05:47:22
2017-04-04 05:47:22 Using enUS DBC Locale as default. All available DBC locales: enUS
2017-04-04 05:47:22
2017-04-04 05:47:22 Loading Script Names...
2017-04-04 05:47:22 >> Loaded 352 unique Script Names
2017-04-04 05:47:22
2017-04-04 05:47:22 Loading InstanceTemplate...
2017-04-04 05:47:22 >> Loaded 26 Instance Template definitions
2017-04-04 05:47:22
2017-04-04 05:47:22 Loading SkillLineAbilityMultiMap Data...
2017-04-04 05:47:22 >> Loaded 5072 SkillLineAbility MultiMap Data
2017-04-04 05:47:22
2017-04-04 05:47:22 Loading SkillRaceClassInfoMultiMap Data...
2017-04-04 05:47:22 >> Loaded 148 SkillRaceClassInfo MultiMap Data
2017-04-04 05:47:22
2017-04-04 05:47:22 Cleaning up instances...
2017-04-04 05:47:27 >> Instances cleaned up
2017-04-04 05:47:27
2017-04-04 05:47:27 Packing instances...
2017-04-04 05:47:27 >> Instance numbers remapped, next instance id is 1
2017-04-04 05:47:27
2017-04-04 05:47:27 Packing groups...
2017-04-04 05:47:27 >> Group Ids remapped, next group id is 1
2017-04-04 05:47:27
2017-04-04 05:47:29
2017-04-04 05:47:29 Initialize Eluna Lua Engine...
2017-04-04 05:47:29 [Eluna]: Searching scripts from `lua_scripts`
2017-04-04 05:47:30 Loading Page Texts...
2017-04-04 05:47:31 >> Loaded 1431 page texts
2017-04-04 05:47:31
2017-04-04 05:47:31 Loading Game Object Templates...
2017-04-04 05:47:31 >> Loaded 10508 game object templates
2017-04-04 05:47:31
2017-04-04 05:47:31 Loading GameObject models...
2017-04-04 05:47:32
2017-04-04 05:47:32 Loading Spell Chain Data...
2017-04-04 05:47:32 >> Loaded 2839 spell chain records (1786 from DBC data with 2 req field updates, and 1053 loaded from table)
2017-04-04 05:47:32
2017-04-04 05:47:32 Loading Spell Elixir types...
2017-04-04 05:47:32 >> Loaded 60 spell elixir definitions
2017-04-04 05:47:32
2017-04-04 05:47:32 Loading Spell Facing Flags...
2017-04-04 05:47:32
2017-04-04 05:47:32 >> Loaded 971 facing caster flags
2017-04-04 05:47:32 Loading Spell Learn Skills...
2017-04-04 05:47:32 >> Loaded 58 Spell Learn Skills from DBC
2017-04-04 05:47:32
2017-04-04 05:47:32 Loading Spell Learn Spells...
2017-04-04 05:47:32 >> Loaded 9 spell learn spells + 4735 found in DBC
2017-04-04 05:47:32
2017-04-04 05:47:32 Loading Spell Proc Event conditions...
2017-04-04 05:47:32 >> Loaded 156 extra spell proc event conditions +11 custom proc (inc. +8 custom ranks)
2017-04-04 05:47:32
2017-04-04 05:47:32 Loading Spell Bonus Data...
2017-04-04 05:47:32 >> Loaded 112 extra spell bonus data
2017-04-04 05:47:32 Loading Spell Proc Item Enchant...
2017-04-04 05:47:32 >> Loaded 4 proc item enchant definitions
2017-04-04 05:47:32
2017-04-04 05:47:32 Loading Spell Linked definitions...
2017-04-04 05:47:32
2017-04-04 05:47:32 >> Spell linked definition not loaded - table empty
2017-04-04 05:47:32 Loading Aggro Spells Definitions...
2017-04-04 05:47:32 >> Loaded 73 spell threat entries
2017-04-04 05:47:32
2017-04-04 05:47:32 Loading NPC Texts...
2017-04-04 05:47:32 >> Loaded 5292 npc texts
2017-04-04 05:47:32
2017-04-04 05:47:32 Loading Item Random Enchantments Table...
2017-04-04 05:47:33 >> Loaded 27892 Item Enchantment definitions
2017-04-04 05:47:33
2017-04-04 05:47:33 Loading Disables...
2017-04-04 05:47:33 >> Loaded 0 disables. DB table `disables` is empty!
2017-04-04 05:47:33 Loading Item Templates...
2017-04-04 05:47:34 >> Loaded 14421 item prototypes
2017-04-04 05:47:34
2017-04-04 05:47:34 Loading Item Texts...
2017-04-04 05:47:34
2017-04-04 05:47:34 >> Loaded 0 item pages
2017-04-04 05:47:34 Loading Creature Model Based Info Data...
2017-04-04 05:47:34 >> Loaded 10534 creature model based info
2017-04-04 05:47:34
2017-04-04 05:47:34 Loading Creature Items...
2017-04-04 05:47:35 >> Loaded 3629 creature item template
2017-04-04 05:47:35
2017-04-04 05:47:35 Loading Equipment templates...
2017-04-04 05:47:35 >> Loaded 975 equipment template
2017-04-04 05:47:35
2017-04-04 05:47:35 >> Loaded 1024 equipment template (deprecated format)
2017-04-04 05:47:35
2017-04-04 05:47:35 Loading Creature Stats...
2017-04-04 05:47:35 >> Found 189 creature stats definitions.
2017-04-04 05:47:35
2017-04-04 05:47:35 Loading Creature templates...
2017-04-04 05:47:35 >> Loaded 9109 creature definitions
2017-04-04 05:47:35
2017-04-04 05:47:35 Loading Creature template spells...
2017-04-04 05:47:36 >> Loaded 2429 creature_template_spells definitions
2017-04-04 05:47:36
2017-04-04 05:47:36 Loading SpellsScriptTarget...
2017-04-04 05:47:36 >> Loaded 490 spell_script_target definitions
2017-04-04 05:47:36
2017-04-04 05:47:36 Loading ItemRequiredTarget...
2017-04-04 05:47:36 >> Loaded 41 Item required targets
2017-04-04 05:47:36
2017-04-04 05:47:36 Loading Reputation Reward Rates...
2017-04-04 05:47:36 >> Loaded 3 reputation_reward_rate
2017-04-04 05:47:36
2017-04-04 05:47:36 Loading Creature Reputation OnKill Data...
2017-04-04 05:47:36 >> Loaded 442 creature award reputation definitions
2017-04-04 05:47:36
2017-04-04 05:47:36 Loading Reputation Spillover Data...
2017-04-04 05:47:36 >> Loaded 12 reputation_spillover_template
2017-04-04 05:47:36
2017-04-04 05:47:36 Loading Points Of Interest Data...
2017-04-04 05:47:36 >> Loaded 244 Points of Interest definitions
2017-04-04 05:47:36
2017-04-04 05:47:36 Loading Pet Create Spells...
2017-04-04 05:47:36
2017-04-04 05:47:36 >> Loaded 7 pet create spells from table and 301 from DBC
2017-04-04 05:47:36 Loading Creature Data...
2017-04-04 05:47:38 ERROR:Table `creature` have creature (Entry: 7017) with equipment_id 627 not found in table `creature_equip_template` or `creature_equip_template_raw`, set to no equipment.
2017-04-04 05:47:38 ERROR:Table `creature` have creature (GUID: 590078 Entry: 14524) with `creature_template`.`RegenerateStats` & REGEN_FLAG_HEALTH and low current health (10110), `creature_template`.`MinLevelHealth`=10111.
2017-04-04 05:47:38 ERROR:Table `creature` have creature (Entry: 7017) with equipment_id 627 not found in table `creature_equip_template` or `creature_equip_template_raw`, set to no equipment.
2017-04-04 05:47:38 ERROR:Table `creature` have creature (GUID: 590079 Entry: 14525) with `creature_template`.`RegenerateStats` & REGEN_FLAG_HEALTH and low current health (10110), `creature_template`.`MinLevelHealth`=10111.
2017-04-04 05:47:38 ERROR:Table `creature` have creature (GUID: 590080 Entry: 14526) with `creature_template`.`RegenerateStats` & REGEN_FLAG_HEALTH and low current health (10110), `creature_template`.`MinLevelHealth`=10111.
2017-04-04 05:47:38 >> Loaded 63338 creatures
2017-04-04 05:47:38
2017-04-04 05:47:38 Loading Creature Addon Data...
2017-04-04 05:47:38 >> Loaded 6503 creature template addons
2017-04-04 05:47:38 >> Loaded 50399 creature addons
2017-04-04 05:47:38 >>> Creature Addon Data loaded
2017-04-04 05:47:38
2017-04-04 05:47:38 Loading Gameobject Data...
2017-04-04 05:47:41
2017-04-04 05:47:41 >> Loaded 41667 gameobjects
2017-04-04 05:47:41 >>> Loaded 34 local transport objects
2017-04-04 05:47:41 Loading CreatureLinking Data...
2017-04-04 05:47:41 > Loading table `creature_linking_template`
2017-04-04 05:47:42 >> Loaded creature linking for 115 creature-entries
2017-04-04 05:47:42
2017-04-04 05:47:42 > Loading table `creature_linking`
2017-04-04 05:47:42 >> Loaded creature linking for 639 creature-Guids
2017-04-04 05:47:42
2017-04-04 05:47:42 Loading Objects Pooling Data...
2017-04-04 05:47:42
2017-04-04 05:47:42 >> Loaded 1940 objects pools
2017-04-04 05:47:42
2017-04-04 05:47:42 >> Loaded 325 creatures in pools from `pool_creature`
2017-04-04 05:47:42
2017-04-04 05:47:42 >> Loaded 717 creatures in pools from `pool_creature_template`
2017-04-04 05:47:42
2017-04-04 05:47:42 >> Loaded 13152 gameobject in pools from `pool_gameobject`
2017-04-04 05:47:42
2017-04-04 05:47:42 >> Loaded 159 gameobject in pools from `pool_gameobject_template`
2017-04-04 05:47:43
2017-04-04 05:47:43 >> Loaded 473 pools in mother pools
2017-04-04 05:47:43 Loading Weather Data...
2017-04-04 05:47:43 >> Loaded 33 weather definitions
2017-04-04 05:47:43
2017-04-04 05:47:43 Loading Quests...
2017-04-04 05:47:43 >> Loaded 4248 quests definitions
2017-04-04 05:47:43
2017-04-04 05:47:43 Loading Quests Relations...
2017-04-04 05:47:43
2017-04-04 05:47:43 >> Loaded 245 gameobject quest givers from `quest_relations`
2017-04-04 05:47:43
2017-04-04 05:47:43 >> Loaded 208 gameobject quest takers from `quest_relations`
2017-04-04 05:47:43
2017-04-04 05:47:43 >> Loaded 3823 creature quest givers from `quest_relations`
2017-04-04 05:47:43
2017-04-04 05:47:43 >> Loaded 3979 creature quest takers from `quest_relations`
2017-04-04 05:47:43 >>> Quests Relations loaded
2017-04-04 05:47:43
2017-04-04 05:47:43 Checking Quest Disables...
2017-04-04 05:47:43 >> Checked 0 quest disables.
2017-04-04 05:47:43 Loading Game Event Data...
2017-04-04 05:47:43
2017-04-04 05:47:43 >> Loaded 34 game events
2017-04-04 05:47:44
2017-04-04 05:47:44 >> Loaded 675 creatures in game events
2017-04-04 05:47:44
2017-04-04 05:47:44 >> Loaded 9626 gameobjects in game events
2017-04-04 05:47:44
2017-04-04 05:47:44 >> Loaded 34 creature reactions at game events
2017-04-04 05:47:44
2017-04-04 05:47:44 >> Loaded 54 quest additions in game events
2017-04-04 05:47:44
2017-04-04 05:47:44 >> Loaded 0 start/end game event mails
2017-04-04 05:47:44 >>> Game Event Data loaded
2017-04-04 05:47:44
2017-04-04 05:47:44 Loading Conditions...
2017-04-04 05:47:44 >> Loaded 664 Condition definitions
2017-04-04 05:47:44
2017-04-04 05:47:44 Creating map persistent states for non-instanceable maps...
2017-04-04 05:47:44
2017-04-04 05:47:44 Loading Creature Respawn Data...
2017-04-04 05:47:44 >> Loaded 0 creature respawn time.
2017-04-04 05:47:44
2017-04-04 05:47:44 Loading Gameobject Respawn Data...
2017-04-04 05:47:44 >> Loaded 0 gameobject respawn time.
2017-04-04 05:47:44
2017-04-04 05:47:44 Loading SpellArea Data...
2017-04-04 05:47:44 >> Loaded 1 spell area requirements
2017-04-04 05:47:44
2017-04-04 05:47:44 Loading AreaTrigger definitions...
2017-04-04 05:47:44 >> Loaded 102 area trigger teleport definitions
2017-04-04 05:47:44
2017-04-04 05:47:44 Loading Quest Area Triggers...
2017-04-04 05:47:44 >> Loaded 30 quest trigger points
2017-04-04 05:47:44
2017-04-04 05:47:44 Loading Tavern Area Triggers...
2017-04-04 05:47:44 >> Loaded 42 tavern triggers
2017-04-04 05:47:44
2017-04-04 05:47:44 Loading all script bindings...
2017-04-04 05:47:44 Of the total 522 script bindings, loaded succesfully:
2017-04-04 05:47:44 .. type 0: 303 binds
2017-04-04 05:47:44 .. type 1: 97 binds
2017-04-04 05:47:44 .. type 3: 39 binds
2017-04-04 05:47:44 .. type 4: 34 binds
2017-04-04 05:47:44 .. type 5: 5 binds
2017-04-04 05:47:44 .. type 6: 19 binds
2017-04-04 05:47:44 .. type 7: 2 binds
2017-04-04 05:47:44 .. type 10: 23 binds
2017-04-04 05:47:44 Thus, 0 script binds are found bad.
2017-04-04 05:47:44
2017-04-04 05:47:44 Loading Graveyard-zone links...
2017-04-04 05:47:45 >> Loaded 171 graveyard-zone links
2017-04-04 05:47:45
2017-04-04 05:47:45 Loading spell target destination coordinates...
2017-04-04 05:47:45 >> Loaded 314 spell target destination coordinates
2017-04-04 05:47:45
2017-04-04 05:47:45 Loading SpellAffect definitions...
2017-04-04 05:47:45
2017-04-04 05:47:45 >> Loaded 250 spell affect definitions
2017-04-04 05:47:45 Loading spell pet auras...
2017-04-04 05:47:45 >> Loaded 24 spell pet auras
2017-04-04 05:47:45
2017-04-04 05:47:45 Loading Player Create Info & Level Stats...
2017-04-04 05:47:45
2017-04-04 05:47:45 >> Loaded 40 player create definitions
2017-04-04 05:47:45
2017-04-04 05:47:45 >> Loaded 0 custom player create items
2017-04-04 05:47:45
2017-04-04 05:47:45 >> Loaded 1497 player create spells
2017-04-04 05:47:45
2017-04-04 05:47:45 >> Loaded 215 player create actions
2017-04-04 05:47:45
2017-04-04 05:47:45 >> Loaded 540 level health/mana definitions
2017-04-04 05:47:45
2017-04-04 05:47:45 >> Loaded 2400 level stats definitions
2017-04-04 05:47:45
2017-04-04 05:47:45 >> Loaded 60 xp for level definitions
2017-04-04 05:47:45 >>> Player Create Info & Level Stats loaded
2017-04-04 05:47:45
2017-04-04 05:47:45 Loading Exploration BaseXP Data...
2017-04-04 05:47:45 >> Loaded 61 BaseXP definitions
2017-04-04 05:47:45
2017-04-04 05:47:45 Loading Pet Name Parts...
2017-04-04 05:47:45 >> Loaded 260 pet name parts
2017-04-04 05:47:45
2017-04-04 05:47:45 Cleaning character database...
2017-04-04 05:47:45
2017-04-04 05:47:45 Loading the max pet number...
2017-04-04 05:47:45 >> Loaded the max pet number: 0
2017-04-04 05:47:45
2017-04-04 05:47:45 Loading pet level stats...
2017-04-04 05:47:45 >> Loaded 1440 level pet stats definitions
2017-04-04 05:47:45
2017-04-04 05:47:45 Loading Player Corpses...
2017-04-04 05:47:45 >> Loaded 0 corpses
2017-04-04 05:47:45
2017-04-04 05:47:45 Loading Loot Tables...
2017-04-04 05:47:46 >> Loaded 233231 loot definitions (4236 templates) from table creature_loot_template
2017-04-04 05:47:46
2017-04-04 05:47:46 >> Loaded 91 loot definitions (71 templates) from table fishing_loot_template
2017-04-04 05:47:46
2017-04-04 05:47:46 >> Loaded 15531 loot definitions (568 templates) from table gameobject_loot_template
2017-04-04 05:47:46
2017-04-04 05:47:47 >> Loaded 4098 loot definitions (178 templates) from table item_loot_template
2017-04-04 05:47:47
2017-04-04 05:47:47 >> Loaded 67 loot definitions (67 templates) from table mail_loot_template
2017-04-04 05:47:47
2017-04-04 05:47:47 >> Loaded 6912 loot definitions (1559 templates) from table pickpocketing_loot_template
2017-04-04 05:47:47
2017-04-04 05:47:47 >> Loaded 2806 loot definitions (776 templates) from table skinning_loot_template
2017-04-04 05:47:47
2017-04-04 05:47:47 >> Loaded 80 loot definitions (37 templates) from table disenchant_loot_template
2017-04-04 05:47:47
2017-04-04 05:47:47 >> Loaded 4580 loot definitions (180 templates) from table reference_loot_template
2017-04-04 05:47:47
2017-04-04 05:47:47 >>> Loot Tables loaded
2017-04-04 05:47:47
2017-04-04 05:47:47 Loading Skill Fishing base level requirements...
2017-04-04 05:47:47 >> Loaded 57 areas for fishing base skill level
2017-04-04 05:47:47
2017-04-04 05:47:47 Loading Npc Text Id...
2017-04-04 05:47:47 >> Loaded 78 NpcTextId
2017-04-04 05:47:47
2017-04-04 05:47:47 Loading Gossip scripts...
2017-04-04 05:47:47 >> Loaded 263 script definitions from `db_scripts [type = 2]` table
2017-04-04 05:47:47
2017-04-04 05:47:47 (Re)Loading Gossip menus...
2017-04-04 05:47:47 >> Loaded 3354 gossip_menu entries
2017-04-04 05:47:47
2017-04-04 05:47:47 (Re)Loading Gossip menu options...
2017-04-04 05:47:47 ERROR:Gossip menu option (MenuId: 51002 Id: 0) have action_menu_id = 14323 for nonexistent menu
2017-04-04 05:47:47 ERROR:Gossip menu option (MenuId: 51003 Id: 0) have action_menu_id = 14321 for nonexistent menu
2017-04-04 05:47:47 ERROR:Gossip menu option (MenuId: 51004 Id: 0) have action_menu_id = 14326 for nonexistent menu
2017-04-04 05:47:47 >> Loaded 2174 gossip_menu_option entries
2017-04-04 05:47:47
2017-04-04 05:47:47 ERROR:Table `db_scripts [type = 2]` contains unused script, id 510021.
2017-04-04 05:47:47 ERROR:Table `db_scripts [type = 2]` contains unused script, id 510031.
2017-04-04 05:47:47 ERROR:Table `db_scripts [type = 2]` contains unused script, id 510041.
2017-04-04 05:47:47 Loading Vendors...
2017-04-04 05:47:47 >> Loaded `npc_vendor_template`, table is empty!
2017-04-04 05:47:47
2017-04-04 05:47:47 >> Loaded 12558 vendor items
2017-04-04 05:47:47
2017-04-04 05:47:47 Loading Trainers...
2017-04-04 05:47:47 >> Loaded `npc_trainer_template`, table is empty!
2017-04-04 05:47:47
2017-04-04 05:47:47 >> Loaded 27308 trainer spells
2017-04-04 05:47:47
2017-04-04 05:47:47 Loading Waypoint scripts...
2017-04-04 05:47:47 >> Loaded 844 script definitions from `db_scripts [type = 3]` table
2017-04-04 05:47:47
2017-04-04 05:47:47 Loading Waypoints...
2017-04-04 05:47:48 >> Loaded 2043 paths, 44815 nodes and 114 behaviors from waypoints
2017-04-04 05:47:48
2017-04-04 05:47:49 >> Loaded 188 path templates with 6430 nodes and 5 behaviors from waypoint templates
2017-04-04 05:47:49
2017-04-04 05:47:49 Modifying in-memory dbc spell attributes...
2017-04-04 05:47:49 Loading ReservedNames...
2017-04-04 05:47:49 >> Loaded 0 reserved player names
2017-04-04 05:47:49
2017-04-04 05:47:49 Loading GameObjects for quests...
2017-04-04 05:47:49 >> Loaded 666 GameObjects for quests
2017-04-04 05:47:49
2017-04-04 05:47:49 Loading BattleMasters...
2017-04-04 05:47:49 >> Loaded 24 battlemaster entries
2017-04-04 05:47:49
2017-04-04 05:47:49 Loading BattleGround event indexes...
2017-04-04 05:47:50 >> Loaded 1147 battleground eventindexes
2017-04-04 05:47:50
2017-04-04 05:47:50 Loading GameTeleports...
2017-04-04 05:47:50 >> Loaded 221 GameTeleports
2017-04-04 05:47:50
2017-04-04 05:47:50 Loading Localization strings...
2017-04-04 05:47:50 >> Loaded 0 creature locale strings. DB table `locales_creature` is empty.
2017-04-04 05:47:50 >> Loaded 0 gameobject locale strings. DB table `locales_gameobject` is empty.
2017-04-04 05:47:50 >> Loaded 0 Item locale strings. DB table `locales_item` is empty.
2017-04-04 05:47:50 >> Loaded 0 Quest locale strings. DB table `locales_quest` is empty.
2017-04-04 05:47:50 >> Loaded 0 Quest locale strings. DB table `locales_npc_text` is empty.
2017-04-04 05:47:50 >> Loaded 0 PageText locale strings. DB table `locales_page_text` is empty.
2017-04-04 05:47:50
2017-04-04 05:47:50 >> Loaded 0 gossip_menu_option locale strings. DB table `locales_gossip_menu_option` is empty.
2017-04-04 05:47:51 >> Loaded 0 points_of_interest locale strings. DB table `locales_points_of_interest` is empty.
2017-04-04 05:47:51 >>> Localization strings loaded
2017-04-04 05:47:51
2017-04-04 05:47:51 Loading Auctions...
2017-04-04 05:47:51 >> Loaded 0 auction items
2017-04-04 05:47:51 >> Loaded 0 auctions. DB table `auction` is empty.
2017-04-04 05:47:51 >>> Auctions loaded
2017-04-04 05:47:51
2017-04-04 05:47:51 Loading Guilds...
2017-04-04 05:47:51 >> Loaded 0 guild definitions
2017-04-04 05:47:51
2017-04-04 05:47:51 Loading Groups...
2017-04-04 05:47:51 >> Loaded 0 group definitions
2017-04-04 05:47:51
2017-04-04 05:47:51 Returning old mails...
2017-04-04 05:47:51 >> Only expired mails (need to be return or delete) or DB table `mail` is empty.
2017-04-04 05:47:51
2017-04-04 05:47:51 Loading GM tickets...
2017-04-04 05:47:51 >> Loaded `character_ticket`, table is empty.
2017-04-04 05:47:51
2017-04-04 05:47:51 Loading DB-Scripts Engine...
2017-04-04 05:47:51 >> Loaded 297 script definitions from `db_scripts [type = 0]` table
2017-04-04 05:47:51
2017-04-04 05:47:51 >> Loaded 638 script definitions from `db_scripts [type = 1]` table
2017-04-04 05:47:51
2017-04-04 05:47:51 >> Loaded 14 script definitions from `db_scripts [type = 5]` table
2017-04-04 05:47:51
2017-04-04 05:47:51 >> Loaded 103 script definitions from `db_scripts [type = 6]` table
2017-04-04 05:47:51
2017-04-04 05:47:51 >> Loaded 90 script definitions from `db_scripts [type = 7]` table
2017-04-04 05:47:51
2017-04-04 05:47:51 >> Loaded 406 script definitions from `db_scripts [type = 8]` table
2017-04-04 05:47:51
2017-04-04 05:47:51 >> Loaded 11 script definitions from `db_scripts [type = 4]` table
2017-04-04 05:47:51
2017-04-04 05:47:51 >>> DB Scripts loaded
2017-04-04 05:47:51
2017-04-04 05:47:51 Loading Scripts text locales...
2017-04-04 05:47:51 Loading texts from db_script_string, with additional data
2017-04-04 05:47:51 >> Loaded 549 text templates from db_script_string
2017-04-04 05:47:51
2017-04-04 05:47:51 Loading CreatureEventAI Texts...
2017-04-04 05:47:51 Loading texts from creature_ai_texts, with additional data
2017-04-04 05:47:51 >> Loaded 426 text templates from creature_ai_texts
2017-04-04 05:47:51
2017-04-04 05:47:51 Loading CreatureEventAI Summons...
2017-04-04 05:47:51 >> Loaded 20 CreatureEventAI summon definitions
2017-04-04 05:47:51
2017-04-04 05:47:51 Loading CreatureEventAI Scripts...
2017-04-04 05:47:52 >> Loaded 13845 CreatureEventAI scripts
2017-04-04 05:47:52
2017-04-04 05:47:52 Initializing Scripts...
2017-04-04 05:47:52    ___         _      _   ___            ____
2017-04-04 05:47:52   / __| __ _ _(_)_ __| |_|   \ _____ __ |__ /
2017-04-04 05:47:52   \__ \/ _| '_| | '_ \  _| |) / -_) V /  |_ \
2017-04-04 05:47:52   |___/\__|_| |_| .__/\__|___/\___|\_/  |___/
2017-04-04 05:47:52                 |_|                         
2017-04-04 05:47:52                      https://getmangos.eu/

2017-04-04 05:47:52 <SD3 ERROR>: [SD3]: Unable to open configuration file. Configuration values will use default.
2017-04-04 05:47:52

2017-04-04 05:47:52 [SD3]: Loading Script Texts...
2017-04-04 05:47:52 Loading texts from script_texts, with additional data
2017-04-04 05:47:52 >> Loaded 1363 text templates from script_texts
2017-04-04 05:47:52
2017-04-04 05:47:52 [SD3]: Loading Custom Texts...
2017-04-04 05:47:52 Loading texts from custom_texts, with additional data
2017-04-04 05:47:52
2017-04-04 05:47:52 >> Loaded 0 string templates. DB table `custom_texts` is empty.
2017-04-04 05:47:52 [SD3]: Loading Gossip Texts...
2017-04-04 05:47:52 Loading texts from gossip_texts
2017-04-04 05:47:52 >> Loaded 25 string templates from gossip_texts
2017-04-04 05:47:52
2017-04-04 05:47:52 [SD3]: Loading Script Waypoints for 58 creature(s)...
2017-04-04 05:47:52 >> Loaded 1600 Script Waypoint nodes.
2017-04-04 05:47:52 [SD3]: Loading C++ scripts
2017-04-04 05:47:52 >> Loaded 352 C++ Scripts.
2017-04-04 05:47:52 Scripting library loaded.
2017-04-04 05:47:52
2017-04-04 05:47:52 Initialize game time and timers
2017-04-04 05:47:52 Starting AutoBroadcast System
2017-04-04 05:47:52 AutoBroadcast is disabled
2017-04-04 05:47:52
2017-04-04 05:47:52 Starting Map System
2017-04-04 05:47:53
2017-04-04 05:47:53 Starting BattleGround System
2017-04-04 05:47:53 >> Loaded 3 battlegrounds
2017-04-04 05:47:53
2017-04-04 05:47:53 Starting Outdoor PvP System
2017-04-04 05:47:53 >> Loaded 2 Outdoor PvP zones
2017-04-04 05:47:53
2017-04-04 05:47:53 Loading Warden Checks...
2017-04-04 05:47:53 >> Loaded 781 warden checks.
2017-04-04 05:47:53
2017-04-04 05:47:53 Loading Warden Action Overrides...
2017-04-04 05:47:53 >> Loaded 0 Warden action overrides. DB table `warden_action` is empty!
2017-04-04 05:47:53
2017-04-04 05:47:53 Deleting expired bans...
2017-04-04 05:47:53
2017-04-04 05:47:53 Starting server Maintenance system...
2017-04-04 05:47:53 Loading Honor Standing list...
2017-04-04 05:47:53
2017-04-04 05:47:53 >> Loaded 0 Horde and 0 Ally honor standing definitions
2017-04-04 05:47:53 Starting Game Event system...
2017-04-04 05:47:53 GameEvent 3 "Pyrewood Village - Worgen Curse" started.
2017-04-04 05:47:53 GameEvent 9 "Noblegarden" started.
2017-04-04 05:47:53 GameEvent 16 "Gurubashi Arena Booty Run" started.
2017-04-04 05:47:53 GameEvent 18 "Call to Arms: Alterac Valley!" started.
2017-04-04 05:47:53 GameEvent 24 "Hallow's End - Wickerman Ember's" started.
2017-04-04 05:47:53 GameEvent 27 "Nights" started.
2017-04-04 05:47:53 GameEvent 29 "Edge of Madness, Gri'lek" started.
2017-04-04 05:47:53 GameEvent 31 "Edge of Madness, Renataki" started.
2017-04-04 05:47:53 GameEvent 36 "Summer Season Fishing" started.
2017-04-04 05:47:53
2017-04-04 05:47:53 Loading grids for active creatures and local transports...
2017-04-04 05:47:53 >> Loaded 14 local transports for map 0
2017-04-04 05:48:03 >> Loaded 9 local transports for map 1
2017-04-04 05:48:09
2017-04-04 05:48:09 Loading global transports...
2017-04-04 05:48:09
2017-04-04 05:48:09 >>>Global transporter Orgrimmar - Undercity (id = 164871) initialized
2017-04-04 05:48:09 >>>Global transporter Booty Bay Ship (id = 20808) initialized
2017-04-04 05:48:09 >>>Global transporter Grom'Gol Base Camp - Orgrimmar (id = 175080) initialized
2017-04-04 05:48:09 >>>Global transporter Proudmore's Treasure (id = 176231) initialized
2017-04-04 05:48:09 >>>Global transporter Moonspray (id = 176244) initialized
2017-04-04 05:48:09 >>>Global transporter Serenity's Shore (id = 176310) initialized
2017-04-04 05:48:09 >>>Global transporter Grom'Gol Base Camp - Undercity (id = 176495) initialized
2017-04-04 05:48:09 >>>Global transporter Feathermoon Ferry (id = 177233) initialized
2017-04-04 05:48:09 >> Loaded 8 global transports
2017-04-04 05:48:09
2017-04-04 05:48:09 Player::DeleteOldChars: Deleting all characters which have been deleted 30 days before...
2017-04-04 05:48:09
2017-04-04 05:48:09 Initialize AuctionHouseBot...
2017-04-04 05:48:09 AHBOT is Disabled. Unable to open configuration file ../etc/ahbot.conf.
2017-04-04 05:48:09
2017-04-04 05:48:09 [Eluna]: Executed 0 Lua scripts in 0 ms
2017-04-04 05:48:09
_______________________________________________________

 MaNGOS Server: World Initialization Complete
_______________________________________________________

        Server Version : 21014
      Database Version : Rel21.14.2

    Supporting Clients : 1.12.x
                Builds : 5875 6005 6141

         Module Status -
 
                 Eluna : Enabled
                Warden : Enabled
      ScriptDev3 (SD3) : Enabled
    Remote Access (RA) : Disabled
_______________________________________________________

2017-04-04 05:48:09 SERVER STARTUP TIME: 0 minutes 55 seconds
2017-04-04 05:48:09
2017-04-04 05:48:09 Max allowed socket connections: 1024
2017-04-04 05:48:09 World Updater Thread started (50ms min update interval)
2017-04-04 05:48:10 World Updater Thread stopped
2017-04-04 05:48:10 Halting process...
2017-04-04 05:48:10 Bye!

 

Link to comment
Share on other sites

Any other log ? Can you try to increase log verbosity through the configuration files ?

Your daemon is starting well but it's like an exception is occuring which kills it.

Are you running it as a service ? To be honest, the service part was only tested with the realmd daemon, I didn't get the courage to generate all the data (although I validated that it worked once).

Tal'

Link to comment
Share on other sites

1 hour ago, Talendrys said:

Any other log ? Can you try to increase log verbosity through the configuration files ?

Your daemon is starting well but it's like an exception is occuring which kills it.

Are you running it as a service ? To be honest, the service part was only tested with the realmd daemon, I didn't get the courage to generate all the data (although I validated that it worked once).

Tal'

I got it to work. Your comment about running it as a service gave me an idea.

I ran 'systemctl stop mangosd'

Followed by 'systemctl disable mangosd'

Rebooted.

Manually used 'cd /home/mangos/zero/bin' to get to where the executable mangosd file is.

Then used './mangosd'

Everything ran fine without errors and the problem has been resolved and I was able to create a user account from that terminal window. I have tested it 3 times now and each time the mangosd file is executed via the terminal, everything loads up without a problem! All resolved and this can be locked, unless you would like me to try and generate more logs with errors to see if we can figure out why running mangosd as a service stops the service.

Thanks Foe and Tal for the help and sticking with me. :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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