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

SourceMod 1.7.2 and Metamod:Source 1.10.5 Released


Post New Thread Closed Thread   
 
Thread Tools Display Modes
psychonic

BAFFLED
Join Date: May 2008
Old 06-15-2015 , 18:34   Re: SourceMod 1.7.2 and Metamod:Source 1.10.5 Released
#31

Quote:
Originally Posted by scso1502 View Post
I was really hoping that SM 1.7 would work for both steamID formats at the same time
It does.
psychonic is offline
jeezz
Senior Member
Join Date: Apr 2012
Location: netherlands
Old 06-16-2015 , 06:19   Re: SourceMod 1.7.2 and Metamod:Source 1.10.5 Released
#32

installed, everything runs good.
when people join the server crash.
this is the error in my logs:

Info (map "") (file "errors_20150616.log")
Failed lookup of gEntList - Reverting to networkable entities only
L 06/16/2015 - 12:05:40: [SDKTOOLS] Could not locate FireOutput - Disabling detour
L 06/16/2015 - 12:05:40: [SDKTOOLS] Failed to find PlayerRunCmd offset - OnPlayerRunCmd forward disabled.
L 06/16/2015 - 12:05:44: [nextmap.smx] FATAL: Cannot load map cycle. Nextmap not loaded.
L 06/16/2015 - 12:05:44: [SM] Plugin encountered error 25: Call was aborted
L 06/16/2015 - 12:05:44: [SM] Native "SetFailState" reported: Mapcycle Not Found
L 06/16/2015 - 12:05:44: [SM] Displaying call stack trace for plugin "nextmap.smx":
L 06/16/2015 - 12:05:44: [SM] [0] Line 139, D:\builds\build-sourcemod-msvc12\windows-1.7\build\plugins\nextmap.sp::FindAndSetNextM ap()
L 06/16/2015 - 12:05:44: [SM] [1] Line 109, D:\builds\build-sourcemod-msvc12\windows-1.7\build\plugins\nextmap.sp::OnConfigsExecut e

any new sm version after 1.4.8 is fail.
only sm version that works is 1.4.8 or older versions.
really wanna fix this, i fight with this allready a long time.
is here somebody that have Skype, and wanna help me out?
cos im sure, i cant fix this problem here on chat.
the game is counter strike.
thanks so much!
jeezz is offline
psychonic

BAFFLED
Join Date: May 2008
Old 06-16-2015 , 06:48   Re: SourceMod 1.7.2 and Metamod:Source 1.10.5 Released
#33

Only the latest version of the game, from Steam, is supported.
psychonic is offline
igotfits
Senior Member
Join Date: May 2009
Old 06-16-2015 , 15:34   Re: SourceMod 1.7.2 and Metamod:Source 1.10.5 Released
#34

Sourcemod 1.7.3-git5214: Got this badboy updated on our servers today and in the admin menu we lost the BAN option, any idea on what can cause this?
Im using sourcebans 1.4.11
igotfits is offline
Lord Nightmare
Junior Member
Join Date: Feb 2014
Location: Poland
Old 06-17-2015 , 04:57   Re: SourceMod 1.7.2 and Metamod:Source 1.10.5 Released
#35

Question if my Sourcemod have been updated to 1.7.2 then i need to recompile some plugin to new version or new syntax version?
Lord Nightmare is offline
psychonic

BAFFLED
Join Date: May 2008
Old 06-17-2015 , 08:45   Re: SourceMod 1.7.2 and Metamod:Source 1.10.5 Released
#36

Quote:
Originally Posted by Lord Nightmare View Post
Question if my Sourcemod have been updated to 1.7.2 then i need to recompile some plugin to new version or new syntax version?
No, with very few exceptions, all plugins compiled on earlier versions should continue to run as-is.
psychonic is offline
scso1502
Senior Member
Join Date: Dec 2007
Location: Windsor, CA USA
Old 06-20-2015 , 14:49   Re: SourceMod 1.7.2 and Metamod:Source 1.10.5 Released
#37

Thank you psychonic. I'm afraid I don't know how the code behind plugins works so I ask some elementary questions sometimes. Hopefully you and the guys don't mind answering them. I know it can be annoying sometimes.

