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

[ANY][06.12.2020] GameVoting v1.9.x [voteban votekick votemute]


Post New Thread Reply   
 
Thread Tools Display Modes
Wilczek
AlliedModders Donor
Join Date: Oct 2012
Location: Poland
Old 02-27-2015 , 10:32   Re: [ANY] GameVoting v1.7.4dev [voteban votekick votemute votegag] 27-02-2015
Reply With Quote #141

I can't load GV 1.7.4 on SM 1.7:

Code:
L 02/27/2015 - 16:29:45: [SM] Plugin encountered error 25: Call was aborted
L 02/27/2015 - 16:29:45: [SM] Native "SetFailState" reported: Failed to load database configuration 'gamevoting', please check databases.cfg
L 02/27/2015 - 16:29:45: [SM] Displaying call stack trace for plugin "gamevoting.smx":
L 02/27/2015 - 16:29:45: [SM]   [0]  Line 78, GameVoting/Database.sp::WorkingWithDatabase.connect()
L 02/27/2015 - 16:29:45: [SM]   [1]  Line 14, gamevoting.sp::OnPluginStart()
How should I configure databases.cfg?
__________________
Wilczek is offline
neatek
AlliedModders Donor
Join Date: Jul 2010
Location: Russia
Old 02-27-2015 , 11:54   Re: [ANY] GameVoting v1.7.4dev [voteban votekick votemute votegag] 27-02-2015
Reply With Quote #142

Quote:
Originally Posted by Wilczek View Post
I can't load GV 1.7.4 on SM 1.7:

Code:
L 02/27/2015 - 16:29:45: [SM] Plugin encountered error 25: Call was aborted
L 02/27/2015 - 16:29:45: [SM] Native "SetFailState" reported: Failed to load database configuration 'gamevoting', please check databases.cfg
L 02/27/2015 - 16:29:45: [SM] Displaying call stack trace for plugin "gamevoting.smx":
L 02/27/2015 - 16:29:45: [SM]   [0]  Line 78, GameVoting/Database.sp::WorkingWithDatabase.connect()
L 02/27/2015 - 16:29:45: [SM]   [1]  Line 14, gamevoting.sp::OnPluginStart()
How should I configure databases.cfg?
http://github.com/Neatek/GameVoting

Code:
"gamevoting"
{
        "driver"    "sqlite"
        "database"  "gamevoting-local"
}
__________________

Last edited by neatek; 02-27-2015 at 11:55.
neatek is offline
Wilczek
AlliedModders Donor
Join Date: Oct 2012
Location: Poland
Old 02-27-2015 , 12:53   Re: [ANY] GameVoting v1.7.4dev [voteban votekick votemute votegag] 27-02-2015
Reply With Quote #143

Ahh, sorry. I didn't look into Github, just downloaded new version from the first post. Thanks for help!
__________________
Wilczek is offline
Wilczek
AlliedModders Donor
Join Date: Oct 2012
Location: Poland
Old 03-01-2015 , 13:52   Re: [ANY] GameVoting v1.7.4dev [voteban votekick votemute votegag] 27-02-2015
Reply With Quote #144

I've encountered two bugs in GV 1.7.4:

Code:
L 03/01/2015 - 13:31:33: [SM] Native "GetClientAuthId" reported: Client 2 is not connected
L 03/01/2015 - 13:31:33: [SM] Displaying call stack trace for plugin "gamevoting.smx":
L 03/01/2015 - 13:31:33: [SM]   [0]  Line 33, GameVoting/Players.sp::WorkingWithPlayers.steam()
L 03/01/2015 - 13:31:33: [SM]   [1]  Line 63, GameVoting/Database.sp::WorkingWithDatabase.loadplayer()
L 03/01/2015 - 13:31:33: [SM]   [2]  Line 69, GameVoting/Callbacks.sp::RegPlayer_Callback()
L 03/01/2015 - 13:39:07: [gamevoting.smx] RegPlayer_Callback Error: column steam is not unique
Code:
[01] SourceMod (1.7.0) by AlliedModders LLC

  Filename: gamevoting.smx
  Status: running
  Reloads: Map Change if Updated
  Timestamp: 02/27/2015 15:59:22
  Hash: 4ecefa32450483104531dfecad8116a4
__________________

Last edited by Wilczek; 03-01-2015 at 13:54.
Wilczek is offline
neatek
AlliedModders Donor
Join Date: Jul 2010
Location: Russia
Old 03-01-2015 , 17:04   Re: [ANY] GameVoting v1.7.4dev [voteban votekick votemute votegag] 27-02-2015
Reply With Quote #145

Quote:
Originally Posted by Wilczek View Post
[SM] Native "GetClientAuthId" reported: Client 2 is not connected
[gamevoting.smx] RegPlayer_Callback Error: column steam is not unique
Big thanks for issues! Please give me more issues.
Player validation has been fixed, added in more parts of code for checking.

Download it, and check.
__________________

Last edited by neatek; 03-02-2015 at 18:50. Reason: Updated link for download from alliedsmods.net
neatek is offline
Stylee32
AlliedModders Donor
Join Date: Nov 2014
Old 03-04-2015 , 08:20   Re: [ANY] GameVoting v1.7.4dev [voteban votekick votemute votegag] 27-02-2015
Reply With Quote #146

Is there any need for this to be logged?
Stylee32 is offline
neatek
AlliedModders Donor
Join Date: Jul 2010
Location: Russia
Old 03-04-2015 , 08:51   Re: [ANY] GameVoting v1.7.4dev [voteban votekick votemute votegag] 27-02-2015
Reply With Quote #147

Quote:
Originally Posted by Stylee32 View Post
Is there any need for this to be logged?
please, download latest release.

also you need to delete database file from:
addons\sourcemod\data\sqlite\gamevoting-local.sq3 (delete it!)

Tip: it is included debug in source code. since 1.7.4 removed.
__________________
neatek is offline
Stylee32
AlliedModders Donor
Join Date: Nov 2014
Old 03-04-2015 , 09:34   Re: [ANY] GameVoting v1.7.4dev [voteban votekick votemute votegag] 27-02-2015
Reply With Quote #148

Quote:
Originally Posted by neatek View Post
please, download latest release.

also you need to delete database file from:
addons\sourcemod\data\sqlite\gamevoting-local.sq3 (delete it!)

Tip: it is included debug in source code. since 1.7.4 removed.
I am using that release, the database never existed because I upgraded from from the 1.6 version
Stylee32 is offline
neatek
AlliedModders Donor
Join Date: Jul 2010
Location: Russia
Old 03-04-2015 , 10:38   Re: [ANY] GameVoting v1.7.4dev [voteban votekick votemute votegag] 27-02-2015
Reply With Quote #149

Quote:
Originally Posted by Stylee32 View Post
I am using that release, the database never existed because I upgraded from from the 1.6 version
Okay, i found this in current vesion. So, its not critical, will be fully removed in future.
Please, report me issues, bugs in working functions.
__________________
neatek is offline
Stylee32
AlliedModders Donor
Join Date: Nov 2014
Old 03-04-2015 , 11:03   Re: [ANY] GameVoting v1.7.4dev [voteban votekick votemute votegag] 27-02-2015
Reply With Quote #150

Quote:
Originally Posted by neatek View Post
Okay, i found this in current vesion. So, its not critical, will be fully removed in future.
Please, report me issues, bugs in working functions.
Would gamevoting_logs 0 stop it from spamming the logs?
Stylee32 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 01:33.


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