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

Need Help With Plugin Console Error


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
TigerXN
Junior Member
Join Date: Apr 2020
Old 05-28-2021 , 18:19   Need Help With Plugin Console Error
Reply With Quote #1

I'm trying to run the BOTS plugins from https://github.com/manicogaming/CSGOBetterBots, and I keep getting this error message in sourcemod logs when I start the server.

L 05/28/2021 - 15:13:43: Error log file session closed.
L 05/28/2021 - 15:13:48: SourceMod error session started
L 05/28/2021 - 15:13:48: Info (map "de_mirage") (file "D:\server\csgo\addons\sourcemod\logs\errors_ 20210528.log")
L 05/28/2021 - 15:13:48: [SM] Exception reported: Invalid Handle 0
L 05/28/2021 - 15:13:48: [SM] Blaming: bot_stuff.smx
L 05/28/2021 - 15:13:48: [SM] Call stack trace:
L 05/28/2021 - 15:13:48: [SM] [0] DynamicDetour.Enable
L 05/28/2021 - 15:13:48: [SM] [1] Line 5965, bot_stuff.sp::LoadDetours
L 05/28/2021 - 15:13:48: [SM] [2] Line 130, bot_stuff.sp::OnPluginStart
L 05/28/2021 - 15:13:48: [SM] Unable to load plugin "bot_stuff.smx": Error detected in plugin startup (see error logs)

I don't know enough about Sourcemod/plugins to understand the error, so any insight/suggestions would be great.
TigerXN is offline
jugule
AlliedModders Donor
Join Date: Apr 2020
Old 05-28-2021 , 18:44   Re: Need Help With Plugin Console Error
Reply With Quote #2

Quote:
Originally Posted by TigerXN View Post
I'm trying to run the BOTS plugins from https://github.com/manicogaming/CSGOBetterBots, and I keep getting this error message in sourcemod logs when I start the server.

L 05/28/2021 - 15:13:43: Error log file session closed.
L 05/28/2021 - 15:13:48: SourceMod error session started
L 05/28/2021 - 15:13:48: Info (map "de_mirage") (file "D:\server\csgo\addons\sourcemod\logs\errors_ 20210528.log")
L 05/28/2021 - 15:13:48: [SM] Exception reported: Invalid Handle 0
L 05/28/2021 - 15:13:48: [SM] Blaming: bot_stuff.smx
L 05/28/2021 - 15:13:48: [SM] Call stack trace:
L 05/28/2021 - 15:13:48: [SM] [0] DynamicDetour.Enable
L 05/28/2021 - 15:13:48: [SM] [1] Line 5965, bot_stuff.sp::LoadDetours
L 05/28/2021 - 15:13:48: [SM] [2] Line 130, bot_stuff.sp::OnPluginStart
L 05/28/2021 - 15:13:48: [SM] Unable to load plugin "bot_stuff.smx": Error detected in plugin startup (see error logs)

I don't know enough about Sourcemod/plugins to understand the error, so any insight/suggestions would be great.
Install this: (dhooks with detour support)
https://forums.alliedmods.net/showpo...&postcount=589

Last edited by jugule; 05-28-2021 at 18:44.
jugule is offline
TigerXN
Junior Member
Join Date: Apr 2020
Old 05-28-2021 , 18:46   Re: Need Help With Plugin Console Error
Reply With Quote #3

Quote:
Originally Posted by jugule View Post
Install this: (dhooks with detour support)
https://forums.alliedmods.net/showpo...&postcount=589
I do have it installed, but then I get this error message

L 05/28/2021 - 15:45:22: [SM] Exception reported: Failed to get CreateInterface
L 05/28/2021 - 15:45:22: [SM] Blaming: dhooks-test.smx
L 05/28/2021 - 15:45:22: [SM] Call stack trace:
L 05/28/2021 - 15:45:22: [SM] [0] SetFailState
L 05/28/2021 - 15:45:22: [SM] [1] Line 100, D:\server\csgo\addons\sourcemod\scripting\dho oks-test.sp::OnPluginStart
L 05/28/2021 - 15:45:22: [SM] Unable to load plugin "dhooks-test.smx": Error detected in plugin startup (see error logs)
TigerXN is offline
jugule
AlliedModders Donor
Join Date: Apr 2020
Old 05-28-2021 , 18:48   Re: Need Help With Plugin Console Error
Reply With Quote #4

Quote:
Originally Posted by TigerXN View Post
I do have it installed, but then I get this error message

