z1ntex / CSGO_WeaponStickers

Weapon Stickers for CS:GO [SourceMod]
GNU General Public License v3.0
39 stars 8 forks source link

Exception reported: Failed to create native "eItems_GetWeaponCount", name is probably already in use #17

Closed henriquemod closed 2 years ago

henriquemod commented 2 years ago

I'm having this error, using new release v1.3.5 and latest eItems release as suggested in release notes

Does anyone knows how to fix?

L 10/23/2022 - 18:32:31: SourceMod error session started
L 10/23/2022 - 18:32:31: Info (map "de_dust2") (file "/home/tcagame_svc1613/henriques/1613/csgo/addons/sourcemod/logs/errors_20221023.log")
L 10/23/2022 - 18:32:31: [SM] Exception reported: Failed to create native "eItems_GetWeaponCount", name is probably already in use
L 10/23/2022 - 18:32:31: [SM] Blaming: eitems.smx
L 10/23/2022 - 18:32:31: [SM] Call stack trace:
L 10/23/2022 - 18:32:31: [SM]   [0] CreateNative
L 10/23/2022 - 18:32:31: [SM]   [1] Line 3, e:\SourceMod\GitHub\eItems\scripting\files\natives.sp::CreateNatives
L 10/23/2022 - 18:32:31: [SM]   [2] Line 34, e:\SourceMod\GitHub\eItems\scripting\eitems.sp::AskPluginLoad2
L 10/23/2022 - 18:32:31: [SM] Failed to load plugin "eitems.smx": unexpected error 23 in AskPluginLoad callback.
L 10/23/2022 - 18:32:43: [SM] Exception reported: Invalid Handle 0 (error: 4)
L 10/23/2022 - 18:32:43: [SM] Blaming: eItems.smx
L 10/23/2022 - 18:32:43: [SM] Call stack trace:
L 10/23/2022 - 18:32:43: [SM]   [0] ArrayList.FindValue
L 10/23/2022 - 18:32:43: [SM]   [1] Line 2788, files/func.sp::IsStickerInSet
L 10/23/2022 - 18:32:43: [SM]   [2] Line 1933, files/natives.sp::Native_IsStickerInSet
L 10/23/2022 - 18:32:43: [SM]   [4] eItems_IsStickerInSet
L 10/23/2022 - 18:32:43: [SM]   [5] Line 160, C:\Users\artem\OneDrive\Ðàáî÷èé ñòîë\scripting111\csgo_weaponstickers.sp::Frame_ItemsSync
z1ntex commented 2 years ago

2 eitems plugins in the plugins folder

henriquemod commented 2 years ago

2 eitems plugins in the plugins folder

Indeed, now it is working, thanks