Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What could be the reason for this error?
#1
[Image: 2vmab86.jpg]
Reply

#2
(08-12-2011, 18:58)Lemon Wrote: ....

Same error occurred for me too after my server ran without crashing for a few days.
Seems that files keep loading until there is no memory left (TBH not sure why though)

Is the error common or is it first time?
[Image: b_560_95_1.png]
Reply

#3
(08-12-2011, 19:05)[CoDBOMod]Nukem Wrote:
(08-12-2011, 18:58)Lemon Wrote: ....

Same error occurred for me too after my server ran without crashing for a few days.
Seems that files keep loading until there is no memory left (TBH not sure why though)

Is the error common or is it first time?

I'm pretty sure the server 'restarts' every time a new map is loaded, so this seems weird.
[Image: MaEIQ.png]
Reply

#4
How can I fix it?
Reply

#5
try to make your script more efficient. If you have 3 loops to do certain things put them in 1 loop etc. Also try to remove whitespaces between functions etc.

It's a long shot but you could try.
[Image: MaEIQ.png]
Reply

#6
I got the same error when I changed the sv_maxclients to 24 (while my server was 18) @ my ded. server
It would run on max 24 clients for a few hours but then kick everyone with that error and restart
anywayz i think its some kind of out of memory error, I guess your script takes to much RAM from the ded. server
Reply

#7
Server crashes at least once every day because of the same error.
Reply

#8
if you thread anythiing from onPlayerConnect or something make sure you include an
Code:
self endon("disconnect");
so you can be sure you don't have any extra code running on a client who left the game, slowly eating up more and more memory until it crashes

also if you thread something onPlayerSpawned include a
Code:
self endon("death");
so you don't start it again on the next spawn and have duplicate threads doing the same thing at the same time
Reply

#9
never seen that error :o
Reply

#10
well that error is really common for me, if i run my mod where i combined death machine and grim reaper (its ftw weapon fast rockets and powerfull =D) and if i shoot to many rockets in the air i get that error also it happends after like 1000 rockets or lesser idk, but i get several errors like 3 i think thats one of them also
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help error when run mod mr.apple 9 6,127 09-24-2013, 21:49
Last Post: Nekochan
  Help COD mw3 Error Couln't load image 3_cursor3:s Paylgs 2 13,579 07-18-2013, 18:46
Last Post: Nekochan
  Mod Error! help please Brandeeno 2 3,790 07-11-2013, 21:06
Last Post: Brandeeno
  Help xkmod error Domino29 2 4,215 07-11-2013, 20:07
Last Post: Brandeeno
  Help mw3 addon error [HARD] Tony. 2 4,142 06-08-2013, 00:32
Last Post: master131
  Help Freaking weird error when starting server!!!! Misterio 5 4,486 04-23-2013, 01:47
Last Post: Misterio
  d3d9 error magnuze 3 4,031 04-09-2013, 14:26
Last Post: NyZzE
  Help Server Script Compile Error when loading ExtremeBunkerMaker lolmoon 3 3,677 04-09-2013, 03:11
Last Post: lolmoon
  error CheGuevara 2 2,732 04-07-2013, 17:39
Last Post: CheGuevara
  Help error code [HARD] Tony. 2 2,832 03-23-2013, 00:19
Last Post: 8q4s8

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.