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

[TF2Items] Give Weapon (v3.14159, 11/29/2013)


Post New Thread Reply   
 
Thread Tools Display Modes
salsav91
Senior Member
Join Date: Aug 2012
Location: Where Lollichops sleep
Old 10-07-2012 , 04:15   Re: [TF2Items] Give Weapon (v3.11, 06/30/2012)
Reply With Quote #901

What am I doing wrong here? I am pretty sure I followed the instructions I have everything up to date and yet I cant get this working.. Any help here would be great.

Code:
L 10/07/2012 - 00:35:30: [SM] Error parsing gameconfig file "/Gameservers/TF2_0001/orangebox/tf/addons/sourcemod/gamedata/tf2items.randomizer.txt":
L 10/07/2012 - 00:35:30: [SM] Error 1 on line 0, col 0: Stream failed to open
L 10/07/2012 - 00:35:30: [SM] Native "LoadGameConfigFile" reported: Unable to open tf2items.randomizer: File could not be opened: No such file or directory
L 10/07/2012 - 00:35:30: [SM] Displaying call stack trace for plugin "tf2items_randomizer.smx":
L 10/07/2012 - 00:35:30: [SM]   [0]  Line 6587, C:\sourcemod\tf2items_randomizer.sp::TF2_SdkStartup()
L 10/07/2012 - 00:35:30: [SM]   [1]  Line 535, C:\sourcemod\tf2items_randomizer.sp::OnPluginStart()
L 10/07/2012 - 00:35:31: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 10/07/2012 - 00:35:31: [SM] Native "GetNativeCell" reported: Invalid parameter number: 2
L 10/07/2012 - 00:35:31: [SM] Displaying call stack trace for plugin "tf2itemsinfo.smx":
L 10/07/2012 - 00:35:31: [SM]   [0]  Line 1485, F:\TF2Test\orangebox\tf\addons\sourcemod\scripting\tf2itemsinfo.sp::Native_GetItemSlot()
L 10/07/2012 - 00:35:31: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 10/07/2012 - 00:35:31: [SM] Native "TF2II_GetItemSlot" reported: Error encountered while processing a dynamic native
L 10/07/2012 - 00:35:31: [SM] Displaying call stack trace for plugin "tf2items_giveweapon.smx":
L 10/07/2012 - 00:35:31: [SM]   [0]  Line 1699, C:\sourcemod\tf2items_giveweapon.sp::MakeTF2IITrie()
L 10/07/2012 - 00:35:31: [SM]   [1]  Line 1830, C:\sourcemod\tf2items_giveweapon.sp::CreateItemInfoTrie()
L 10/07/2012 - 00:35:31: [SM]   [2]  Line 107, C:\sourcemod\tf2items_giveweapon.sp::OnPluginStart()
salsav91 is offline
MasterOfTheXP
Veteran Member
Join Date: Aug 2011
Location: Cloudbank
Old 10-07-2012 , 04:19   Re: [TF2Items] Give Weapon (v3.11, 06/30/2012)
Reply With Quote #902

Quote:
Originally Posted by salsav91 View Post
L 10/07/2012 - 00:35:30: [SM] Error parsing gameconfig file "/Gameservers/TF2_0001/orangebox/tf/addons/sourcemod/gamedata/tf2items.randomizer.txt":
L 10/07/2012 - 00:35:30: [SM] Error 1 on line 0, col 0: Stream failed to open
L 10/07/2012 - 00:35:30: [SM] Native "LoadGameConfigFile" reported: Unable to open tf2items.randomizer: File could not be opened: No such file or directory
The error logs wouldn't lie to you. Make sure that the gamedata is installed correctly.
I'm not sure about the TF2ItemsInfo stuff, though.
__________________
Plugins / My Steam / TF2 Sandbox (plugin beta testing!)

Last edited by MasterOfTheXP; 10-07-2012 at 04:19.
MasterOfTheXP is offline
salsav91
Senior Member
Join Date: Aug 2012
Location: Where Lollichops sleep
Old 10-07-2012 , 05:35   Re: [TF2Items] Give Weapon (v3.11, 06/30/2012)
Reply With Quote #903

