Raised This Month: $7 Target: $400
 1% 

Create Edict Fixer.


Post New Thread Reply   
 
Thread Tools Display Modes
Despirator
Senior Member
Join Date: Jun 2011
Location: Kazakhstan ->Shymkent
Old 09-29-2017 , 02:01   Re: Create Edict Fixer.
Reply With Quote #171

Quote:
Originally Posted by geipoe View Post
is this still working for the 1.8sm now? i'm tired of the "ED_Alloc: no free edicts" in my l4d2 server, if someone know, tell me please(sorry for my poor english).and can anyone tell me how to install it?thanks
Even if I do my own extension with aborting a new creation of edicts I still have this bug. So I decided that this type of extension doesn't help at all
Despirator is offline
geipoe
BANNED
Join Date: Sep 2016
Location: https://t.me/pump_upp
Old 10-07-2017 , 21:49   Re: Create Edict Fixer.
Reply With Quote #172

Quote:
Originally Posted by Despirator View Post
Even if I do my own extension with aborting a new creation of edicts I still have this bug. So I decided that this type of extension doesn't help at all
thanks for reply.it's a really high chance for map c6m1_riverbank on my server appear to crash witch that bug.it's almost no crash on other maps
geipoe is offline
Send a message via ICQ to geipoe Send a message via AIM to geipoe Send a message via Yahoo to geipoe
enderandrew
Senior Member
Join Date: Jun 2020
Old 07-16-2020 , 02:39   Re: Create Edict Fixer.
Reply With Quote #173

My server is crashing with:

Engine error: ED_Alloc: no free edicts

Google is bringing me to this thread, but this plugin hasn't be compiled for Windows, nor against a recent SDK.

Is there any chance a kind soul would recompile this, or are there better options?
enderandrew is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 07-17-2020 , 18:53   Re: Create Edict Fixer.
Reply With Quote #174

Quote:
Originally Posted by enderandrew View Post
My server is crashing with:

Engine error: ED_Alloc: no free edicts

Google is bringing me to this thread, but this plugin hasn't be compiled for Windows, nor against a recent SDK.

Is there any chance a kind soul would recompile this, or are there better options?
A recent SDK eh? It's great you're running on Windows, but which GAME are you running?!
KyleS is offline
enderandrew
Senior Member
Join Date: Jun 2020
Old 07-17-2020 , 20:01   Re: Create Edict Fixer.
Reply With Quote #175

Quote:
Originally Posted by KyleS View Post
A recent SDK eh? It's great you're running on Windows, but which GAME are you running?!
Sorry, TF2.
enderandrew is offline
enderandrew
Senior Member
Join Date: Jun 2020
Old 08-07-2020 , 04:03   Re: Create Edict Fixer.
Reply With Quote #176

Quote:
Originally Posted by KyleS View Post
A recent SDK eh? It's great you're running on Windows, but which GAME are you running?!
I'm currently running a TF2 server on Windows and getting some crashes that I'm hoping this can help resolve.

That being said, I'm trying to migrate to a Linux server instead. Part of what is delaying me is that some of the extensions I'm using don't have Linux versions. I'm trying to compile these on my own and not having much success yet. I would create appreciate if someone could compile this extension against MM 1.10 and the current TF2 SDK for Windows and/or Linux.
enderandrew is offline
PC Gamer
Veteran Member
Join Date: Mar 2014
Old 08-07-2020 , 13:51   Re: Create Edict Fixer.
Reply With Quote #177

enderandrew... I've had success using the "[ANY] Security entity limit" plugin written by the talented Benoist3012 (link: https://forums.alliedmods.net/showthread.php?p=2316579).

I use lots of plugins and even with the plugin the server crashed a few times. As a result, I added a few lines of code that executes a config file when the number of edicts gets too high. In the exec file are commands to unload a couple of plugins to help reduce the number of edicts created.

edited portion of code:
PHP Code:
        if (iEntity >= 1950)
        {
            if (
g_bLogActions && !g_bCleaningMode && iEntity 2000)
            {
                
LogMessage("[SEL]The server is close of the limit, cleanning mode enabled");
                
g_bCleaningMode true;
                
PrintToServer("[SEL]Server is close to Entity limit. Cleaning mode enabled.");
                
ServerCommand("exec lagimprove.cfg");
                
PrintToServer("[SEL]Unloaded Random Bot Cosmetic and Weapon plugins.");                
            } 
cfg/lagimprove.cfg
PHP Code:
sm plugins unload givebotsweapons
sm plugins unload givebotscosmetics
sm_say Unloaded Random Bot Cosmetics 
and Weapons 
Once I did that the crashes stopped completely. The plugin works well without modification but if you still get crashes consider modding the plugin as needed.

Last edited by PC Gamer; 08-07-2020 at 13:51.
PC Gamer is offline
enderandrew
Senior Member
Join Date: Jun 2020
Old 08-07-2020 , 16:47   Re: Create Edict Fixer.
Reply With Quote #178

Thanks, I'm going to give that a try!
enderandrew is offline
FroGeX
Senior Member
Join Date: Aug 2020
Old 04-15-2021 , 17:15   Re: Create Edict Fixer.
Reply With Quote #179

any chance make this for CSGO?
FroGeX is offline
NOTORIOUS7302
Member
Join Date: Nov 2018
Location: Anonymous
Old 09-02-2021 , 14:13   Re: Create Edict Fixer.
Reply With Quote #180

Can anyone please tell me how to install this for CS: Source? I don't understand the install instructions which involves putting it into a CEF folder (which I don't have) and to pull a cef.vdf file into Metamod but there isn't one.
NOTORIOUS7302 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 23:02.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode