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

Server crashs at round start randomly


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Hoto Cocoa
Senior Member
Join Date: Jun 2018
Location: Somewhere
Old 05-10-2020 , 05:26   Server crashs at round start randomly
Reply With Quote #1

It's been a long time and maybe you will see a lot of crash dump uploaded in Throttle which is the same server.dll + 0x2eede5 crash.
from sourcemod error log I cant see any critical error that will crash the entire server.
https://crash.limetech.org/kmmw6tr6ida6
and some error logs here
big thanks to you

in Throttle report, most of the time console will spam these:
9888 3670.095357 SV_StartSound: not precached (0)

and usually server dies on World triggered "Round_Start"

The zip file only contains log files.
Attached Files
File Type: zip error5.10.zip (122.7 KB, 71 views)

Last edited by Hoto Cocoa; 05-10-2020 at 05:28.
Hoto Cocoa is offline
JuegosPablo
Veteran Member
Join Date: Feb 2016
Location: Gravity is a Harness
Old 05-10-2020 , 15:51   Re: Server crashs at round start randomly
Reply With Quote #2

Quote:
Originally Posted by Hoto Cocoa View Post
It's been a long time and maybe you will see a lot of crash dump uploaded in Throttle which is the same server.dll + 0x2eede5 crash.
from sourcemod error log I cant see any critical error that will crash the entire server.
https://crash.limetech.org/kmmw6tr6ida6
and some error logs here
big thanks to you

in Throttle report, most of the time console will spam these:
9888 3670.095357 SV_StartSound: not precached (0)

and usually server dies on World triggered "Round_Start"

The zip file only contains log files.
the sv_startsound is almsot normally on rounds start of ff2
__________________
My Youtube Channel
Steam Profile
My Discord: JuegosPablo#0568
JuegosPablo is offline
NoloZero01
Member
Join Date: May 2020
Location: Async Research Institute
Old 05-12-2020 , 10:49   Re: Server crashs at round start randomly
Reply With Quote #3

About [SM] Exception reported: Property "m_bDucked" not found (entity 0/worldspawn):
You can probably use ff2_salmon from this post https://forums.alliedmods.net/showpo...18&postcount=4, another user ran into the same error a week ago.

About ff2_witchdoctor.ff2: Didn't find it's source code, could you please attach it here?

About tMedicRubber: You can probably fix the errors by adding this simple check right after
new iPatient = TF2_GetHealingTarget(client);:

Code:
 		
if(iPatient>MaxClients || iPatient<=0)
	return;
(you can grab the plugin here: https://forums.alliedmods.net/showthread.php?t=138016).

About m7_customizable.ff2: Why not switch to this one instead, this is basically an extended version with all issues supposedly fixed(at the bottom of the list there is an attachment): https://forums.alliedmods.net/showthread.php?t=242568

Hope this will cut down the amount of errors so the more important ones can be inspected better.

Last edited by NoloZero01; 05-12-2020 at 11:02. Reason: m7_customizable
NoloZero01 is offline
Hoto Cocoa
Senior Member
Join Date: Jun 2018
Location: Somewhere
Old 05-12-2020 , 15:28   Re: Server crashs at round start randomly
Reply With Quote #4

Quote:
Originally Posted by NoloZero01 View Post
About [SM] Exception reported: Property "m_bDucked" not found (entity 0/worldspawn):
You can probably use ff2_salmon from this post https://forums.alliedmods.net/showpo...18&postcount=4, another user ran into the same error a week ago.

About ff2_witchdoctor.ff2: Didn't find it's source code, could you please attach it here?

About tMedicRubber: You can probably fix the errors by adding this simple check right after
new iPatient = TF2_GetHealingTarget(client);:

Code:
 		
if(iPatient>MaxClients || iPatient<=0)
	return;
(you can grab the plugin here: https://forums.alliedmods.net/showthread.php?t=138016).

About m7_customizable.ff2: Why not switch to this one instead, this is basically an extended version with all issues supposedly fixed(at the bottom of the list there is an attachment): https://forums.alliedmods.net/showthread.php?t=242568

Hope this will cut down the amount of errors so the more important ones can be inspected better.
Here you are.
Attached Files
File Type: sp Get Plugin or Get Source (ff2_witchdoctor.sp - 43 views - 56.8 KB)
Hoto Cocoa is offline
NoloZero01
Member
Join Date: May 2020
Location: Async Research Institute
Old 05-13-2020 , 14:00   Re: Server crashs at round start randomly
Reply With Quote #5

Not exactly sure why ff2_witchdoctor throws such errors, the specified function that gets reported has required checks that should prevent them. Another thing to mention: the lines that get reported do not match the provided source code. It may be possible that you're running an older version which does not have the check.

Solution: either try to compile the source you attached and see what happens when you use it, or use ff2_death that is almost an exact copy(judging by it's source code). I run that subplugin and use it's abilities as well, and I get no errors.

Go to https://forums.alliedmods.net/showpo...6280?p=2306280 and grab ff2_death.ff2 from the bottom of the post. Ability configs should be the same, just rename "plugin_name.".
NoloZero01 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 04:40.


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