View Single Post
Nightmare Pyro
Member
Join Date: Mar 2020
Location: Cedar Falls
Old 09-17-2020 , 21:52   Re: [TF2] TF2Ware v2- Wario Ware Microgaming!! 2.7.6 REVAMPED!
Reply With Quote #505

Quote:
Originally Posted by Spoiper View Post
Getting these errors:

L 05/20/2020 - 15:49:27: [SM] Exception reported: [TF2Items] Invalid Weapon Index (1101)
L 05/20/2020 - 15:49:27: [SM] Blaming: tf2items_giveweapon.smx
L 05/20/2020 - 15:49:27: [SM] Call stack trace:
L 05/20/2020 - 15:49:27: [SM] [0] ThrowNativeError
L 05/20/2020 - 15:49:27: [SM] [1] Line 5050, C:\sourcemod\tf2items_giveweapon.sp::Native_G iveWeapon
L 05/20/2020 - 15:49:27: [SM] [3] TF2Items_GiveWeapon
L 05/20/2020 - 15:49:27: [SM] [4] Line 46, D:\SM1.7\scripting\include\tf2ware\microgames \paracadute.inc:aracadute_justEntered
L 05/20/2020 - 15:49:27: [SM] [6] Call_Finish
L 05/20/2020 - 15:49:27: [SM] [7] Line 1246, D:\PLUGINS TONY\TF2WARE_V2\addons\sourcemod\scripting\mw _tf2ware.sp::EventInventoryApplication
L 05/20/2020 - 15:49:27: [SM] [9] TF2_RegeneratePlayer
L 05/20/2020 - 15:49:27: [SM] [10] Line 160, D:\SM1.7\scripting\include\tf2ware\mw_tf2ware _features.inc::resupplyclient

and:

L 05/20/2020 - 15:49:27: [SM] Exception reported: Stack leak detected: sp:9376132 should be 1875276!
L 05/20/2020 - 15:49:27: [SM] Blaming: mw_tf2ware.smx
L 05/20/2020 - 15:49:27: [SM] Call stack trace:
L 05/20/2020 - 15:49:27: [SM] [0] TF2_RegeneratePlayer
L 05/20/2020 - 15:49:27: [SM] [1] Line 160, D:\SM1.7\scripting\include\tf2ware\mw_tf2ware _features.inc::resupplyclient
L 05/20/2020 - 15:49:27: [SM] Exception reported: Invalid plugin address
L 05/20/2020 - 15:49:27: [SM] Blaming: mw_tf2ware.smx
L 05/20/2020 - 15:49:27: [SM] Call stack trace:
L 05/20/2020 - 15:49:27: [SM] [0] TF2_RegeneratePlayer
L 05/20/2020 - 15:49:27: [SM] [1] Line 160, D:\SM1.7\scripting\include\tf2ware\mw_tf2ware _features.inc::resupplyclient

Anyone able to help me out?
---------------------------------------------------------------------------------------------------------
I can help you out with the top one, but the below error.log(Stack Leak) I recommend restart the server.

"1101"
{
"classname" "tf_weapon_parachute"
"index" "1101"
"slot" "1"
"quality" "1"
"level" "29"
"attribs" "640 ; 1 ; 116 ; 4 ; 2029 ; 1"
}

add this weapon index into tf2item.givecustom.txt...

I recommend reading this quote.

Quote:
Originally Posted by Hoto Cocoa View Post
Here's a temporary fix for Invalid Weapon Index
You have to manually add the weapon needed to tf2items.givecustom.txt
reupload it to your configs folder and use command tf2items_giveweapon_reload

Like I have [TF2Items] Invalid Weapon Index (1101)
then add this in the tf2items.givecustom.txt
Code:
"1101"
	{
		"classname"		"tf_weapon_parachute"
		"index"		"1101"
		"slot"		"1"
		"quality"		"1"
		"level"		"29"
		"attribs"		"640 ; 1 ; 116 ; 4 ; 2029 ; 1"
	}
TF2Ware doen't need all the weapon in tf2, so we can manually add the missing weapon in the config file. And you don't even need to update it since Valve will not work on TF2 for a long time.
But TF2II is still the best solution. Or we can get a TF2IDB or TF2EconData version of Give Weapon.
Nightmare Pyro is offline