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

[ANY] Cleaner - Console warning supressor [UPDATED 28.10.12]


Post New Thread Reply   
 
Thread Tools Display Modes
Spirit_12
Veteran Member
Join Date: Dec 2012
Location: Toronto, CA
Old 12-10-2016 , 23:50   Re: [ANY] Cleaner - Console warning supressor [UPDATED 28.10.12]
Reply With Quote #251

Quote:
Originally Posted by sillicon View Post
I have tried once already. Server crashing, some plugins/exts not working or becomes weird. With SM 1.6 everything is working and stable. Even plugins which compiles fine in 1.6 shows so many errors in 1.8. Where is benefits?
Is it not obvious? You get full official support for current stable build, as opposed to your situation now.

What extensions or plugins are not working under 1.8? Anything and everything that I tried ran better on newer releases.
__________________
Spirit_12 is offline
stay.pista
Senior Member
Join Date: Apr 2013
Location: Hungary
Old 12-30-2016 , 04:35   Re: [ANY] Cleaner - Console warning supressor [UPDATED 28.10.12]
Reply With Quote #252

The new version kill my server console (No information.). I put the cleaner.cfg to sourcemod/configs dir. This is the correct place?
__________________


•suяƒ• Since 2008

Last edited by stay.pista; 12-30-2016 at 05:09.
stay.pista is offline
wazer
Senior Member
Join Date: Oct 2011
Old 01-03-2017 , 23:46   Re: [ANY] Cleaner - Console warning supressor [UPDATED 28.10.12]
Reply With Quote #253

Quote:
Originally Posted by Accelerator74 View Post
Fix version for CSGO. Added gamedata file.
Code and gamedata from PTaH extension by komashchenko.

Source: https://github.com/Accelerator74/Cleaner
Hi thanks for an update, now excuse me what am I doing wrong here?

L 01/04/2017 - 05:44:13: [SM] Error parsing gameconfig file "c:\server_mansion\csgo_server_files\csgo\add ons\sourcemod\gamedata\cleaner.txt":
L 01/04/2017 - 05:44:13: [SM] Error 11 on line 2, col 24: A property was declared outside of a section
L 01/04/2017 - 05:44:13: [SM] Unable to load extension "cleaner.ext": cleaner.txt error : A property was declared outside of a section


My cleaner.txt looks like this.

Code:
DataTable warning
CreateFragmentsFromFile
CSoundEmitterSystemBase
"Bad SetLocalAngles"
func_physbox
func_rotating
FuncTrackTrain
ERROR
error!
SetParentAttachmentMaintainOffset
PutClientInServer
Commentary
"Achievements disabled"
UTIL_GetListenServerHost
"Error Parsing Bot Profile"
AddListener
CGameEventManager
GameTypes
Tried to look up command say
Achievements disabled: cheats turned on in this app session.
Achievements disabled: cheats turned on in this app session
Can't find the world"
WARNING
PrecacheScriptSound
AddListener
noclip ON
noclip OFF
Error parsing BotProfile.db - unknown attribute 'rank'
#CGameEventManager
#CGameEventManager
BUG: CCSGameMovement::CheckParameters - too many stacking levels.
BUG:
BUG
"#"
wazer is offline
stay.pista
Senior Member
Join Date: Apr 2013
Location: Hungary
Old 01-04-2017 , 00:58   Re: [ANY] Cleaner - Console warning supressor [UPDATED 28.10.12]
Reply With Quote #254

cleaner.txt is a gamedata file!
The Blocked lines goes in to cleaner.cfg!
__________________


•suяƒ• Since 2008
stay.pista is offline
wazer
Senior Member
Join Date: Oct 2011
Old 01-04-2017 , 14:55   Re: [ANY] Cleaner - Console warning supressor [UPDATED 28.10.12]
Reply With Quote #255

Quote:
Originally Posted by stay.pista View Post
cleaner.txt is a gamedata file!
The Blocked lines goes in to cleaner.cfg!
Yeah my mistake, however when I added this new version it said it was missing cleaner.txt and not missing cleaner.cfg so i actually tought that it was changed to cleaner.txt instead of .cfg.

I had missed the cleaner.txt file which was packed with the zip, so i made it my self and added the blocked txt.


Another question.

How would I block this line?

Error parsing BotProfile.db - unknown attribute 'Rank'

No matter what I do it seems that i cannot remove this.

Last edited by wazer; 01-04-2017 at 15:03.
wazer is offline
thedudeguy1
Senior Member
Join Date: Oct 2014
Location: 127.0.0.1
Old 01-04-2017 , 15:32   Re: [ANY] Cleaner - Console warning supressor [UPDATED 28.10.12]
Reply With Quote #256

Quote:
Originally Posted by wazer View Post
Error parsing BotProfile.db - unknown attribute 'Rank'

No matter what I do it seems that i cannot remove this.
Just to speculate, it could be the case that these errors show up and cannot be blocked because the plugin hasn't been loaded before the actions that cause these errors are executed.
__________________
A computer is like an Old Testament god, with a lot of rules and no mercy. -Joseph Campbell
thedudeguy1 is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 01-09-2017 , 01:15   Re: [ANY] Cleaner - Console warning supressor [UPDATED 28.10.12]
Reply With Quote #257

Quote:
Originally Posted by wazer View Post
Another question.

How would I block this line?

Error parsing BotProfile.db - unknown attribute 'Rank'

go into your botprofile.db and remove the 6 or so lines with 'Rank'


still no fixed version in OP? has author abandoned project?

Last edited by hamilton5; 01-09-2017 at 01:17.
hamilton5 is offline
Accelerator
Senior Member
Join Date: Dec 2010
Location: Russia
Old 01-09-2017 , 03:19   Re: [ANY] Cleaner - Console warning supressor [UPDATED 28.10.12]
Reply With Quote #258

- Fix left4dead2 signature
- Optimizing

https://github.com/Accelerator74/Cleaner

Need latest sourcemod build for correctly work!

Last edited by Accelerator; 01-09-2017 at 03:20.
Accelerator is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 01-09-2017 , 05:57   Re: [ANY] Cleaner - Console warning supressor [UPDATED 28.10.12]
Reply With Quote #259

@Accelerator74

how will we know gamedata updates? OP just needs to recompile the ext with new signatures to fix, this/yours puts the signatures in a text file we can easily edit?

Last edited by hamilton5; 01-09-2017 at 05:57.
hamilton5 is offline
stay.pista
Senior Member
Join Date: Apr 2013
Location: Hungary
Old 01-09-2017 , 06:53   Re: [ANY] Cleaner - Console warning supressor [UPDATED 28.10.12]
Reply With Quote #260

Quote:
Originally Posted by Accelerator74 View Post
- Fix left4dead2 signature
- Optimizing

https://github.com/Accelerator74/Cleaner

Need latest sourcemod build for correctly work!
question!

Were type the rules? cleaner.cfg in sourcemod/configs?

MOD: Okay okay i find!

"g_pSM->BuildPath(Path_SM, szPath, sizeof(szPath), "configs/cleaner.cfg");"
__________________


•suяƒ• Since 2008

Last edited by stay.pista; 01-09-2017 at 06:56.
stay.pista 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 07:09.


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