Need help!

Joined
Nov 19, 2006
Messages
24
Reaction score
0
Need some help here!
When i'm executing mangosd.exe nothing happens, i check my log file and it says this:

2007-02-14 21:15:44 ERROR:
Could not find configuration file mangosd.conf.
2007-02-14 21:15:44 MaNGOS daemon /0.6-SVN (Win32)
2007-02-14 21:15:44 <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
MMMMMM


2007-02-14 21:15:44 ERROR:Database not specified




Help me fix these please!
 
RE-Read the tutorial.
If you can't get it right move on to a different project.
Give it time, then try again from scratch.
search the forums with google since the search is down, many of the same questions are answered in the forums over and over.

Hint: wheres the .config file located? is it in the same folder?
 
Last edited:
RE-Read the tutorial.
If you can't get it right move on to a different project.
Give it time, then try again from scratch.
search the forums with google since the search is down, many of the same questions are answered in the forums over and over.

Hint: wheres the .config file located? is it in the same folder?

It works now :D
But now i got another problem, the log says:

2007-02-14 22:07:15 Using configuration file mangosd.conf.
2007-02-14 22:07:15 MaNGOS daemon /0.7-SVN (Win32)
2007-02-14 22:07:15 <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
MMMMMM

2007-02-14 22:07:15 World Database: 127.0.0.1;3306;root;demian;mangos2
2007-02-14 22:07:15 Login Database: 127.0.0.1;3306;root;demian;realmd
2007-02-14 22:07:15 Realm running as realm ID 1
2007-02-14 22:07:15 Using DataDir @MANGOSD_DATA@/ ...
2007-02-14 22:07:15 ERROR:Check existing of map file '@MANGOSD_DATA@/maps/0004331.map': not exist!
2007-02-14 22:07:15 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 dont know what path i should put there
 
As per ur Config .. ur maps go inside a dir named "MANGOS_DATA", which should be found inside ur main server dir, if not found MAKE 1.

That Should DO THE JOB!!

Enjoy.
 
try 1 of many paths such as
./
./Data
./Data/maps

But you'll notice it says '@MANGOSD_DATA@/maps/0004331.map': not exist!

which means either the 0004331.map is:
a bad copy
or a
a bad path

to fix the problem :
re-download where you got the maps if they are the correct maps for the project
or
re-make the map files if you made them yourself with the Ad.exe that came with project ( if one didn't come with it then see above)
or
fix the path
or
try a different project example a all-in-one type
or
[delete it all, turn off machine, repack machine, send it back to where you got it, head back home and curl up with a good book. (joke) ]
 
As per ur Config .. ur maps go inside a dir named "MANGOS_DATA", which should be found inside ur main server dir, if not found MAKE 1.

That Should DO THE JOB!!

Enjoy.

wtf are you guys doing?

Change datapath to "."
then make sure all your dbc/maps folders are in the same folder as the mangos.exe ect..

That simple.
 
It works now :D
But now i got another problem, the log says:

2007-02-14 22:07:15 Using configuration file mangosd.conf.
2007-02-14 22:07:15 MaNGOS daemon /0.7-SVN (Win32)
2007-02-14 22:07:15 <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
MMMMMM

2007-02-14 22:07:15 World Database: 127.0.0.1;3306;root;demian;mangos2
2007-02-14 22:07:15 Login Database: 127.0.0.1;3306;root;demian;realmd
2007-02-14 22:07:15 Realm running as realm ID 1
2007-02-14 22:07:15 Using DataDir @MANGOSD_DATA@/ ...
2007-02-14 22:07:15 ERROR:Check existing of map file '@MANGOSD_DATA@/maps/0004331.map': not exist!
2007-02-14 22:07:15 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 dont know what path i should put there




i got same problem and i really dont know what to do... plzz anyone help to fix it... thx
 
thanks for you help evrybody! its almost done now :D
All i need to do now is to get new maps

nekromancer, EvilRyu was right about this, go into the mangosd.conf file and change the data directory to "."
 
Back