Raised This Month: $51 Target: $400
 12% 

Create Edict Fixer.


Post New Thread Reply   
 
Thread Tools Display Modes
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 02-26-2013 , 17:46   Re: Create Edict Fixer.
Reply With Quote #101

Quote:
Originally Posted by Mr. Man View Post
I was hoping for a program where I can run .dmps through to see what plugins/features were causing my servers to restart, to be frank.
The problem is we don't have the information to reverse it. Asherkin's accelerator was a great attempt/success, but if its no longer functioning (assuming due yo a change), we're going to need a core file to proceed.

(Core files are what your system creates by default when an application crashes. This breakpad/other silly business wasn't/isn't intended for developers without the actual source code. gdb is a great debugger, and was built to handle reading core files as they're pretty standard across unices. What isn't standard, and is a 3rd party thing is the break pad system and the .dmp file you currently have in your possession. It's unfortunate that Valve hasn't expanded on this at all, but that's the way it goes ).

Last edited by KyleS; 02-26-2013 at 17:51.
KyleS is offline
Mr. Man
Veteran Member
Join Date: Mar 2011
Location: Huh?
Old 02-26-2013 , 17:48   Re: Create Edict Fixer.
Reply With Quote #102

Quote:
Originally Posted by KyleS View Post
The problem is we don't have the information to reverse it. Asherkin's accelerator was a great attempt/success, but if its no longer functioning (assuming due yo a change), we're going to need a core file to proceed.
Interesting. So all you're missing was an actual .dmp file? I can supply one. So how are people actually reading the .dmp files?

Last edited by Mr. Man; 02-26-2013 at 17:57.
Mr. Man is offline
daad
Member
Join Date: Nov 2011
Location: Kentucky
Old 03-17-2013 , 13:23   Re: Create Edict Fixer.
Reply With Quote #103

Does this plugin work for HL2DM? I am running on Linux and one of my four servers has started having this problem. I do not see HL2DM in any of the files. I also do not see a .vdf file to stick in MM folder. Can someone help a non-coder?

TY/Daad
daad is offline
Send a message via Skype™ to daad
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 03-17-2013 , 16:29   Re: Create Edict Fixer.
Reply With Quote #104

Quote:
Originally Posted by daad View Post
[...] I also do not see a .vdf file to stick in MM folder. Can someone help a non-coder?
I'll direct you to my post near the top of Page 9.
__________________
11530 is offline
scopesp
Senior Member
Join Date: Jan 2009
Location: Munich
Old 03-18-2013 , 17:08   Re: Create Edict Fixer.
Reply With Quote #105

hey,
how i know this is running?
i do see in meta list
[02] Create Edict Fixer (1.1.4) by Kyle Sanderson
but still getting ED_Alloc: no free edicts in linux serv

thanks
scopesp is offline
KyleS
SourceMod Plugin Approver
Join Date: Jul 2009
Location: Segmentation Fault.
Old 03-18-2013 , 17:14   Re: Create Edict Fixer.
Reply With Quote #106

Quote:
Originally Posted by scopesp View Post
hey,
how i know this is running?
i do see in meta list
[02] Create Edict Fixer (1.1.4) by Kyle Sanderson
but still getting ED_Alloc: no free edicts in linux serv

thanks
Unfortunately this does nothing for sequential buildups of edicts. Only if a ton are allocated/freed in a certain period will this *maybe* help you.
KyleS is offline
Electr000999
Senior Member
Join Date: Aug 2011
Old 06-26-2013 , 16:36   Re: Create Edict Fixer.
Reply With Quote #107

Quote:
Originally Posted by adrianman View Post
check out map c6m1_riverbank in l4d2,if you play it for a bit,then vote to restart the campaign/map the server will crash with the no free edicts error,same goes for scavenge on the same map,as soon as the round ends for both teams i think,but it happens. Did valve forgot to clean up edicts on round end there?

this issue is still down the server. map c6m1_riverbank gamemode survival and coop, play time 5-10 min, spawn props 200-300 (and i have reserve in 400 prop)

dump analyses by http://crash.limetech.org/

Code:
0 engine.so!Sys_Error_Internal(bool, char const*, char*) + 0xd8
1 engine.so!Sys_Error(char const*, ...) + 0x20
2 engine.so!ED_Alloc(int) + 0x1cb
3 engine.so!CVEngineServer::CreateEdict(int) + 0x1d
4 server.so + 0x6703b3
5 server.so + 0x3fe471
6 server.so + 0x49d00d
7 server.so + 0xa3f574
8 sdkhooks.ext.2.l4d2.so + 0x1d798
9 server.so + 0x518131
10 server.so + 0x2d9e01
11 server.so + 0x518313
12 server.so + 0x519734
13 server.so + 0x2d9d5d
14 server.so + 0x2de0a5
15 server.so + 0x6f7e82
16 server.so + 0x6fc2a5
17 server.so + 0x6fcb8f
18 server.so + 0x4eae17
19 sourcemod.2.l4d2.so!__SourceHook_FHCls_IServerGameDLLGameFramefalse::Func(bool) [sourcemod.cpp:54 + 0x149]
20 engine.so!CServerPlugin::GameFrame(bool) + 0x82
21 engine.so!SV_Think(bool) + 0xb7
22 engine.so!SV_Frame(bool) + 0x104
23 engine.so!_Host_RunFrame_Server(bool) + 0xa8
24 engine.so!_Host_RunFrame(float) + 0x3ab
25 engine.so!CHostState::State_Run(float) + 0x60
26 engine.so!.L155 + 0x12
27 engine.so!HostState_Frame(float) + 0x27
28 engine.so!CEngine::Frame() + 0x172
29 engine.so!CDedicatedServerAPI::RunFrame() + 0x35
30 dedicated.so!RunServerIteration(bool) + 0x56
31 dedicated.so!RunServer(bool) + 0x50
32 dedicated.so!CDedicatedExports::RunServer() + 0x73
33 engine.so!CModAppSystemGroup::Main() + 0xb7
34 engine.so!CAppSystemGroup::Run() + 0x39
35 engine.so!CDedicatedServerAPI::ModInit(ModInfo_t&) + 0x134
36 dedicated.so!CDedicatedAppSystemGroup::Main() + 0xc5
37 dedicated.so!CAppSystemGroup::Run() + 0x39
38 dedicated.so!CSteamApplication::Main() + 0x37
39 dedicated.so!CAppSystemGroup::Run() + 0x39
40 dedicated.so!main + 0x2fe
41 dedicated.so!DedicatedMain + 0x24
42 srcds_linux + 0x83c
43 libc-2.11.3.so + 0x16ca6
44 srcds_linux + 0x6c1
45 srcds_linux + 0x740
46 srcds_linux + 0x932
47 srcds_linux + 0x8f0
48 ld-2.11.3.so + 0xee30
49 ld-2.11.3.so + 0x1d900

Last edited by Electr000999; 06-26-2013 at 16:50.
Electr000999 is offline
Send a message via Skype™ to Electr000999
deathkilla
Senior Member
Join Date: Mar 2011
Old 07-07-2013 , 14:34   Re: Create Edict Fixer.
Reply With Quote #108

2 questions for yah

does this still work? as i am having the issues of Engine error: ED_Alloc: no free edicts

and does this work on windows servers?

Thanks =)
__________________
Elite Gamers
Visit us:www.Elite-Gamers.org
deathkilla is offline
Martijn79
Member
Join Date: Jan 2013
Old 07-29-2013 , 03:18   Re: Create Edict Fixer.
Reply With Quote #109

Tested it, it doesn't work. For me the no free edicts seems l4dtoolz related though. If I disable that everything works fine.
Martijn79 is offline
Huwarf
Junior Member
Join Date: Oct 2012
Old 07-30-2013 , 13:17   Re: Create Edict Fixer.
Reply With Quote #110

Am I the only one who doesn't understand how to install this plugin thingy? There is a lot of files. People speak bout .so and .vdf i got a lot of other files.
I found out where to put it but the thing is that 2 of the .so files are shortcuts not actual files.

Last edited by Huwarf; 07-30-2013 at 16:54.
Huwarf is offline
Reply



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 19:53.


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