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
30 stars 4 forks source link

Native TF2IDB_CustomQuery was not found. #1

Closed Temmiekat closed 3 years ago

Temmiekat commented 3 years ago

Describe the bug when loading the tf2 server the plugin vip-unusuals.smx will fail to load giving the error "[SM] Unable to load plugin "vip-unusuals.smx": Native "TF2IDB_CustomQuery" was not found

To Reproduce Steps to reproduce the behavior:

  1. Go to 'server manager'
  2. Click on 'start server'
  3. Scroll down to 'Initializing Steam Libraries '
  4. See error

Screenshots If applicable, add screenshots to help explain your problem. Screenshot (3)

punteroo commented 3 years ago

Hello thanks for writing this issue and getting in contact.

That error means you do not have FlaminSarge's TF2IDB which has TF2IDB_CustomQuery function compiled with it. This has already happened to another user so for the sake of it being easier, I'll provide a compiled version of FlaminSarge's TF2IDB on future releases.

For now, replace your TF2IDB version with the one in this repo which will work without issues: https://github.com/punteroo/TF2-Item-Plugins/blob/production/plugins/tf2idb.smx

I'll pack everything once I come home since I am currently on vacation. This issue will remain open until then.

punteroo commented 3 years ago

This has been fixed in the latest v2.3.2 release.

Please, do read the new installation instructions to prevent any future issues with this.

I'll close this now, thanks for reporting!