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

Errors with latest build 1.5.0-dev+3830


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
IcEWoLF
Senior Member
Join Date: Jul 2007
Old 04-13-2013 , 03:05   Errors with latest build 1.5.0-dev+3830
Reply With Quote #1

Last night I upgraded to the latest SourceMod build and started getting the following errors:

Code:
34 <Error> "Basic Commands" (1.5.0-dev+3830) by AlliedModders LLC
35 <Error> "Basic Votes" (1.5.0-dev+3830) by AlliedModders LLC
Load Errors:
Basic Commands: Error detected in plugin startup (see error logs)
Basic Votes: Error detected in plugin startup (see error logs)
Here is what it shows in the error logs

Code:
L 04/12/2013 - 01:49:47: SourceMod error session started
L 04/12/2013 - 01:49:47: Info (map "de_dust2") (file "errors_20130412.log")
L 04/12/2013 - 01:49:47: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 04/12/2013 - 01:49:47: [SM] Native "SetMenuTitle" reported: Language phrase "Please select a map" not found
L 04/12/2013 - 01:49:47: [SM] Displaying call stack trace for plugin "basecommands.smx":
L 04/12/2013 - 01:49:47: [SM]   [0]  Line 85, /home/builds/sourcemod/linux-1.5/build/plugins/basecommands.sp::OnPluginStart()
L 04/12/2013 - 01:49:47: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 04/12/2013 - 01:49:47: [SM] Native "SetMenuTitle" reported: Language phrase "Please select a map" not found
L 04/12/2013 - 01:49:47: [SM] Displaying call stack trace for plugin "basevotes.smx":
L 04/12/2013 - 01:49:47: [SM]   [0]  Line 122, /home/builds/sourcemod/linux-1.5/build/plugins/basevotes.sp::OnPluginStart()
L 04/12/2013 - 02:09:18: Error log file session closed.
This is happening for both my CS:S and CS:GO servers.
Attached Thumbnails
Click image for larger version

Name:	2013-04-12_00001.jpg
Views:	392
Size:	92.4 KB
ID:	118396  
__________________
The 47 Ronin Gaming - http://www.47r-squad.com


IcEWoLF is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 04-13-2013 , 03:12   Re: Errors with latest build 1.5.0-dev+3830
Reply With Quote #2

complications with other plugins? Unload your extras till you figure out what one it is.. It runs fine on my go server..

01 "Basic Commands" (1.5.0-dev+3830) by AlliedModders LLC
25 "Basic Votes" (1.5.0-dev+3830) by AlliedModders LLC
hamilton5 is offline
IcEWoLF
Senior Member
Join Date: Jul 2007
Old 04-13-2013 , 03:13   Re: Errors with latest build 1.5.0-dev+3830
Reply With Quote #3

Quote:
Originally Posted by hamilton5 View Post
complications with other plugins? Unload your extras till you figure out what one it is.. It runs fine on my go server..

01 "Basic Commands" (1.5.0-dev+3830) by AlliedModders LLC
25 "Basic Votes" (1.5.0-dev+3830) by AlliedModders LLC
Those are built in plugins that come with sourcemod...

I haven't installed any new plugins.
All I did is run the update last night.

It be a bit strange that this is happening with sourcemod upgrade for both of my servers...
I'll check if the files NFo uploaded were corrupt.

Edit: This is happening with my L4D2 servers too and I have nothing installed besides what comes with the base package of SourceMod...
Ill just DL it directly from the site and hopefully it fixes it...
__________________
The 47 Ronin Gaming - http://www.47r-squad.com



Last edited by IcEWoLF; 04-13-2013 at 03:19.
IcEWoLF is offline
hamilton5
Veteran Member
Join Date: Oct 2012
Location: USA
Old 04-13-2013 , 03:31   Re: Errors with latest build 1.5.0-dev+3830
Reply With Quote #4

Well I assumed you had other plugins because 34, and 35 are quite high for just having default plugins..

What updater are you speaking of, I had no idea the snapshots updated themselves? Files stright from the site is the best idea..

Last edited by hamilton5; 04-13-2013 at 03:31.
hamilton5 is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 04-13-2013 , 03:36   Re: Errors with latest build 1.5.0-dev+3830
Reply With Quote #5

-Before upgrade SM, shutdown server or unload MM:S (just move metamod.vdf file out ...addons/ folder and reboot)
To make sure you overwrite all files!
-Then select these folders and upload to your server
  • bin
  • extensions
  • gamedata
  • plugins
  • translations
If you use FTP (or else) for uploading files, look that transfer mode is binary
-Move metamod.vdf file back in ...addons/ folder and reboot.
-If problem still appear, could be something to do Linux chmod settings to those translations files or plugin.
__________________
Do not Private Message @me
Bacardi is offline
IcEWoLF
Senior Member
Join Date: Jul 2007
Old 04-13-2013 , 05:30   Re: Errors with latest build 1.5.0-dev+3830
Reply With Quote #6

Quote:
Originally Posted by Bacardi View Post
-Before upgrade SM, shutdown server or unload MM:S (just move metamod.vdf file out ...addons/ folder and reboot)
To make sure you overwrite all files!
-Then select these folders and upload to your server
  • bin
  • extensions
  • gamedata
  • plugins
  • translations
If you use FTP (or else) for uploading files, look that transfer mode is binary
-Move metamod.vdf file back in ...addons/ folder and reboot.
-If problem still appear, could be something to do Linux chmod settings to those translations files or plugin.
Thanks, did that and everything appears to be working again.

@ham5, NFo has a custom script where you can upgrade your sourcemod easily with the click of one button.
We never had this issue before, this is the first time it ever happened.

Anyways, after uploading the files manually, everything is good to go.
__________________
The 47 Ronin Gaming - http://www.47r-squad.com


IcEWoLF is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 04-13-2013 , 08:53   Re: Errors with latest build 1.5.0-dev+3830
Reply With Quote #7

Quote:
Originally Posted by IcEWoLF View Post
Thanks, did that and everything appears to be working again.

@ham5, NFo has a custom script where you can upgrade your sourcemod easily with the click of one button.
We never had this issue before, this is the first time it ever happened.

Anyways, after uploading the files manually, everything is good to go.
It didn't update your translation files, new phrases were added recently.
__________________
asherkin is offline
IcEWoLF
Senior Member
Join Date: Jul 2007
Old 04-13-2013 , 10:55   Re: Errors with latest build 1.5.0-dev+3830
Reply With Quote #8

Ah, thank you for the clarification!
__________________
The 47 Ronin Gaming - http://www.47r-squad.com


IcEWoLF 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 19:42.


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