AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   VSH / Freak Fortress (https://forums.alliedmods.net/forumdisplay.php?f=154)
-   -   FF2 Server Crashs Constantly.. (https://forums.alliedmods.net/showthread.php?t=317981)

Hoto Cocoa 08-07-2019 11:20

Server Crashs Constantly..
 
error log:
Spoiler


https://crash.limetech.org/n5tz4dd6xepg

I know ff2_death.sp spams a lot error. but it isn't only ff2_death but a lot of other subplugins.
Also I got a lot missing file reports in ff2_errors.log but I checked that everything file is in the right folder.
There's about 30 bosses in every boss pack.

Spoiler

epicwindow 08-09-2019 15:17

Re: Server Crashs Constantly..
 
Update to SourceMod 1.10.0.6431 or later for improved SourcePawn stack traces.
This crash is from a server running a version of SourceMod that does not fully support SourcePawn stack walking and the stack trace displayed may be incomplete or incorrect.

after the update and getting a new crash you should be able to see which plugin is causing it by going into [raw] and search for invoker:invoker

(not sure if this appears 100% but you should give it a try or wait for pro naydef to send help)

Scag 08-10-2019 00:07

Re: Server Crashs Constantly..
 
I'm not an expert on reading crash dumps but what it looks like is that you have a plugin or plugins hooking a respawn event and respawning them again ,thus firing the event, again. And the process repeats. You can try looking for plugins that hook into the player_spawn event (which is to say, a lot of them). And remove them all, add them back 1 by 1 until the bad things start again. If all else fails, the remove-all-the-plugins-and-add-them-back-1-by-1 trick never fails, usually.
If I had to guess, I'd say its the shadow93_abilities plugin but can't know for sure until you try.

Hoto Cocoa 08-10-2019 11:22

Re: Server Crashs Constantly..
 
https://crash.limetech.org/jllx3wy4cxjq A crash dump with sourcemod 1.10... have to check everything again...

Hoto Cocoa 08-10-2019 11:32

Re: Server Crashs Constantly..
 
Quote:

Originally Posted by epicwindow (Post 2662673)
Update to SourceMod 1.10.0.6431 or later for improved SourcePawn stack traces.
This crash is from a server running a version of SourceMod that does not fully support SourcePawn stack walking and the stack trace displayed may be incomplete or incorrect.

after the update and getting a new crash you should be able to see which plugin is causing it by going into [raw] and search for invoker:invoker

(not sure if this appears 100% but you should give it a try or wait for pro naydef to send help)

It doesn't appear anything related to what you said.

epicwindow 08-11-2019 10:35

Re: Server Crashs Constantly..
 
its actually Invoker::Invoke,my bad,you should see the name of the plugin function which caused the crash,if there isnt any then thats all i got

it should look sth like this
https://i.imgur.com/ISZF1tI.png

and tf2_levelsys.smx being the cause of the crash


All times are GMT -4. The time now is 16:56.

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