Raised This Month: $ Target: $400
 0% 

My Local server of L4D2 with sourcemod crashes every time in startup after May update


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
kalmas77
Junior Member
Join Date: Sep 2021
Old 06-11-2023 , 23:09   My Local server of L4D2 with sourcemod crashes every time in startup after May update
Reply With Quote #1

I have already over 100+ sourcemod plugins, but no one shows an error in the log file.
Already updated some Silvers plugin including Left 4 DHooks Direct (1.132) [25-May-2023].
Tried updating sourcemod and metamod with no luck either.
I don't even have the time to copy the console log after the map loads. Crashes almost instantly.

List of plugins:
Spoiler


Console after opening the game and before loading a map:
Spoiler


Acceletator crash log:
https://crash.limetech.org/ibeehcxnhis2

Really I don't know what to do now Please help!

Last edited by kalmas77; 08-05-2024 at 04:39. Reason: HarryPotter suggestion to use sm plugins list
kalmas77 is offline
Silvers
SourceMod Plugin Approver
Join Date: Aug 2010
Location: SpaceX
Old 06-12-2023 , 03:33   Re: My Local server of L4D2 with sourcemod crashes every time in startup after May up
Reply With Quote #2

Remove half the plugins, test, add/remove half again and repeat until you find what's causing it.
__________________
Silvers is offline
Bella8Corey
New Member
Join Date: Jul 2022
Old 06-12-2023 , 06:58   Re: My Local server of L4D2 with sourcemod crashes every time in startup after May up
Reply With Quote #3

Quote:
Originally Posted by Silvers View Post
Remove half the plugins, test, add/remove half again and repeat until you find what's causing it.
Very often I had problems with plugins, errors arose! I had to delete 1 plugin and find out which plugin is causing the error!
Bella8Corey is offline
HarryPotter
Veteran Member
Join Date: Sep 2017
Location: Taiwan, Asia
Old 06-13-2023 , 18:32   Re: My Local server of L4D2 with sourcemod crashes every time in startup after May up
Reply With Quote #4

To list all plugins
Please input "sm plugins list" in console
__________________
HarryPotter is offline
Austin
Senior Member
Join Date: Oct 2005
Old 06-19-2023 , 19:26   Re: My Local server of L4D2 with sourcemod crashes every time in startup after May up
Reply With Quote #5

Start your server with this command line parm
-condebug // Logs all console output into the console.log text file.

This will create a log of the console while it was tryingt to start
and this way you will have the console output after the map loads up to the crash....

The file will be
..\left4dead2\console.log


https://developer.valvesoftware.com/...d_Line_Options

Last edited by Austin; 06-19-2023 at 19:29.
Austin is offline
Austin
Senior Member
Join Date: Oct 2005
Old 06-29-2023 , 16:40   Re: My Local server of L4D2 with sourcemod crashes every time in startup after May up
Reply With Quote #6

Quote:
Originally Posted by kalmas77 View Post
I have already over 100+ sourcemod plugins,
Wow! Impressive!
And impressive that all this SM stuff can work and work as well as it does!
GG SM team!

Auhhh,
did you find your problem and get it resolved?

If so how and what was it?
Austin is offline
SoltekGamerz
Junior Member
Join Date: Aug 2016
Old 11-04-2023 , 19:52   Re: My Local server of L4D2 with sourcemod crashes every time in startup after May up
Reply With Quote #7

18 clear_dead_body SMX 3,888 KB 10/01/22
87 l4d_dissolve_infected SMX 12,852 KB 17/11/22

Creo que la combinación de esos 2 complementos causa fallos en el servidor.
Ambos complementos destruyen una entidad

Traduccion a Ingles Google Translate:

I think the combination of those 2 plugins causes server crashes.
Both plugins destroy an entity
SoltekGamerz is offline
CaRmilla
Member
Join Date: Jan 2021
Old 11-18-2023 , 16:09   Re: My Local server of L4D2 with sourcemod crashes every time in startup after May up
Reply With Quote #8

Accelerator is the only available tool for crash logs?
CaRmilla is offline
kalmas77
Junior Member
Join Date: Sep 2021
Old 08-05-2024 , 04:28   Re: My Local server of L4D2 with sourcemod crashes every time in startup after May up
Reply With Quote #9

I'm sorry for the very late reply. Later, I found the problem; it was a population mod incompatibility with SourceMod or some plugins.

Quote:
Originally Posted by Silvers View Post
Remove half the plugins, test, add/remove half again and repeat until you find what's causing it.
Thanks, that's good advice. I have been using it since then.

Quote:
Originally Posted by Bella8Corey View Post
Very often I had problems with plugins, errors arose! I had to delete 1 plugin and find out which plugin is causing the error!
Yeah, that was so time-consuming with so many plugins

Quote:
Originally Posted by HarryPotter View Post
To list all plugins
Please input "sm plugins list" in console
Sorry, I didn't know that command before. Now I have it in mind.

Quote:
Originally Posted by Austin View Post
Start your server with this command line parm
-condebug // Logs all console output into the console.log text file.

This will create a log of the console while it was tryingt to start
and this way you will have the console output after the map loads up to the crash....

The file will be
..\left4dead2\console.log

https://developer.valvesoftware.com/...d_Line_Options
Thanks, I didn't know I can do that. I will be use it next time I have a problem.

Quote:
Originally Posted by Austin View Post
Wow! Impressive!
And impressive that all this SM stuff can work and work as well as it does!
GG SM team!

Auhhh,
did you find your problem and get it resolved?

If so how and what was it?
Yeah, it’s impressive, even though sometimes there are incompatibilities due to discontinued plugins. But there are so many useful plugins that I’ve become 'addicted' to trying to improve the game.

I was convinced that the problem was SourceMod because the game loaded fine without it. However, I later realized that I had installed a 'Complete Population' Workshop mod in the Campaign collection. So, I only needed to delete it, and the problem was solved.

Quote:
Originally Posted by SoltekGamerz View Post
18 clear_dead_body SMX 3,888 KB 10/01/22
87 l4d_dissolve_infected SMX 12,852 KB 17/11/22

Creo que la combinación de esos 2 complementos causa fallos en el servidor.
Ambos complementos destruyen una entidad

Traduccion a Ingles Google Translate:

I think the combination of those 2 plugins causes server crashes.
Both plugins destroy an entity
[ES] Creo que esos complementos no tienen relación. ya que el primero tiene que ver solo con los sobrevivientes, y el segundo con los infectados.

[EN] I think those add-ons are unrelated, since the first one has to do only with the survivors, and the second one with the infected.

Quote:
Originally Posted by CaRmilla View Post
Accelerator is the only available tool for crash logs?
SourceMod actually has a log folder that shown most plugins errors.


=====================

Thanks again for your responses.
kalmas77 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 05:57.


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