[Mangos] Are maps required?

Junior Spellweaver
Joined
Jan 17, 2007
Messages
129
Reaction score
0
Are maps required to run mangos???

I run the realmd server without a hitch.. but the worldd server crashes...

I'm using linux CentOS 4.5


#COMMENTED#> ./mangos-worldd -c ../etc/mangos.conf
ThreadQueue created
DOTCONF++: realpath(../etc/mangos.conf) failed: No such file or directory
Could not find configuration file ../etc/mangos.conf.
ThreadQueue waiting on remaining threads...
Reference thread created.
1 reference-thread added.
pollUserThreads()
pollReferenceThreads()
Thread destroyed.
1 reference-thread reclaimed.
ThreadQueue destroyed
 
maby you need to have this
Code:
DOTCONF++: realpath(../etc/mangos.conf) failed: No such file or directory
Could not find configuration file ../etc/mangos.conf.
 
check out the following error:

Could not find configuration file ../etc/mangos.conf.

it says that in ur servermap/ect the mangos.conf can't be found. So all u need is from the pack ur using the mangos.conf and add it to : <servermap/ect>
 
Back