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

[TF2] Boss Spawns


Post New Thread Reply   
 
Thread Tools Display Modes
fiala06
AlliedModders Donor
Join Date: Mar 2009
Location: Eugene, OR
Old 01-13-2015 , 11:30   Re: [TF2] Boss Spawns [1.0.8 - 10/24/2014]
Reply With Quote #111

Quote:
Originally Posted by NeonHeights View Post
Getting this issue when trying to load the plugin... Its not loading at all on the servers, ive tried multiple different things

L 01/10/2015 - 14:52:09: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 01/10/2015 - 14:52:09: [SM] Native "PrintToServer" reported: Language phrase "console initializing" not found
L 01/10/2015 - 14:52:09: [SM] Displaying call stack trace for plugin "BossSpawns.smx":
L 01/10/2015 - 14:52:09: [SM] [0] Line 176, D:\Script\BossSpawns.sp::OnPluginStart()
[SM] Loaded plugin BossSpawns.smx successfully.

I've been getting the exact same thing.
fiala06 is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 01-14-2015 , 03:28   Re: [TF2] Boss Spawns [1.0.8 - 10/24/2014]
Reply With Quote #112

Double checked the plugin to see if I accidentally set the console initialization message before the translations are loaded but they apparently are there in the proper order.

Code:
	LoadTranslations("BossSpawns.phrases");

	PrintToServer("%s %t", PLUGIN_TAG, "console initializing");
I also checked that the translation is there which it is...

Code:
	"console initializing"
	{
		"en"	"Boss Spawns is initializing..."
	}
So either the translation file is slow loading when the plugin starts and I need to move it to another event or people don't have translations in the right spot.
Drixevel is offline
fiala06
AlliedModders Donor
Join Date: Mar 2009
Location: Eugene, OR
Old 01-14-2015 , 10:23   Re: [TF2] Boss Spawns [1.0.8 - 10/24/2014]
Reply With Quote #113

Mine is in the translations folder.

fiala06 is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 01-14-2015 , 14:16   Re: [TF2] Boss Spawns [1.0.8 - 10/24/2014]
Reply With Quote #114

Quote:
Originally Posted by fiala06 View Post
Mine is in the translations folder.

I'll push out a fix for it when I get the time. For now, It shouldn't do anything to the plugin except not tell server operators that it's initializing in console.
Drixevel is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 02-18-2015 , 08:13   Re: [TF2] Boss Spawns [1.0.8 - 10/24/2014]
Reply With Quote #115

Bit of an issue just occurred on my server. Spawned in about 6 or 7 red skeletons at 0.5 size, and they froze in place. The entire server kind of froze, but players were still actively voice chatting and text chatting without issue. Whenever anyone moved, they'd move for a second before being snapped back to where they were when the skeletons were spawned.

This persisted despite running !slayskelered, and only stopped once I finally RCON'd in and unloaded the BossSpawns plugin.

Not sure what caused this.
404UserNotFound is offline
caxanga334
Member
Join Date: Nov 2013
Location: Brazil
Old 03-12-2015 , 20:41   Re: [TF2] Boss Spawns [1.0.8 - 10/24/2014]
Reply With Quote #116

On the last TF2 update, valve changed some sounds from .wav to .mp3
I made a quick fix for it.
Attached Files
File Type: smx BossSpawns.smx (41.3 KB, 163 views)
File Type: sp Get Plugin or Get Source (BossSpawns.sp - 114 views - 65.8 KB)
caxanga334 is offline
3V0Lu710N
Junior Member
Join Date: May 2014
Old 04-11-2015 , 15:01   Re: [TF2] Boss Spawns [1.0.8 - 10/24/2014]
Reply With Quote #117

[SM] Plugin bossspawns.smx failed to load: Unable to open file.

Load Errors:
[TF2] Boss Spawns: Error detected in plugin startup (see error logs)

Code:
Line 31: L 04/11/2015 - 13:39:23: [SM] Fatal error encountered parsing translation file "BossSpawns.phrases.txt"
	Line 35: L 04/11/2015 - 13:39:23: [SM] Displaying call stack trace for plugin "BossSpawns.smx":
	Line 36: L 04/11/2015 - 13:39:23: [SM]   [0]  Line 176, C:\Server\steamapps\common\Team Fortress 2 Dedicated Server\tf\addons\sourcemod\scripting\BossSpawns.sp::OnPluginStart()
	Line 47: L 04/11/2015 - 13:44:29: [SM] Displaying call stack trace for plugin "BossSpawns.smx":
	Line 48: L 04/11/2015 - 13:44:29: [SM]   [0]  Line 176, C:\Server\steamapps\common\Team Fortress 2 Dedicated Server\tf\addons\sourcemod\scripting\BossSpawns.sp::OnPluginStart()
	Line 59: L 04/11/2015 - 13:51:24: [SM] Displaying call stack trace for plugin "BossSpawns.smx":
	Line 60: L 04/11/2015 - 13:51:24: [SM]   [0]  Line 176, D:\Script\BossSpawns.sp::OnPluginStart()
	Line 70: L 04/11/2015 - 13:53:06: [SM] Fatal error encountered parsing translation file "BossSpawns.phrases.txt"
	Line 76: L 04/11/2015 - 13:53:06: [SM] Displaying call stack trace for plugin "BossSpawns.smx":
	Line 77: L 04/11/2015 - 13:53:06: [SM]   [0]  Line 176, D:\Script\BossSpawns.sp::OnPluginStart()
