• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua Errors occuring during start-up

Abbeh

New Member
Joined
Nov 22, 2012
Messages
98
Reaction score
1
Location
Sweden, Gothenburg
Good evening fellows,

I recently downloaded a new map for my 8.6 server and the results turned out a bit different than expected.
There are a few things that the server refuses to load, for example:
______________________________________________________________
"WARNING: Could not load spawn data.
I/O Warning : failed to load external entity "data/world/theend-house.xml"
[Warning - Houses::loadFromXml] Cannot load houses file.
Info: failed to load external entity "data/world/theend-house.xml"
______________________________________________________________

And also another one, which is the spawns as far as I'm concerned:

______________________________________________________________
I/O warning : failed to load external entity "data/world/theend-spawn.xml"
[Warning - Spawns::loadFromXml] Cannot open spawns file.
Info: failed to load external entity "data/world/theend-spawn.xml"
______________________________________________________________


Another thing that keep showing up in the actual server looks pretty odd..:

"OTSYS_SQLITE3_PREPARE<>: SQLITE ERROR: no such table: <_ots_comunication <SELECT * FROM <_ots_comunication WHERE "type = ´login´;>"

Does anyone have the slightest idea how to fix these errors?

Thank you very much!

- - - Updated - - -

It also couldn't open a few .lua files... Tried to modify them but nothing worked.
 
Its missing tables to make the guild war system to work. Somewhere in the distor there is something which execute the guildwar
 
In the distor?

- - - Updated - - -

There are a lot of files that it can't open.

- - - Updated - - -

And the spam that comes in the server-window makes the server freeze for approximately 10 seconds.. And all it say is:

Code:
[Error - GlobalEvent Interface]
In a timer event called from:
buffer:onThink
Description:
<luaDoCreateItem> Tile not found

I don't want to remove any globalevents in the .xml-file, don't want to f*ck things up ^^

- - - Updated - - -

- - - Updated - - -

You can close this, made some major changes and solved the issues.
 
Last edited:
Back
Top