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

Server Crash Need Help ! (soundprecache...)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
CS KING
Member
Join Date: Jan 2017
Location: Romania
Old 12-10-2017 , 04:29   Server Crash Need Help ! (soundprecache...)
Reply With Quote #1

ello,

About 2 weeks ago I'm facing an error that I do not know how to fix it.
We disable plug-ins containing download and actually did not work out, reinstalled the server and the same thing.

I use OS Windows Server 2008

Please if you have any idea to help me!
Attached Thumbnails
Click image for larger version

Name:	error sound.PNG
Views:	202
Size:	12.9 KB
ID:	167113  

Last edited by CS KING; 12-10-2017 at 04:29.
CS KING is offline
Send a message via ICQ to CS KING
brunoronning
Senior Member
Join Date: Jan 2014
Location: Brazil
Old 12-10-2017 , 09:53   Re: Server Crash Need Help ! (soundprecache...)
Reply With Quote #2

https://forums.alliedmods.net/showpo...&postcount=110

Edit all your plugins and precache in the OnMapStart.

Activating Gotv would also help.

Last edited by brunoronning; 12-10-2017 at 09:57.
brunoronning is offline
CS KING
Member
Join Date: Jan 2017
Location: Romania
Old 12-10-2017 , 16:50   Re: Server Crash Need Help ! (soundprecache...)
Reply With Quote #3

Hello,

Thank you very much for your reply but trust me i dont have any plugin with sounds or model to download... Its very weird.

And about GOTV make lag..

Last edited by CS KING; 12-10-2017 at 18:57.
CS KING is offline
Send a message via ICQ to CS KING
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 12-10-2017 , 20:16   Re: Server Crash Need Help ! (soundprecache...)
Reply With Quote #4

Quote:
Originally Posted by CS KING View Post
Hello,

Thank you very much for your reply but trust me i dont have any plugin with sounds or model to download... Its very weird.

And about GOTV make lag..
Let's see your plugins and exts list
__________________
sneaK is offline
cravenge
Veteran Member
Join Date: Nov 2015
Location: Chocolate Factory
Old 12-11-2017 , 08:24   Re: Server Crash Need Help ! (soundprecache...)
Reply With Quote #5

This seems kind of familiar to me... I think it happens when your server is on a map with non-standard number of players. Try testing a local dedicated server with the default settings, no SM or MM. If it still occurs, the map is the problem.
cravenge is offline
CS KING
Member
Join Date: Jan 2017
Location: Romania
Old 12-11-2017 , 11:57   Re: Server Crash Need Help ! (soundprecache...)
Reply With Quote #6

Hmm i think all of this its because of GOTV.. I search on all post and many servers have that problem or something like this...
CS KING is offline
Send a message via ICQ to CS KING
geoxd1
Junior Member
Join Date: Aug 2017
Location: Poland
Old 12-11-2017 , 12:01   Re: Server Crash Need Help ! (soundprecache...)
Reply With Quote #7

Quote:
Originally Posted by brunoronning View Post
https://forums.alliedmods.net/showpo...&postcount=110

Edit all your plugins and precache in the OnMapStart.

Activating Gotv would also help.
Edit all your plugins and precache in the OnMapStart.

Can you explain for noob how to do it?
geoxd1 is offline
brunoronning
Senior Member
Join Date: Jan 2014
Location: Brazil
Old 12-11-2017 , 13:30   Re: Server Crash Need Help ! (soundprecache...)
Reply With Quote #8

Quote:
Originally Posted by geoxd1 View Post
Edit all your plugins and precache in the OnMapStart.

Can you explain for noob how to do it?
PHP Code:
public void OnConfigsExecuted() // CRASH!
{
    
PrecacheModel("models/model.mdl");
    
PrecacheSound("misc/sound.mp3");

    
AddFileToDownloadsTable("models/model.mdl");
    
AddFileToDownloadsTable("sound/misc/sound.mp3");

Replace with:
PHP Code:
public void OnMapStart() // WORKS!
{
    
PrecacheModel("models/model.mdl");
    
PrecacheSound("misc/sound.mp3");

    
AddFileToDownloadsTable("models/model.mdl");
    
AddFileToDownloadsTable("sound/misc/sound.mp3");

All precaches and downloads must be done on the forward OnMapStart.
More infos: https://forums.alliedmods.net/showth...303249&page=18

Last edited by brunoronning; 12-11-2017 at 13:34.
brunoronning is offline
CS KING
Member
Join Date: Jan 2017
Location: Romania
Old 12-11-2017 , 13:35   Re: Server Crash Need Help ! (soundprecache...)
Reply With Quote #9

Quote:
Originally Posted by geoxd1 View Post
Edit all your plugins and precache in the OnMapStart.

Can you explain for noob how to do it?
Geoxd the problem that you do not understand is that I do not have a crash when a player connects to me the server works for maybe 12 hours and when he wants it in the middle of the map it appears this error!
I checked the plugins and I have no one to perform a download!
CS KING is offline
Send a message via ICQ to CS KING
Byte
Senior Member
Join Date: Jun 2010
Location: 📦 CCSPlayer
Old 12-11-2017 , 13:49   Re: Server Crash Need Help ! (soundprecache...)
Reply With Quote #10

CS KING is running cmdfix:
https://forums.alliedmods.net/showth...=288733&page=7

Its been crashing for some recently.
__________________
STEAM: /id/invexbyte | Github: Mo Beigi | Discord: Byte#0017
Community: Invex Gaming | My Plugins: Click Me!

Byte 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 13:09.


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