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

[CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)


Post New Thread Reply   
 
Thread Tools Display Modes
Kevsolo
Junior Member
Join Date: Jun 2018
Old 05-30-2020 , 17:30   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #781

Quote:
Originally Posted by Qunir View Post
Hello
I have a problem with the ranking. When I change setting in plugin to connect to mysql database my server is crashing. Plugin works normally on sqlite settings. I have tried different methods but without success. That's why I'm asking for help.

Server is on a dedicated machine where mysql is also installed.

sm exts on the sqlite ranking settings. I will add that the sourcebans set to mysql works properly and connects locally as well:
Code:
] sm exts
 "Automatic Updater" (1.10.0.6488) by AlliedModders LLC: Updates SourceMod gamedata files
 "Webternet" (1.10.0.6488) by AlliedModders LLC: Extension for interacting with URLs
 "CS Tools" (1.10.0.6488) by AlliedModders LLC: CS extended functionality
 "BinTools" (1.10.0.6488) by AlliedModders LLC: Low-level C/C++ Calling API
 "SDK Tools" (1.10.0.6488) by AlliedModders LLC: Source SDK Tools
 "Top Menus" (1.10.0.6488) by AlliedModders: Creates sorted nested menus
 "Client Preferences" (1.10.0.6488) by AlliedModders: Saves client preference settings
 "SQLite" (1.10.0.6488) by AlliedModders LLC: SQLite Driver
 "SDK Hooks" (1.10.0.6488) by AlliedModders LLC: Source SDK Hooks
 "GeoIP" (1.10.0.6488) by AlliedModders LLC: Geographical IP information
To see more, type "sm exts 11"
] sm exts 11
 "MySQL-DBI" (1.10.0.6488) by AlliedModders LLC: MySQL driver implementation for DBI
