Prerequisites
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
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.
Relevant Log Output