Raised This Month: $ Target: $400
 0% 

26/4/2017 - Servers down?


Post New Thread Reply   
 
Thread Tools Display Modes
kunalpowar
Junior Member
Join Date: Sep 2014
Old 04-26-2017 , 06:39   Re: 26/4/2017 - Servers down?
Reply With Quote #171

Can you share how you managed to build metamod? Found this link https://wiki.alliedmods.net/Building_SourceMod which talks about building sourcemod

Quote:
Originally Posted by Maxximou5 View Post
I only have it for Linux at the moment, I have my servers to worry about.
Here's the compiled Metamod that works with SourceMod. Let me know if you have issues.
Source: https://github.com/alliedmodders/metamod-source

Update: Attached the SourceMod compiled version as well.
SourceMod 1.9
Source: https://github.com/alliedmodders/sourcemod

SourceMod 1.8
Temporary: -snip-
Source: https://github.com/alliedmodders/sourcemod/tree/1.8-dev

Just a friendly reminder, to wait for the official builds. It's safer for everyone and of course Mods may remove mine.

Last edited by psychonic; 04-26-2017 at 07:36. Reason: Removed link to custom build from quote now that official ones are fixed
kunalpowar is offline
buga
Junior Member
Join Date: Apr 2017
Old 04-26-2017 , 06:39   Re: 26/4/2017 - Servers down?
Reply With Quote #172

Quote:
Originally Posted by marius892000 View Post
New version of metamod is out wait for sourcemod too is compiling now
https://builds.alliedmods.net/mms/waterfall
how do i download it?
buga is offline
Byte
Senior Member
Join Date: Jun 2010
Location: 📦 CCSPlayer
Old 04-26-2017 , 06:48   Re: 26/4/2017 - Servers down?
Reply With Quote #173

Quote:
Originally Posted by buga View Post
how do i download it?
https://www.metamodsource.net/snapshots

I believe this is the new build with the fix: 1.10.7-git956

SM has fixed build 5985 too:
https://www.sourcemod.net/downloads.php?branch=stable
__________________
STEAM: /id/invexbyte | Github: Mo Beigi | Discord: Byte#0017
Community: Invex Gaming | My Plugins: Click Me!


Last edited by Byte; 04-26-2017 at 06:51.
Byte is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 04-26-2017 , 06:48   Re: 26/4/2017 - Servers down?
Reply With Quote #174

cssdm needs updated too... damn valve.
asdfxD is offline
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 04-26-2017 , 06:49   Re: 26/4/2017 - Servers down?
Reply With Quote #175

Quote:
Originally Posted by kunalpowar View Post
Can you share how you managed to build metamod? Found this link https://wiki.alliedmods.net/Building_SourceMod which talks about building sourcemod
Do the same thing for Metamod as you do for SourceMod, just git the repository.
Code:
git clone --recursive https://github.com/alliedmodders/metamod-source
cd metamod-source
mkdir build
cd build
python ../configure.py
ambuild
Maxximou5 is offline
ElleVen
AlliedModders Donor
Join Date: May 2016
Location: Italy, Milan
Old 04-26-2017 , 06:52   Re: 26/4/2017 - Servers down?
Reply With Quote #176

Ok, downloaded new sm and mm.

Works but any mysql plugin gives me errors

