• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Error load monsters.xml

Maganius

PHP->Rulez
Joined
Dec 27, 2008
Messages
85
Reaction score
1
Location
Uruguay
Hi all,

When i start the ot have this error:

I/O warning : failed to load external entity "data/monster/monsters.xml"
[Warning - Monsters::loadFromXml] Cannot load monsters file.
Info: failed to load external entity "data/monster/monsters.xml"


Unable to load monsters! Continue? (y/N)

> ERROR: Unable to load monsters!
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::lock_error> >'
what(): boost: mutex lock failed in pthread_mutex_lock: Invalid argument
Aborted


I use Ubuntu 12.04, server: OTX 2.7

My monster XML

https://mega.co.nz/#!qNI3UbTC!u5KfUPI4ZXGZ5jRQUJi86tmf8b0a8ddw5qBODZB76LM

Sorry i cant put the xml here is long.
 
Last edited:
Directories and file names in Linux are case sensitive. Make sure that you have a file called "monsters.xml" instead of "Monsters.xml"
 
Hi dominique120

Yes, i know its right name. All names are in lowercase

I have 755 permission in all folder and files included monsters.xml

I change the monster.xml for other otx server and it not work :(
 
Last edited by a moderator:
When I select Y have this error:

Loading map and spawns:
>>> Map size: 33536x33024.
>>> Map descriptions: - "Saved with Remere's Map Editor 2.2" - ""Killed

server crash :/
 
Thx maybe is out of memory my server only have 1gb of ram, is only for tests servers.

But why monsters.xml give error?

I compile with other sources and give same error :/
 
Back
Top