Parameter -debug with start server:
Code:
----------------------------------------------
CRASH: nie, 24 maj 2020, 15:38:17 CEST
Start Line: ./srcds_linux -nobreakpad -game csgo -console -usercon -secure -autoupdate -steam_dir /home/awp -steamcmd_script /home/awp/runscript_csgo_awp -maxplayers_override 26 -tickrate 128 +hostport 27015 +net_public_adr 54.36.175.46 -nohltv +sv_pure 0 +game_type 0 +game_mode 1 +mapgroup mg_custom +map awp_india -debug -authkey ************* +host_workshop_collection 429782593 +workshop_start_map 125610094 +sv_setsteamaccount ***********
[New LWP 15752]
[New LWP 15756]
[New LWP 15759]
[New LWP 15757]
[New LWP 15772]
[New LWP 15753]
[New LWP 15762]
[New LWP 15766]
[New LWP 15770]
[New LWP 15771]
[New LWP 15763]
[New LWP 15775]
[New LWP 15776]
[New LWP 15773]
[New LWP 15780]
[New LWP 15774]
[New LWP 15764]
Core was generated by `./srcds_linux -nobreakpad -game csgo -console -usercon -secure -autoupdate -ste'.
Program terminated with signal SIGABRT, Aborted.
#0  0xf773cba9 in ?? ()
[Current thread is 1 (LWP 15752)]
#0  0xf773cba9 in ?? ()
Backtrace stopped: Cannot access memory at address 0xffa6e9b8
No symbol table info available.
eax            0x0	0
ecx            0x3d88	15752
edx            0x6	6
ebx            0x3d88	15752
esp            0xffa6e9b8	0xffa6e9b8
ebp            0xffa6eb28	0xffa6eb28
esi            0x0	0
edi            0xffa6ea74	-5838220
eip            0xf773cba9	0xf773cba9
eflags         0x206	[ PF IF ]
cs             0x23	35
ss             0x2b	43
ds             0x2b	43
es             0x2b	43
fs             0x3	3
gs             0x63	99
No shared libraries loaded at this time.
End of Source crash report
----------------------------------------------
Settings databases.cfg:
Code:
"Databases"
{
	"driver_default"		"mysql"
	
	// When specifying "host", you may use an IP address, a hostname, or a socket file path
	
	"default"
	{
		"driver"			"default"
		"host"				"localhost"
		"database"			"sourcemod"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}
	
	"storage-local"
	{
		"driver"			"sqlite"
		"database"			"sourcemod-local"
	}

	"clientprefs"
	{
		"driver"			"sqlite"
		"host"				"localhost"
		"database"			"clientprefs-sqlite"
		"user"				"root"
		"pass"				""
		//"timeout"			"0"
		//"port"			"0"
	}
	
	"sourcebans"
	{
		"driver"			"mysql"
		"host"				"localhost"
		"database"			"sourcebans++"
		"user"				"root"
		"pass"				"**************"
		//"timeout"			"0"
		"port"				"3306"
	}
	
	"rankme"
	{
		"driver"			"mysql"
		"host"				"localhost"
		"database"			"rankme"
		"user"				"root"
		"pass"				"**************"
		//"timeout"			"0"
		"port"				"3306"
	}
}
Sorry about my English but I was using a translator.
I am facing the same issue as you, and I have attempted to fix this issue, try the version on my fork:

https://github.com/SoLoHK525/Kento-Rankme
Kevsolo is offline
ayrton09_arg
Senior Member
Join Date: Nov 2017
Old 05-30-2020 , 23:30   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #782

Quote:
Originally Posted by Kevsolo View Post
I am facing the same issue as you, and I have attempted to fix this issue, try the version on my fork:

https://github.com/SoLoHK525/Kento-Rankme
im having the same issue on linux server
ayrton09_arg is offline
ayrton09_arg
Senior Member
Join Date: Nov 2017
Old 05-30-2020 , 23:33   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #783

Quote:
Originally Posted by Kevsolo View Post
I am facing the same issue as you, and I have attempted to fix this issue, try the version on my fork:

https://github.com/SoLoHK525/Kento-Rankme
and the fork version is fixed
ayrton09_arg is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 05-30-2020 , 23:52   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #784

Quote:
Originally Posted by Kevsolo View Post
I am facing the same issue as you, and I have attempted to fix this issue, try the version on my fork:

https://github.com/SoLoHK525/Kento-Rankme
Merged.
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
Qunir
New Member
Join Date: Feb 2009
Old 05-31-2020 , 08:14   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #785

Quote:
Originally Posted by Kevsolo View Post
I am facing the same issue as you, and I have attempted to fix this issue, try the version on my fork:

https://github.com/SoLoHK525/Kento-Rankme
Thanks for fix this. Now it is working

Last edited by Qunir; 05-31-2020 at 08:16.
Qunir is offline
bingolino
New Member
Join Date: Jul 2011
Old 05-31-2020 , 17:33   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #786

Quote:
Originally Posted by Kevsolo View Post
I am facing the same issue as you, and I have attempted to fix this issue, try the version on my fork:

https://github.com/SoLoHK525/Kento-Rankme
It's working now. Thank you
bingolino is offline
Notifications
AlliedModders Donor
Join Date: Oct 2015
Old 06-01-2020 , 15:50   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #787

Any chance of fixing certain names showing as "?????" and a mix of like AEAEAEAEAE/special characters so it displays properly? Everything is set to utf8mb4 and utf8mb4_general_ci but it seems as if the plugin doesn't actually properly support any of this?
Notifications is offline
SnowHP
Senior Member
Join Date: Sep 2016
Location: Porto, Portugal
Old 06-02-2020 , 12:29   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #788

How can I make the points be all regular? Like dont use too much points if you have 3000 and someone with 1000 kill you? Already have rankme_percent_points_lose "1.0" . I have a 1vs1 server that why I want to make this regular
__________________
SnowHP is offline
borzaka
AlliedModders Donor
Join Date: May 2020
Location: Hungary
Old 06-02-2020 , 18:03   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #789

Quote:
Originally Posted by vainicsgo View Post
how do I give points only in live?
Search for rankme_gather_stats_warmup in /cfg/sourcemod/kento.rankme.cfg, and set it for 0, like this:
Code:
rankme_gather_stats_warmup "0"
Quote:
Originally Posted by SnowHP View Post
How can I make the points be all regular? Like dont use too much points if you have 3000 and someone with 1000 kill you? Already have rankme_percent_points_lose "1.0" . I have a 1vs1 server that why I want to make this regular
For no extra points based on point difference, use these:
Code:
rankme_points_kill_bonus_ct "0"
rankme_points_kill_bonus_tr "0"
borzaka is offline
Notifications
AlliedModders Donor
Join Date: Oct 2015
Old 06-03-2020 , 13:34   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31.5 | 2020-05-20)
Reply With Quote #790

What's the cvar to disable the announcing of an admin? Or the flag?
Notifications is offline
Reply


Thread Tools
Display Modes

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:44.


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