Quote:
Originally Posted by MasterOfTheXP View Post
The error logs wouldn't lie to you. Make sure that the gamedata is installed correctly.
I'm not sure about the TF2ItemsInfo stuff, though.
Oh thank you.. I misread. I put it into my data folder and not my Gamedata folder. Sorry.. Thanks for the reply.

EDIT: OK, double check all my installation paths and everything looks right.. All I am getting now is this error still is SM and am unable to use the plugin.

Code:
L 10/07/2012 - 02:42:42: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 10/07/2012 - 02:42:42: [SM] Native "GetNativeCell" reported: Invalid parameter number: 2
L 10/07/2012 - 02:42:42: [SM] Displaying call stack trace for plugin "tf2itemsinfo.smx":
L 10/07/2012 - 02:42:42: [SM]   [0]  Line 1485, F:\TF2Test\orangebox\tf\addons\sourcemod\scripting\tf2itemsinfo.sp::Native_GetItemSlot()
L 10/07/2012 - 02:42:42: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 10/07/2012 - 02:42:42: [SM] Native "TF2II_GetItemSlot" reported: Error encountered while processing a dynamic native
L 10/07/2012 - 02:42:42: [SM] Displaying call stack trace for plugin "tf2items_giveweapon.smx":
L 10/07/2012 - 02:42:42: [SM]   [0]  Line 1699, C:\sourcemod\tf2items_giveweapon.sp::MakeTF2IITrie()
L 10/07/2012 - 02:42:42: [SM]   [1]  Line 1830, C:\sourcemod\tf2items_giveweapon.sp::CreateItemInfoTrie()
L 10/07/2012 - 02:42:42: [SM]   [2]  Line 107, C:\sourcemod\tf2items_giveweapon.sp::OnPluginStart()

Last edited by salsav91; 10-07-2012 at 05:46.
salsav91 is offline
cybersquare420
Veteran Member
Join Date: Nov 2008
Old 10-07-2012 , 10:07   Re: [TF2Items] Give Weapon (v3.11, 06/30/2012)
Reply With Quote #904

Quote:
Originally Posted by salsav91 View Post
Oh thank you.. I misread. I put it into my data folder and not my Gamedata folder. Sorry.. Thanks for the reply.

EDIT: OK, double check all my installation paths and everything looks right.. All I am getting now is this error still is SM and am unable to use the plugin.

Code:
L 10/07/2012 - 02:42:42: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 10/07/2012 - 02:42:42: [SM] Native "GetNativeCell" reported: Invalid parameter number: 2
L 10/07/2012 - 02:42:42: [SM] Displaying call stack trace for plugin "tf2itemsinfo.smx":
L 10/07/2012 - 02:42:42: [SM]   [0]  Line 1485, F:\TF2Test\orangebox\tf\addons\sourcemod\scripting\tf2itemsinfo.sp::Native_GetItemSlot()
L 10/07/2012 - 02:42:42: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 10/07/2012 - 02:42:42: [SM] Native "TF2II_GetItemSlot" reported: Error encountered while processing a dynamic native
L 10/07/2012 - 02:42:42: [SM] Displaying call stack trace for plugin "tf2items_giveweapon.smx":
L 10/07/2012 - 02:42:42: [SM]   [0]  Line 1699, C:\sourcemod\tf2items_giveweapon.sp::MakeTF2IITrie()
L 10/07/2012 - 02:42:42: [SM]   [1]  Line 1830, C:\sourcemod\tf2items_giveweapon.sp::CreateItemInfoTrie()
L 10/07/2012 - 02:42:42: [SM]   [2]  Line 107, C:\sourcemod\tf2items_giveweapon.sp::OnPluginStart()
+1 here... i added the tf2ii plugins and now have the same errors and only the valve weps are available... server is linux and all snappies are updated to the latest versions
__________________
cybersquare420 is offline
XyzKiller
Junior Member
Join Date: Mar 2012
Old 10-07-2012 , 19:05   Re: [TF2Items] Give Weapon (v3.11, 06/30/2012)
Reply With Quote #905