I noticed HLSW can no longer retrieve and display the steamIDs of players in my servers like it could when I was running SM 1.6. It now only grabs the IP addresses when viewing players in the servers I run and the optional field for capturing the steamID is grayed out and unavailable now. I reverted one of the servers back to SM 1.6 and the HLSW steamID capture field started working again, so the 1.7 update definitely changed some behavior with HLSW.

Is there anyway to restore this functionality to HLSW with SM 1.7 so HLSW can grab the steamIDs of the players? It was great to be able to click a user's steamID in HLSW so I could open their profile or ban them in SourceBans without having to do a bunch of leg work on the Web to get the info.

Thank you and have a great weekend.
__________________

Lt. Maverick
BOOM! Gaming & Technology Community
www.boomgaming.net
scso1502 is offline
scso1502
Senior Member
Join Date: Dec 2007
Location: Windsor, CA USA
Old 06-20-2015 , 14:52   Re: SourceMod 1.7.2 and Metamod:Source 1.10.5 Released
#38

Dear igotfits:

I've had that same problem of losing the ban option after updating SourceMod in the past as well. I'm not sure if you use SourceBans, but if you do, I found that simply unloading the SourceBans plugin using the sm plugins unload command and then loading it again using sm plugins load command from the server's console fixed it for me.

If you don't use SourceBans, you may find reloading the Basebans plugin or whatever custom ban plugin you use will fix it. USING THE SM PLUGINS RELOAD COMMAND DOES NOT CORRECT THE PROBLEM, it must be unloaded and then loaded using the appropriate commands for this solution to work.


EDIT & ADDED on 6/22/15: Ironically I just had this very same problem on one of my servers after upgrading to SM 1.7.3. All the others worked fine after the update but one didn't. I did what I wrote above and the Ban command is now back on the SM Menu and working.

Good luck!
__________________

Lt. Maverick
BOOM! Gaming & Technology Community
www.boomgaming.net

Last edited by scso1502; 06-22-2015 at 22:58.
scso1502 is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 06-20-2015 , 18:05   Re: SourceMod 1.7.2 and Metamod:Source 1.10.5 Released
#39

Quote:
Originally Posted by scso1502 View Post
Thank you psychonic. I'm afraid I don't know how the code behind plugins works so I ask some elementary questions sometimes. Hopefully you and the guys don't mind answering them. I know it can be annoying sometimes.

I noticed HLSW can no longer retrieve and display the steamIDs of players in my servers like it could when I was running SM 1.6. It now only grabs the IP addresses when viewing players in the servers I run and the optional field for capturing the steamID is grayed out and unavailable now. I reverted one of the servers back to SM 1.6 and the HLSW steamID capture field started working again, so the 1.7 update definitely changed some behavior with HLSW.

Is there anyway to restore this functionality to HLSW with SM 1.7 so HLSW can grab the steamIDs of the players? It was great to be able to click a user's steamID in HLSW so I could open their profile or ban them in SourceBans without having to do a bunch of leg work on the Web to get the info.

Thank you and have a great weekend.
HLSW was relying on old behavior.

TF2 switched to SteamID3 sometime last year.

SourceMod 1.6.1 (or was it 1.6.2) and newer had a compatibility hack to make certain parts of SourceMod return SteamID2 (the old format) instead.

SourceMod 1.7.0 and newer no longer have that compatibility hack and it sounds like HLSW has it hard-coded to check for SteamId2 values and not show them if it thinks the format is wrong.

Edit: Side note, it is possible to get SteamID2 values in newer plugins, but it requires a new method call to do it (GetSteamAuthId)
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 06-20-2015 at 18:11.
Powerlord is offline
scso1502
Senior Member
Join Date: Dec 2007
Location: Windsor, CA USA
Old 06-20-2015 , 21:56   Re: SourceMod 1.7.2 and Metamod:Source 1.10.5 Released
#40

Thank you for the info Powerlord. Do you have any idea if a plugin exists for that purpose that I could load on my servers to continue to collect the steamID2 info for SourceBans?

Thanks and hope you're having a good weekend.
__________________

Lt. Maverick
BOOM! Gaming & Technology Community
www.boomgaming.net
scso1502 is offline
Closed Thread



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 00:39.


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