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

[TF2] TF2Attributes (v1.7.2, 2022/09/18)


Post New Thread Reply   
 
Thread Tools Display Modes
Neon123
Senior Member
Join Date: Jan 2016
Old 11-01-2017 , 00:36   Re: [TF2] TF2Attributes (v1.2.1, 07/02/2015)
Reply With Quote #531

this not work on windows
Neon123 is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 11-01-2017 , 01:07   Re: [TF2] TF2Attributes (v1.2.1, 07/02/2015)
Reply With Quote #532

Quote:
Originally Posted by Neon123 View Post
this not work on windows
must be one of those user errors.
Mitchell is offline
Alice.bnd
Member
Join Date: Sep 2011
Location: Russia, SPb
Old 11-27-2017 , 13:19   Re: [TF2] TF2Attributes (v1.2.1, 07/02/2015)
Reply With Quote #533

Hello.
I have a random crashes on my servers (linux) with old and new version tf2attributes plugin.
I have not errors in logs.
Unloaded tf2attributes stop the crashes.
https://crash.limetech.org/2lwzqdy7zlbs
__________________

Last edited by Alice.bnd; 11-27-2017 at 13:20.
Alice.bnd is offline
Send a message via ICQ to Alice.bnd
pappyrus
Senior Member
Join Date: Oct 2016
Location: Private
Old 02-07-2018 , 00:11   Re: [TF2] TF2Attributes (v1.2.1, 07/02/2015)
Reply With Quote #534

Just have a little problem
Code:
L 02/06/2018 - 22:07:26: SourceMod error session started
L 02/06/2018 - 22:07:26: Info (map "vsh_2fortdesk_v8") (file "errors_20180206.log")
L 02/06/2018 - 22:07:26: [tf2attributes.smx] Could not initialize call to CEconItem::SetCustomName
__________________
pappyrus is offline
h00x
Senior Member
Join Date: Jun 2009
Old 02-07-2018 , 15:37   Re: [TF2] TF2Attributes (v1.2.1, 07/02/2015)
Reply With Quote #535

[tf2attributes.smx] Could not initialize call to CEconItem::SetCustomName
h00x is offline
pappyrus
Senior Member
Join Date: Oct 2016
Location: Private
Old 02-09-2018 , 22:26   Re: [TF2] TF2Attributes (v1.2.1, 07/02/2015)
Reply With Quote #536

Quote:
Originally Posted by h00x View Post
[tf2attributes.smx] Could not initialize call to CEconItem::SetCustomName
Yeah I know but how do I fix???
__________________
pappyrus is offline
FlaminSarge
Veteran Member
Join Date: Jul 2010
Old 02-10-2018 , 19:15   Re: [TF2] TF2Attributes (v1.2.1, 07/02/2015)
Reply With Quote #537

That's not an error, just a warning. Latest GitHub version doesn't have that anymore as it removes all the unused code.
__________________
Bread EOTL GunMettle Invasion Jungle Inferno will break everything. Don't even ask.

All plugins: Randomizer/GiveWeapon, ModelManager, etc.
Post in plugin threads with questions.
Steam is for playing games.
You will be fed to javalia otherwise.
Psyduck likes replays.
FlaminSarge is offline
pappyrus
Senior Member
Join Date: Oct 2016
Location: Private
Old 02-11-2018 , 00:13   Re: [TF2] TF2Attributes (v1.2.1, 07/02/2015)
Reply With Quote #538

Quote:
Originally Posted by FlaminSarge View Post
That's not an error, just a warning. Latest GitHub version doesn't have that anymore as it removes all the unused code.
So do I just go and download the plugin(smx & sp) or the game data and if you can links to the smx,sp,and the gamedata.
__________________

Last edited by pappyrus; 02-11-2018 at 00:26.
pappyrus is offline
railsrust
Junior Member
Join Date: Mar 2016
Old 03-19-2018 , 23:18   Re: [TF2] TF2Attributes (v1.2.1, 07/02/2015)
Reply With Quote #539

Getting errors anytime I try to compile plugins that use TF2 Attributes. This particular one is when I tried compiling TF2x10. If it were only happening on one plugin I'd ask them what's up, but it seems to be from the tf2 attributes include.

Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// tf2x102.sp
// C:\hlserver\tf2\tf\addons\sourcemod\scripting\include\sourcemod.inc(140) : error 025: function heading differs from prototype
// C:\hlserver\tf2\tf\addons\sourcemod\scripting\include\sdktools_hooks.inc(59) : error 025: function heading differs from prototype
// C:\hlserver\tf2\tf\addons\sourcemod\scripting\include\tf2.inc(344) : error 025: function heading differs from prototype
// C:\hlserver\tf2\tf\addons\sourcemod\scripting\include\tf2attributes.inc(16) : error 001: expected token: "(", but found "-identifier-"
// C:\hlserver\tf2\tf\addons\sourcemod\scripting\include\tf2attributes.inc(16) : error 001: expected token: ";", but found "("
// C:\hlserver\tf2\tf\addons\sourcemod\scripting\include\tf2attributes.inc(28) : error 001: expected token: "(", but found "-identifier-"
// C:\hlserver\tf2\tf\addons\sourcemod\scripting\include\tf2attributes.inc(28) : error 001: expected token: ";", but found "("
// C:\hlserver\tf2\tf\addons\sourcemod\scripting\include\tf2attributes.inc(39) : error 001: expected token: "(", but found "-identifier-"
// C:\hlserver\tf2\tf\addons\sourcemod\scripting\include\tf2attributes.inc(39) : error 010: invalid function or declaration
// C:\hlserver\tf2\tf\addons\sourcemod\scripting\include\tf2attributes.inc(39 -- 50) : error 001: expected token: "(", but found "-identifier-"
// C:\hlserver\tf2\tf\addons\sourcemod\scripting\include\tf2attributes.inc(39 -- 50) : fatal error 127: too many error messages on one line
//
// Compilation aborted.
// 11 Errors.
//
// Compilation Time: 0.77 sec
// ----------------------------------------

Press enter to exit ...
railsrust is offline
FlaminSarge
Veteran Member
Join Date: Jul 2010
Old 03-28-2018 , 03:10   Re: [TF2] TF2Attributes (v1.2.1, 07/02/2015)
Reply With Quote #540

It seems like your local include files might not be up to date, though. Does tf2x10 use `#pragma newdecls required`?
__________________
Bread EOTL GunMettle Invasion Jungle Inferno will break everything. Don't even ask.

All plugins: Randomizer/GiveWeapon, ModelManager, etc.
Post in plugin threads with questions.
Steam is for playing games.
You will be fed to javalia otherwise.
Psyduck likes replays.
FlaminSarge 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 17:57.


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