Quote:
Originally Posted by salsav91 View Post
Oh thank you.. I misread. I put it into my data folder and not my Gamedata folder. Sorry.. Thanks for the reply.

EDIT: OK, double check all my installation paths and everything looks right.. All I am getting now is this error still is SM and am unable to use the plugin.

Code:
L 10/07/2012 - 02:42:42: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 10/07/2012 - 02:42:42: [SM] Native "GetNativeCell" reported: Invalid parameter number: 2
L 10/07/2012 - 02:42:42: [SM] Displaying call stack trace for plugin "tf2itemsinfo.smx":
L 10/07/2012 - 02:42:42: [SM]   [0]  Line 1485, F:\TF2Test\orangebox\tf\addons\sourcemod\scripting\tf2itemsinfo.sp::Native_GetItemSlot()
L 10/07/2012 - 02:42:42: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 10/07/2012 - 02:42:42: [SM] Native "TF2II_GetItemSlot" reported: Error encountered while processing a dynamic native
L 10/07/2012 - 02:42:42: [SM] Displaying call stack trace for plugin "tf2items_giveweapon.smx":
L 10/07/2012 - 02:42:42: [SM]   [0]  Line 1699, C:\sourcemod\tf2items_giveweapon.sp::MakeTF2IITrie()
L 10/07/2012 - 02:42:42: [SM]   [1]  Line 1830, C:\sourcemod\tf2items_giveweapon.sp::CreateItemInfoTrie()
L 10/07/2012 - 02:42:42: [SM]   [2]  Line 107, C:\sourcemod\tf2items_giveweapon.sp::OnPluginStart()
+1 as well, I get this after installing TF2ItemsInfo plugin as well.

Had to use the cvar for turning off tf2ii on tf2giveweapon to get tf2giveweapon to work again.
XyzKiller is offline
Leonardo
Veteran Member
Join Date: Feb 2010
Location: 90's
Old 10-08-2012 , 14:03   Re: [TF2Items] Give Weapon (v3.11, 06/30/2012)
Reply With Quote #906

Try TF2II v1.8.11
I'm not sure about that error, because I don't have any.

Holy crap, is it so hard to CIY?

Last edited by Leonardo; 10-08-2012 at 14:11.
Leonardo is offline
cybersquare420
Veteran Member
Join Date: Nov 2008
Old 10-08-2012 , 18:28   Re: [TF2Items] Give Weapon (v3.11, 06/30/2012)
Reply With Quote #907

Quote:
Originally Posted by Leonardo View Post
Try TF2II v1.8.11
I'm not sure about that error, because I don't have any.

Holy crap, is it so hard to CIY?
thats what im running. works ok with the tf2ii part turned off but throws errors with it turned on.
__________________
cybersquare420 is offline
Leonardo
Veteran Member
Join Date: Feb 2010
Location: 90's
Old 10-09-2012 , 00:57   Re: [TF2Items] Give Weapon (v3.11, 06/30/2012)
Reply With Quote #908

Quote:
Originally Posted by cybersquare420 View Post
thats what im running. works ok with the tf2ii part turned off but throws errors with it turned on.
even with 1.8.11, not 1.8.10 or older?
__________________
Leonardo is offline
cybersquare420
Veteran Member
Join Date: Nov 2008
Old 10-09-2012 , 07:28   Re: [TF2Items] Give Weapon (v3.11, 06/30/2012)
Reply With Quote #909

Quote:
Originally Posted by Leonardo View Post
even with 1.8.11, not 1.8.10 or older?
yup. i just found this plugin and that is the only version i have installed.
__________________
cybersquare420 is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 10-09-2012 , 12:27   Re: [TF2Items] Give Weapon (v3.11, 06/30/2012)
Reply With Quote #910

At first, I thought I had a similar problem cybersquare. Both GiveWeapons and TF2II were failing to start with similar messages. A simple plugin reload won't update it successfully - you must restart the actual server.
__________________
11530 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 06:30.


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