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

Linux Problem rev 3884 in Linux load monster

marcospedro

New Member
Joined
Nov 24, 2010
Messages
25
Reaction score
0
Hey Guys,

And I'm using rev 3884, compiled on Windows without any problems .. Squeegee it and have no problem, my server and everything works 100% load without errors, with an own map.

However, the same compiled rev 6 on Debian Linux, with the same code compiled on Windows .. Compiles without errors, then I copy my config.lua my data folder of the server that is running on Windows ... alright, however when starting the server I get thousands of errors to load the monsters, only on Linux!

Why this?
Does anyone have a solution??

The error is this one:

Code:
[23:39:39.298] [Spawn::addMonster] Cannot find "Medusa"

This is an example, there are several lines with different monsters that are there for sure!
 
Linux is case-sensitive so you will have to see if the monster name is correct everywhere.
 
Linux is case-sensitive so you will have to see if the monster name is correct everywhere.

Linux is case-sensitive so you will have to see if the monster name is correct everywhere.

The problem is not that ..
Because I use the original folder of monsters of 3884 rev.
If I did I start the server with the map that comes in the rev does not appear any error.

The errors only appear when I put my map ...
 
I have same problem

I/O warning : failed to load external entity "data/monster/Undeads/Wisp.xml"
[15:50:43.545] [Warning - Monsters::loadMonster] Cannot load monster (Wisp) file (data/monster/Undeads/Wisp.xml).
[15:50:43.545] Info: failed to load external entity "data/monster/Undeads/Wisp.xml"


i have this problem how fix?

Wisp.xml
<monster name="Wisp" nameDescription="a wisp"

in monster- <monster name="Wisp" file="Undeads/Wisp.xml"/>

that I have bad as I can fix it?
thanks
 
Back
Top