Raised This Month: $ Target: $400
 0% 

Problem in version 2.13Beta


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
chp'
Senior Member
Join Date: Nov 2008
Old 01-30-2010 , 18:38   Problem in version 2.13Beta
Reply With Quote #1

I'm having this error, and no table created in my database.

Code:
[gungame_with_sql.amxx] Could not connect to database. Error #2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
chp' is offline
almostdone
Junior Member
Join Date: Oct 2009
Old 01-30-2010 , 19:52   Re: Problem in version 2.13Beta
Reply With Quote #2

i am getting this error too


L 01/30/2010 - 17:47:17: [gungame_with_sql.amxx] Could not connect to database. Error #2003: Can't connect to MySQL server on 'localhost' (10061)
almostdone is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 01-30-2010 , 20:42   Re: Problem in version 2.13Beta
Reply With Quote #3

Quote:
Originally Posted by chp' View Post
I'm having this error, and no table created in my database.

Code:
[gungame_with_sql.amxx] Could not connect to database. Error #2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
Google it, you will either need to move the socket or create a symlink

Quote:
Originally Posted by almostdone View Post
i am getting this error too


L 01/30/2010 - 17:47:17: [gungame_with_sql.amxx] Could not connect to database. Error #2003: Can't connect to MySQL server on 'localhost' (10061)
There is no MySQL server running on the same box the server is running on
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
f0xZ
Junior Member
Join Date: Jan 2010
Location: UA (Volnogorsk)
Old 02-07-2010 , 05:37   Re: Problem in version 2.13Beta
Reply With Quote #4

At 2.12 I set so
gg_stats_ip 1
gg_stats_mode 1
ie Statistics conducted on IP and wins
But at 2.13, I set the statistics also do not want to work (in the TOP10 empty before the list above shows my nickname and 2 wins)
create 2 files gungame.streaks and gungame.streaks2 but no gungame.stats happens (do not remember exactly at what value these cvars me) but when the show won modt window, then when the map changes gives an error hlds.exe

Sorry for my bad English)
used a translator xD
f0xZ is offline
Send a message via ICQ to f0xZ
chp'
Senior Member
Join Date: Nov 2008
Old 02-08-2010 , 16:10   Re: Problem in version 2.13Beta
Reply With Quote #5

Quote:
Originally Posted by YamiKaitou View Post
Google it, you will either need to move the socket or create a symlink
I managed to solve, thanks for the help.

Last edited by chp'; 02-09-2010 at 21:59.
chp' is offline
Min2liz
AlliedModders Donor
Join Date: Feb 2008
Location: Street
Old 02-13-2010 , 10:43   Re: Problem in version 2.13Beta
Reply With Quote #6

Was same to me.

Code:
cd /tmp && ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock
Works perfect after this command for me
Min2liz is offline
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 02-14-2010 , 19:34   Re: Problem in version 2.13Beta
Reply With Quote #7

Quote:
Originally Posted by f0xZ View Post
At 2.12 I set so
gg_stats_ip 1
gg_stats_mode 1
ie Statistics conducted on IP and wins
But at 2.13, I set the statistics also do not want to work (in the TOP10 empty before the list above shows my nickname and 2 wins)
create 2 files gungame.streaks and gungame.streaks2 but no gungame.stats happens (do not remember exactly at what value these cvars me) but when the show won modt window, then when the map changes gives an error hlds.exe

Sorry for my bad English)
used a translator xD
Hello,

Are you using gungame.amxx or gungame_with_sql.amxx?

Please post your gungame.cfg file.

Thanks
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX is offline
f0xZ
Junior Member
Join Date: Jan 2010
Location: UA (Volnogorsk)
Old 02-15-2010 , 14:07   Re: Problem in version 2.13Beta
Reply With Quote #8

I put GunGame 2.12 and does not save gungame.cfg from 2.13
But such were such settings
PS used gungame.amxx
Attached Files
File Type: cfg gungame.cfg (3.4 KB, 254 views)
f0xZ is offline
Send a message via ICQ to f0xZ
viktor6
Junior Member
Join Date: Dec 2006
Old 02-15-2010 , 15:14   Re: Problem in version 2.13Beta
Reply With Quote #9

Quote:
L 02/15/2010 - 22:04:22: [gungame_with_sql.amxx] Could not execute query [SELECT wins,name,points,streak,wins_tp,points_tp,str eak_tp FROM `gg_stats` WHERE authid='STEAM_ID_LAN' AND serverip='127.0.1.1:27018' LIMIT 1;] -- err #1054 [▒▒▒▒▒▒▒▒▒▒▒ ▒▒▒▒▒▒▒ 'name' ▒ 'field list']
http://avalanche.gungame.org/beta.php

Last edited by viktor6; 02-15-2010 at 15:17.
viktor6 is offline
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 02-16-2010 , 14:11   Re: Problem in version 2.13Beta
Reply With Quote #10

Quote:
Originally Posted by f0xZ View Post
At 2.12 I set so
gg_stats_ip 1
gg_stats_mode 1
ie Statistics conducted on IP and wins
But at 2.13, I set the statistics also do not want to work (in the TOP10 empty before the list above shows my nickname and 2 wins)
create 2 files gungame.streaks and gungame.streaks2 but no gungame.stats happens (do not remember exactly at what value these cvars me) but when the show won modt window, then when the map changes gives an error hlds.exe

Sorry for my bad English)
used a translator xD
Okay, thank you for reporting this! I figured it out and will fix it for the final release.

For now, just create a blank file named gungame.stats in your cstrike directory and it should work.

Quote:
Originally Posted by viktor6 View Post
See this post: http://forums.alliedmods.net/showthr...98#post1090898

It's probably because you used the old GunGame SQL plugin and there is still a table named gg_stats, but it's incompatible with the new version.
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS

Last edited by XxAvalanchexX; 02-16-2010 at 14:31.
XxAvalanchexX 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 04:14.


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