kgns / weapons

CS:GO Custom Weapon Options (Skins, NameTag, StatTrak, Wear/Float, Knives)
GNU General Public License v3.0
334 stars 121 forks source link

BUG PTaH - OnPluginStart #99

Closed crashzk closed 5 years ago

crashzk commented 5 years ago

I have the following error log on the server:

L 07/24/2019 - 12:25:20: [SM] Blaming: weapons.smx
L 07/24/2019 - 12:25:20: [SM] Call stack trace:
L 07/24/2019 - 12:25:20: [SM]   [0] PTaH
L 07/24/2019 - 12:25:20: [SM]   [1] Line 69, tmp/addons/sourcemod/scripting/weapons.sp::OnPluginStart
L 07/24/2019 - 12:25:20: [SM] Unable to load plugin "weapons.smx": Error detected in plugin startup (see error logs)
L 07/24/2019 - 12:32:19: SourceMod error session started
L 07/24/2019 - 12:32:19: Info (map "am_vertigo") (file "errors_20190724.log")
L 07/24/2019 - 12:32:19: [SM] Exception reported: Invalid event PTaH_HookType specified
L 07/24/2019 - 12:32:19: [SM] Blaming: weapons.smx
L 07/24/2019 - 12:32:19: [SM] Call stack trace:
L 07/24/2019 - 12:32:19: [SM]   [0] PTaH
L 07/24/2019 - 12:32:19: [SM]   [1] Line 69, tmp/addons/sourcemod/scripting/weapons.sp::OnPluginStart
L 07/24/2019 - 12:32:19: [SM] Unable to load plugin "weapons.smx": Error detected in plugin startup (see error logs)

Here is the list of plugins:

[SM] Listing 27 plugins:
  01 "[SWGM] Command Listener" (1.2) by Someone
  02 "ServerAdvertisements3" (3.1.3) by ESK0
  03 "Chat-Processor" (2.2.0) by Keith Warren (Drixevel)
  04 "CS:GO Multi1v1: knife round addon" (1.1.9) by splewis
  05 "Basic Ban Commands" (1.9.0.6281) by AlliedModders LLC
  06 "Fun Commands" (1.9.0.6281) by AlliedModders LLC
  07 "Player Commands" (1.9.0.6281) by AlliedModders LLC
  08 "Anti-Flood" (1.9.0.6281) by AlliedModders LLC
  09 "Basic Votes" (1.9.0.6281) by AlliedModders LLC
  10 "Steam Works Group Manager" (1.9) by Someone
  11 <Error> "Weapons & Knives" (1.3.3) by kgns | oyunhost.net
  12 "hextags" (1.46) by Hexah
  13 "CS:GO Multi1v1: flashbangs addon" (1.1.9) by splewis
  14 "Sound Commands" (1.9.0.6281) by AlliedModders LLC
  15 "Client Preferences" (1.9.0.6281) by AlliedModders LLC
  16 "Basic Comm Control" (1.9.0.6281) by AlliedModders LLC
  17 "Basic Info Triggers" (1.9.0.6281) by AlliedModders LLC
  18 "Fun Votes" (1.9.0.6281) by AlliedModders LLC
  19 "Basic Commands" (1.9.0.6281) by AlliedModders LLC
  20 "Reserved Slots" (1.9.0.6281) by AlliedModders LLC
  21 "Admin Help" (1.9.0.6281) by AlliedModders LLC
  22 "CS:GO Multi1v1" (1.1.9) by splewis
  23 "Admin Menu" (1.9.0.6281) by AlliedModders LLC
  24 "Admin File Reader" (1.9.0.6281) by AlliedModders LLC
  25 "Basic Chat" (1.9.0.6281) by AlliedModders LLC
  26 "Gloves" (1.0.3) by kgns | oyunhost.net
  27 <Failed> "Nextmap" (1.9.0.6281) by AlliedModders LLC
Errors:
weapons.smx (Weapons & Knives): Error detected in plugin startup (see error logs)
nextmap.smx (Nextmap): Mapcycle Not Found

Server Extensions List:

[SM] Displaying 13 extensions:
[01] Automatic Updater (1.9.0.6281): Updates SourceMod gamedata files
[02] Webternet (1.9.0.6281): Extension for interacting with URLs
[03] CS Tools (1.9.0.6281): CS extended functionality
[04] BinTools (1.9.0.6281): Low-level C/C++ Calling API
[05] SDK Tools (1.9.0.6281): Source SDK Tools
[06] Regex (1.9.0.6281): Provides regex natives for plugins
[07] SteamWorks Extension (1.2.3): Exposes SteamWorks functions to Developers
[08] Client Preferences (1.9.0.6281): Saves client preference settings
[09] SQLite (1.9.0.6281): SQLite Driver
[10] GeoIP (1.9.0.6281): Geographical IP information
[11] Top Menus (1.9.0.6281): Creates sorted nested menus
[12] PTaH (1.1.0): Additional CS:GO Hooks and Natives
[13] SDK Hooks (1.9.0.6281): Source SDK Hooks
kgns commented 5 years ago

check #98