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

Problem crash RealMap FrankFamer

stanczyk

Scripter
Joined
Nov 24, 2009
Messages
293
Reaction score
2
Hello everyone.

I have very big problem crash my server real 8.54 i have engine TFS 0.3.6pl1 all know why crash server or know what crashed server?

I Give REP++++
 
Put some more effort into your request.

Post the errors in your console.
Describe what and how you're doing things (Startup - then crash, error =... )

Otherwise noone (including me) will help you.
 
Well then,
Posting 10 out of 10000 possibilities:

1) Any of your "action" script is bugged.
2) A script is looping the server until it crashes.
3) A line in your source is screwed.
4) A line in your config is screwed.
5) An Operating System failure.
6) A failure at your host
7) A DDoS-Attack-Preventing event (if you have it)
8) A dissappointed host shuting it down manually
9) Running out of ideas...
10) Try to search the forum, maybe someone else had this problem.




Otherwise noone (including me) will help you.

Good luck
 
I had that problem to.
A friend of mine finde that if a player use aleta sio and put a *after it the server crashed.
So when i deleted some lines in talkactions.xml my server stop crashing.

This is what i deleted.
PHP:
	<talkaction words="alana sio" filter="word-spaced" event="function" value="houseKick"/>
	<talkaction words="aleta grav" filter="word-spaced" event="function" value="houseDoorList"/>
	<talkaction words="aleta sio" filter="word-spaced" event="function" value="houseGuestList"/>
	<talkaction words="aleta som" filter="word-spaced" event="function" value="houseSubOwnerList"/>

NOTE : When you delet these lines the player cant invite others to come in to there houses and not be able to make sub owners.

Rep++ if it helped for you :thumbup:
 
I thnk you should thest all scripts and places in the map, to find some problem, like some others say, maybe this is a script problem, or a memory overflow, thares in some place a way to fix this memory overflor ( when the program goes over 2gb) just find for, in the search function.
 
Back
Top