Raised This Month: $32 Target: $400
 8% 

[Server Crash] CS:GO | Unknown problem.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Di3Z1E
Member
Join Date: May 2018
Old 11-10-2018 , 11:26   [Server Crash] CS:GO | Unknown problem.
Reply With Quote #1

Hey everyone,

I'm using Sourcemod 1.10.6354.
And running CS:GO Server.

When someone enter's to my server, he's doing something that's makes the server to reboot himself.
Iv'e looked into the log and i noticed there is something that he does and then this output this lines:

Code:
CreateFragmentsFromFile: 'win//null.wav' doesn't exist.
CreateFragmentsFromFile: 'win//null.wav' doesn't exist.
CreateFragmentsFromFile: 'win//null.wav' doesn't exist.
CreateFragmentsFromFile: 'win//null.wav' doesn't exist.
CreateFragmentsFromFile: 'win//null.wav' doesn't exist.
CreateFragmentsFromFile: 'win//null.wav' doesn't exist.
CreateFragmentsFromFile: 'win//null.wav' doesn't exist.
CreateFragmentsFromFile: 'win//null.wav' doesn't exist.
CreateFragmentsFromFile: 'win//null.wav' doesn't exist.
CreateFragmentsFromFile: 'win//null.wav' doesn't exist.
CreateFragmentsFromFile: 'win//null.wav' doesn't exist.
CreateFragmentsFromFile: 'win//null.wav' doesn't exist.
** WARNING: Watchdog timer exceeded, aborting!
PreMinidumpCallback: updating dump comment
crash_20181110204002_1.dmp[21427]: Uploading dump (out-of-process)
/tmp/dumps/crash_20181110204002_1.dmp
./srcds_run: line 318: 21299 Aborted                 $HL_CMD
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Sat Nov 10 20:41:24 IST 2018: Server restart in 10 seconds
crash_20181110204002_1.dmp[21427]: Finished uploading minidump (out-of-process): success = yes
crash_20181110204002_1.dmp[21427]: response: Discarded=1
crash_20181110204002_1.dmp[21427]: file ''/tmp/dumps/crash_20181110204002_1.dmp'', upload yes: ''Discarded=1''
LD_LIBRARY_PATH=/home/GalXD-183500/csgo/bin:/home/GalXD-183500/csgo:/home/GalXD-183500/csgo/bin:
#
Does anyone knows what's the problem is?
And what's make it happen?

Last edited by Di3Z1E; 11-10-2018 at 11:26.
Di3Z1E is offline
HvG Community
AlliedModders Donor
Join Date: Sep 2012
Old 11-10-2018 , 12:32   Re: [Server Crash] CS:GO | Unknown problem.
Reply With Quote #2

https://www.sourcemod.net/downloads.php

Update your sourcemod.

Also what is 'something' that someone does that makes server crash?
Explain better.

Also post latest error logs from addons/sourcemod/errors.

Also add -debug to command line like the thing tells you to do to get more information if error logs don't do enough.

Also when did this problem start occuring? After installing certain plugin?
Where is the win/null.wav from?
HvG Community is offline
marius892000
AlliedModders Donor
Join Date: May 2012
Location: Behind my laptop screen
Old 11-10-2018 , 18:40   Re: [Server Crash] CS:GO | Unknown problem.
Reply With Quote #3

Looks like a new exploit for me
__________________
marius892000 is offline
wolvez04
Senior Member
Join Date: Feb 2016
Location: Andora
Old 11-10-2018 , 18:54   Re: [Server Crash] CS:GO | Unknown problem.
Reply With Quote #4

Not sure if related or even the cause of the crash. There was a null wav crash exploit from aimware earlier this year. It was patched by valve. Maybe try adding the user in a nice way to get more information.

https://forums.alliedmods.net/showth...=280545&page=9

I guess you could try adding this plugin not sure if it would help or even if your issue is an actual crash exploit. Maybe someone can edit it to help.
__________________
Hiring developers of all sorts for small or big jobs.
Paying nicely. Just PM for any available jobs.


Last edited by wolvez04; 11-10-2018 at 18:55.
wolvez04 is offline
Ahmed_Nakadi
Member
Join Date: Oct 2018
Old 11-11-2018 , 09:56   Re: [Server Crash] CS:GO | Unknown problem.
Reply With Quote #5

https://www.unknowncheats.me/forum/c...er-server.html

Someone fix this please
Ahmed_Nakadi is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 11-11-2018 , 11:59   Re: [Server Crash] CS:GO | Unknown problem.
Reply With Quote #6

Quote:
Originally Posted by Ahmed_Nakadi View Post
uff a new crash exploit when sv_allowdownload is set to 1.

Last edited by asdfxD; 11-11-2018 at 12:00.
asdfxD is offline
Bad Cold Man
Senior Member
Join Date: Apr 2014
Old 11-11-2018 , 13:18   Re: [Server Crash] CS:GO | Unknown problem.
Reply With Quote #7

Hello. Same for me. Big problem. Any help?
Bad Cold Man is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 11-11-2018 , 13:33   Re: [Server Crash] CS:GO | Unknown problem.
Reply With Quote #8

yeah... try set both cvars to 0
Code:
"sv_allowdownload" = "1"                                                         - Allow clients to download files
"sv_allowupload" = "0"                                                           - Allow clients to upload customizations files
__________________
Do not Private Message @me
Bacardi is offline
Bad Cold Man
Senior Member
Join Date: Apr 2014
Old 11-11-2018 , 14:00   Re: [Server Crash] CS:GO | Unknown problem.
Reply With Quote #9

Quote:
Originally Posted by Bacardi View Post
yeah... try set both cvars to 0
Code:
"sv_allowdownload" = "1"                                                         - Allow clients to download files
"sv_allowupload" = "0"                                                           - Allow clients to upload customizations files
Thank you.
Bad Cold Man is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 12-21-2018 , 17:28   Re: [Server Crash] CS:GO | Unknown problem.
Reply With Quote #10

Quote:
Originally Posted by Bacardi View Post
yeah... try set both cvars to 0
Code:
"sv_allowdownload" = "1"                                                         - Allow clients to download files
"sv_allowupload" = "0"                                                           - Allow clients to upload customizations files
But if I set both to "zero" do the players download by FastDL?

This cvar sv_allowupload would upload, but the other sv_allowdownload would not be for players to download?
paulo_crash 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 05:01.


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