FlaminSarge / tf2attributes

TF2Attributes SourceMod plugin
48 stars 41 forks source link

Oh boy, another tf2 attributes issue #26

Closed Sluethen closed 6 years ago

Sluethen commented 6 years ago

I've looked around in the issues, didnt find anything similar to my issue. Might have missed something though.

L 06/24/2018 - 20:30:07: Info (map "pl_upward") (file "errors_20180624.log")
L 06/24/2018 - 20:30:07: [tf2attributes.smx] Could not initialize call to CEconItemSchema::GetItemDefinition
L 06/24/2018 - 20:30:07: [tf2attributes.smx] Could not initialize call to CEconItemView::GetSOCData
L 06/24/2018 - 20:30:07: [tf2attributes.smx] Could not initialize call to CEconItem::SetCustomName
L 06/24/2018 - 20:30:07: [SM] Exception reported: Could not initialize call to GEconItemSchema
L 06/24/2018 - 20:30:07: [SM] Blaming: tf2attributes.smx
L 06/24/2018 - 20:30:07: [SM] Call stack trace:
L 06/24/2018 - 20:30:07: [SM]   [0] SetFailState
L 06/24/2018 - 20:30:07: [SM]   [1] Line 131, /home/forums/content/files/8/4/3/0/4/116848.attach::OnPluginStart
L 06/24/2018 - 20:30:07: [SM] Unable to load plugin "tf2attributes.smx": Error detected in plugin startup (see error logs)
L 06/24/2018 - 20:30:07: [SM] Unable to load plugin "tf2attributes_ubup.smx": Could not find required plugin "tf2attributes"
L 06/24/2018 - 20:30:16: [SM] Exception reported: Script execution timed out
L 06/24/2018 - 20:30:16: [SM] Blaming: tf2itemsinfo.smx
L 06/24/2018 - 20:30:16: [SM] Call stack trace:
L 06/24/2018 - 20:30:16: [SM]   [1] Line 1544, C:\Users\Brandon\Desktop\sourcemod\scripting\tf2itemsinfo.sp::PrecacheItemSchema
L 06/24/2018 - 20:30:16: [SM]   [2] Line 253, C:\Users\Brandon\Desktop\sourcemod\scripting\tf2itemsinfo.sp::OnPluginStart
L 06/24/2018 - 20:30:16: [SM] Unable to load plugin "tf2itemsinfo.smx": Error detected in plugin startup (see error logs)
L 06/24/2018 - 20:38:33: Error log file session closed.
L 06/24/2018 - 20:38:58: SourceMod error session started
L 06/24/2018 - 20:38:58: Info (map "pl_upward") (file "errors_20180624.log")
L 06/24/2018 - 20:38:58: [SM] Exception reported: Script execution timed out
L 06/24/2018 - 20:38:58: [SM] Blaming: tf2itemsinfo.smx
L 06/24/2018 - 20:38:58: [SM] Call stack trace:
L 06/24/2018 - 20:38:58: [SM]   [1] Line 1654, C:\Users\Brandon\Desktop\sourcemod\scripting\tf2itemsinfo.sp::GetAttribIDByName
L 06/24/2018 - 20:38:58: [SM]   [2] Line 1527, C:\Users\Brandon\Desktop\sourcemod\scripting\tf2itemsinfo.sp::PrecacheItemSchema
L 06/24/2018 - 20:38:58: [SM]   [3] Line 253, C:\Users\Brandon\Desktop\sourcemod\scripting\tf2itemsinfo.sp::OnPluginStart
L 06/24/2018 - 20:38:58: [SM] Unable to load plugin "tf2itemsinfo.smx": Error detected in plugin startup (see error logs)
L 06/24/2018 - 20:39:13: Error log file session closed.

I'm running windows with a fresh install of the server, sourcemod, meta mod, and all of the stuff.

If you need more info let me know.

Sluethen commented 6 years ago

After some further testing, it seems to work off and on, more often off

Kenzzer commented 6 years ago

This means that the signatures are broken. Are you using this gamedata file https://github.com/FlaminSarge/tf2attributes/blob/master/tf2.attributes.txt and not the one on the alliedmodders forum? The gamedata on alliedmodders is extremely outdated and shouldn't be used.

Sluethen commented 6 years ago

Hrm. I didn't even find one on the allied modders fourm, but i'll reinstall that,

Would it hurt if I just copy & pasted the contents inside?

Kenzzer commented 6 years ago

Nah you can just copy paste

Sluethen commented 6 years ago

hrm

Still not working.

Maybe its because i compiled the .sp file using the sourcemod page?

letme try getting the github release.(That i didnt see earlier)

Kenzzer commented 6 years ago

Yup the one on allied is extremely outdated

On Mon, Jun 25, 2018, 11:22 PM Sluethen notifications@github.com wrote:

hrm

Still not working.

Maybe its because i compiled the .sp file using the sourcemod page?

letme try getting the github release.(That i didnt see earlier)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/FlaminSarge/tf2attributes/issues/26#issuecomment-400099976, or mute the thread https://github.com/notifications/unsubscribe-auth/ANmOynQlE0CG2KBzbxkmgwSN_Cei6v8Jks5uAVSFgaJpZM4U1bjw .

Sluethen commented 6 years ago

ah. Makes sense

why isnt the allied page updated tho?

Sluethen commented 6 years ago

And it also didnt work

Same error

tf2.attributes.txt

Is this the correct thing to be using?

FlaminSarge commented 6 years ago

Latest version on GitHub is 1.3.2 but latest on AM is 1.2.1 because I haven't had the time to do a formal release yet...

Sluethen commented 6 years ago

Ah. rip

Anyways, Any possible solution to this?

FlaminSarge commented 6 years ago

The latest GitHub version should be fine on Linux. Not sure about Windows.

Sluethen commented 6 years ago

Ah. Im on windows so that might be it, so just wait for an update?

Kenzzer commented 6 years ago

perhaps win sig broke, since most users of this plugin are on linux server it may have gone unnoticed. If I have time I'll check.

Sluethen commented 6 years ago

Ah, Should I close the issue?

Sluethen commented 6 years ago

Update:

New error

now the script timesout

Sluethen commented 6 years ago

Sometimes anyways

Sluethen commented 6 years ago

Hrm. My main issue seemed to have fixed when updating a signature in issue #27

The only thing left is the timeout. Maybe the tf2.attributes is outdated?