__________________
3V0Lu710N is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 04-11-2015 , 15:08   Re: [TF2] Boss Spawns [1.0.8 - 10/24/2014]
Reply With Quote #118

Quote:
Originally Posted by 3V0Lu710N View Post
[SM] Plugin bossspawns.smx failed to load: Unable to open file.

Load Errors:
[TF2] Boss Spawns: Error detected in plugin startup (see error logs)

Code:
Line 31: L 04/11/2015 - 13:39:23: [SM] Fatal error encountered parsing translation file "BossSpawns.phrases.txt"
	Line 35: L 04/11/2015 - 13:39:23: [SM] Displaying call stack trace for plugin "BossSpawns.smx":
	Line 36: L 04/11/2015 - 13:39:23: [SM]   [0]  Line 176, C:\Server\steamapps\common\Team Fortress 2 Dedicated Server\tf\addons\sourcemod\scripting\BossSpawns.sp::OnPluginStart()
	Line 47: L 04/11/2015 - 13:44:29: [SM] Displaying call stack trace for plugin "BossSpawns.smx":
	Line 48: L 04/11/2015 - 13:44:29: [SM]   [0]  Line 176, C:\Server\steamapps\common\Team Fortress 2 Dedicated Server\tf\addons\sourcemod\scripting\BossSpawns.sp::OnPluginStart()
	Line 59: L 04/11/2015 - 13:51:24: [SM] Displaying call stack trace for plugin "BossSpawns.smx":
	Line 60: L 04/11/2015 - 13:51:24: [SM]   [0]  Line 176, D:\Script\BossSpawns.sp::OnPluginStart()
	Line 70: L 04/11/2015 - 13:53:06: [SM] Fatal error encountered parsing translation file "BossSpawns.phrases.txt"
	Line 76: L 04/11/2015 - 13:53:06: [SM] Displaying call stack trace for plugin "BossSpawns.smx":
	Line 77: L 04/11/2015 - 13:53:06: [SM]   [0]  Line 176, D:\Script\BossSpawns.sp::OnPluginStart()
You're missing the translation file.
Drixevel is offline
Wormy
Senior Member
Join Date: Jan 2013
Location: 2fort
Old 05-15-2015 , 05:56   Re: [TF2] Boss Spawns [1.0.8 - 10/24/2014]
Reply With Quote #119

I have added the .smx file and translation file in the correct places, but the commands for the plugin are still not working. It's the same problem like some posts above mentioned.

Code:
L 05/15/2015 - 11:53:31: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 05/15/2015 - 11:53:31: [SM] Native "PrintToServer" reported: Language phrase "console initializing" not found
L 05/15/2015 - 11:53:31: [SM] Displaying call stack trace for plugin "BossSpawns.smx":
L 05/15/2015 - 11:53:31: [SM]   [0]  Line 176, C:\Server\steamapps\common\Team Fortress 2 Dedicated Server\tf\addons\sourcemod\scripting\BossSpawns.sp::OnPluginStart()
Why is it not working? The server is running on Ubuntu if that makes any difference.
__________________

Last edited by Wormy; 05-15-2015 at 21:12.
Wormy is offline
secondtimesold
Senior Member
Join Date: Feb 2015
Old 06-19-2015 , 11:38   Re: [TF2] Boss Spawns [1.0.8 - 10/24/2014]
Reply With Quote #120

Will this ever be fixed?

Quote:
L 06/19/2015 - 117:54: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 06/19/2015 - 117:54: [SM] Native "PrintToServer" reported: Language phrase "console initializing" not found
L 06/19/2015 - 117:54: [SM] Displaying call stack trace for plugin "BossSpawns.smx":
L 06/19/2015 - 117:54: [SM] [0] Line 176, C:\Server\steamapps\common\Team Fortress 2 Dedicated Server\tf\addons\sourcemod\scripting\BossSpaw ns.sp::OnPluginStart()
[SM] Plugin BossSpawns.smx reloaded successfully.
M
__________________
secondtimesold 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 03:21.


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