Log:
Code:
L 04/26/2017 - 12:49:55: SourceMod error session started
L 04/26/2017 - 12:49:55: Info (map "mg_thc_lego_v3fix") (file "errors_20170426.log")
L 04/26/2017 - 12:49:55: [CRASH] WARNING: Sigscan for GetSpew failed, console output will not be included in crash reports.
L 04/26/2017 - 12:49:56: [SM] Failed to load plugin "smac_wallhack.smx": This module is disabled for this game. Enable "sv_occlude_players" for the same feature..
L 04/26/2017 - 12:49:56: [store.smx] Gifts! isn't installed or failed to load. Gifts support will be disabled. Please install Gifts. (http://forums.alliedmods.net/showthread.php?t=175185)
L 04/26/2017 - 12:49:56: [SM] Exception reported: Database failure: Could not find Database conf "sourcebans"
L 04/26/2017 - 12:49:56: [SM] Blaming: sourcebans.smx
L 04/26/2017 - 12:49:56: [SM] Call stack trace:
L 04/26/2017 - 12:49:56: [SM]   [0] SetFailState
L 04/26/2017 - 12:49:56: [SM]   [1] Line 209, sourcebans.sp::OnPluginStart
L 04/26/2017 - 12:49:56: [SM] Unable to load plugin "sourcebans.smx": Error detected in plugin startup (see error logs)
L 04/26/2017 - 12:49:56: [SM] Exception reported: Failed to connect to SourceBans DB, Could not find database conf "sourcebans"
L 04/26/2017 - 12:49:56: [SM] Blaming: sbchecker.smx
L 04/26/2017 - 12:49:56: [SM] Call stack trace:
L 04/26/2017 - 12:49:56: [SM]   [0] SetFailState
L 04/26/2017 - 12:49:56: [SM]   [1] Line 76, sbchecker.sp::OnDatabaseConnected
L 04/26/2017 - 12:49:56: [SM]   [3] SQL_TConnect
L 04/26/2017 - 12:49:56: [SM]   [4] Line 59, sbchecker.sp::OnPluginStart
L 04/26/2017 - 12:49:56: [SM] Exception reported: Database failure: could not find database conf  sourcebans
L 04/26/2017 - 12:49:56: [SM] Blaming: sourcecomms.smx
L 04/26/2017 - 12:49:56: [SM] Call stack trace:
L 04/26/2017 - 12:49:56: [SM]   [0] SetFailState
L 04/26/2017 - 12:49:56: [SM]   [1] Line 221, sourcecomms.sp::OnPluginStart
L 04/26/2017 - 12:49:56: [SM] Unable to load plugin "sourcecomms.smx": Error detected in plugin startup (see error logs)
L 04/26/2017 - 12:49:56: [SM] Fatal error encountered parsing translation file "country_tag.phrases.txt"
L 04/26/2017 - 12:49:56: [SM] Error (line 0, column 0): Stream failed to open
L 04/26/2017 - 12:49:56: [redirect.smx] Database configuration not found "redirect"
L 04/26/2017 - 12:49:56: [SourceSleuth.smx] SourceSleuth: Database connection error: Could not find database conf "sourcebans"
L 04/26/2017 - 12:49:56: [admin-sql-prefetch.smx] Could not connect to database "default": [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 04/26/2017 - 12:49:56: [admin-sql-prefetch.smx] Could not connect to database "default": [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 04/26/2017 - 12:49:56: [admin-sql-prefetch.smx] Could not connect to database "default": [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 04/26/2017 - 12:49:57: [SM] Exception reported: Error connecting to main database. Could not find database conf "togsclantags"
L 04/26/2017 - 12:49:57: [SM] Blaming: togsclantags.smx
L 04/26/2017 - 12:49:57: [SM] Call stack trace:
L 04/26/2017 - 12:49:57: [SM]   [0] SetFailState
L 04/26/2017 - 12:49:57: [SM]   [1] Line 166, C:\Users\Daniel\Downloads\CSS\Server Builds\SM\addons\sourcemod\scripting\scripting1_8\togsclantags.sp::SQLCallback_Connect
L 04/26/2017 - 12:49:57: [SM]   [3] Database.Connect
L 04/26/2017 - 12:49:57: [SM]   [4] Line 275, C:\Users\Daniel\Downloads\CSS\Server Builds\SM\addons\sourcemod\scripting\scripting1_8\togsclantags.sp::LoadSetups
L 04/26/2017 - 12:49:57: [SM]   [5] Line 214, C:\Users\Daniel\Downloads\CSS\Server Builds\SM\addons\sourcemod\scripting\scripting1_8\togsclantags.sp::OnMapStart
L 04/26/2017 - 12:49:57: [SM] Exception reported: Failed to connect to SQL database. Error: Could not find database conf "store"
L 04/26/2017 - 12:49:57: [SM] Blaming: store.smx
L 04/26/2017 - 12:49:57: [SM] Call stack trace:
L 04/26/2017 - 12:49:57: [SM]   [0] SetFailState
L 04/26/2017 - 12:49:57: [SM]   [1] Line 2173, C:\Users\Computer\Desktop\Projects\store-plugin\addons\sourcemod\scripting\store.sp::SQLCallback_Connect
L 04/26/2017 - 12:49:57: [SM]   [3] SQL_TConnect
L 04/26/2017 - 12:49:57: [SM]   [4] Line 675, C:\Users\Computer\Desktop\Projects\store-plugin\addons\sourcemod\scripting\store.sp::OnConfigsExecuted
L 04/26/2017 - 12:49:57: [extendedspeedmeter.smx] Extended Speed meter: Connection to SQL database has failed: [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 04/26/2017 - 12:49:57: [extendedspeedmeter.smx] Extended Speed meter: Connection to SQL database has failed: [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 04/26/2017 - 12:49:57: [extendedspeedmeter.smx] Extended Speed meter: Connection to SQL database has failed: [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 04/26/2017 - 12:49:57: [extendedspeedmeter.smx] Extended Speed meter: Connection to SQL database has failed: [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 04/26/2017 - 12:49:57: [extendedspeedmeter.smx] Extended Speed meter: Connection to SQL database has failed: [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
L 04/26/2017 - 12:49:57: [extendedspeedmeter.smx] Extended Speed meter: Plugin stopped, reconnect counter reached max
L 04/26/2017 - 12:50:04: Error log file session closed.
EDIT: My configs got resetted even doe i deleted the config folder when i was updating
__________________

Last edited by ElleVen; 04-26-2017 at 06:59.
ElleVen is offline
jewny24
Member
Join Date: Oct 2016
Old 04-26-2017 , 06:52   Re: 26/4/2017 - Servers down?
Reply With Quote #177

My linux servers are working now. Only one problem with cksurf. It won't record/recognize map records.
Sourcemod 1.8
Spoiler


Anyone else encountering this since the last update?
__________________
Just a noob admin always searching for help.
Thanks AlliedModders.
jewny24 is offline
buga
Junior Member
Join Date: Apr 2017
Old 04-26-2017 , 06:55   Re: 26/4/2017 - Servers down?
Reply With Quote #178

Quote:
Originally Posted by Byte View Post
https://www.metamodsource.net/snapshots

I believe this is the new build with the fix: 1.10.7-git956

SM has fixed build 5985 too:
https://www.sourcemod.net/downloads.php?branch=stable
SM build 5985 for windows is still not released?
I can only see mac and linux links
buga is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 04-26-2017 , 06:55   Re: 26/4/2017 - Servers down?
Reply With Quote #179

Quote:
Originally Posted by ElleVen View Post
Ok, downloaded new sm and mm.

Works but any mysql plugin gives me errors
Looks like you overwrote your database config when you updated SourceMod (because you didn't follow the instructions).
__________________
asherkin is offline
dedimark
Senior Member
Join Date: Jul 2015
Location: London
Old 04-26-2017 , 06:55   Re: 26/4/2017 - Servers down?
Reply With Quote #180

Linux sm 1.8 5985 and mm 1.10.7git956

not working
dedimark 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 22:55.


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