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

VAC Status Checker (v.2.5.0 8/27/19)


Post New Thread Reply   
 
Thread Tools Display Modes
StevoTVR
Senior Member
Join Date: Oct 2008
Old 02-01-2020 , 15:19   Re: VAC Status Checker (v.2.5.0 8/27/19)
Reply With Quote #411

Quote:
Originally Posted by JLmelenchon View Post
Can't check the status of clients, the command does not exist.
What command did you try to use? Did you make sure the plugin was loaded?
StevoTVR is offline
JLmelenchon
Senior Member
Join Date: Mar 2019
Old 02-01-2020 , 20:29   Re: VAC Status Checker (v.2.5.0 8/27/19)
Reply With Quote #412

It is not. I don't understand the other day it was working, steamworks is installed by the way. (linux)

L 02/01/2020 - 22:120: [SM] Exception reported: SteamWorks, SteamTools, or Socket extension required
L 02/01/2020 - 22:120: [SM] Blaming: vacbans.smx
L 02/01/2020 - 22:120: [SM] Call stack trace:
L 02/01/2020 - 22:120: [SM] [0] SetFailState
L 02/01/2020 - 22:120: [SM] [1] Line 138, plugin.sp::OnPluginStart
L 02/01/2020 - 22:120: [SM] Unable to load plugin "vacbans.smx": Error detected in plugin startup (see error logs)
L 02/01/2020 - 22:123: Error log file session closed.
JLmelenchon is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 02-01-2020 , 20:31   Re: VAC Status Checker (v.2.5.0 8/27/19)
Reply With Quote #413

Quote:
Originally Posted by JLmelenchon View Post
It is not. I don't understand the other day it was working, steamworks is installed by the way. (linux)

L 02/01/2020 - 22:120: [SM] Exception reported: SteamWorks, SteamTools, or Socket extension required
L 02/01/2020 - 22:120: [SM] Blaming: vacbans.smx
L 02/01/2020 - 22:120: [SM] Call stack trace:
L 02/01/2020 - 22:120: [SM] [0] SetFailState
L 02/01/2020 - 22:120: [SM] [1] Line 138, plugin.sp::OnPluginStart
L 02/01/2020 - 22:120: [SM] Unable to load plugin "vacbans.smx": Error detected in plugin startup (see error logs)
L 02/01/2020 - 22:123: Error log file session closed.
Are you sure SteamWorks is loaded? Check sm exts list.
StevoTVR is offline
JLmelenchon
Senior Member
Join Date: Mar 2019
Old 02-01-2020 , 20:36   Re: VAC Status Checker (v.2.5.0 8/27/19)
Reply With Quote #414

It is not, but looks like someone else have this problem just today.
https://forums.alliedmods.net/showpo...&postcount=728

Last edited by JLmelenchon; 02-01-2020 at 20:36.
JLmelenchon is offline
StevoTVR
Senior Member
Join Date: Oct 2008
Old 02-01-2020 , 21:34   Re: VAC Status Checker (v.2.5.0 8/27/19)
Reply With Quote #415

Maybe there is something going on with the Steam servers.
StevoTVR is offline
JLmelenchon
Senior Member
Join Date: Mar 2019
Old 02-04-2020 , 01:55   Re: VAC Status Checker (v.2.5.0 8/27/19)
Reply With Quote #416

Now the extension is autoloaded at server start, still the same error as previously. By the way the extension was not loading because there is a problem with the plugin.

edit : had to remove these line and now the plugin load but still need to test it.

Quote:
if (!STEAMWORKS_AVAILABLE() && !STEAMTOOLS_AVAILABLE() && !SOCKET_AVAILABLE())
{
SetFailState("%T", "Error_Extension_Required", LANG_SERVER);
}

Format(desc, sizeof(desc), "%T", "ConVar_Version", LANG_SERVER);
CreateConVar("sm_vacbans_version", PLUGIN_VERSION, desc, FCVAR_SPONLY | FCVAR_REPLICATED | FCVAR_NOTIFY | FCVAR_DONTRECORD);

Whitelist and reset cache is not working (sourcemod 1.10 btw) :

04/02/2020 08:46:02: [SM] Exception reported: Invalid database Handle 0 (error: 4)
04/02/2020 08:46:02: [SM] Blaming: vacbans.smx
04/02/2020 08:46:02: [SM] Call stack trace:
04/02/2020 08:46:02: [SM] [0] Database.Query
04/02/2020 08:46:02: [SM] [1] Line 354, plugin.sp::Command_Reset

04/02/2020 08:46:44: [SM] Exception reported: Invalid database Handle 0 (error: 4)
04/02/2020 08:46:44: [SM] Blaming: vacbans.smx
04/02/2020 08:46:44: [SM] Call stack trace:
04/02/2020 08:46:44: [SM] [0] Database.Query
04/02/2020 08:46:44: [SM] [1] Line 400, plugin.sp::Command_Whitelist

04/02/2020 08:47:41: [SM] Exception reported: Invalid database Handle 0 (error: 4)
04/02/2020 08:47:41: [SM] Blaming: vacbans.smx
04/02/2020 08:47:41: [SM] Call stack trace:
04/02/2020 08:47:41: [SM] [0] Database.Query
04/02/2020 08:47:41: [SM] [1] Line 378, plugin.sp::Command_Whitelist

Last edited by JLmelenchon; 02-06-2020 at 09:32.
JLmelenchon is offline
JLmelenchon
Senior Member
Join Date: Mar 2019
Old 02-04-2020 , 03:08   Re: VAC Status Checker (v.2.5.0 8/27/19)
Reply With Quote #417

Reinstalled all files of the plugin and it seems to work for now...

edit : ok i give up it just stopped again

Last edited by JLmelenchon; 02-06-2020 at 10:15.
JLmelenchon is offline
JLmelenchon
Senior Member
Join Date: Mar 2019
Old 02-20-2020 , 08:37   Re: VAC Status Checker (v.2.5.0 8/27/19)
Reply With Quote #418

Hello anyone ??? Am i the only one who got this problem ?
JLmelenchon is offline
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 02-20-2020 , 09:24   Re: VAC Status Checker (v.2.5.0 8/27/19)
Reply With Quote #419

Quote:
Originally Posted by JLmelenchon View Post
Hello anyone ??? Am i the only one who got this problem ?
Did you make any modifications to the plugin? In any case, send the official version again.

https://github.com/stevotvr/sourcemo...eleases/latest

I use the Steam Works extension, everything works fine for me.

https://forums.alliedmods.net/showthread.php?t=229556
paulo_crash is offline
JLmelenchon
Senior Member
Join Date: Mar 2019
Old 02-20-2020 , 10:09   Re: VAC Status Checker (v.2.5.0 8/27/19)
Reply With Quote #420

It was the original version too and with steam works, i didn't do anything special it stopped working by itself.

Last edited by JLmelenchon; 02-20-2020 at 10:09.
JLmelenchon 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 06:32.


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