You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that my issue doesn't exist yet in the issue tracker
I am running Metamod:Source with a dedicated server rather than a listen server
Operating System and Version
WIndows 11 Home Version 10.0.26100 Build 26100
Game / AppID and Version
CS2 (730) - latest
Metamod:Source Version
buld 1353 on the website
Version Verification
I have updated Metamod:Source to the latest snapshot and the issue persists
Updated Metamod:Source Version
N/A
Description
When the ISmmPlugin::Load() function doesn't return anything, metamod fails to give an error message. This happens on initial load, manual loading, and retrying.
Steps to Reproduce
recreate or obtain the s2_sample_mm from this repository's sample folder.
remove return true; from the end of the MMSPlugin::Load() implementation in plugin.cpp
launch dedicated server with compiled plugin, watch for load state.