punteroo / TF2-Item-Plugins

SourceMod plugins for TF2 that allow players to manage their weapons (australium, festivizer, unusuals, spells, war paints) and cosmetics (unusuals, paints, spell paints, halloween spells). Now with SQLite support.
GNU General Public License v3.0
31 stars 4 forks source link

Spamming Native detected error #23

Closed HotoCocoaco closed 2 months ago

HotoCocoaco commented 2 years ago

Describe the bug tf2item_cosmetics.smx spamming errors.

L 07/07/2022 - 22:36:16: [SM] Invalid timer handle cf3d0398 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 07/07/2022 - 22:36:16: [SM] Unable to call function "ForceTimer" due to above error(s).
L 07/07/2022 - 22:36:52: [SM] Plugin "tf2item_cosmetics.smx" encountered error 23: Native detected error
L 07/07/2022 - 22:36:52: [SM] Invalid timer handle 342103c3 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 07/07/2022 - 22:36:52: [SM] Unable to call function "ForceTimer" due to above error(s).
L 07/07/2022 - 22:37:02: [SM] Exception reported: Menu handle 41c303b2 is invalid (error 3)
L 07/07/2022 - 22:37:02: [SM] Blaming: tf2item_cosmetics.smx
L 07/07/2022 - 22:37:02: [SM] Call stack trace:
L 07/07/2022 - 22:37:02: [SM]   [0] GetMenuItem
L 07/07/2022 - 22:37:02: [SM]   [1] Line 259, tf2item_cosmetics.sp::EffectHdlr
L 07/07/2022 - 22:37:22: [SM] Plugin "tf2item_cosmetics.smx" encountered error 23: Native detected error
L 07/07/2022 - 22:37:22: [SM] Invalid timer handle 8a7503d2 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 07/07/2022 - 22:37:22: [SM] Unable to call function "ForceTimer" due to above error(s).
L 07/07/2022 - 22:37:40: [SM] Plugin "tf2item_cosmetics.smx" encountered error 23: Native detected error
L 07/07/2022 - 22:37:40: [SM] Invalid timer handle 95d502fd (error 3) during timer end, displayed function is timer callback, not the stack trace
L 07/07/2022 - 22:37:40: [SM] Unable to call function "ClearSearch" due to above error(s).
L 07/07/2022 - 22:38:47: [SM] Exception reported: Menu handle 83ea03d8 is invalid (error 3)
L 07/07/2022 - 22:38:47: [SM] Blaming: tf2item_cosmetics.smx
L 07/07/2022 - 22:38:47: [SM] Call stack trace:
L 07/07/2022 - 22:38:47: [SM]   [0] GetMenuItem
L 07/07/2022 - 22:38:47: [SM]   [1] Line 227, tf2item_cosmetics.sp::paintHdlr
L 07/07/2022 - 22:38:55: [SM] Plugin "tf2item_cosmetics.smx" encountered error 23: Native detected error
L 07/07/2022 - 22:38:55: [SM] Invalid timer handle bb1003e9 (error 3) during timer end, displayed function is timer callback, not the stack trace
L 07/07/2022 - 22:38:55: [SM] Unable to call function "ForceTimer" due to above error(s).

It should happen every time when player use the plugin.

punteroo commented 3 months ago

Hello,

The plugin pack is very old, and I hadn't planned on rewriting it all these years. However, I started last week on a complete rewrite of the plugin pack, including both weapons and cosmetics, in the feat/rewrite branch.

Once this is completed, there will be an updated version for 2024. Many dependencies have changed over time, such as TF2Attributes and TFEconData, and there are also improvements to be made within the plugins themselves.

Please understand most things do not work as expected due to this very reason. Thanks!

punteroo commented 2 months ago

Hello.

Please confirm the issues reported here are gone to properly close the Issue or handle it accordingly.

HotoCocoaco commented 2 months ago

Hello.

Please confirm the issues reported here are gone to properly close the Issue or handle it accordingly.

will do

HotoCocoaco commented 2 months ago

This bug is not appearing and I will close it for now. New #29 bug submitted.