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

Windows TFS Crash

Radeon

Scarlet Horn's Mapper
Joined
Feb 2, 2011
Messages
548
Reaction score
60
Location
Sweden
Hi! Im using TFS 0.3.6 and got some issues..

Our OT-server crashes randomly without any warnings or anything it can take 20hours, or 1 hour... the only failure I can find is this error at the consol when launching the server;

Code:
[Error - TalkAction::configureEvent] No words for TalkAction.
[Warning - BaseEvents::loadFromXml] Cannot configure an event

+ this error that's getting displayed like 24/7;

Code:
[Error - GlobalEvent Interface]
In a timer event called from:
buffer:onThink
Description:
(luaGetThingFromPos) Tile not found


halp?
 
Remove the bugged globalevent, maybe can be that, or also can be a "map bug" that someone are abusing.

GL
 
Remove the bugged globalevent, maybe can be that, or also can be a "map bug" that someone are abusing.

Im not that advanced scripter, but I really cant find that globaleventbug... And I mostly not doesnt think there is a mapbug since I have been mapping for over 5 years now.. <.<

Or possibly that you are using to low attackspeed or huge spells with to low exhaustion.
We got atk speed at 800 ^^ exhaustion is minimum at 700 at lowest spell^^

haaaaalp!?
 
Yes, but if the spells duration is very long and the exhaustion is short on one spell, and there are many other things that occur in the same time players force the server to crash, it's more likely for a gui to crash than a console, since the gui writes out everything that happening in the server.
Search for "luaGetThingFromPos" in notepad++ in all files within globalevents, and then search for the one which make the error occur. Some scripting must be wrong. And if you can find it, post it here so we can help you to correct the error in the file.
 
Back
Top