Phil25 / RTD

Roll The Dice SourceMod plugin for Team Fortress 2
GNU General Public License v3.0
56 stars 20 forks source link

Exception reported: Invalid Handle e8500cec (error 3) #118

Closed naydef closed 3 months ago

naydef commented 3 months ago

Bug description

The following errors seem to get spammed in error logs for reason unknown.

L 05/18/2024 - 11:51:19: [SM] Exception reported: Invalid Handle e8500cec (error 3)
L 05/18/2024 - 11:51:19: [SM] Blaming: Gameplay\RTD\rtd.smx
L 05/18/2024 - 11:51:19: [SM] Call stack trace:
L 05/18/2024 - 11:51:19: [SM]   [0] StringMap.GetValue
L 05/18/2024 - 11:51:19: [SM]   [1] Line 195, rtd/classes/perk.sp::Perk.External.get
L 05/18/2024 - 11:51:19: [SM]   [2] Line 1331, Gameplay/RTD/rtd.sp::ManagePerk
L 05/18/2024 - 11:51:19: [SM]   [3] Line 1490, Gameplay/RTD/rtd.sp::RemovePerk
L 05/18/2024 - 11:51:19: [SM]   [4] Line 218, Gameplay/RTD/rtd.sp::ResetAllClients
L 05/18/2024 - 11:51:19: [SM]   [5] Line 769, Gameplay/RTD/rtd.sp::Event_RoundStart
L 05/18/2024 - 11:54:54: [SM] Exception reported: Invalid Handle e8500cec (error 3)
L 05/18/2024 - 11:54:54: [SM] Blaming: Gameplay\RTD\rtd.smx
L 05/18/2024 - 11:54:54: [SM] Call stack trace:
L 05/18/2024 - 11:54:54: [SM]   [0] StringMap.GetValue
L 05/18/2024 - 11:54:54: [SM]   [1] Line 195, rtd/classes/perk.sp::Perk.External.get
L 05/18/2024 - 11:54:54: [SM]   [2] Line 1331, Gameplay/RTD/rtd.sp::ManagePerk
L 05/18/2024 - 11:54:54: [SM]   [3] Line 1490, Gameplay/RTD/rtd.sp::RemovePerk
L 05/18/2024 - 11:54:54: [SM]   [4] Line 218, Gameplay/RTD/rtd.sp::ResetAllClients
L 05/18/2024 - 11:54:54: [SM]   [5] Line 769, Gameplay/RTD/rtd.sp::Event_RoundStart
L 05/18/2024 - 11:55:04: [SM] Exception reported: Invalid Handle e8500cec (error 3)
L 05/18/2024 - 11:55:04: [SM] Blaming: Gameplay\RTD\rtd.smx
L 05/18/2024 - 11:55:04: [SM] Call stack trace:
L 05/18/2024 - 11:55:04: [SM]   [0] StringMap.GetValue
L 05/18/2024 - 11:55:04: [SM]   [1] Line 195, rtd/classes/perk.sp::Perk.External.get
L 05/18/2024 - 11:55:04: [SM]   [2] Line 1331, Gameplay/RTD/rtd.sp::ManagePerk
L 05/18/2024 - 11:55:04: [SM]   [3] Line 1490, Gameplay/RTD/rtd.sp::RemovePerk
L 05/18/2024 - 11:55:04: [SM]   [4] Line 218, Gameplay/RTD/rtd.sp::ResetAllClients
L 05/18/2024 - 11:55:04: [SM]   [5] Line 769, Gameplay/RTD/rtd.sp::Event_RoundStart

Version 2.5.3

Required

Optional

Phil25 commented 3 months ago

Do you have any custom perks going?

naydef commented 3 months ago

Yes, we have custom perks, however I'm not sure if this was caused by custom perk being active.

Phil25 commented 3 months ago

I’m just wondering since there’s a bit of specifics when using external perks. That’s not to say that RTD should break this way however things are done via the API, but maybe there’s something to help me track this down.

Having said that, I haven’t looked into this issue myself yet.

naydef commented 3 months ago

I haven't seen this error show up for some time now.

I'll close this for now, might reopen if I see this again.