L 05/28/2021 - 15:45:22: [SM] Exception reported: Failed to get CreateInterface
L 05/28/2021 - 15:45:22: [SM] Blaming: dhooks-test.smx
L 05/28/2021 - 15:45:22: [SM] Call stack trace:
L 05/28/2021 - 15:45:22: [SM] [0] SetFailState
L 05/28/2021 - 15:45:22: [SM] [1] Line 100, D:\server\csgo\addons\sourcemod\scripting\dho oks-test.sp::OnPluginStart
L 05/28/2021 - 15:45:22: [SM] Unable to load plugin "dhooks-test.smx": Error detected in plugin startup (see error logs)
delete dhooks-test.smx from plugins
and

show your sm exts list output here

Last edited by jugule; 05-28-2021 at 18:48.
jugule is offline
TigerXN
Junior Member
Join Date: Apr 2020
Old 05-28-2021 , 18:49   Re: Need Help With Plugin Console Error
Reply With Quote #5

[SM] Displaying 13 extensions:
[01] Automatic Updater (1.11.0.6691): Updates SourceMod gamedata files
[02] Webternet (1.11.0.6691): Extension for interacting with URLs
[03] CS Tools (1.11.0.6691): CS extended functionality
[04] BinTools (1.11.0.6691): Low-level C/C++ Calling API
[05] SDK Tools (1.11.0.6691): Source SDK Tools
[06] Top Menus (1.11.0.6691): Creates sorted nested menus
[07] DHooks (2.2.0-detours16): Dynamic Hooks
[08] SDK Hooks (1.11.0.6691): Source SDK Hooks
[09] PTaH (1.1.3): Additional CS:GO Hooks and Natives
[10] Client Preferences (1.11.0.6691): Saves client preference settings
[11] SQLite (1.11.0.6691): SQLite Driver
[12] REST in Pawn (1.2.1): Provides HTTP and JSON natives for plugins
[13] GeoIP (1.11.0.6691): Geographical IP information
TigerXN is offline
jugule
AlliedModders Donor
Join Date: Apr 2020
Old 05-28-2021 , 18:56   Re: Need Help With Plugin Console Error
Reply With Quote #6

It's ok, all you have to do is delete the plugin I specified above.
Check for errors from the bot plugin.
jugule is offline
TigerXN
Junior Member
Join Date: Apr 2020
Old 05-28-2021 , 18:57   Re: Need Help With Plugin Console Error
Reply With Quote #7

Still the same error :/

L 05/28/2021 - 15:57:22: [SM] Exception reported: Invalid Handle 0
L 05/28/2021 - 15:57:22: [SM] Blaming: bot_stuff.smx
L 05/28/2021 - 15:57:22: [SM] Call stack trace:
L 05/28/2021 - 15:57:22: [SM] [0] DynamicDetour.Enable
L 05/28/2021 - 15:57:22: [SM] [1] Line 5965, bot_stuff.sp::LoadDetours
L 05/28/2021 - 15:57:22: [SM] [2] Line 130, bot_stuff.sp::OnPluginStart
L 05/28/2021 - 15:57:22: [SM] Unable to load plugin "bot_stuff.smx": Error detected in plugin startup (see error logs)
TigerXN is offline
jugule
AlliedModders Donor
Join Date: Apr 2020
Old 05-28-2021 , 19:05   Re: Need Help With Plugin Console Error
Reply With Quote #8

Quote:
Originally Posted by TigerXN View Post
Still the same error :/

L 05/28/2021 - 15:57:22: [SM] Exception reported: Invalid Handle 0
L 05/28/2021 - 15:57:22: [SM] Blaming: bot_stuff.smx
L 05/28/2021 - 15:57:22: [SM] Call stack trace:
L 05/28/2021 - 15:57:22: [SM] [0] DynamicDetour.Enable
L 05/28/2021 - 15:57:22: [SM] [1] Line 5965, bot_stuff.sp::LoadDetours
L 05/28/2021 - 15:57:22: [SM] [2] Line 130, bot_stuff.sp::OnPluginStart
L 05/28/2021 - 15:57:22: [SM] Unable to load plugin "bot_stuff.smx": Error detected in plugin startup (see error logs)
the error comes from
if(!hBotPickNewAimSpotDetour.Enable(Hook_Post , CCSBot_PickNewAimSpot)) [line 5965]

i don't have idea ..
you uploaded gamedata?
open a issue on github on this plugin

Last edited by jugule; 05-28-2021 at 19:05.
jugule is offline
TigerXN
Junior Member
Join Date: Apr 2020
Old 05-28-2021 , 19:08   Re: Need Help With Plugin Console Error
Reply With Quote #9

Yeah, I'm waiting for a response on github
TigerXN 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 15:45.


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