Troubleshooting client "module could not be loaded" when the mod compiles fine
working on updating a nearly full C++ mod. it compiles+packages fine for editor and shipping, but client crashes on the menu and gets the good ol':
Plugin 'SmartFoundations' failed to load because module 'SmartFoundations' could not be loaded. There may be an operating system error or the module may not be properly set up.
Plugin 'SmartFoundations' failed to load because module 'SmartFoundations' could not be loaded. There may be an operating system error or the module may not be properly set up.
unfortunately the mod is closed source so I can't share code here without asking Alex. what steps can I take from here to find out what is actually going wrong with the module?
so, apparently, launching SF as admin causes it to give actual info on what function it can't find!?! props to @Finalomega/Majormer for figuring that out